cups-filters-1.27.1

Introduction to CUPS Filters

The CUPS Filters package contains backends, filters and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

CUPS Filters Dependencies

Required

Cups-2.3.1, GLib-2.62.4, ghostscript-9.50, Little CMS-2.9, Poppler-0.85.0, and Qpdf-9.1.1

Recommended

Optional

Avahi-0.7, Dejavu fonts (required for the tests), OpenLDAP-2.4.49, PHP-7.4.2 (use of this might be broken), Liblouis (Braille), and Liblouisutdml (Braille)

Optional printer drivers (runtime)

Gutenprint-5.3.3 (for supported printers), or other printer drivers, such as hplip

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cups-filters

Installation of CUPS Filters

Install CUPS Filters by running the following commands:

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --localstatedir=/var \
            --without-rcdir      \
            --disable-static     \
            --disable-avahi      \
            --docdir=/usr/share/doc/cups-filters-1.27.1 &&
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-avahi: This switch is needed if the optional Avahi-0.7 is not installed. Remove it if avahi is installed and you need network printer discovery capabilities.

--without-rcdir: This switch disables installation of the bundled bootscript which is not compatible with BLFS.

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

Contents

Installed Programs: cups-browsed, driverless (link), foomatic-rip (link) and ttfread
Installed Libraries: libcupsfilters.so and libfontembed.so
Installed Directories: /usr/include/{cupsfilters,fontembed}, /usr/lib/cups/driver, /usr/share/cups/{braille,charsets}, /usr/share/doc/cups-filters-1.27.1 and /usr/share/ppd/cupsfilters

Short Descriptions

cups-browsed

is a daemon for browsing the Bonjour and CUPS broadcasts of shared, remote CUPS printers.

foomatic-rip

is a universal print filter/RIP wrapper which can be used as CUPS filter or stand-alone for spooler-less, direct printing.

libcupsfilters.so

contains CUPS Filters API functions.

Last updated on 2020-02-19 16:31:22 -0800