source: pst/printing/cups-filters.xml@ 0c7d410

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

Package updates.

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

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