diff options
author | drochner <drochner@pkgsrc.org> | 2010-06-16 15:24:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-06-16 15:24:10 +0000 |
commit | 22dc127e6977c3c67d073f02d8cdcbdb5759df84 (patch) | |
tree | 433ad9a84290c762f40e6b9808543aafd312bc4c /graphics/gimp-ufraw | |
parent | dd8c6b02579ce4482c03cdcab2bdacee47feaf57 (diff) | |
download | pkgsrc-22dc127e6977c3c67d073f02d8cdcbdb5759df84.tar.gz |
update to 0.17
changes:
-based on DCRaw v 8.99
* Lens distortion corrections using lenfun. This feature is now fully
implemented and enabled by default.
* Added a despeckling/denoising algorithm to solve issues with images taken
under very difficult lighting conditions, like deep sea diving.
It may be useful in other situations too. Patch by Frank van Maarseveen.
* Enabled hot pixel elimination by default.
* Calculate live histogram from working color-space instead of display
color-space. Calculate live histogram from cropped area only.
Based on patches by Konrad.
* Added auto-crop option.
* Allow upto 400% zoom.
pkgsrc change: the "lensfun" option is now enabled per default, as done
upstream
approved by gdt
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 72ce61a9a0c..f7fee792e0e 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2010/06/13 22:44:32 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2010/06/16 15:24:10 drochner Exp $ -DISTNAME= ufraw-0.16 +DISTNAME= ufraw-0.17 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -32,9 +31,9 @@ BUILDLINK_TRANSFORM+= rm:-std=gnu99 PKG_OPTIONS_VAR= PKG_OPTIONS.ufraw PKG_SUPPORTED_OPTIONS= lensfun +PKG_SUGGESTED_OPTIONS= lensfun .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mlensfun) -CONFIGURE_ARGS+= --with-lensfun .include "../../graphics/lensfun/buildlink3.mk" .endif diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index bd043e1fc27..d3a4802f7dc 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2009/11/22 14:16:47 gdt Exp $ +$NetBSD: distinfo,v 1.22 2010/06/16 15:24:10 drochner Exp $ -SHA1 (ufraw-0.16.tar.gz) = ff91ec619d143bbb4698b1003d53c507aca010e5 -RMD160 (ufraw-0.16.tar.gz) = fac67a4d88c006f701b0cce7cc2287d5db90bd72 -Size (ufraw-0.16.tar.gz) = 1075577 bytes +SHA1 (ufraw-0.17.tar.gz) = 0762b238cdcd708948b5aeac552f7f2b1edb1846 +RMD160 (ufraw-0.17.tar.gz) = 785d46e6936f176220dbf77f86dd373ef0250a79 +Size (ufraw-0.17.tar.gz) = 1158114 bytes |