source: pst/printing/cups-filters.xml

trunk
Last change on this file was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

  • Property mode set to 100644
File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://github.com/OpenPrinting/cups-filters/releases/download/&cups-filters-version;/cups-filters-&cups-filters-version;.tar.xz">
9 <!ENTITY cups-filters-download-ftp " ">
10 <!ENTITY cups-filters-md5sum "1d9ac8b601ea5e25a42767856a48c4d7">
11 <!ENTITY cups-filters-size "437 KB">
12 <!ENTITY cups-filters-buildsize "9.1 MB">
13 <!ENTITY cups-filters-time "less than 0.1 SBU (Using parallelism=4)">
14]>
15
16<sect1 id="cups-filters" xreflabel="cups-filters-&cups-filters-version;">
17 <?dbhtml filename="cups-filters.html"?>
18
19
20 <title>cups-filters-&cups-filters-version;</title>
21
22 <indexterm zone="cups-filters">
23 <primary sortas="a-cups-filters">cups-filters</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to CUPS Filters</title>
28
29 <para>
30 The <application>CUPS Filters</application> package is only needed
31 to adapt <xref linkend="libcupsfilters"/> and <xref linkend="libppd"/>
32 filter functions for cups-2.x. It should not be needed for cups-3.x.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&cups-filters-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&cups-filters-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &cups-filters-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &cups-filters-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &cups-filters-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &cups-filters-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="libcupsfilters"/> and
76 <xref linkend="libppd"/>
77 </para>
78<!--
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="avahi"/>
82 </para>
83-->
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of CUPS Filters</title>
88
89 <para>
90 Install <application>CUPS Filters</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --disable-static \
96 --disable-avahi \
97 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a functional test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 <para>
119 <parameter>--disable-avahi</parameter>: This switch should be
120 given even <application>Avahi</application> is installed. This is needed
121 due to a flaw in the configure script of
122 <application>CUPS Filters</application>, where it will bail out if
123 <application>Avahi</application> is not installed. Note though that Avahi
124 is not used by this package.
125 </para>
126
127 <!--
128 <para>
129 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
130 filter, for sending PDFs to an HP InkJet Server, to be built.
131 </para>
132 -->
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 driverless, driverless-fax, and foomatic-rip
147 </seg>
148 <seg>
149 None
150 </seg>
151 <seg>
152 /usr/lib/cups/{backend,driver,filter},
153 /usr/share/doc/cups-filters-&cups-filters-version;, and
154 /usr/share/ppd/cupsfilters
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="driverless">
165 <term><command>driverless</command></term>
166 <listitem>
167 <para>
168 is a PPD generator utility for driverless printing
169 </para>
170 <indexterm zone="cups-filters driverless">
171 <primary sortas="b-driverless">driverless</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="driverless-fax">
177 <term><command>driverless-fax</command></term>
178 <listitem>
179 <para>
180 is a wrapper to <command>driverless</command> for FAX type devices
181 </para>
182 <indexterm zone="cups-filters driverless-fax">
183 <primary sortas="b-driverless-fax">driverless-fax</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="foomatic-rip">
189 <term><command>foomatic-rip</command></term>
190 <listitem>
191 <para>
192 is a universal print filter/RIP wrapper which can be used as CUPS
193 filter or stand-alone for spooler-less, direct printing
194 </para>
195 <indexterm zone="cups-filters foomatic-rip">
196 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200 <!--
201 <varlistentry id="libcupsfilters">
202 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
203 <listitem>
204 <para>
205 contains <application>CUPS Filters</application> API functions
206 </para>
207 <indexterm zone="cups-filters libcupsfilters">
208 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212 -->
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.