source: pst/printing/cups-filters-systemd.xml@ ae2aab61

systemd-13485
Last change on this file since ae2aab61 was ae2aab61, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Add some more short descriptions by Denis.
Update to cups-filters-1.0.74
Update to poppler-0.35.0
Update to cups-2.1.0
Update to colord-1.2.12
Update to libgusb-0.2.6
Update to udisks-2.1.6
Update to gnome-themes-standard-3.16.2
Update to gnome-backgrounds-3.16.0
Update to caribou-0.4.18.1
Update to iso-codes-3.61
Update to NetworkManager-1.0.6
Update to bluez-5.34
Update to telepathy-logger-0.8.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16382 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.5 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 "14862048b4a9a87abfeeae07531dd020">
11 <!ENTITY cups-filters-size "1.3 MB">
12 <!ENTITY cups-filters-buildsize "51 MB">
13 <!ENTITY cups-filters-time "0.4 SBU">
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 &lfs77_checked;
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>
75
76 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cups"/>,
81 <xref linkend="glib2"/>,
82 <xref linkend="ijs"/>,
83 <xref linkend="lcms2"/>,
84 <xref linkend="poppler"/> and
85 <xref linkend="qpdf"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="libjpeg"/>,
91 <xref linkend="libpng"/> and
92 <xref linkend="libtiff"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="avahi"/> and
98 <xref linkend="php"/> (use of this might be broken)
99 </para>
100
101 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
102 <para role="required runtime">
103 <xref linkend="gs"/> (Needed for PostScript printers), or
104 <xref linkend="gutenprint"/> (for supported printers),
105 or other printer drivers
106 </para>
107
108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of CUPS Filters</title>
115
116 <para>
117 First, fix the systemd unit file to work with
118 <application>CUPS</application> 2.0 and later:
119 </para>
120
121<screen><userinput>sed -i "s:cups.service:org.cups.cupsd.service:g" utils/cups-browsed.service</userinput></screen>
122
123 <para>
124 Install <application>CUPS Filters</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr \
129 --sysconfdir=/etc \
130 --localstatedir=/var \
131 --without-rcdir \
132 --disable-static \
133 --with-gs-path=/usr/bin/gs \
134 --with-pdftops-path=/usr/bin/gs \
135 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 To test the results, issue: <command>make -k check</command>. Note that many tests fail for unknown reasons.
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>make install</userinput></screen>
147
148 <para>
149 Install the systemd unit by running the following command as the
150 <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>install -v -m644 utils/cups-browsed.service /lib/systemd/system/cups-browsed.service</userinput></screen>
154
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para>
161 <parameter>--without-rcdir</parameter>: This switch disables
162 installation of the bundled bootscript which is not compatible
163 with BLFS.
164 </para>
165
166 <para>
167 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
168 defines the path to the <application>GhostScript</application>
169 binary in case <xref linkend="gs"/> is not installed at build time.
170 </para>
171
172 <para>
173 <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
174 defines the path to the <application>GhostScript</application>
175 binary in case <xref linkend="gs"/> is not installed at build time.
176 </para>
177
178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="../../xincludes/static-libraries.xml"/>
180
181 </sect2>
182
183 <sect2 role="configuration">
184 <title>Configuring Cups Filters</title>
185
186 <sect3 id="cups-filters-init">
187 <title>Systemd Units</title>
188
189 <para>
190 To start the <command>cups-browsed</command> daemon at boot, enable
191 the previously installed systemd unit by running the following command
192 as the <systemitem class="username">root</systemitem> user:
193 </para>
194
195 <indexterm zone="cups-filters cups-filters-init">
196 <primary sortas="f-cups-browsed">cups-browsed</primary>
197 </indexterm>
198
199<screen role="root"><userinput>systemctl enable cups-browsed</userinput></screen>
200
201 </sect3>
202
203 </sect2>
204
205 <sect2 role="content">
206 <title>Contents</title>
207
208 <segmentedlist>
209 <segtitle>Installed Programs</segtitle>
210 <segtitle>Installed Libraries</segtitle>
211 <segtitle>Installed Directories</segtitle>
212
213 <seglistitem>
214 <seg>
215 cups-browsed, foomatic-rip and ttfread
216 </seg>
217 <seg>
218 libcupsfilters.so and libfontembed.so
219 </seg>
220 <seg>
221 /usr/include/{cupsfilters,fontembed},
222 /usr/lib/cups/{backend,filter},
223 /usr/share/cups/{banners,charsets,data},
224 /usr/share/doc/cups-filters-&cups-filters-version; and
225 /usr/share/ppd/cupsfilters
226 </seg>
227 </seglistitem>
228 </segmentedlist>
229
230 <variablelist>
231 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
232 <?dbfo list-presentation="list"?>
233 <?dbhtml list-presentation="table"?>
234
235 <varlistentry id="cups-browsed">
236 <term><command>cups-browsed</command></term>
237 <listitem>
238 <para>
239 is a daemon for browsing the Bonjour and CUPS broadcasts of shared,
240 remote CUPS printers.
241 </para>
242 <indexterm zone="cups-filters cups-browsed">
243 <primary sortas="b-cups-browsed">cups-browsed</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="foomatic-rip">
249 <term><command>foomatic-rip</command></term>
250 <listitem>
251 <para>
252 is a universal print filter/RIP wrapper which can be used as CUPS
253 filter or stand-alone for spooler-less, direct printing.
254 </para>
255 <indexterm zone="cups-filters foomatic-rip">
256 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="libcupsfilters">
262 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
263 <listitem>
264 <para>
265 contains <application>CUPS Filters</application> API functions.
266 </para>
267 <indexterm zone="cups-filters libcupsfilters">
268 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.