source: pst/printing/gutenprint.xml@ fce275e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 fce275e was fce275e, checked in by Randy McMurchy <randy@…>, 16 years ago

Modified all the Sourceforge download URLs to use a newly created entity instead of a hard-coded URL

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

  • Property mode set to 100644
File size: 8.0 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 gutenprint-download-http "&sourceforge-repo;/gimp-print/gutenprint-&gutenprint-version;.tar.bz2">
8 <!ENTITY gutenprint-download-ftp " ">
9 <!ENTITY gutenprint-md5sum "4ec66d57c1014b503d6bea16b1c31d81">
10 <!ENTITY gutenprint-size "4.8 MB">
11 <!ENTITY gutenprint-buildsize "49 MB">
12 <!ENTITY gutenprint-time "0.9 SBU">
13]>
14
15<sect1 id="gutenprint" xreflabel="Gutenprint-&gutenprint-version;">
16 <?dbhtml filename="gutenprint.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gutenprint-&gutenprint-version;</title>
24
25 <indexterm zone="gutenprint">
26 <primary sortas="a-Gutenprint">Gutenprint</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gutenprint</title>
31
32 <para>The <application>Gutenprint</application> (formerly
33 <application>Gimp-Print</application>) package contains high
34 quality drivers for many brands and models of printers for use with
35 <xref linkend="espgs"/>, <xref linkend="cups"/>,
36 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
37 <xref linkend="LPRng"/>, <command>lpr</command> and the
38 <application>GIMP-2.0</application>. See a list of supported printers at
39 <ulink url="http://gutenprint.sourceforge.net/p_Supported_Printers.php3"/>.
40 </para>
41
42<!-- FIXME: APFL Ghostscript is not tested. Don't forget to check the license. -->
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&gutenprint-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&gutenprint-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &gutenprint-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &gutenprint-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &gutenprint-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &gutenprint-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Gutenprint Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="cups"/>,
70 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
71 <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
72 <xref linkend="gimp"/>,
73 <xref linkend="GTK"/>, and
74 <xref linkend="gtk2"/></para>
75
76 <bridgehead renderas="sect4">Optional (to Regenerate Documentation)</bridgehead>
77 <para role="optional"><xref linkend="imagemagick"/>,
78 <xref linkend="tetex"/>,
79 <xref linkend="doxygen"/>, and
80 <xref linkend="docbook-utils"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gutenprint"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Gutenprint</title>
89
90 <para>Install <application>Gutenprint</application> by running the
91 following commands:</para>
92
93<screen><userinput>sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
94 doc{,/developer}/Makefile.in &amp;&amp;
95./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>To test the results, issue <command>make check</command>. This
99 could take a very long time (100+ SBUs).</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104install -v -m755 -d /usr/share/doc/gutenprint-&gutenprint-version;/api/gutenprint{,ui2} &amp;&amp;
105install -v -m644 doc/gutenprint/html/* \
106 /usr/share/doc/gutenprint-&gutenprint-version;/api/gutenprint &amp;&amp;
107install -v -m644 doc/gutenprintui2/html/* \
108 /usr/share/doc/gutenprint-&gutenprint-version;/api/gutenprintui2</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para><command>sed -i '...' doc{,/developer}/Makefile.in</command>: This
116 command is used so that the package documentation is installed in the
117 conventional <filename class='directory'>/usr/share/doc</filename>
118 directory structure instead of
119 <filename class='directory'>/usr/share/gutenprint/doc</filename>.</para>
120
121 <para><option>--with-translated-ppds=no</option>: When this parameter is
122 given, only US English PPD files for <application>CUPS</application>
123 will be built. Useful if the PPD files are not yet translated into your
124 native language and you want to save some space by not installing unneeded
125 translations.</para>
126
127 </sect2>
128
129 <sect2 role="configuration">
130 <title>Configuring Gutenprint</title>
131
132 <sect3>
133 <title>Configuration Information</title>
134
135 <para>For <application>CUPS</application> to see newly installed PPD
136 files, it has to be restarted (as the <systemitem
137 class="username">root</systemitem> user):</para>
138
139<screen role="root"><userinput>/etc/rc.d/init.d/cups restart</userinput></screen>
140
141 <para>This command may take a long time (up to 10 minutes)
142 to complete. Don't panic while <application>CUPS</application>
143 is rescanning the list of PPD files. The long delay will happen
144 only once.</para>
145
146 <para>Then point your web browser to <ulink url="http://localhost:631/"/>
147 to add a new printer to <application>CUPS</application>.</para>
148
149 </sect3>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>cups-calibrate, cups-genppd.5.0, cups-genppdconfig.5.0,
163 cups-genppdupdate.5.0, escputil, ijsgutenprint.5.0, and
164 testpattern</seg>
165 <seg>libgutenprint.{so,a}, libgutenprintui2.{so,a},
166 libgutenprintui2.{so,a} and optionally, various
167 <application>CUPS</application> filters and backend
168 drivers</seg>
169 <seg>/usr/include/gutenprint, /usr/lib/gimp/1.2, /usr/lib/gutenprint,
170 /usr/share/doc/gutenprint-&gutenprint-version; and
171 /usr/share/gutenprint</seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="cups-calibrate">
181 <term><command>cups-calibrate</command></term>
182 <listitem>
183 <para>calibrates the color output of printers using the
184 <application>Gutenprint</application>,
185 <application>CUPS</application> or
186 <application>ESP Print Pro</application> drivers.</para>
187 <indexterm zone="gutenprint cups-calibrate">
188 <primary sortas="b-cups-calibrate">cups-calibrate</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="escputil">
194 <term><command>escputil</command></term>
195 <listitem>
196 <para>is a command line utility to perform various maintenance
197 tasks on Epson Stylus inkjet printers.</para>
198 <indexterm zone="gutenprint escputil">
199 <primary sortas="b-escputil">escputil</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="ijsgutenprint.5.0">
205 <term><command>ijsgutenprint.5.0</command></term>
206 <listitem>
207 <para>is a Ghostscript driver for
208 <application>Gutenprint</application>.</para>
209 <indexterm zone="gutenprint ijsgutenprint.5.0">
210 <primary sortas="b-ijsgutenprint.5.0">ijsgutenprint.5.0</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.