%general-entities; ]> $LastChangedBy$ $Date$ cups-filters-&cups-filters-version; cups-filters 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. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cups-filters-md5sum; Download size: &cups-filters-size; Estimated disk space required: &cups-filters-buildsize; Estimated build time: &cups-filters-time; CUPS Filters Dependencies Required , , , , and Recommended , and Optional , and (use of this might be broken) Required (Runtime) (Needed for PostScript printers), or (for supported printers), or other printer drivers User Notes: Installation of CUPS Filters Install CUPS Filters by running the following commands: ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --without-rcdir \ --disable-static \ --with-gs-path=/usr/bin/gs \ --with-pdftops-path=/usr/bin/gs \ --docdir=/usr/share/doc/cups-filters-&cups-filters-version; && make To test the results, issue: make check 2>&1 >testlog. Now, as the root user: make install Command Explanations --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 is not installed at build time. --with-pdftops-path=/usr/bin/gs: This switch defines the path to the GhostScript binary in case is not installed at build time. make check 2>&1 >testlog: the testsuite dumps a stream of bytes into the input buffer after it finishes. Sending the output to a file keeps the history usable, but some debug information will still appear on the screen. : 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 Installed Libraries Installed Directories cups-browsed, foomatic-rip (link) and ttfread libcupsfilters.so and libfontembed.so /usr/include/{cupsfilters,fontembed}, /usr/lib/cups/{backend,filter}, /usr/share/cups/{banners,charsets,data}, /usr/share/doc/cups-filters-&cups-filters-version; and /usr/share/ppd/cupsfilters Short Descriptions cups-browsed is a daemon for browsing the Bonjour and CUPS broadcasts of shared, remote CUPS printers. cups-browsed foomatic-rip is a universal print filter/RIP wrapper which can be used as CUPS filter or stand-alone for spooler-less, direct printing. foomatic-rip libcupsfilters.so contains CUPS Filters API functions. libcupsfilters.so