summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2005-11-18 11:23:34 +0000
committergdt <gdt@pkgsrc.org>2005-11-18 11:23:34 +0000
commit47fd4c709560e0699777654af0fc25addc4ceb46 (patch)
treedd6aec4af4d7ef3d987acc19089ff1b237495f23 /graphics/gimp-ufraw/Makefile
parent3113583dcce817515ad4453582e5d41301d48c36 (diff)
downloadpkgsrc-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/gimp-ufraw/Makefile')
-rw-r--r--graphics/gimp-ufraw/Makefile7
1 files changed, 2 insertions, 5 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"