summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-16 08:27:08 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-16 08:27:08 +0000
commit4d173efe9d9bd5e4f25e413750a38ca50e609cd8 (patch)
tree01acf3c75ffb8795b1850c0067c3a4b22cbaa231 /graphics
parent9d2bfc3e1cb6aa79543866ccbb9027973d4c9935 (diff)
downloadpkgsrc-4d173efe9d9bd5e4f25e413750a38ca50e609cd8.tar.gz
update to 0.8.1
changes: -Preliminary zoom support -some improvements in algorithms -support for EXIF data of Canon CRW and Fuji RAF -White balance presets for more cameras -bugfixes pkgsrc changes: -pull in exiv2 for Canon CRW EXIF support -use xdg dirs, use c++
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-ufraw/Makefile10
-rw-r--r--graphics/gimp-ufraw/PLIST4
-rw-r--r--graphics/gimp-ufraw/distinfo8
3 files changed, 13 insertions, 9 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index b24b574fe79..42bba663c19 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:31 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2006/05/16 08:27:08 drochner Exp $
-DISTNAME= ufraw-0.7
-PKGREVISION= 2
+DISTNAME= ufraw-0.8.1
PKGNAME= gimp-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
@@ -11,10 +10,12 @@ HOMEPAGE= http://ufraw.sourceforge.net/
COMMENT= GIMP plug-in for raw digicam import
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libexif
+CONFIGURE_ARGS+= --with-libexif --with-exiv2
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= perl:run pod2man
+USE_DIRS+= xdg-1.1
+USE_LANGUAGES+= c++
# This package uses too much C99 code to be patched.
GCC_REQD+= 3.0
@@ -23,6 +24,7 @@ BUILDLINK_TRANSFORM+= rm:-std=gnu99
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/gimp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST
index e66837af714..9ade6470338 100644
--- a/graphics/gimp-ufraw/PLIST
+++ b/graphics/gimp-ufraw/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2006/05/10 16:52:27 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/05/16 08:27:08 drochner Exp $
bin/ufraw
bin/ufraw-batch
lib/gimp/2.0/plug-ins/ufraw-gimp
man/man1/ufraw.1
share/applications/ufraw.desktop
share/pixmaps/ufraw.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 65e0356d22d..2b7dfa6bcc7 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/03/14 15:19:20 gdt Exp $
+$NetBSD: distinfo,v 1.14 2006/05/16 08:27:08 drochner Exp $
-SHA1 (ufraw-0.7.tar.gz) = f1704e14c38e45938adb431c567e1100d08ace6a
-RMD160 (ufraw-0.7.tar.gz) = 5462ca2d32c99bd7ff8b50fc38729c9e9670ae49
-Size (ufraw-0.7.tar.gz) = 309990 bytes
+SHA1 (ufraw-0.8.1.tar.gz) = 2d8a8efeabfbeaaaa2e165139e2dcee96caa1141
+RMD160 (ufraw-0.8.1.tar.gz) = bb9cdac410523d8a99539b864f27824d5b5b9208
+Size (ufraw-0.8.1.tar.gz) = 317793 bytes