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

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 b00021d was 9d8cb37, checked in by Krejzi <krejzi@…>, 12 years ago

CUPS Filters 1.0.24.

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

  • Property mode set to 100644
File size: 5.8 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 "4c638c1f1875c984c3d97179e89380c8">
10 <!ENTITY cups-filters-size "972 KB">
11 <!ENTITY cups-filters-buildsize "21 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="php"/>
96 </para>
97
98 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
99 <para role="optional"><!-- Yes, 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 --with-gs-path=/usr/bin/gs \
120 --with-pdftops-path=/usr/bin/gs \
121 --disable-static &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not have working test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
141 defines the path to the <application>GhostScript</application>
142 binary in case <xref linkend="gs"/> is not installed at build time.
143 </para>
144
145 <para>
146 <parameter>--with-pdftops-path=/usr/bin/gs</parameter>: This switch
147 defines the path to the <application>GhostScript</application>
148 binary in case <xref linkend="gs"/> is not installed at build time.
149 </para>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/static-libraries.xml"/>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Program</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 ttfread
167 </seg>
168 <seg>
169 libcupsfilters.so and libfontembed.so
170 </seg>
171 <seg>
172 /usr/include/cupsfilters,
173 /usr/include/fontembed,
174 /usr/share/cups/banners,
175 /usr/share/cups/charsets,
176 /usr/share/doc/cups-filters-&cups-filters-version; and
177 /usr/share/ppd/cups-filters
178 </seg>
179 </seglistitem>
180 </segmentedlist>
181
182 <variablelist>
183 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
184 <?dbfo list-presentation="list"?>
185 <?dbhtml list-presentation="table"?>
186
187 <varlistentry id="libcupsfilters">
188 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
189 <listitem>
190 <para>
191 contains <application>CUPS Filters</application> API functions.
192 </para>
193 <indexterm zone="cups-filters libcupsfilters">
194 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.