summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
diff options
context:
space:
mode:
authorgdt <gdt>2007-08-10 23:10:38 +0000
committergdt <gdt>2007-08-10 23:10:38 +0000
commit457432474f59bc27196ba920374f166c4d3e2eb0 (patch)
tree386dd59bdd00917088c21cb0bfe65bbcd1b9c6f8 /graphics/gimp-ufraw
parent39f4fd31b0ba6d4915b3f415ecc4fc87b317a58c (diff)
downloadpkgsrc-457432474f59bc27196ba920374f166c4d3e2eb0.tar.gz
Update to 0.12.1.
Nuke options, because that was about choosing between exiv2 and libexif, and upstream has removed support for libexif. 10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77. * Fixed handling of non integer shrink factors. * Fixed crash when spot selector reached image boundary. * Some TIFF images were wrongly identified as raw file. 30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77. * Full color management workflow with camera, display and output profiles. * Added image cropping. Patch contributed by Martin Ling. * Added rotate/flip support. Patch contributed by Bruce Guenter. * Added scrolling and panning. Based on the new GtkImageView widget by Bjoern Lindqvist. * Added support for dcraw's wavelet denoising. Code contributed by Niels Kristian Bech Jensen. * Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better than other interpolations in some cases and much faster. Patch contributed by Alain Desbiolles. * Added EAHD interpolation. It is an enhancement of the AHD interpolation with another phase of color smoothing. The improvement is mostly seen in high contrast as it removes color artifacts such as chromatic aberration. Patch contributed by Michael Goertz. * Read raw files compressed with gzip or bzip2. Patch contributed by Bruce Guenter. * Display luminosity value and Adams' zone for spot value. Patch contributed by Greg Troxel. * Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons. * Retain some hue and saturation when clipping pixels. This is only relevant when applying positive exposure compensation, and mostly for Canon cameras where positive exposure is applied by default. * Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann. * Based the user interface more on icons and less on text. * Removed dependency on libexif. * Dozens of smaller fixes. 06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62. * Add option to restore highlights. The restoration can be done either in HSV space giving sharp details or in LCH space giving soft natural details. This option is relevant when applying negative exposure correction in UFRaw. * Add option for soft, filmlike clipping of highlights. This option is relevant when applying positive exposure correction in UFRaw. * Give the correct camera exposure by default for Canon DSLRs. Until now raw images from these cameras came out under exposed. * For Windows users, fix conflict with the liblcms-1.dll supplied with the Gimp windows instaler. * Added translation to Danish, Japanese and Portuguese.
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r--graphics/gimp-ufraw/Makefile24
-rw-r--r--graphics/gimp-ufraw/PLIST6
-rw-r--r--graphics/gimp-ufraw/distinfo8
3 files changed, 12 insertions, 26 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index b6550fd2509..84aba66b599 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/06/05 05:37:28 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2007/08/10 23:10:38 gdt Exp $
-DISTNAME= ufraw-0.10
+DISTNAME= ufraw-0.12.1
PKGNAME= gimp-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
@@ -25,28 +24,13 @@ GCONF2_SCHEMAS= ufraw.schemas
GCC_REQD+= 3.0
BUILDLINK_TRANSFORM+= rm:-std=gnu99
-PKG_OPTIONS_VAR= PKG_OPTIONS.gimp-ufraw
-PKG_SUPPORTED_OPTIONS= exiv2 libexif
-PKG_SUGGESTED_OPTIONS= exiv2
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mexiv2)
-CONFIGURE_ARGS+= --with-exiv2
-.include "../../graphics/exiv2/buildlink3.mk"
-.endif
-
-# libexif has been reported to cause crashes with ufraw. It is needed for Fuji RAF.
-.if !empty(PKG_OPTIONS:Mlibexif)
-CONFIGURE_ARGS+= --with-libexif
-.include "../../graphics/libexif/buildlink3.mk"
-.endif
-
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf2/schemas.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/gimp/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
-.include "../../graphics/gimp/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST
index 3f802ac65a4..c1909281bb0 100644
--- a/graphics/gimp-ufraw/PLIST
+++ b/graphics/gimp-ufraw/PLIST
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.7 2006/11/24 15:38:54 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/08/10 23:10:38 gdt Exp $
bin/ufraw
bin/ufraw-batch
lib/gimp/2.0/plug-ins/ufraw-gimp
man/man1/ufraw.1
share/applications/ufraw.desktop
share/gconf/schemas/ufraw.schemas
+share/locale/da/LC_MESSAGES/ufraw.mo
+share/locale/ja/LC_MESSAGES/ufraw.mo
share/locale/fr/LC_MESSAGES/ufraw.mo
+share/locale/pt/LC_MESSAGES/ufraw.mo
share/locale/ru/LC_MESSAGES/ufraw.mo
-share/mime/packages/ufraw-mime.xml
share/pixmaps/ufraw.png
@comment in xdg-dirs: @dirrm share/pixmaps
@comment in shared-mime-info: @dirrm share/mime/packages
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 9ebaa3fe5ef..64e665abdfc 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/11/23 00:31:06 gdt Exp $
+$NetBSD: distinfo,v 1.17 2007/08/10 23:10:38 gdt Exp $
-SHA1 (ufraw-0.10.tar.gz) = 990f61042a1bedda190e79601eb490fc9520bb3b
-RMD160 (ufraw-0.10.tar.gz) = 91f8db40022d24237f6055d594a3b46e067bb84d
-Size (ufraw-0.10.tar.gz) = 410407 bytes
+SHA1 (ufraw-0.12.1.tar.gz) = a8ceba1f54d6b1595b285deeb730489a4642eed2
+RMD160 (ufraw-0.12.1.tar.gz) = 139ffba04792324a7a54c0c51bb7d71dadb5a799
+Size (ufraw-0.12.1.tar.gz) = 583593 bytes