The libcupsfilters library contains filter functions for the data format conversion tasks needed in Printer Applications. It also contains several API functions for developing printer drivers/Printer Applications.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/OpenPrinting/libcupsfilters/releases/download/2.2.0/libcupsfilters-2.2.0.tar.xz
Download MD5 sum: 8a220d61f7027364f92d91fc40cbd36d
Download size: 4.7 MB
Estimated disk space required: 30 MB
Estimated build time: less than 0.1 SBU (Using parallelism=4)
Cups-2.4.19, GLib-2.88.3, ghostscript-10.07.1, mupdf-1.26.12, Little CMS-2.19.1, pdfio-1.6.4, and Poppler-26.08.0
Dejavu fonts (the build fails if they are not installed, although they are only required for the tests), libexif-0.6.26, libjpeg-turbo-3.2.0, libpng-1.6.58, and tiff-4.7.2
Install libcupsfilters by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libcupsfilters-2.2.0 &&
make
This package does not come with a working test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.