source: pst/printing/cups-filters.xml@ 7312e73

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 7312e73 was 912b324, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Typos from rhubarbpieguy

  • Property mode set to 100644
File size: 11.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 " ">
[2cc15a2b]10 <!ENTITY cups-filters-md5sum "24bed15110499fd652d65d6baab85ca6">
[db6385b]11 <!ENTITY cups-filters-size "1.4 MB">
[2cc15a2b]12 <!ENTITY cups-filters-buildsize "56 MB (with tests), 16 MB installed">
[59eea9d]13 <!ENTITY cups-filters-time "0.2 SBU (Using parallelism=4; with tests)">
[dcbd2c6]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
[dbd73d6]36 &lfs113_checked;
[dcbd2c6]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>
[2f1053c]71
[dcbd2c6]72 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cups"/>,
[f473955]77 <xref linkend="glib2"/>,
[4118724f]78 <xref linkend="gs"/>,
[9d8cb37]79 <xref linkend="lcms2"/>,
[4118724f]80 <xref linkend="poppler"/>, and
[9d8cb37]81 <xref linkend="qpdf"/>
[dcbd2c6]82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
[681cda1]86 <xref linkend="dejavu-fonts"/> (the build fails if they are not
87 installed, although they are only required for the tests),
[2cc15a2b]88 <xref linkend="libexif"/>,
[dcbd2c6]89 <xref linkend="libjpeg"/>,
[10cbf37]90 <xref linkend="libpng"/>,
[681cda1]91 <xref linkend="libtiff"/>, and
[2f727d8f]92 <xref linkend="mupdf"/> (mutool)
[dcbd2c6]93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
[681cda1]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),
[cad913e0]100 <xref linkend="openldap"/>,
[d42f02c6]101 <xref linkend="php"/> (use of this might be broken),
[75b1a338]102 <ulink url="https://liblouis.github.io/downloads/">Liblouis (Braille)</ulink>, and
103 <ulink url="https://liblouis.github.io/downloads/">Liblouisutdml (Braille)</ulink>
[dcbd2c6]104 </para>
105
[4118724f]106 <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead>
107 <para role="optional">
[f5cdf41]108 <xref role="runtime" linkend="gutenprint"/> (for supported printers),
109 or other printer drivers, such as <ulink role="runtime"
[c6b192c]110 url="https://sourceforge.net/projects/hplip/files/hplip/">hplip</ulink>
[dcbd2c6]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
[53e1509]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>
[53e1509]128-->
[c480c33]129
[dcbd2c6]130 <para>
131 Install <application>CUPS Filters</application> by running the following
132 commands:
133 </para>
[7b88d5a]134
[21e0c46]135<screen><userinput>CXXFLAGS="$CXXFLAGS -std=c++17" \
136./configure --prefix=/usr \
[83dc192]137 --sysconfdir=/etc \
138 --localstatedir=/var \
139 --without-rcdir \
140 --disable-static \
141 --disable-avahi \
142 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
[dcbd2c6]143make</userinput></screen>
144
[c480c33]145<!-- The test suite still bombs out for me. I'll leave the instructions for it
146 here though. I didn't have the Dejavu font installed, but used one of the
[3bb415b]147 ones installed by X.
148 Version 1.16.0: test worked for me with "make check >testlog 2>&1",
[747fcf5]149 that is, the other way around. I have DejaVu fonts. Pierre L
[8558044]150 With 1.17.2 (and DejaVu) the test output is clean, no need for a log. Ken
151
[db6385b]152 Tests are clean for version 1.21.0 (and version 1.21.5): - Bruce
[8558044]153 # TOTAL: 6
154 # PASS: 6
155 real 0m2.504s -->
[c480c33]156
[dcbd2c6]157 <para>
[4118724f]158 To test the results, issue:
[6213b66]159 <!--<command>make check &gt;testlog 2&gt;&amp;1</command>.-->
[747fcf5]160 <command>make check</command>. DejaVu fonts
[4118724f]161 are needed for the tests.
[dcbd2c6]162 </para>
163
164 <para>
165 Now, as the <systemitem class="username">root</systemitem> user:
166 </para>
167
168<screen role="root"><userinput>make install</userinput></screen>
169
[c480c33]170 <para revision="systemd">
171 Install the systemd unit by running the following command as the
172 <systemitem class="username">root</systemitem> user:
173 </para>
174
175<screen role="root" revision="systemd"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
176
[dcbd2c6]177 </sect2>
178
179 <sect2 role="commands">
180 <title>Command Explanations</title>
[cfc1f98]181
[10cbf37]182<!-- please comment this if no patches are currently needed -->
[1c459bf2]183<!--<para>
[10cbf37]184 <parameter>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler71-1.patch</parameter>:
[2f1053c]185 Conditionally apply changes for recent versions of poppler.
[8558044]186 </para>
[1c459bf2]187 Poppler-0.72.0, cups-filters-1.21.5 - no longer needed.-->
[cfc1f98]188
[21e0c46]189 <para>
190 <envar>CXXFLAGS="$CXXFLAGS -std=c++17"</envar>: This environment
[912b324]191 variable is necessary to fix a problem introduced by qpdf-11.3.0.
[21e0c46]192 </para>
193
[03a0a638]194 <para>
195 <parameter>--disable-avahi</parameter>: This switch is needed
196 if the optional <xref linkend="avahi"/> is not installed. Remove
197 it if avahi is installed and you need network printer discovery
198 capabilities.
199 </para>
200
[cbda2a25]201 <para>
[d6da5da]202 <parameter>--without-rcdir</parameter>: This switch disables
203 installation of the bundled bootscript which is not compatible
204 with BLFS.
[cbda2a25]205 </para>
206
[4118724f]207<!-- Those are hard dependencies now
[dcbd2c6]208 <para>
[4118724f]209 <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
[dcbd2c6]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 <para>
[4118724f]215 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
[dcbd2c6]216 defines the path to the <application>GhostScript</application>
217 binary in case <xref linkend="gs"/> is not installed at build time.
218 </para>
[4118724f]219-->
[dcbd2c6]220
[bfa09457]221 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
222 href="../../xincludes/static-libraries.xml"/>
[39555dd]223 <!--
[2f1053c]224 <para>
[39555dd]225 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
[2f1053c]226 filter, for sending PDFs to an HP InkJet Server, to be built.
227 </para>
[39555dd]228 -->
[2f1053c]229
[8e1a075]230 <para>
[681cda1]231 <option>--with-test-font-path=<replaceable>VALUE</replaceable></option>:
232 If you wish to run the tests, but
[8e1a075]233 you do not have the default
[681cda1]234 <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this
235 switch to specify where <filename>DejaVuSans.ttf</filename> (or perhaps
236 some other text TTF font - untested) is located.
[8e1a075]237 </para>
[681cda1]238
[8e1a075]239
[dcbd2c6]240 </sect2>
241
[cbda2a25]242<!-- TODO: Write a bootscript for cups-browsed -->
243
[c480c33]244 <sect2 role="configuration" revision="systemd">
245 <title>Configuring CUPS Filters</title>
246
247 <sect3 id="cups-filters-init">
248 <title>Systemd Units</title>
249
250 <para>
251 To start the <command>cups-browsed</command> daemon at boot, enable
252 the previously installed systemd unit by running the following command
253 as the <systemitem class="username">root</systemitem> user:
254 </para>
255
256 <indexterm zone="cups-filters cups-filters-init">
257 <primary sortas="f-cups-browsed">cups-browsed</primary>
258 </indexterm>
259
260<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
261
262 </sect3>
[8558044]263
[c480c33]264 </sect2>
265
[dcbd2c6]266 <sect2 role="content">
267 <title>Contents</title>
268
269 <segmentedlist>
[cbda2a25]270 <segtitle>Installed Programs</segtitle>
[dcbd2c6]271 <segtitle>Installed Libraries</segtitle>
272 <segtitle>Installed Directories</segtitle>
273
274 <seglistitem>
275 <seg>
[98fd8b9]276 cups-browsed, driverless, driverless-fax, and foomatic-rip
277 <!-- and ttfread -->
[dcbd2c6]278 </seg>
279 <seg>
280 libcupsfilters.so and libfontembed.so
281 </seg>
282 <seg>
[7374e16]283 /usr/include/{cupsfilters,fontembed},
[fc0e436]284 /usr/lib/cups/{backend,driver,filter},
[d42f02c6]285 /usr/share/cups/{braille,charsets},
[a82b5f44]286 /usr/share/doc/cups-filters-&cups-filters-version;, and
[7273ffc]287 /usr/share/ppd/cupsfilters
[dcbd2c6]288 </seg>
289 </seglistitem>
290 </segmentedlist>
291
292 <variablelist>
293 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
294 <?dbfo list-presentation="list"?>
295 <?dbhtml list-presentation="table"?>
296
[298fee30]297 <varlistentry id="cups-browsed">
298 <term><command>cups-browsed</command></term>
[7374e16]299 <listitem>
300 <para>
[298fee30]301 is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
[4c24eb0a]302 remote CUPS printers
[7374e16]303 </para>
[298fee30]304 <indexterm zone="cups-filters cups-browsed">
305 <primary sortas="b-cups-browsed">cups-browsed</primary>
[7374e16]306 </indexterm>
[a82b5f44]307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="driverless">
311 <term><command>driverless</command></term>
312 <listitem>
313 <para>
[4c24eb0a]314 is a PPD generator utility for driverless printing
[a82b5f44]315 </para>
316 <indexterm zone="cups-filters driverless">
317 <primary sortas="b-driverless">driverless</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="driverless-fax">
323 <term><command>driverless-fax</command></term>
324 <listitem>
325 <para>
[4c24eb0a]326 is a wrapper to <command>driverless</command> for FAX type devices
[a82b5f44]327 </para>
328 <indexterm zone="cups-filters driverless-fax">
329 <primary sortas="b-driverless-fax">driverless-fax</primary>
330 </indexterm>
[7374e16]331 </listitem>
332 </varlistentry>
333
[298fee30]334 <varlistentry id="foomatic-rip">
335 <term><command>foomatic-rip</command></term>
[7374e16]336 <listitem>
337 <para>
[298fee30]338 is a universal print filter/RIP wrapper which can be used as CUPS
[4c24eb0a]339 filter or stand-alone for spooler-less, direct printing
[7374e16]340 </para>
[298fee30]341 <indexterm zone="cups-filters foomatic-rip">
342 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
[7374e16]343 </indexterm>
344 </listitem>
345 </varlistentry>
346
[dcbd2c6]347 <varlistentry id="libcupsfilters">
348 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
349 <listitem>
350 <para>
[4c24eb0a]351 contains <application>CUPS Filters</application> API functions
[dcbd2c6]352 </para>
353 <indexterm zone="cups-filters libcupsfilters">
354 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 </variablelist>
360
361 </sect2>
362
363</sect1>
Note: See TracBrowser for help on using the repository browser.