diff options
author | adam <adam> | 2004-09-27 11:53:10 +0000 |
---|---|---|
committer | adam <adam> | 2004-09-27 11:53:10 +0000 |
commit | 17bccd2411010a3a41a100220511ce8a57280d01 (patch) | |
tree | d8dfb9f72f885eba1611eaf2039400e39d3ef02c /print | |
parent | 9dec61a3084c1c5782d5361510fff66d245ff753 (diff) | |
download | pkgsrc-17bccd2411010a3a41a100220511ce8a57280d01.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')
-rw-r--r-- | print/gimp-print/Makefile | 22 | ||||
-rw-r--r-- | print/gimp-print/distinfo | 6 |
2 files changed, 13 insertions, 15 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index ec8c3b1fedc..149d49ea147 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2004/05/05 02:26:41 snj Exp $ -# +# $NetBSD: Makefile,v 1.21 2004/09/27 11:53:10 adam Exp $ -DISTNAME= gimp-print-4.2.6 +DISTNAME= gimp-print-4.2.7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} @@ -11,15 +10,14 @@ COMMENT= GIMP print plugin CONFLICTS+= gimp<=1.2.3 -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --without-samples --without-user-guide -CONFIGURE_ARGS+= --without-cups --without-translated-ppds -CONFIGURE_ARGS+= --enable-escputil=no -CONFIGURE_ARGS+= --enable-libgimpprint=no -USE_LIBTOOL= yes -USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes -USE_X11= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-samples --without-user-guide +CONFIGURE_ARGS+= --without-cups --without-translated-ppds +CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no .include "../../print/gimp-print-lib/buildlink3.mk" .include "../../graphics/gimp1-base/buildlink3.mk" diff --git a/print/gimp-print/distinfo b/print/gimp-print/distinfo index 3ae351a09f0..381b6e839de 100644 --- a/print/gimp-print/distinfo +++ b/print/gimp-print/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2004/03/02 14:56:07 drochner Exp $ +$NetBSD: distinfo,v 1.9 2004/09/27 11:53:10 adam Exp $ -SHA1 (gimp-print-4.2.6.tar.gz) = 664a77618a51a1d03e6277431bf1f2765b9a1528 -Size (gimp-print-4.2.6.tar.gz) = 5056790 bytes +SHA1 (gimp-print-4.2.7.tar.gz) = 5a928b7fa8e83d2858d15e2bd22d143c2cd35bd8 +Size (gimp-print-4.2.7.tar.gz) = 5178122 bytes SHA1 (patch-aa) = d63b6e25ebfab3bbb84947518a51f865100c2a6a SHA1 (patch-ab) = 5f509464f61fa3555179e5c64195df825eea500c SHA1 (patch-ac) = 3b02e1b9f03fe3ebc06b58aecd03d9c6e084c4d5 |