source: pst/printing/gutenprint.xml@ 9327a61

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 9327a61 was 9327a61, checked in by Robert Connolly <robert@…>, 14 years ago

Added missing colons to the 'test the results' line on several pages, and added a missing period.

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

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