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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f473955 was f473955, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to cups-filters-1.0.49 and curl-7.36.0. Fix build of pycairo-1.10.0 with python-3.4, thanks Wayne B.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12899 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.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 "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
9 <!ENTITY cups-filters-download-ftp " ">
10 <!ENTITY cups-filters-md5sum "2fa4f6ba7f9459bb60e834e5021a368e">
11 <!ENTITY cups-filters-size "1.3 MB">
12 <!ENTITY cups-filters-buildsize "33 MB (additional 3 MB for the tests)">
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 &lfs75_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"/>,
98 <xref linkend="dbus"/>,
99 <xref linkend="php"/> (use of this might be broken) and
100 <ulink url="http://www.adobe.com/products/reader">acroread</ulink>
101 </para>
102
103 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
104 <para role="optional">
105 <xref linkend="gs"/> (Needed for PostScript printers), or
106 <xref linkend="gutenprint"/> (for supported printers),
107 or other printer drivers
108 </para>
109
110 <para condition="html" role="usernotes">
111 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of CUPS Filters</title>
117
118 <para>
119 Install <application>CUPS Filters</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>./configure --prefix=/usr \
124 --sysconfdir=/etc \
125 --localstatedir=/var \
126 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
127 --without-rcdir \
128 --with-gs-path=/usr/bin/gs \
129 --with-pdftops-path=/usr/bin/gs \
130 --disable-static &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 To test the results, issue: <command>make check 2&gt;&amp;1 &gt;testlog</command>.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <para>
149 <parameter>--without-rcdir</parameter>: This switch disables
150 installation of the bundled bootscript which is not compatible
151 with BLFS.
152 </para>
153
154 <para>
155 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
156 defines the path to the <application>GhostScript</application>
157 binary in case <xref linkend="gs"/> is not installed at build time.
158 </para>
159
160 <para>
161 <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
162 defines the path to the <application>GhostScript</application>
163 binary in case <xref linkend="gs"/> is not installed at build time.
164 </para>
165
166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="../../xincludes/static-libraries.xml"/>
168
169 <para>
170 <command>make check 2&gt;&amp;1 &gt;testlog</command>: the testsuite
171 dumps a stream of bytes into the input buffer after it finishes. Sending
172 the output to a file keeps the history usable, but some debug information
173 will still appear on the screen.
174 </para>
175
176 <para>
177 <option>--with-test-path=<replaceable>VALUE</replaceable></option> : if you wish to run the tests, but
178 you do not have the default
179 <filename>/usr/share/fonts/dejavu/DejaVuSans.ttf</filename> use this switch
180 to specify where <filename>DejaVuSans.ttf</filename> (or perhaps some other
181 text TTF font - untested) is located.
182 </para>
183
184 </sect2>
185
186<!-- TODO: Write a bootscript for cups-browsed -->
187
188 <sect2 role="content">
189 <title>Contents</title>
190
191 <segmentedlist>
192 <segtitle>Installed Programs</segtitle>
193 <segtitle>Installed Libraries</segtitle>
194 <segtitle>Installed Directories</segtitle>
195
196 <seglistitem>
197 <seg>
198 ttfread and cups-browsed
199 </seg>
200 <seg>
201 libcupsfilters.so and libfontembed.so
202 </seg>
203 <seg>
204 /usr/include/cupsfilters,
205 /usr/include/fontembed,
206 /usr/lib/cups/backend,
207 /usr/lib/cups/filter,
208 /usr/share/cups/banners,
209 /usr/share/cups/charsets,
210 /usr/share/cups/data,
211 /usr/share/doc/cups-filters-&cups-filters-version; and
212 /usr/share/ppd/cupsfilters
213 </seg>
214 </seglistitem>
215 </segmentedlist>
216
217 <variablelist>
218 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
219 <?dbfo list-presentation="list"?>
220 <?dbhtml list-presentation="table"?>
221
222 <varlistentry id="libcupsfilters">
223 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
224 <listitem>
225 <para>
226 contains <application>CUPS Filters</application> API functions.
227 </para>
228 <indexterm zone="cups-filters libcupsfilters">
229 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.