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

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 b26bc4c was b26bc4c, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates and some minor fixes.

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

  • Property mode set to 100644
File size: 6.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 "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 "f722074dfa8efd3fcb8502cede13a608">
11 <!ENTITY cups-filters-size "1.0 MB">
12 <!ENTITY cups-filters-buildsize "27 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 &lfs73_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="ijs"/>,
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="libjpeg"/>,
90 <xref linkend="libpng"/> and
91 <xref linkend="libtiff"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="avahi"/>
97 </para>
98
99 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
100 <para role="optional">
101 <xref linkend="gs"/> (Needed for PostScript printers)
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/cups-filters"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of CUPS Filters</title>
111
112 <para>
113 Install <application>CUPS Filters</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
118./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
121 --without-rcdir \
122 --with-gs-path=/usr/bin/gs \
123 --with-pdftops-path=/usr/bin/gs \
124 --disable-avahi \
125 --disable-static &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not have working test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <para>
144 <parameter>--without-rcdir</parameter>: This switch disables
145 installation of the bundled bootscript which is not compatible
146 with BLFS.
147 </para>
148
149 <para>
150 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
151 defines the path to the <application>GhostScript</application>
152 binary in case <xref linkend="gs"/> is not installed at build time.
153 </para>
154
155 <para>
156 <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
157 defines the path to the <application>GhostScript</application>
158 binary in case <xref linkend="gs"/> is not installed at build time.
159 </para>
160
161 <para>
162 <parameter>--disable-avahi</parameter>: This switch is required if you have
163 not installed <xref linkend="avahi"/>.
164 </para>
165
166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="../../xincludes/static-libraries.xml"/>
168
169 </sect2>
170
171<!-- TODO: Write a bootscript for cups-browsed -->
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 ttfread and cups-browsed
184 </seg>
185 <seg>
186 libcupsfilters.so and libfontembed.so
187 </seg>
188 <seg>
189 /usr/include/cupsfilters,
190 /usr/include/fontembed,
191 /usr/share/cups/banners,
192 /usr/share/cups/charsets,
193 /usr/share/doc/cups-filters-&cups-filters-version; and
194 /usr/share/ppd/cups-filters
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="libcupsfilters">
205 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
206 <listitem>
207 <para>
208 contains <application>CUPS Filters</application> API functions.
209 </para>
210 <indexterm zone="cups-filters libcupsfilters">
211 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.