libcupsfilters-2.0.0

Introduction to libcupsfilters

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.

[Note]

Note

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.

Package Information

libcupsfilters Dependencies

Required

Cups-2.4.7, GLib-2.80.0, ghostscript-10.03.0 or mupdf-1.24.1, Little CMS-2.14, Poppler-24.04.0, and Qpdf-11.9.0

Recommended

Installation of libcupsfilters

Install libcupsfilters by running the following commands:

./configure --prefix=/usr                   \
            --disable-static                \
            --docdir=/usr/share/doc/libcupsfilters-2.0.0 &&
make

To test the results, issue make check. DejaVu fonts are needed for the tests.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--with-test-font-path=VALUE: If you wish to run the tests, but you do not have the default /usr/share/fonts/dejavu/DejaVuSans.ttf use this switch to specify where DejaVuSans.ttf (or perhaps some other text TTF font - untested) is located.

Contents

Installed Programs: None
Installed Libraries: libcupsfilters.so
Installed Directories: /usr/include/cupsfilters, /usr/share/cups/{banners,charsets,data}, and /usr/share/doc/libcupsfilters-2.0.0

Short Descriptions

libcupsfilters.so

contains CUPS filters API functions