source: pst/printing/cups-filters.xml@ 4a1a7711

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 4a1a7711 was 4a1a7711, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Tags and other fixes

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

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