diff options
author | adam <adam@pkgsrc.org> | 2004-09-27 11:33:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-09-27 11:33:31 +0000 |
commit | e0d6eaf0cd79a56ba107cd9d5e3a2b48b7dfdecf (patch) | |
tree | 0bb3b6973a5e6cc565637732ff36a778f923f17f /print/gimp-print-lib/patches | |
parent | 72a9d27f668d6f37790207263daff07f575aca76 (diff) | |
download | pkgsrc-e0d6eaf0cd79a56ba107cd9d5e3a2b48b7dfdecf.tar.gz |
Changes 4.2.7:
* The CUPS driver now reports pages starting from page
1 rather than page 0 as was previously the case.
* The Postscript output driver (in the GIMP plugin)
now functions correctly in non-US locales when a PPD file is
provided.
* A segmentation violation on the IA64 platform is fixed.
* A bug in the Postscript output driver causes the
GIMP plugin to crash on startup with certain PPD files.
* The horizontal printing position on the Epson Stylus
C63/C64 and C83/C84 printers has been fixed.
* The CUPS driver now handles, via a workaround,
incorrect Postscript generated by some programs.
* The package now operates correctly with on Solaris
and other systems using an external libintl.
* Gimp-Print no longer attempts to build (and fail)
the Print plugin against the GIMP 2.0.
* escputil now reports ink levels from all known Epson
Stylus printers. In addition, ink level reporting is more
reliable in general, with fewer timeouts or unparseable output.
* The HP DesignJet 2500 and 3500 now support correct
maximum page widths of 36" and 54" respectively, rather than 44"
for both.
* The PPD files now use the recommended manufacturer
names. Previously, certain CUPS applications could display the
manufacturer names incorrectly.
* The Epson Stylus Photo R200/R210 and R300/R310 printers, and the
RX500 and RX600 multi-function devices, are now supported.
* The HP LaserJet 1012 and Brother HL-1440 printers are now supported.
* Super A0 and Super B0 paper sizes are now supported.
* Translations for Hungarian, Ukrainian, and Norwegian/Bokmaal have
been added. In addition, other translations have been updated.
Diffstat (limited to 'print/gimp-print-lib/patches')
-rw-r--r-- | print/gimp-print-lib/patches/patch-aa | 8 | ||||
-rw-r--r-- | print/gimp-print-lib/patches/patch-ac | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/gimp-print-lib/patches/patch-aa b/print/gimp-print-lib/patches/patch-aa index 5034fafada6..63c35c407d6 100644 --- a/print/gimp-print-lib/patches/patch-aa +++ b/print/gimp-print-lib/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2002/11/27 16:12:37 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2004/09/27 11:33:31 adam Exp $ ---- man/Makefile.in.orig Tue Nov 26 03:16:33 2002 -+++ man/Makefile.in Tue Nov 26 12:37:01 2002 -@@ -197,7 +197,7 @@ +--- man/Makefile.in.orig 2004-07-16 00:18:54.000000000 +0000 ++++ man/Makefile.in +@@ -194,7 +194,7 @@ MAINT_CHARSET = latin1 # Conditional installation of manpages is currently broken in automake 1.4 diff --git a/print/gimp-print-lib/patches/patch-ac b/print/gimp-print-lib/patches/patch-ac index a929489bd78..008c37d799d 100644 --- a/print/gimp-print-lib/patches/patch-ac +++ b/print/gimp-print-lib/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2002/08/25 21:50:31 jlam Exp $ +$NetBSD: patch-ac,v 1.3 2004/09/27 11:33:31 adam Exp $ ---- src/Makefile.in.orig Fri Apr 26 20:56:31 2002 +--- src/Makefile.in.orig 2004-07-16 00:18:54.000000000 +0000 +++ src/Makefile.in -@@ -192,7 +192,7 @@ +@@ -191,7 +191,7 @@ gimpprint_libs = @gimpprint_libs@ AUTOMAKE_OPTIONS = 1.4 gnu MAINT_CHARSET = latin1 |