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-7.2 platform.
Download (HTTP): http://www.openprinting.org/download/cups-filters/cups-filters-1.0.34.tar.xz
Download MD5 sum: e4d605cd35ea5a42c13f7fc1e1f273de
Download size: 992 KB
Estimated disk space required: 32 MB
Estimated build time: 0.3 SBU
Cups-1.6.2, IJS-0.35, Little CMS-2.4, Poppler-0.22.4 and Qpdf-4.1.0
libjpeg-turbo-1.2.1, libpng-1.6.2 and LibTIFF-4.0.3
ghostscript-9.06 (Needed for PostScript printers)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cups-filters
Install CUPS Filters by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--docdir=/usr/share/doc/cups-filters-1.0.34 \
--without-rcdir \
--with-gs-path=/usr/bin/gs \
--with-pdftops-path=/usr/bin/gs \
--disable-avahi \
--disable-static &&
make
This package does not have working test suite.
Now, as the root user:
make install
--without-rcdir: This
switch disables installation of the bundled bootscript which is not
compatible with BLFS.
--with-gs-path=/usr/bin/gs:
This switch defines the path to the GhostScript binary in case ghostscript-9.06 is not
installed at build time.
--with-pdftops-path=/usr/bin/gs: This
switch defines the path to the GhostScript binary in case ghostscript-9.06 is not
installed at build time.
--disable-avahi: This
switch is required if you have not installed Avahi-0.6.31.
--disable-static: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-04-14 12:48:41 +0000