source: pst/printing/cups-filters.xml@ 27f56e2

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

Mark some packages as 7.2 checked. Part 10 - Printing and XML. Create symlink in xsl stylesheets which would cause polkit build to fail if it was missing.

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

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