diff options
author | gdt <gdt@pkgsrc.org> | 2005-11-18 11:23:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-11-18 11:23:34 +0000 |
commit | 47fd4c709560e0699777654af0fc25addc4ceb46 (patch) | |
tree | dd6aec4af4d7ef3d987acc19089ff1b237495f23 /graphics | |
parent | 3113583dcce817515ad4453582e5d41301d48c36 (diff) | |
download | pkgsrc-47fd4c709560e0699777654af0fc25addc4ceb46.tar.gz |
Update to 0.6
Binaries created by --enable-extras are no longer included in the
package, per the upstream author's guidance.
13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84.
* Enabled AHD (Adaptive Homogeneity-Directed) interpolation.
* Added base curve, which simulates Nikon tone curve behavior.
(The old correction curve is still there.)
* Automatically apply the embedded custom curve only if the camera
was setup to use this curve.
* Support the D1X rectangular pixels.
* Fix EXIF support with libtiff 3.7.4.
* Some bug fixes.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp-ufraw/PLIST | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 10 |
3 files changed, 7 insertions, 15 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 85eb13f446d..3b7ecc1d741 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/10/10 09:07:22 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/18 11:23:34 gdt Exp $ -DISTNAME= ufraw-0.5 +DISTNAME= ufraw-0.6 PKGNAME= gimp-${DISTNAME} -PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -19,8 +18,6 @@ USE_TOOLS+= perl:run pod2man GCC_REQD+= 3.0 BUILDLINK_TRANSFORM+= rm:-std=gnu99 -CONFIGURE_ARGS+= --enable-extras - .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST index bd83b0286df..8686be63181 100644 --- a/graphics/gimp-ufraw/PLIST +++ b/graphics/gimp-ufraw/PLIST @@ -1,9 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2005/09/27 00:31:18 gdt Exp $ -bin/dcraw -bin/nikon-curve +@comment $NetBSD: PLIST,v 1.4 2005/11/18 11:23:34 gdt Exp $ bin/ufraw bin/ufraw-batch -bin/ufraw-exif lib/gimp/2.0/plug-ins/ufraw-gimp man/man1/ufraw.1 share/applications/ufraw.desktop diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index b22d075e7ab..6330c064b8c 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/10/10 09:07:22 rillig Exp $ +$NetBSD: distinfo,v 1.12 2005/11/18 11:23:34 gdt Exp $ -SHA1 (ufraw-0.5.tar.gz) = dc6d89157acd25d84ee48148772d6800dfb4eb1c -RMD160 (ufraw-0.5.tar.gz) = 5cfe6be92507b81996d98fa6ddedc1de34a1ba52 -Size (ufraw-0.5.tar.gz) = 284234 bytes -SHA1 (patch-aa) = 1ef87b4f0429b01338957b2e0203fd7cb95f08e1 -SHA1 (patch-ab) = ece7b54ed6e2209dd4654bc9c29d07c2c5db3e0a +SHA1 (ufraw-0.6.tar.gz) = 779414bed871494169803117447851e378d7758c +RMD160 (ufraw-0.6.tar.gz) = bc9f7eaa8da33f01abf9ee2a7078e79461b3f6a2 +Size (ufraw-0.6.tar.gz) = 295528 bytes |