pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw update to 0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b521f233b91
branches:  trunk
changeset: 512840:2b521f233b91
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue May 16 08:27:08 2006 +0000

description:
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:

 graphics/gimp-ufraw/Makefile |  10 ++++++----
 graphics/gimp-ufraw/PLIST    |   4 +++-
 graphics/gimp-ufraw/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (62 lines):

diff -r 7878af29f903 -r 2b521f233b91 graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Tue May 16 08:21:48 2006 +0000
+++ b/graphics/gimp-ufraw/Makefile      Tue May 16 08:27:08 2006 +0000
@@ -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 @@
 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 @@
 .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 -r 7878af29f903 -r 2b521f233b91 graphics/gimp-ufraw/PLIST
--- a/graphics/gimp-ufraw/PLIST Tue May 16 08:21:48 2006 +0000
+++ b/graphics/gimp-ufraw/PLIST Tue May 16 08:27:08 2006 +0000
@@ -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 -r 7878af29f903 -r 2b521f233b91 graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Tue May 16 08:21:48 2006 +0000
+++ b/graphics/gimp-ufraw/distinfo      Tue May 16 08:27:08 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index