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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since adeafd6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 11.7 KB
Line 
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
7 <!ENTITY cups-filters-download-http
8 "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
9 <!ENTITY cups-filters-download-ftp " ">
10 <!ENTITY cups-filters-md5sum "24bed15110499fd652d65d6baab85ca6">
11 <!ENTITY cups-filters-size "1.4 MB">
12 <!ENTITY cups-filters-buildsize "56 MB (with tests), 16 MB installed">
13 <!ENTITY cups-filters-time "0.2 SBU (Using parallelism=4; with tests)">
14]>
15
16<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
17 <?dbhtml filename="cups-filters.html"?>
18
19
20 <title>cups-filters-&cups-filters-version;</title>
21
22 <indexterm zone="cups-filters">
23 <primary sortas="a-cups-filters">cups-filters</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to CUPS Filters</title>
28
29 <para>
30 The <application>CUPS Filters</application> package contains backends,
31 filters and other software that was once part of the core
32 <application>CUPS</application> distribution but is no longer
33 maintained by Apple Inc.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&cups-filters-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&cups-filters-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &cups-filters-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &cups-filters-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &cups-filters-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &cups-filters-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cups"/>,
77 <xref linkend="glib2"/>,
78 <xref linkend="gs"/>,
79 <xref linkend="lcms2"/>,
80 <xref linkend="poppler"/>, and
81 <xref linkend="qpdf"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="dejavu-fonts"/> (the build fails if they are not
87 installed, although they are only required for the tests),
88 <xref linkend="libexif"/>,
89 <xref linkend="libjpeg"/>,
90 <xref linkend="libpng"/>,
91 <xref linkend="libtiff"/>, and
92 <xref linkend="mupdf"/> (mutool)
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="avahi"/> (required to build the DNSSD backend of the
98 <command>cups-browsed</command> daemon, which is needed for operating
99 some network printers),
100 <xref linkend="openldap"/>,
101 <xref linkend="php"/> (use of this might be broken),
102 <ulink url="http://liblouis.org/">Liblouis (Braille)</ulink>, and
103 <ulink url="http://liblouis.org/">Liblouisutdml (Braille)</ulink>
104 </para>
105
106 <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead>
107 <para role="optional">
108 <xref role="runtime" linkend="gutenprint"/> (for supported printers),
109 or other printer drivers, such as <ulink role="runtime"
110 url="https://sourceforge.net/projects/hplip/files/hplip/">hplip</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">
114 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of CUPS Filters</title>
120
121<!--
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-->
129
130 <para>
131 Install <application>CUPS Filters</application> by running the following
132 commands:
133 </para>
134
135<screen><userinput>./configure --prefix=/usr \
136 --sysconfdir=/etc \
137 --localstatedir=/var \
138 --without-rcdir \
139 --disable-static \
140 --disable-avahi \
141 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
142make</userinput></screen>
143
144<!-- The test suite still bombs out for me. I'll leave the instructions for it
145 here though. I didn't have the Dejavu font installed, but used one of the
146 ones installed by X.
147 Version 1.16.0: test worked for me with "make check >testlog 2>&1",
148 that is, the other way around. I have DejaVu fonts. Pierre L
149 With 1.17.2 (and DejaVu) the test output is clean, no need for a log. Ken
150
151 Tests are clean for version 1.21.0 (and version 1.21.5): - Bruce
152 # TOTAL: 6
153 # PASS: 6
154 real 0m2.504s -->
155
156 <para>
157 To test the results, issue:
158 <!--<command>make check &gt;testlog 2&gt;&amp;1</command>.-->
159 <command>make check</command>. DejaVu fonts
160 are needed for the tests.
161 </para>
162
163 <para>
164 Now, as the <systemitem class="username">root</systemitem> user:
165 </para>
166
167<screen role="root"><userinput>make install</userinput></screen>
168
169 <para revision="systemd">
170 Install the systemd unit by running the following command as the
171 <systemitem class="username">root</systemitem> user:
172 </para>
173
174<screen role="root" revision="systemd"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
175
176 </sect2>
177
178 <sect2 role="commands">
179 <title>Command Explanations</title>
180
181<!-- please comment this if no patches are currently needed -->
182<!--<para>
183 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</parameter>:
184 Conditionally apply changes for recent versions of poppler.
185 </para>
186 Poppler-0.72.0, cups-filters-1.21.5 - no longer needed.-->
187
188 <para>
189 <parameter>--disable-avahi</parameter>: This switch is needed
190 if the optional <xref linkend="avahi"/> is not installed. Remove
191 it if avahi is installed and you need network printer discovery
192 capabilities.
193 </para>
194
195 <para>
196 <parameter>--without-rcdir</parameter>: This switch disables
197 installation of the bundled bootscript which is not compatible
198 with BLFS.
199 </para>
200
201<!-- Those are hard dependencies now
202 <para>
203 <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
204 defines the path to the <application>GhostScript</application>
205 binary in case <xref linkend="gs"/> is not installed at build time.
206 </para>
207
208 <para>
209 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
210 defines the path to the <application>GhostScript</application>
211 binary in case <xref linkend="gs"/> is not installed at build time.
212 </para>
213-->
214
215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
216 href="../../xincludes/static-libraries.xml"/>
217 <!--
218 <para>
219 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
220 filter, for sending PDFs to an HP InkJet Server, to be built.
221 </para>
222 -->
223
224 <para>
225 <option>--with-test-font-path=<replaceable>VALUE</replaceable></option>:
226 If you wish to run the tests, but
227 you do not have the default
228 <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this
229 switch to specify where <filename>DejaVuSans.ttf</filename> (or perhaps
230 some other text TTF font - untested) is located.
231 </para>
232
233
234 </sect2>
235
236<!-- TODO: Write a bootscript for cups-browsed -->
237
238 <sect2 role="configuration" revision="systemd">
239 <title>Configuring CUPS Filters</title>
240
241 <sect3 id="cups-filters-init">
242 <title>Systemd Units</title>
243
244 <para>
245 To start the <command>cups-browsed</command> daemon at boot, enable
246 the previously installed systemd unit by running the following command
247 as the <systemitem class="username">root</systemitem> user:
248 </para>
249
250 <indexterm zone="cups-filters cups-filters-init">
251 <primary sortas="f-cups-browsed">cups-browsed</primary>
252 </indexterm>
253
254<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
255
256 </sect3>
257
258 </sect2>
259
260 <sect2 role="content">
261 <title>Contents</title>
262
263 <segmentedlist>
264 <segtitle>Installed Programs</segtitle>
265 <segtitle>Installed Libraries</segtitle>
266 <segtitle>Installed Directories</segtitle>
267
268 <seglistitem>
269 <seg>
270 cups-browsed, driverless, driverless-fax, and foomatic-rip
271 <!-- and ttfread -->
272 </seg>
273 <seg>
274 libcupsfilters.so and libfontembed.so
275 </seg>
276 <seg>
277 /usr/include/{cupsfilters,fontembed},
278 /usr/lib/cups/{backend,driver,filter},
279 /usr/share/cups/{braille,charsets},
280 /usr/share/doc/cups-filters-&cups-filters-version;, and
281 /usr/share/ppd/cupsfilters
282 </seg>
283 </seglistitem>
284 </segmentedlist>
285
286 <variablelist>
287 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
288 <?dbfo list-presentation="list"?>
289 <?dbhtml list-presentation="table"?>
290
291 <varlistentry id="cups-browsed">
292 <term><command>cups-browsed</command></term>
293 <listitem>
294 <para>
295 is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
296 remote CUPS printers
297 </para>
298 <indexterm zone="cups-filters cups-browsed">
299 <primary sortas="b-cups-browsed">cups-browsed</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="driverless">
305 <term><command>driverless</command></term>
306 <listitem>
307 <para>
308 is a PPD generator utility for driverless printing
309 </para>
310 <indexterm zone="cups-filters driverless">
311 <primary sortas="b-driverless">driverless</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="driverless-fax">
317 <term><command>driverless-fax</command></term>
318 <listitem>
319 <para>
320 is a wrapper to <command>driverless</command> for FAX type devices
321 </para>
322 <indexterm zone="cups-filters driverless-fax">
323 <primary sortas="b-driverless-fax">driverless-fax</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="foomatic-rip">
329 <term><command>foomatic-rip</command></term>
330 <listitem>
331 <para>
332 is a universal print filter/RIP wrapper which can be used as CUPS
333 filter or stand-alone for spooler-less, direct printing
334 </para>
335 <indexterm zone="cups-filters foomatic-rip">
336 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="libcupsfilters">
342 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
343 <listitem>
344 <para>
345 contains <application>CUPS Filters</application> API functions
346 </para>
347 <indexterm zone="cups-filters libcupsfilters">
348 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 </variablelist>
354
355 </sect2>
356
357</sect1>
Note: See TracBrowser for help on using the repository browser.