source: pst/printing/gimp-print.xml@ fd44c92

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 fd44c92 was 9002094f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added additional parameters and a note about the test suite to the Gimp-Print instructions

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

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gimp-print-download-http "http://prdownloads.sourceforge.net/gimp-print/gimp-print-&gimp-print-version;.tar.gz">
8 <!ENTITY gimp-print-download-ftp " ">
9 <!ENTITY gimp-print-md5sum "766be49f44a6a682d857e5aefec414d4">
10 <!ENTITY gimp-print-size "5.1 MB">
11 <!ENTITY gimp-print-buildsize "36 MB">
12 <!ENTITY gimp-print-time "0.32 SBU (additional 4.37 SBUs to run the test suite)">
13]>
14
15<sect1 id="gimp-print" xreflabel="Gimp-Print-&gimp-print-version;">
16 <?dbhtml filename="gimp-print.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gimp-Print-&gimp-print-version;</title>
24
25 <indexterm zone="gimp-print">
26 <primary sortas="a-Gimp-Print">Gimp-Print</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gimp-Print</title>
31
32 <para>The <application>Gimp-Print</application> package contains
33 high quality drivers for Canon, Epson, Lexmark and PCL
34 printers for use with <xref linkend="espgs"/>, <xref linkend="cups"/>,
35 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
36 <xref linkend="LPRng"/>, <command>lpr</command> and the
37 <application>GIMP-1.2</application>. See a list of supported printers at
38 <ulink url="http://gimp-print.sourceforge.net/p_Supported_Printers.php3"/>.
39 </para>
40
41<!-- FIXME: APFL Ghostscript is not tested. Don't forget to check the license. -->
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&gimp-print-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&gimp-print-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gimp-print-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gimp-print-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gimp-print-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gimp-print-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Gimp-Print Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="cups"/>,
69 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
70 <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
71 <xref linkend="tex"/>,
72 <xref linkend="docbook-utils"/> and
73 <xref linkend="espgs"/> or <xref linkend="gs"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Gimp-Print</title>
79
80 <para>Install <application>Gimp-Print</application> by running the
81 following commands:</para>
82
83<screen><userinput>./configure --prefix=/usr --with-testpattern --enable-test &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue <command>make check</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--with-testpattern</parameter>: This parameter causes the
98 test pattern generator program to be built.</para>
99
100 <para><parameter>--enable-test</parameter>: This parameter causes the
101 programs required by the test suite to be built.</para>
102
103 <para><option>--with-translated-ppds=no</option>: When this switch is
104 given, only US English PPD files for <application>CUPS</application>
105 will be built. Useful if the PPD files are not yet translated into your
106 native language and you want to save some space by not installing unneeded
107 translations.</para>
108
109 <para><option>--enable-cups-level3-ps</option>: This option causes
110 the build process to generate PostScript level 3 PPD files
111 instead of level 2 ones.</para>
112
113 </sect2>
114
115 <sect2 role="configuration">
116 <title>Configuring Gimp-Print</title>
117
118 <sect3>
119 <title>Configuration Information</title>
120
121 <para>For <application>CUPS</application> to see newly installed PPD
122 files, it has to be restarted (as the <systemitem
123 class="username">root</systemitem> user):</para>
124
125<screen role="root"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
126
127 <note>
128 <para>This command may take a very long time (up to 10 minutes)
129 to complete. Don't panic while <application>CUPS</application>
130 is rescanning the list of PPD files. The long delay will happen
131 only once.</para>
132 </note>
133
134 <para>Then point your web browser to <ulink url="http://127.0.0.1:631"/>
135 to add a new printer to <application>CUPS</application>.</para>
136
137 </sect3>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>cups-calibrate, escputil, gimpprint-config, ijsgimpprint, and
151 testpattern</seg>
152 <seg>libgimpprint.[so,a] and optionally, various
153 <application>CUPS</application> filters and backend
154 drivers</seg>
155 <seg>/usr/include/gimp-print, /usr/lib/gimp, /usr/share/cups/model/C,
156 and /usr/share/gimp-print</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="cups-calibrate">
166 <term><command>cups-calibrate</command></term>
167 <listitem>
168 <para>calibrates the color output of printers using the
169 <application>Gimp-Print</application>,
170 <application>CUPS</application> or
171 <application>ESP Print Pro</application> drivers.</para>
172 <indexterm zone="gimp-print cups-calibrate">
173 <primary sortas="b-cups-calibrate">cups-calibrate</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="escputil">
179 <term><command>escputil</command></term>
180 <listitem>
181 <para>is a command line utility to perform various maintenance
182 tasks on Epson Stylus inkjet printers.</para>
183 <indexterm zone="gimp-print escputil">
184 <primary sortas="b-escputil">escputil</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="gimpprint-config">
190 <term><command>gimpprint-config</command></term>
191 <listitem>
192 <para>is a script to get information about the installed version
193 of <application>Gimp-Print</application>.</para>
194 <indexterm zone="gimp-print gimpprint-config">
195 <primary sortas="b-gimpprint-config">gimpprint-config</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="ijsgimpprint">
201 <term><command>ijsgimpprint</command></term>
202 <listitem>
203 <para>is a Ghostscript driver for
204 <application>Gimp-Print</application>.</para>
205 <indexterm zone="gimp-print ijsgimpprint">
206 <primary sortas="b-ijsgimpprint">ijsgimpprint</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.