1 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
2 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
3 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
4 | %general-entities;
|
---|
5 |
|
---|
6 | <!ENTITY gimp-print-download-http "http://prdownloads.sourceforge.net/gimp-print/gimp-print-&gimp-print-version;.tar.gz">
|
---|
7 | <!ENTITY gimp-print-download-ftp " ">
|
---|
8 | <!ENTITY gimp-print-md5sum "766be49f44a6a682d857e5aefec414d4">
|
---|
9 | <!ENTITY gimp-print-size "5.2 MB">
|
---|
10 | <!ENTITY gimp-print-buildsize "27 MB">
|
---|
11 | <!ENTITY gimp-print-time "0.29 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="gimp-print" xreflabel="Gimp-Print-&gimp-print-version;">
|
---|
15 | <sect1info>
|
---|
16 | <othername>$LastChangedBy$</othername>
|
---|
17 | <date>$Date$</date>
|
---|
18 | </sect1info>
|
---|
19 | <?dbhtml filename="gimp-print.html"?>
|
---|
20 | <title>Gimp-Print-&gimp-print-version;</title>
|
---|
21 |
|
---|
22 | <sect2>
|
---|
23 | <title>Introduction to <application>Gimp-Print</application></title>
|
---|
24 |
|
---|
25 | <para>The <application>Gimp-Print</application> package contains
|
---|
26 | high quality drivers for Canon, Epson, Lexmark and <acronym>PCL</acronym>
|
---|
27 | printers for use with <xref linkend="espgs"/>, <xref linkend="cups"/>,
|
---|
28 | <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
|
---|
29 | <xref linkend="LPRng"/>, <command>lpr</command> and the
|
---|
30 | <application><acronym>GIMP</acronym>-1.2</application>. See a list of
|
---|
31 | supported printers at
|
---|
32 | <ulink url="http://gimp-print.sourceforge.net/p_Supported_Printers.php3"/>.
|
---|
33 | </para>
|
---|
34 | <!-- FIXME: APFL Ghostscript is not tested. Don't forget to check the license. -->
|
---|
35 |
|
---|
36 | <sect3><title>Package information</title>
|
---|
37 | <itemizedlist spacing='compact'>
|
---|
38 | <listitem><para>Download (HTTP):
|
---|
39 | <ulink url="&gimp-print-download-http;"/></para></listitem>
|
---|
40 | <listitem><para>Download (FTP):
|
---|
41 | <ulink url="&gimp-print-download-ftp;"/></para></listitem>
|
---|
42 | <listitem><para>Download MD5 sum: &gimp-print-md5sum;</para></listitem>
|
---|
43 | <listitem><para>Download size: &gimp-print-size;</para></listitem>
|
---|
44 | <listitem><para>Estimated disk space required:
|
---|
45 | &gimp-print-buildsize;</para></listitem>
|
---|
46 | <listitem><para>Estimated build time:
|
---|
47 | &gimp-print-time;</para></listitem>
|
---|
48 | </itemizedlist>
|
---|
49 | </sect3>
|
---|
50 |
|
---|
51 | <sect3><title><application>Gimp-Print</application> dependencies</title>
|
---|
52 | <sect4><title>Optional</title>
|
---|
53 | <para><xref linkend="cups"/>,
|
---|
54 | <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
|
---|
55 | <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
|
---|
56 | <xref linkend="tex"/>, and
|
---|
57 | <xref linkend="espgs"/> or <xref linkend="gs"/></para>
|
---|
58 | </sect4>
|
---|
59 | </sect3>
|
---|
60 |
|
---|
61 | </sect2>
|
---|
62 |
|
---|
63 | <sect2>
|
---|
64 | <title>Installation of <application>Gimp-Print</application></title>
|
---|
65 |
|
---|
66 | <para>Install <application>Gimp-Print</application> by running the following
|
---|
67 | commands:</para>
|
---|
68 |
|
---|
69 | <screen><userinput><command>./configure --prefix=/usr &&
|
---|
70 | make &&
|
---|
71 | make install</command></userinput></screen>
|
---|
72 |
|
---|
73 | </sect2>
|
---|
74 |
|
---|
75 | <sect2>
|
---|
76 | <title>Command explanations</title>
|
---|
77 |
|
---|
78 | <para><option>--with-translated-ppds=no</option>: When this switch is given,
|
---|
79 | only <acronym>US</acronym> English <acronym>PPD</acronym> files
|
---|
80 | for <application><acronym>CUPS</acronym></application> will be built. Useful
|
---|
81 | if the <acronym>PPD</acronym> files are not yet translated into your native
|
---|
82 | language and you want to save some space by not installing unneeded
|
---|
83 | translations.</para>
|
---|
84 |
|
---|
85 | <para><option>--enable-cups-level3-ps</option>: This option causes
|
---|
86 | the build process to generate PostScript level 3 <acronym>PPD</acronym> files
|
---|
87 | instead of level 2 ones.</para>
|
---|
88 |
|
---|
89 | </sect2>
|
---|
90 |
|
---|
91 | <sect2>
|
---|
92 | <title>Configuring <application>Gimp-Print</application></title>
|
---|
93 |
|
---|
94 | <sect3><title>Configuration Information</title>
|
---|
95 |
|
---|
96 | <para>For <application><acronym>CUPS</acronym></application> to see newly
|
---|
97 | installed <acronym>PPD</acronym> files, it has to be restarted:</para>
|
---|
98 |
|
---|
99 | <screen><userinput><command>/etc/rc.d/init.d/cups restart</command></userinput></screen>
|
---|
100 |
|
---|
101 | <note><para>This command may take a very long time (up to 10 minutes) to
|
---|
102 | complete. Don't panic while
|
---|
103 | <application><acronym>CUPS</acronym></application> is rescanning the
|
---|
104 | list of <acronym>PPD</acronym> files. The long delay will happen only
|
---|
105 | once.</para></note>
|
---|
106 |
|
---|
107 | <para>Then point your web browser to <ulink url="http://127.0.0.1:631"/> to
|
---|
108 | add a new printer to
|
---|
109 | <application><acronym>CUPS</acronym></application>.</para>
|
---|
110 | </sect3>
|
---|
111 |
|
---|
112 | </sect2>
|
---|
113 |
|
---|
114 | <sect2>
|
---|
115 | <title>Contents</title>
|
---|
116 |
|
---|
117 | <para>The <application>Gimp-Print</application> package contains
|
---|
118 | <command>gimpprint-config</command>, <command>escputil</command>,
|
---|
119 | <filename class='libraryfile'>libgimpprint</filename> libraries and
|
---|
120 | optionally, <command>rastertoprinter</command> and
|
---|
121 | <command>pstopxl</command> filter scripts for
|
---|
122 | <application><acronym>CUPS</acronym></application>,
|
---|
123 | <command>cups-calibrate</command>, <command>ijsgimpprint</command> and a
|
---|
124 | plugin that allows printing images from
|
---|
125 | <application><acronym>GIMP</acronym>-1.2</application>.</para>
|
---|
126 | </sect2>
|
---|
127 |
|
---|
128 | <sect2>
|
---|
129 | <title>Description</title>
|
---|
130 |
|
---|
131 | <sect3><title>gimpprint-config</title>
|
---|
132 | <para><command>gimpprint-config</command> is a script to get information about
|
---|
133 | the installed version of gimpprint.</para></sect3>
|
---|
134 |
|
---|
135 | <sect3><title>escputil</title>
|
---|
136 | <para><command>escputil</command> is a command line utility to perform various
|
---|
137 | maintenance tasks on Epson Stylus inkjet printers.</para></sect3>
|
---|
138 |
|
---|
139 | <sect3><title>cups-calibrate</title>
|
---|
140 | <para><command>cups-calibrate</command> calibrates the color output of printers
|
---|
141 | using the <application>Gimp-Print</application>
|
---|
142 | <application><acronym>CUPS</acronym></application> or
|
---|
143 | <application><acronym>ESP</acronym> Print Pro</application> drivers.</para>
|
---|
144 | </sect3>
|
---|
145 |
|
---|
146 | <sect3><title>ijsgimpprint</title>
|
---|
147 | <para><command>ijsgimpprint</command> is a Ghostscript driver for
|
---|
148 | <application>Gimp-Print</application>.</para></sect3>
|
---|
149 |
|
---|
150 | </sect2>
|
---|
151 |
|
---|
152 | </sect1>
|
---|