diff options
author | drochner <drochner@pkgsrc.org> | 2003-04-23 17:32:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-04-23 17:32:59 +0000 |
commit | 8fa281b00d2cfc4e7c13e35c2f312be275b116d7 (patch) | |
tree | b516a81e291c768f7067af406e927bdcca502930 /print/gimp-print | |
parent | 4e67cf32635a73d83e58d5c5d3b188d21081b3c4 (diff) | |
download | pkgsrc-8fa281b00d2cfc4e7c13e35c2f312be275b116d7.tar.gz |
update to 4.2.5
changes:
-bugfixes
-If Foomatic 2.9.x is installed, the Foomatic data will be
generated with additional features
-automatic paper cutter is now functional on the
Epson Stylus Photo 925, 950/960, and 2100/2200
-Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200
-i18n
Diffstat (limited to 'print/gimp-print')
-rw-r--r-- | print/gimp-print/Makefile | 4 | ||||
-rw-r--r-- | print/gimp-print/distinfo | 7 | ||||
-rw-r--r-- | print/gimp-print/patches/patch-ac | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index 515afef3f77..0f1deef772b 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/11/27 16:12:35 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/23 17:32:59 drochner Exp $ # -DISTNAME= gimp-print-4.2.4 +DISTNAME= gimp-print-4.2.5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} diff --git a/print/gimp-print/distinfo b/print/gimp-print/distinfo index 5b26d01822c..c194d1c36bc 100644 --- a/print/gimp-print/distinfo +++ b/print/gimp-print/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2002/11/27 16:12:35 drochner Exp $ +$NetBSD: distinfo,v 1.7 2003/04/23 17:32:59 drochner Exp $ -SHA1 (gimp-print-4.2.4.tar.gz) = d93e7abff8f968e9aa631ead0987d702f012d9fc -Size (gimp-print-4.2.4.tar.gz) = 4938844 bytes +SHA1 (gimp-print-4.2.5.tar.gz) = d1c25aed4412837888cf24be3e8b4aed8a407a49 +Size (gimp-print-4.2.5.tar.gz) = 4992416 bytes SHA1 (patch-aa) = bfaa771e1c21319f1834edba9605dafea62a21a9 SHA1 (patch-ab) = 2e7c114dd67e21b861bac405cc1a665460e66867 +SHA1 (patch-ac) = 76e6a85103ce89b1fceb63abdcecf309b352f914 diff --git a/print/gimp-print/patches/patch-ac b/print/gimp-print/patches/patch-ac new file mode 100644 index 00000000000..f0ce3b0125c --- /dev/null +++ b/print/gimp-print/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2003/04/23 17:32:59 drochner Exp $ + +--- src/gimp/Makefile.in.orig 2003-04-03 23:12:43.000000000 +0200 ++++ src/gimp/Makefile.in 2003-04-03 23:15:28.000000000 +0200 +@@ -211,7 +211,7 @@ + print_SOURCES = print-image-gimp.c print-intl.h print.c gimp_color_window.c gimp_main_window.c print_gimp.h + + print_LDADD = $(LIBPRINTUT) $(GIMP_LIBS) $(LIBGIMPPRINT_LIBS) +-print_DEPENDENCIES = $(LIBGIMPPRINT_LIBS) ++print_DEPENDENCIES = + + CLEANFILES = $(EXTRA_PROGRAMS) + MAINTAINERCLEANFILES = Makefile.in |