diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-17 13:58:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-17 13:58:28 +0000 |
commit | a78bb23b5db6250148c7ece9b1cc0b4a323b4e4d (patch) | |
tree | 12ec3313605bb9365a8efc5416eb24e24ff34e95 /graphics/gimp-ufraw | |
parent | 5b5450f50fa0eb15e13fb2ed73f536a8bfb77d01 (diff) | |
download | pkgsrc-a78bb23b5db6250148c7ece9b1cc0b4a323b4e4d.tar.gz |
update to 0.18
changes:
-based on DCRaw v 9.06
-New Traditional Chinese translation
-Port UFRaw to OpenSolaris
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/PLIST | 3 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 9 | ||||
-rw-r--r-- | graphics/gimp-ufraw/patches/patch-ufraw_writer.c | 14 |
4 files changed, 8 insertions, 23 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 5cb6d815d11..8ad7bfe00b1 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2011/11/01 06:01:34 sbd Exp $ +# $NetBSD: Makefile,v 1.67 2011/12/17 13:58:28 drochner Exp $ -DISTNAME= ufraw-0.17 +DISTNAME= ufraw-0.18 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST index 10cb3903fea..72bc75f2c8a 100644 --- a/graphics/gimp-ufraw/PLIST +++ b/graphics/gimp-ufraw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/11/22 14:16:47 gdt Exp $ +@comment $NetBSD: PLIST,v 1.15 2011/12/17 13:58:28 drochner Exp $ bin/ufraw bin/ufraw-batch lib/gimp/2.0/plug-ins/ufraw-gimp @@ -23,4 +23,5 @@ share/locale/sr/LC_MESSAGES/ufraw.mo share/locale/sr@latin/LC_MESSAGES/ufraw.mo share/locale/sv/LC_MESSAGES/ufraw.mo share/locale/zh_CN/LC_MESSAGES/ufraw.mo +share/locale/zh_TW/LC_MESSAGES/ufraw.mo share/pixmaps/ufraw.png diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index 8b6f89d7cce..ff428df9b72 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.24 2011/02/08 19:41:41 dsainty Exp $ +$NetBSD: distinfo,v 1.25 2011/12/17 13:58:28 drochner Exp $ -SHA1 (ufraw-0.17.tar.gz) = 0762b238cdcd708948b5aeac552f7f2b1edb1846 -RMD160 (ufraw-0.17.tar.gz) = 785d46e6936f176220dbf77f86dd373ef0250a79 -Size (ufraw-0.17.tar.gz) = 1158114 bytes -SHA1 (patch-ufraw_writer.c) = 18c4dee359a51c9eb25a15ea1a4d02f445565ab2 +SHA1 (ufraw-0.18.tar.gz) = 41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2 +RMD160 (ufraw-0.18.tar.gz) = faeb20a5c5eeba2ba91d5737efaa019c5f223c8e +Size (ufraw-0.18.tar.gz) = 1219440 bytes diff --git a/graphics/gimp-ufraw/patches/patch-ufraw_writer.c b/graphics/gimp-ufraw/patches/patch-ufraw_writer.c deleted file mode 100644 index adf6b31125e..00000000000 --- a/graphics/gimp-ufraw/patches/patch-ufraw_writer.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ufraw_writer.c,v 1.1 2011/02/06 16:25:27 ryoon Exp $ - -png.h no longer includes zlib.h. - ---- ufraw_writer.c.orig 2010-02-23 17:53:25.000000000 +0000 -+++ ufraw_writer.c -@@ -24,6 +24,7 @@ - #endif - #ifdef HAVE_LIBPNG - #include <png.h> -+#include <zlib.h> - #endif - - #ifdef _OPENMP |