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

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since ce8d9a83 was ce8d9a83, checked in by Thomas Trepl <thomas@…>, 7 months ago

Fix mentioning Avahi in cups-filters

  • Property mode set to 100644
File size: 6.5 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
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 &lfs120_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. Thats
121 a flaw in the configure script of <application>CUPS Filters</application>
122 bailing out if <application>Avahi</application> is not installed
123 but if it is, it doesn't get used anyhow.
124 </para>
125
126 <!--
127 <para>
128 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
129 filter, for sending PDFs to an HP InkJet Server, to be built.
130 </para>
131 -->
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 driverless, driverless-fax, and foomatic-rip
146 </seg>
147 <seg>
148 None
149 </seg>
150 <seg>
151 /usr/lib/cups/{backend,driver,filter},
152 /usr/share/doc/cups-filters-&cups-filters-version;, and
153 /usr/share/ppd/cupsfilters
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="driverless">
164 <term><command>driverless</command></term>
165 <listitem>
166 <para>
167 is a PPD generator utility for driverless printing
168 </para>
169 <indexterm zone="cups-filters driverless">
170 <primary sortas="b-driverless">driverless</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="driverless-fax">
176 <term><command>driverless-fax</command></term>
177 <listitem>
178 <para>
179 is a wrapper to <command>driverless</command> for FAX type devices
180 </para>
181 <indexterm zone="cups-filters driverless-fax">
182 <primary sortas="b-driverless-fax">driverless-fax</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="foomatic-rip">
188 <term><command>foomatic-rip</command></term>
189 <listitem>
190 <para>
191 is a universal print filter/RIP wrapper which can be used as CUPS
192 filter or stand-alone for spooler-less, direct printing
193 </para>
194 <indexterm zone="cups-filters foomatic-rip">
195 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199 <!--
200 <varlistentry id="libcupsfilters">
201 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
202 <listitem>
203 <para>
204 contains <application>CUPS Filters</application> API functions
205 </para>
206 <indexterm zone="cups-filters libcupsfilters">
207 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211 -->
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.