diff options
author | gdt <gdt@pkgsrc.org> | 2009-11-22 14:16:47 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-11-22 14:16:47 +0000 |
commit | 3b597b2944238e103a1267b0a079c69ff3e15228 (patch) | |
tree | 89e5d597f2ff81e0b1b3398423a3a1b9698e7e17 /graphics | |
parent | 43462691d01c4e482e11cc6d8a52c311e568a3c7 (diff) | |
download | pkgsrc-3b597b2944238e103a1267b0a079c69ff3e15228.tar.gz |
Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98.
* New German translation by Matthias Urlichs and Chris Leick.
* New Simplified Chinese translation.
* Added --with-gtk configuration option to make GTK optional.
* When GTK is used, the GtkImageView library is mandatory.
* Added lightness adjustmens by hue. Based on patch by Bruce Guenter.
* Added --color-smoothing command line option.
* Added --maximize-window command line switch.
* Configurable frame lines overlay. Patch by Bruce Guenter.
* OpenMP support for preview redrawing. Patch by Bruce Guenter.
* OpenMP support for VNG interpolation. Patch by Bruce Guenter.
* Added rotation control to the transformations page of the
GUI. Patch by Frank van Maarseveen.
* Initial implementation of 100% preview. Based on patches by
Frank van Maarseveen.
* Added support for hot pixel elimination. It is an experimental
feature enabled by the configuration switch
--enable-hotpixels. Based on patch by Frank van Maarseveen.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-ufraw/PLIST | 4 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 2e5b8d55c06..a76316ca543 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2009/08/26 19:57:42 sno Exp $ +# $NetBSD: Makefile,v 1.56 2009/11/22 14:16:47 gdt Exp $ -DISTNAME= ufraw-0.15 +DISTNAME= ufraw-0.16 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -10,6 +9,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://ufraw.sourceforge.net/ COMMENT= GIMP plug-in for raw digicam import +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST index b8059c61c66..10cb3903fea 100644 --- a/graphics/gimp-ufraw/PLIST +++ b/graphics/gimp-ufraw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:59:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.14 2009/11/22 14:16:47 gdt Exp $ bin/ufraw bin/ufraw-batch lib/gimp/2.0/plug-ins/ufraw-gimp @@ -8,6 +8,7 @@ share/gconf/schemas/ufraw.schemas share/locale/ca/LC_MESSAGES/ufraw.mo share/locale/cs/LC_MESSAGES/ufraw.mo share/locale/da/LC_MESSAGES/ufraw.mo +share/locale/de/LC_MESSAGES/ufraw.mo share/locale/es/LC_MESSAGES/ufraw.mo share/locale/fr/LC_MESSAGES/ufraw.mo share/locale/it/LC_MESSAGES/ufraw.mo @@ -21,4 +22,5 @@ share/locale/ru/LC_MESSAGES/ufraw.mo 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/pixmaps/ufraw.png diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index d457bad5c68..bd043e1fc27 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2009/01/04 01:12:38 gdt Exp $ +$NetBSD: distinfo,v 1.21 2009/11/22 14:16:47 gdt Exp $ -SHA1 (ufraw-0.15.tar.gz) = e8c7fa95bfb84e18ee538495861e52516ca8b3b8 -RMD160 (ufraw-0.15.tar.gz) = d24e9076114c909e3b2bbf87a128c70f62885299 -Size (ufraw-0.15.tar.gz) = 976297 bytes +SHA1 (ufraw-0.16.tar.gz) = ff91ec619d143bbb4698b1003d53c507aca010e5 +RMD160 (ufraw-0.16.tar.gz) = fac67a4d88c006f701b0cce7cc2287d5db90bd72 +Size (ufraw-0.16.tar.gz) = 1075577 bytes |