The CUPS Filters package is only needed to adapt libcupsfilters-2.0.0 and libppd-2.0.0 filter functions for cups-2.x. It should not be needed for cups-3.x.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://github.com/OpenPrinting/cups-filters/releases/download/2.0.1/cups-filters-2.0.1.tar.xz
Download MD5 sum: b40d0f135af414666e1c3917983a1bb3
Download size: 440 KB
Estimated disk space required: 9.0 MB
Estimated build time: less than 0.1 SBU (Using parallelism=4)
libcupsfilters-2.0.0 and libppd-2.0.0
cups-browsed-2.0.1 (if you need Network Discovery capabilities)
Install CUPS Filters by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/cups-filters-2.0.1 && make
This package does not come with a functional test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.