diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-26 17:28:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-26 17:28:26 +0000 |
commit | ba765a9ea93bf36f371551579057552f7f95719b (patch) | |
tree | ffcf0f1ba410995273f5910e64157e3a468f6e43 /print/gimp-print-cups/Makefile | |
parent | a6a37e3b165890e19904e941350e3259fd4cdffd (diff) | |
download | pkgsrc-ba765a9ea93bf36f371551579057552f7f95719b.tar.gz |
update gimp-print to 4.2.2
changes:
-many bugfixes
-Quad tone grayscale inks, such as the Piezography (TM) inks, are now supported
for most Epson Stylus printers. This is not tuned for a particular inkset at
this time, so the results will not be of top quality yet. This capability
should be considered beta.
-Many new Epson Stylus printers are supported. Please see the complete list of
printers at the bottom of these release notes.
-A new dither algorithm, EvenTone, has been added. This algorithm produces
superior results for photographs and other continuous-tone images, but in its
current form it may not be as well suited for solid color images and line art.
This algorithm should be considered beta.
and use buildlink2
Diffstat (limited to 'print/gimp-print-cups/Makefile')
-rw-r--r-- | print/gimp-print-cups/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile index d73473e3b6b..e517a4a8bf4 100644 --- a/print/gimp-print-cups/Makefile +++ b/print/gimp-print-cups/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:49 abs Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/26 17:28:26 drochner Exp $ # -DISTNAME= gimp-print-4.2.1 -PKGNAME= gimp-print-cups-4.2.1 +DISTNAME= gimp-print-4.2.2 +PKGNAME= gimp-print-cups-4.2.2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} @@ -10,8 +10,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= GIMP print plugin -DEPENDS+= gimp-print-lib-*:../../print/gimp-print-lib - GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-samples --without-user-guide CONFIGURE_ARGS+= --without-gimp @@ -22,6 +20,8 @@ CONFIGURE_ARGS+= --enable-libgimpprint=no USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= yes +USE_BUILDLINK2= yes -.include "../../print/cups/buildlink.mk" +.include "../../print/gimp-print-lib/buildlink2.mk" +.include "../../print/cups/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |