source: pst/printing/cups-filters.xml@ 50a0dd0

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 50a0dd0 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
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 "4be15231df45312cf2be7d44206286c3">
11 <!ENTITY cups-filters-size "1.4 MB">
12 <!ENTITY cups-filters-buildsize "32 MB (with tests)">
13 <!ENTITY cups-filters-time "0.4 SBU (with tests)">
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
40 &lfs80_checked;
41 &gcc7_checked;
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>
76<!--
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Required patch:
82 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler0340-1.patch"/>
83 </para>
84 </listitem>
85 </itemizedlist>-->
86
87 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="cups"/>,
92 <xref linkend="glib2"/>,
93 <xref linkend="gs"/>,
94 <xref linkend="ijs"/>,
95 <xref linkend="lcms2"/>,
96 <xref linkend="mupdf"/> (mutool),
97 <xref linkend="poppler"/>, and
98 <xref linkend="qpdf"/>
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="libjpeg"/>,
104 <xref linkend="libpng"/> and
105 <xref linkend="libtiff"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <xref linkend="avahi"/>,
111 <xref linkend="openldap"/>,
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>
115 </para>
116
117 <bridgehead renderas="sect4">Optional printer drivers (runtime)</bridgehead>
118 <para role="optional">
119 <xref linkend="dejavu-fonts"/> (required for the tests), and
120 <xref linkend="gutenprint"/> (for supported printers),
121 or other printer drivers, such as <ulink
122 url="http://sourceforge.net/projects/hplip/files/hplip/">hplip</ulink>
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
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
140 <para>
141 Install <application>CUPS Filters</application> by running the following
142 commands:
143 </para>
144
145<screen><userinput>./configure \
146 --prefix=/usr \
147 --sysconfdir=/etc \
148 --localstatedir=/var \
149 --without-rcdir \
150 --disable-static \
151 --disable-avahi \
152 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
153make</userinput></screen>
154
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
159 <para>
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.
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
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
178 </sect2>
179
180 <sect2 role="commands">
181 <title>Command Explanations</title>
182
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
190 <para>
191 <parameter>--without-rcdir</parameter>: This switch disables
192 installation of the bundled bootscript which is not compatible
193 with BLFS.
194 </para>
195
196<!-- Those are hard dependencies now
197 <para>
198 <parameter>- -with-gs-path=/usr/bin/gs</parameter>: This switch
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>
204 <parameter>- -with-pdftops-path=/usr/bin/gs</parameter>: This switch
205 defines the path to the <application>GhostScript</application>
206 binary in case <xref linkend="gs"/> is not installed at build time.
207 </para>
208-->
209
210 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
211 href="../../xincludes/static-libraries.xml"/>
212
213 <para>
214 <command>make check 2&gt;&amp;1 &gt;testlog</command>: The testsuite
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
220<!-- option seems to be obsolete - configure doesn't pick it up
221 <para>
222 <option>- -with-test-path=<replaceable>VALUE</replaceable></option>: If you wish to run the tests, but
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>
228-->
229
230 </sect2>
231
232<!-- TODO: Write a bootscript for cups-browsed -->
233
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
256 <sect2 role="content">
257 <title>Contents</title>
258
259 <segmentedlist>
260 <segtitle>Installed Programs</segtitle>
261 <segtitle>Installed Libraries</segtitle>
262 <segtitle>Installed Directories</segtitle>
263
264 <seglistitem>
265 <seg>
266 cups-browsed, driverless, foomatic-rip (link) and ttfread
267 </seg>
268 <seg>
269 libcupsfilters.so and libfontembed.so
270 </seg>
271 <seg>
272 /usr/include/{cupsfilters,fontembed},
273 /usr/share/cups/{braille,charsets},
274 /usr/share/doc/cups-filters-&cups-filters-version; and
275 /usr/share/ppd/cupsfilters
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
285 <varlistentry id="cups-browsed">
286 <term><command>cups-browsed</command></term>
287 <listitem>
288 <para>
289 is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
290 remote CUPS printers.
291 </para>
292 <indexterm zone="cups-filters cups-browsed">
293 <primary sortas="b-cups-browsed">cups-browsed</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="foomatic-rip">
299 <term><command>foomatic-rip</command></term>
300 <listitem>
301 <para>
302 is a universal print filter/RIP wrapper which can be used as CUPS
303 filter or stand-alone for spooler-less, direct printing.
304 </para>
305 <indexterm zone="cups-filters foomatic-rip">
306 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
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.