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

11.2 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/soup3 xry111/xf86-video-removal
Last change on this file since d16c71a was 2cc15a2b, checked in by Douglas R. Reno <renodr@…>, 22 months ago

Package updates, URL fix, and tags

Update to SDL2-2.24.0
Update to cups-filters-1.28.16
Fix the libxml2 python2 module's download URL (was 2.9, change to 2.10).

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