diff options
author | drochner <drochner> | 2002-09-26 17:28:26 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-09-26 17:28:26 +0000 |
commit | a4f933ef487a011bd9b8069b40dc63660e2d47ea (patch) | |
tree | ffcf0f1ba410995273f5910e64157e3a468f6e43 /print/gimp-print-lib | |
parent | fed32e3e4cbf281c62d126bdaa81123bbfe80ef4 (diff) | |
download | pkgsrc-a4f933ef487a011bd9b8069b40dc63660e2d47ea.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-lib')
-rw-r--r-- | print/gimp-print-lib/Makefile | 6 | ||||
-rw-r--r-- | print/gimp-print-lib/PLIST | 7 | ||||
-rw-r--r-- | print/gimp-print-lib/distinfo | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile index 9e8d7ef2e2c..bcf293fcc8e 100644 --- a/print/gimp-print-lib/Makefile +++ b/print/gimp-print-lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/08/25 21:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/09/26 17:28:27 drochner Exp $ # -DISTNAME= gimp-print-4.2.1 -PKGNAME= gimp-print-lib-4.2.1 +DISTNAME= gimp-print-4.2.2 +PKGNAME= gimp-print-lib-4.2.2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} diff --git a/print/gimp-print-lib/PLIST b/print/gimp-print-lib/PLIST index cb530461172..479f302fdf0 100644 --- a/print/gimp-print-lib/PLIST +++ b/print/gimp-print-lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/05/03 12:43:06 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/09/26 17:28:27 drochner Exp $ bin/gimpprint-config include/gimp-print/gimp-print.h @unexec install-info --delete --info-dir=%D/info %D/info/gimpprint.info @@ -13,7 +13,7 @@ lib/libgimpprint.a lib/libgimpprint.la lib/libgimpprint.so lib/libgimpprint.so.1 -lib/libgimpprint.so.1.1 +lib/libgimpprint.so.1.2 man/man1/gimpprint-config.1 man/man3/gimpprint.3 share/aclocal/gimpprint.m4 @@ -123,12 +123,15 @@ share/gimp-print/doc/manual-html/print-main.png share/gimp-print/doc/manual-html/print-setup.png share/gimp-print/doc/users-guide.pdf share/locale/da/LC_MESSAGES/gimp-print.mo +share/locale/de/LC_MESSAGES/gimp-print.mo share/locale/el/LC_MESSAGES/gimp-print.mo share/locale/en_GB/LC_MESSAGES/gimp-print.mo +share/locale/es/LC_MESSAGES/gimp-print.mo share/locale/fr/LC_MESSAGES/gimp-print.mo share/locale/nl/LC_MESSAGES/gimp-print.mo share/locale/no/LC_MESSAGES/gimp-print.mo share/locale/pl/LC_MESSAGES/gimp-print.mo +share/locale/pt/LC_MESSAGES/gimp-print.mo share/locale/sk/LC_MESSAGES/gimp-print.mo share/locale/sv/LC_MESSAGES/gimp-print.mo @exec ${MKDIR} %D/share/gimp-print/samples diff --git a/print/gimp-print-lib/distinfo b/print/gimp-print-lib/distinfo index ddbb2224e08..350e8c3716f 100644 --- a/print/gimp-print-lib/distinfo +++ b/print/gimp-print-lib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2002/08/25 21:50:30 jlam Exp $ +$NetBSD: distinfo,v 1.5 2002/09/26 17:28:27 drochner Exp $ -SHA1 (gimp-print-4.2.1.tar.gz) = 51a2c5a3da85950e876ee049f9a377b03bf502f8 -Size (gimp-print-4.2.1.tar.gz) = 4691313 bytes +SHA1 (gimp-print-4.2.2.tar.gz) = 48b41c998c2f3deb9016417550cd5aeb49369c24 +Size (gimp-print-4.2.2.tar.gz) = 4843433 bytes SHA1 (patch-aa) = 9302f17215f3ee1dd3fd10dbf48f2bc4a4593aa8 SHA1 (patch-ab) = ac96c5825c09a8507ce16efd95fa9d24720d6899 SHA1 (patch-ac) = 2e7c114dd67e21b861bac405cc1a665460e66867 |