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/gimp-ufraw/Makefile | |
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/gimp-ufraw/Makefile')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |