source: pst/printing/cups-filters.xml@ 11b0ec8

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 11b0ec8 was 6db5f2b, checked in by Douglas R. Reno <renodr@…>, 4 months ago

cups-filters: reword the command explanation for --disable-avahi

  • Property mode set to 100644
File size: 6.6 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 if <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. If you need network discovery capabilities,
125 install <xref linkend="cups-browsed"/>.
126 </para>
127
128 <!--
129 <para>
130 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
131 filter, for sending PDFs to an HP InkJet Server, to be built.
132 </para>
133 -->
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 driverless, driverless-fax, and foomatic-rip
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/lib/cups/{backend,driver,filter},
154 /usr/share/doc/cups-filters-&cups-filters-version;, and
155 /usr/share/ppd/cupsfilters
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="driverless">
166 <term><command>driverless</command></term>
167 <listitem>
168 <para>
169 is a PPD generator utility for driverless printing
170 </para>
171 <indexterm zone="cups-filters driverless">
172 <primary sortas="b-driverless">driverless</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="driverless-fax">
178 <term><command>driverless-fax</command></term>
179 <listitem>
180 <para>
181 is a wrapper to <command>driverless</command> for FAX type devices
182 </para>
183 <indexterm zone="cups-filters driverless-fax">
184 <primary sortas="b-driverless-fax">driverless-fax</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="foomatic-rip">
190 <term><command>foomatic-rip</command></term>
191 <listitem>
192 <para>
193 is a universal print filter/RIP wrapper which can be used as CUPS
194 filter or stand-alone for spooler-less, direct printing
195 </para>
196 <indexterm zone="cups-filters foomatic-rip">
197 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
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.