summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:16:09 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:16:09 +0000
commit3950c83c2919fe59dbf442c0d4859778fadd0e8d (patch)
treea94521b94f4a256b5b6d7f004f4afd5f9aae5db0 /README
parent97aedb05b271e9486f51eac1aee64fce92da64ca (diff)
Imported Upstream version 4.3.99+cvs20060521
Diffstat (limited to 'README')
-rw-r--r--README114
1 files changed, 70 insertions, 44 deletions
diff --git a/README b/README
index c52ff69..d1ed836 100644
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
+Welcome to Gutenprint 5.0.0-rc3! Please read these release notes
+carefully.
+
INTRODUCTION
- This is Gutenprint version 5.0.0 release candidate 2, the second
- release candidate of Gutenprint 5.0. Gutenprint, formerly named
+ This is Gutenprint version 5.0.0 release candidate 3, a release
+ candidate of Gutenprint 5.0. Gutenprint, formerly named
Gimp-Print, is a suite of printer drivers that may be used with
most common UNIX print spooling systems, including CUPS, lpr,
LPRng, or others. These drivers provide high quality printing for
@@ -9,22 +12,17 @@ INTRODUCTION
in many cases equal to or better than proprietary vendor-supplied
drivers, and can be used for many of the most demanding printing
tasks. A complete list of supported printers may be found in the
- NEWS file.
-
- The package has been renamed in order to clearly distinguish it
- from the GIMP. While this package started out as the Print plugin
- for the GIMP, it has expanded into a collection of general purpose
- printer drivers, and the Print plugin for the GIMP is now only a
- small (but important) piece of the package. Furthermore, the name
- Gutenprint recognizes Johannes Gutenberg, the inventor of the
- movable type printing press. Finally, the word "guten" means
- "good" in German.
-
- Gutenprint also includes a plug-in for the GIMP image editor.
- This plug-in is also distributed with the GIMP.
-
- Gutenprint was previously known as Gimp-Print. The name was
- changed prior to the 5.0.0 release.
+ NEWS file. Gutenprint also includes a plug-in for the GIMP image
+ editor.
+
+ Gutenprint, formerly named Gimp-Print, has been renamed in order
+ to clearly distinguish it from the GIMP. While this package
+ started out as the Print plugin for the GIMP, it has expanded into
+ a collection of general purpose printer drivers, and the Print
+ plugin for the GIMP is now only a small (but important) piece of
+ the package. Furthermore, the name Gutenprint recognizes Johannes
+ Gutenberg, the inventor of the movable type printing press.
+ Finally, the word "guten" means "good" in German.
Please read this README, and the NEWS file carefully! Many things
have changed from previous releases. The package is quite
@@ -146,11 +144,11 @@ CUPS
a version of Gutenprint with PPD files not built for that precise
version, the driver will fail with a diagnostic error message.
For example, PPD files built for Gutenprint 5.0.0-beta4 will not
- work with driver version 5.0.0-rc2. You can identify printers
+ work with driver version 5.0.0-rc3. You can identify printers
using Gutenprint PPD files by the name of the PPD file, which will
be something like:
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(en)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(en)
NOTE for Linux (at least) users: If you are using CUPS 1.1.11 or
higher, and you have a USB-connected printer, you must have a
@@ -177,24 +175,44 @@ E [21/Nov/2001:17:59:07 +0500] add_printer: bad device-uri attribute 'usb:/dev/u
existing .lpoptions file in your home directory and try printing
again.
- This package normally builds translated versions of the PPD
- files. This provides PPD files translated into the languages that
- this package supports. However, the translation process does not
- work correctly on all systems; in particular, many BSD systems are
+ This package normally builds PPD files containing all available
+ options for the printer chosen. Many of these options
+ (particularly the color adjustments) are not needed in most cases
+ and may confuse people. It is possible to generate PPD files
+ containing only a minimal set of options and basic paper sizes for
+ each printer. Distributors may wish to package the two sets of
+ PPD files separately allowing end users to select one or both
+ sets (the two sets of PPD files have different names and can
+ coexist).
+
+ To generate both the simplified and the standard full-featured PPD
+ files, you should run configure as follows:
+
+ ./configure --with-cups --enable-simplified-cups-ppds=yes
+
+ If you wish to generate only the simplified PPD files, you may run
+
+ ./configure --with-cups --enable-simplified-cups-ppds=only
+
+ This package normally builds translated versions of the PPD files.
+ This provides PPD files translated into the languages that this
+ package supports. However, the translation process does not work
+ correctly on all systems; in particular, many BSD systems are
known to simply build multiple copies of the English PPD files.
- If your system does not build these files correctly, which will be
- apparent when you use a CUPS front end to select a PPD file and
- you see something like this:
+ In addition, you may not need all of these PPD files installed on
+ your system. If your system does not build these files correctly,
+ which will be apparent when you use a CUPS front end to select a
+ PPD file and you see something like this:
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(en)
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(en)
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(en)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(en)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(en)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(en)
rather than this:
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(en)
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(sv)
- EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc2(fr)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(en)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(sv)
+ EPSON Stylus Photo EX - CUPS+Gutenprint v5.0.0-rc3(fr)
you may wish to turn off the translation of PPD files:
@@ -392,10 +410,11 @@ GHOSTSCRIPT
no longer provide documentation on direct use of this driver
without the Foomatic front end.
- Gutenprint 5.0 no longer provides the monolithic "stp" driver
- present in Gimp-Print 4.2. This driver, which was compiled and
- linked directly into Ghostscript, was very difficult to maintain
- and required a complex integration procedure.
+ Gutenprint 5.0 no longer provides the monolithic (legacy
+ Ghostscript) "stp" driver present in Gimp-Print 4.2. This driver,
+ which was compiled and linked directly into Ghostscript, was very
+ difficult to maintain and required a complex integration
+ procedure.
RECOMMENDED SETTINGS
@@ -514,12 +533,17 @@ PACKAGING
+ "calibrate.ppm" belongs in /usr/share/cups.
- The PPD's packaged with gutenprint are rather bulky, about 1 MB
- for each language installed. At present, twelve language
- translations are installed, in addition to the US English
- defaults: GB English, Swedish, Danish, Norwegian, French,
- Polish, Slovakian, Greek, Spanish, Dutch, German, and
- Portuguese. You may wish to install these selectively.
+ The PPD's packaged with gutenprint consume a lot of space. At
+ present, a full set of full-featured PPD files consumes about
+ 7.5 MB per language (about 750 files); a full set of simplified
+ PPD files consumes about 3 MB additional per language. At
+ present, sixteen language translations are installed, in
+ addition to the US English defaults: Danish, German, Czech,
+ Greek, Spanish, Hungarian, Japanese, Norwegian, Dutch, Polish,
+ Portuguese, Slovak, GB English, and Chinese (Taiwan). This
+ totals about 25,000 files, so you may wish to install the
+ translated PPD files separately. You may additionally wish to
+ separate the simplified and standard PPD files.
Please see KNOWN BUILD ISSUES above for more discussion about
build issues related to the PPD files.
@@ -550,4 +574,6 @@ PACKAGING
USE OF THE CVS REPOSITORY
Please read doc/README.maintaining for instructions on how to
- build from the CVS repository.
+ build from the CVS repository. You will need additional packages
+ and tools for this purpose.
+