source: pst/printing/cups-filters.xml@ de8def5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since de8def5 was de8def5, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Minor fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18737 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.4 KB
RevLine 
[dcbd2c6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[b26bc4c]7 <!ENTITY cups-filters-download-http
[4634c7a]8 "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
[dcbd2c6]9 <!ENTITY cups-filters-download-ftp " ">
[83d02fc6]10 <!ENTITY cups-filters-md5sum "4be15231df45312cf2be7d44206286c3">
[e519fef]11 <!ENTITY cups-filters-size "1.4 MB">
[33c6126]12 <!ENTITY cups-filters-buildsize "32 MB (with tests)">
[ba8f1a8]13 <!ENTITY cups-filters-time "0.4 SBU (with tests)">
[dcbd2c6]14]>
15
16<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
17 <?dbhtml filename="cups-filters.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>cups-filters-&cups-filters-version;</title>
25
26 <indexterm zone="cups-filters">
27 <primary sortas="a-cups-filters">cups-filters</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to CUPS Filters</title>
32
33 <para>
34 The <application>CUPS Filters</application> package contains backends,
35 filters and other software that was once part of the core
36 <application>CUPS</application> distribution but is no longer
37 maintained by Apple Inc.
38 </para>
39
[33c6126]40 &lfs80_checked;
[83d02fc6]41 &gcc7_checked;
[dcbd2c6]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&cups-filters-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&cups-filters-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &cups-filters-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &cups-filters-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &cups-filters-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &cups-filters-time;
73 </para>
74 </listitem>
75 </itemizedlist>
[6a71920c]76<!--
[a92a3a9]77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Required patch:
[7b88d5a]82 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
[a92a3a9]83 </para>
84 </listitem>
[6a71920c]85 </itemizedlist>-->
[7b88d5a]86
[dcbd2c6]87 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="cups"/>,
[f473955]92 <xref linkend="glib2"/>,
[4118724f]93 <xref linkend="gs"/>,
[dcbd2c6]94 <xref linkend="ijs"/>,
[9d8cb37]95 <xref linkend="lcms2"/>,
[e519fef]96 <xref linkend="mupdf"/> (mutool),
[4118724f]97 <xref linkend="poppler"/>, and
[9d8cb37]98 <xref linkend="qpdf"/>
[dcbd2c6]99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="libjpeg"/>,
[4b38959]104 <xref linkend="libpng"/> and
[dcbd2c6]105 <xref linkend="libtiff"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
[6a71920c]110 <xref linkend="avahi"/>,
[cad913e0]111 <xref linkend="openldap"/>,
[d42f02c6]112 <xref linkend="php"/> (use of this might be broken),
113 <ulink url="http://liblouis.org/">Liblouis (Braille)</ulink>, and
114 <ulink url="http://liblouis.org/">Liblouisutdml (Braille)</ulink>
[dcbd2c6]115 </para>
116
[4118724f]117 <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead>
118 <para role="optional">
[4f5369a]119 <xref linkend="dejavu-fonts"/> (required for the tests), and
[8e1a075]120 <xref linkend="gutenprint"/> (for supported printers),
[4118724f]121 or other printer drivers, such as <ulink
[23d2dc5]122 url="http://sourceforge.net/projects/hplip/files/hplip/">hplip</ulink>
[dcbd2c6]123 </para>
124
125 <para condition="html" role="usernotes">
126 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
127 </para>
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of CUPS Filters</title>
132
[c480c33]133 <para revision="systemd">
134 First, fix the systemd unit file to work with
135 <application>CUPS</application> 2.0 and later:
136 </para>
137
138<screen revision="systemd"><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
139
[dcbd2c6]140 <para>
141 Install <application>CUPS Filters</application> by running the following
142 commands:
143 </para>
[7b88d5a]144
[de8def5]145<screen><userinput>./configure \
[83d02fc6]146 --prefix=/usr \
147 --sysconfdir=/etc \
148 --localstatedir=/var \
149 --without-rcdir \
150 --disable-static \
151 --disable-avahi \
[6a71920c]152 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
[dcbd2c6]153make</userinput></screen>
154
[c480c33]155<!-- The test suite still bombs out for me. I'll leave the instructions for it
156 here though. I didn't have the Dejavu font installed, but used one of the
157 ones installed by X. -->
158
[dcbd2c6]159 <para>
[4118724f]160 To test the results, issue:
161 <command>make check 2&gt;&amp;1 &gt;testlog</command>. DejaVu fonts
162 are needed for the tests.
[dcbd2c6]163 </para>
164
165 <para>
166 Now, as the <systemitem class="username">root</systemitem> user:
167 </para>
168
169<screen role="root"><userinput>make install</userinput></screen>
170
[c480c33]171 <para revision="systemd">
172 Install the systemd unit by running the following command as the
173 <systemitem class="username">root</systemitem> user:
174 </para>
175
176<screen role="root" revision="systemd"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
177
[dcbd2c6]178 </sect2>
179
180 <sect2 role="commands">
181 <title>Command Explanations</title>
[a92a3a9]182
[03a0a638]183 <para>
184 <parameter>--disable-avahi</parameter>: This switch is needed
185 if the optional <xref linkend="avahi"/> is not installed. Remove
186 it if avahi is installed and you need network printer discovery
187 capabilities.
188 </para>
189
[cbda2a25]190 <para>
[d6da5da]191 <parameter>--without-rcdir</parameter>: This switch disables
192 installation of the bundled bootscript which is not compatible
193 with BLFS.
[cbda2a25]194 </para>
195
[4118724f]196<!-- Those are hard dependencies now
[dcbd2c6]197 <para>
[4118724f]198 <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
[dcbd2c6]199 defines the path to the <application>GhostScript</application>
200 binary in case <xref linkend="gs"/> is not installed at build time.
201 </para>
202
203 <para>
[4118724f]204 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
[dcbd2c6]205 defines the path to the <application>GhostScript</application>
206 binary in case <xref linkend="gs"/> is not installed at build time.
207 </para>
[4118724f]208-->
[dcbd2c6]209
[bfa09457]210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="../../xincludes/static-libraries.xml"/>
[9e6c909]212
[8e1a075]213 <para>
[c480c33]214 <command>make check 2&gt;&amp;1 &gt;testlog</command>: The testsuite
[8e1a075]215 dumps a stream of bytes into the input buffer after it finishes. Sending
216 the output to a file keeps the history usable, but some debug information
217 will still appear on the screen.
218 </para>
219
[e519fef]220<!-- option seems to be obsolete - configure doesn't pick it up
[8e1a075]221 <para>
[e519fef]222 <option>- -with-test-path=<replaceable>VALUE</replaceable></option>: If you wish to run the tests, but
[8e1a075]223 you do not have the default
224 <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this switch
225 to specify where <filename>DejaVuSans.ttf</filename> (or perhaps some other
226 text TTF font - untested) is located.
227 </para>
[e519fef]228-->
[8e1a075]229
[dcbd2c6]230 </sect2>
231
[cbda2a25]232<!-- TODO: Write a bootscript for cups-browsed -->
233
[c480c33]234 <sect2 role="configuration" revision="systemd">
235 <title>Configuring CUPS Filters</title>
236
237 <sect3 id="cups-filters-init">
238 <title>Systemd Units</title>
239
240 <para>
241 To start the <command>cups-browsed</command> daemon at boot, enable
242 the previously installed systemd unit by running the following command
243 as the <systemitem class="username">root</systemitem> user:
244 </para>
245
246 <indexterm zone="cups-filters cups-filters-init">
247 <primary sortas="f-cups-browsed">cups-browsed</primary>
248 </indexterm>
249
250<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
251
252 </sect3>
253
254 </sect2>
255
[dcbd2c6]256 <sect2 role="content">
257 <title>Contents</title>
258
259 <segmentedlist>
[cbda2a25]260 <segtitle>Installed Programs</segtitle>
[dcbd2c6]261 <segtitle>Installed Libraries</segtitle>
262 <segtitle>Installed Directories</segtitle>
263
264 <seglistitem>
265 <seg>
[e519fef]266 cups-browsed, driverless, foomatic-rip (link) and ttfread
[dcbd2c6]267 </seg>
268 <seg>
269 libcupsfilters.so and libfontembed.so
270 </seg>
271 <seg>
[7374e16]272 /usr/include/{cupsfilters,fontembed},
[d42f02c6]273 /usr/share/cups/{braille,charsets},
[dcbd2c6]274 /usr/share/doc/cups-filters-&cups-filters-version; and
[7273ffc]275 /usr/share/ppd/cupsfilters
[dcbd2c6]276 </seg>
277 </seglistitem>
278 </segmentedlist>
279
280 <variablelist>
281 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
282 <?dbfo list-presentation="list"?>
283 <?dbhtml list-presentation="table"?>
284
[298fee30]285 <varlistentry id="cups-browsed">
286 <term><command>cups-browsed</command></term>
[7374e16]287 <listitem>
288 <para>
[298fee30]289 is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
290 remote CUPS printers.
[7374e16]291 </para>
[298fee30]292 <indexterm zone="cups-filters cups-browsed">
293 <primary sortas="b-cups-browsed">cups-browsed</primary>
[7374e16]294 </indexterm>
295 </listitem>
296 </varlistentry>
297
[298fee30]298 <varlistentry id="foomatic-rip">
299 <term><command>foomatic-rip</command></term>
[7374e16]300 <listitem>
301 <para>
[298fee30]302 is a universal print filter/RIP wrapper which can be used as CUPS
303 filter or stand-alone for spooler-less, direct printing.
[7374e16]304 </para>
[298fee30]305 <indexterm zone="cups-filters foomatic-rip">
306 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
[7374e16]307 </indexterm>
308 </listitem>
309 </varlistentry>
310
[dcbd2c6]311 <varlistentry id="libcupsfilters">
312 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
313 <listitem>
314 <para>
315 contains <application>CUPS Filters</application> API functions.
316 </para>
317 <indexterm zone="cups-filters libcupsfilters">
318 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 </variablelist>
324
325 </sect2>
326
327</sect1>
Note: See TracBrowser for help on using the repository browser.