source: pst/printing/cups-filters.xml@ 0e942fd

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 0e942fd was 3525199c, checked in by Douglas R. Reno <renodr@…>, 8 months ago

Typo fixes from rhubarbpieguy

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[dcbd2c6]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
[b26bc4c]7 <!ENTITY cups-filters-download-http
[bca2e45]8 "https://github.com/OpenPrinting/cups-filters/releases/download/&cups-filters-version;/cups-filters-&cups-filters-version;.tar.xz">
[dcbd2c6]9 <!ENTITY cups-filters-download-ftp " ">
[bca2e45]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)">
[dcbd2c6]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>
[bca2e45]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.
[dcbd2c6]33 </para>
34
[c1a287b]35 &lfs120_checked;
[dcbd2c6]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>
[2f1053c]70
[dcbd2c6]71 <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[bca2e45]75 <xref linkend="libcupsfilters"/> and
76 <xref linkend="libppd"/>
[dcbd2c6]77 </para>
[ce8d9a83]78<!--
[b003631b]79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="avahi"/>
82 </para>
[ce8d9a83]83-->
[dcbd2c6]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>
[7b88d5a]93
[bca2e45]94<screen><userinput>./configure --prefix=/usr \
[2868741]95 --disable-static \
[ce8d9a83]96 --disable-avahi \
[83dc192]97 --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
[dcbd2c6]98make</userinput></screen>
99
100 <para>
[bca2e45]101 This package does not come with a functional test suite.
[dcbd2c6]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
[bfa09457]115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
[b003631b]117
118 <para>
[ce8d9a83]119 <parameter>--disable-avahi</parameter>: This switch should be
[3525199c]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.
[b003631b]125 </para>
126
[39555dd]127 <!--
[2f1053c]128 <para>
[39555dd]129 <option>- -enable-ijs</option>: This switch will allow the pdftoijs
[2f1053c]130 filter, for sending PDFs to an HP InkJet Server, to be built.
131 </para>
[39555dd]132 -->
[2f1053c]133
[c480c33]134 </sect2>
135
[dcbd2c6]136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
[cbda2a25]140 <segtitle>Installed Programs</segtitle>
[dcbd2c6]141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
[bca2e45]146 driverless, driverless-fax, and foomatic-rip
[dcbd2c6]147 </seg>
148 <seg>
[bca2e45]149 None
[dcbd2c6]150 </seg>
151 <seg>
[bca2e45]152 /usr/lib/cups/{backend,driver,filter},
[a82b5f44]153 /usr/share/doc/cups-filters-&cups-filters-version;, and
[7273ffc]154 /usr/share/ppd/cupsfilters
[dcbd2c6]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
[a82b5f44]164 <varlistentry id="driverless">
165 <term><command>driverless</command></term>
166 <listitem>
167 <para>
[4c24eb0a]168 is a PPD generator utility for driverless printing
[a82b5f44]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>
[4c24eb0a]180 is a wrapper to <command>driverless</command> for FAX type devices
[a82b5f44]181 </para>
182 <indexterm zone="cups-filters driverless-fax">
183 <primary sortas="b-driverless-fax">driverless-fax</primary>
184 </indexterm>
[7374e16]185 </listitem>
186 </varlistentry>
187
[298fee30]188 <varlistentry id="foomatic-rip">
189 <term><command>foomatic-rip</command></term>
[7374e16]190 <listitem>
191 <para>
[298fee30]192 is a universal print filter/RIP wrapper which can be used as CUPS
[4c24eb0a]193 filter or stand-alone for spooler-less, direct printing
[7374e16]194 </para>
[298fee30]195 <indexterm zone="cups-filters foomatic-rip">
196 <primary sortas="b-foomatic-rip">foomatic-rip</primary>
[7374e16]197 </indexterm>
198 </listitem>
199 </varlistentry>
[bca2e45]200 <!--
[dcbd2c6]201 <varlistentry id="libcupsfilters">
202 <term><filename class="libraryfile">libcupsfilters.so</filename></term>
203 <listitem>
204 <para>
[4c24eb0a]205 contains <application>CUPS Filters</application> API functions
[dcbd2c6]206 </para>
207 <indexterm zone="cups-filters libcupsfilters">
208 <primary sortas="c-libcupsfilters">libcupsfilters.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
[bca2e45]212 -->
[dcbd2c6]213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.