]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Removed kmdevices.* (Kolor Manager/Oyranos interface)
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 5 Apr 2022 21:09:06 +0000 (23:09 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 5 Apr 2022 21:09:06 +0000 (23:09 +0200)
commit338c7da20796bc29f8a0ba80707b11cada292d3c
tree8e91cafde435de270f3ffc82d7f3841dcd8bcf4a
parent607f5e90660c171d26ba0f706079a5babb4c5cc9
libcupsfilters: Removed kmdevices.* (Kolor Manager/Oyranos interface)

The files cupsfilters/kmdevices.h and cupsfilters/kmdevices.cpp form
an interface for Kolor Manager, a KDE system settings component for
color management with Oyranos.

Kolor Manager is unmaintained for several years, same for Oyranos. The
kmdevices.* are not included in the build of libcupsfilters, only
shipped for optional use (requires uncommenting a line in
colormanager.c) and no one complained about their non-inclusion in the
build. They even contain a typo which would prevent them from
building. So one can assume that no one cares about them.

Therefore they get removed now, before the cups-filters 2.x release.
Makefile.am
cupsfilters/colormanager.c
cupsfilters/kmdevices.cpp [deleted file]
cupsfilters/kmdevices.h [deleted file]