source: pst/printing/cups-filters.xml@ 9e6c909

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 9e6c909 was 9e6c909, checked in by Randy McMurchy <randy@…>, 11 years ago

Added a parameter to the CUPS-Filters instructions

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

  • Property mode set to 100644
File size: 6.9 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 "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
8 <!ENTITY cups-filters-download-ftp " ">
9 <!ENTITY cups-filters-md5sum "01e2d9abc4ea69521334a0ee2f70d98a">
10 <!ENTITY cups-filters-size "984 KB">
11 <!ENTITY cups-filters-buildsize "31 MB">
12 <!ENTITY cups-filters-time "0.3 SBU">
13]>
14
15<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
16 <?dbhtml filename="cups-filters.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
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 &lfs72_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">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="cups"/>,
90 <xref linkend="ijs"/>,
91 <xref linkend="lcms2"/>,
92 <xref linkend="poppler"/>, and
93 <xref linkend="qpdf"/>
94 </para>
95
96 <bridgehead renderas="sect4">Recommended</bridgehead>
97 <para role="recommended">
98 <xref linkend="libjpeg"/>,
99 <xref linkend="libpng"/>, and
100 <xref linkend="libtiff"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="avahi"/> and
106 <xref linkend="php"/>
107 </para>
108
109 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
110 <para role="optional"><!-- Yes, optional -->
111 <xref linkend="gs"/> (Needed for PostScript printers)
112 </para>
113
114 <para condition="html" role="usernotes">
115 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of CUPS Filters</title>
121
122 <para>
123 Install <application>CUPS Filters</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>patch -Np0 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
128./configure --prefix=/usr \
129 --sysconfdir=/etc \
130 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
131 --without-rcdir \
132 --with-gs-path=/usr/bin/gs \
133 --with-pdftops-path=/usr/bin/gs \
134 --disable-avahi \
135 --disable-static &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 This package does not have working test suite.
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 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <para>
154 <option>--without-rcdir</option>: This switch disables installation of
155 the bundled bootscript which is not compatible with BLFS.
156 </para>
157
158 <para>
159 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
160 defines the path to the <application>GhostScript</application>
161 binary in case <xref linkend="gs"/> is not installed at build time.
162 </para>
163
164 <para>
165 <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
166 defines the path to the <application>GhostScript</application>
167 binary in case <xref linkend="gs"/> is not installed at build time.
168 </para>
169
170 <para>
171 <parameter>--disable-avahi</parameter>: This parameter is required if
172 the <application>Avahi</application> package is not installed.
173 </para>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="../../xincludes/static-libraries.xml"/>
177
178 </sect2>
179
180<!-- TODO: Write a bootscript for cups-browsed -->
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Libraries</segtitle>
188 <segtitle>Installed Directories</segtitle>
189
190 <seglistitem>
191 <seg>
192 ttfread and cups-browsed
193 </seg>
194 <seg>
195 libcupsfilters.so and libfontembed.so
196 </seg>
197 <seg>
198 /usr/include/cupsfilters,
199 /usr/include/fontembed,
200 /usr/share/cups/banners,
201 /usr/share/cups/charsets,
202 /usr/share/doc/cups-filters-&cups-filters-version; and
203 /usr/share/ppd/cups-filters
204 </seg>
205 </seglistitem>
206 </segmentedlist>
207
208 <variablelist>
209 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
210 <?dbfo list-presentation="list"?>
211 <?dbhtml list-presentation="table"?>
212
213 <varlistentry id="libcupsfilters">
214 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
215 <listitem>
216 <para>
217 contains <application>CUPS Filters</application> API functions.
218 </para>
219 <indexterm zone="cups-filters libcupsfilters">
220 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.