summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2006-11-23 00:31:06 +0000
committergdt <gdt>2006-11-23 00:31:06 +0000
commit95e185c6c1492b119a9a13940c5c4f3be4732665 (patch)
tree4d23e805439920fa2dd8896cc9182655b6711af7 /graphics
parent29a4f9ca33e23541c9822e63ec9b6fbac82a8e39 (diff)
downloadpkgsrc-95e185c6c1492b119a9a13940c5c4f3be4732665.tar.gz
Update to 0.10.
26/10/2006 - UFRaw-0.10 released, based on DCRaw v 8.41. * Apply luminosity curve and saturation corrections in LCH(ab) space. * Add the '--embedded-image' option to ufraw-batch for reading the embedded preview image in raw files. * Use the above code in the Gimp plug-in for a much quicker generation of the preview thumbnails. * Add mime types to recognize raw files in the Gnome desktop. * Add schemas to generate thumbnails for these mime types. * Modify the desktop entry to associate ufraw with these mime types. * If 'save ID' is set to 'never again' then .ufrawrc is not written after each processed image. * Add a 'Cancel' button to the 'Options' window. * Fix compatibility issues with GTK+ 2.10. * When handling ID files save output image in same directory as ID file. * If input and output filenames in the ID file have the same path, then input filename is searched for in the path of the ID file. This allows moving raw and ID files together between folders. * Add translations to French and Russian. * Some bug corrections.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-ufraw/Makefile12
-rw-r--r--graphics/gimp-ufraw/distinfo8
2 files changed, 13 insertions, 7 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 88f46bb794a..d7dca420cb4 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2006/09/16 12:20:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.33 2006/11/23 00:31:06 gdt Exp $
-DISTNAME= ufraw-0.9.1
+DISTNAME= ufraw-0.10
PKGNAME= gimp-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
@@ -17,6 +16,10 @@ USE_TOOLS+= perl:run pod2man
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
+CONFIGURE_ARGS+= --enable-mime
+
+GCONF2_SCHEMAS= ufraw.schemas
+
# This package uses too much C99 code to be patched.
GCC_REQD+= 3.0
BUILDLINK_TRANSFORM+= rm:-std=gnu99
@@ -37,8 +40,11 @@ CONFIGURE_ARGS+= --with-libexif
.include "../../graphics/libexif/buildlink3.mk"
.endif
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/GConf2/schemas.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"
diff --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo
index 5c8a6db5671..9ebaa3fe5ef 100644
--- a/graphics/gimp-ufraw/distinfo
+++ b/graphics/gimp-ufraw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2006/08/14 13:15:15 gdt Exp $
+$NetBSD: distinfo,v 1.16 2006/11/23 00:31:06 gdt Exp $
-SHA1 (ufraw-0.9.1.tar.gz) = 748d1c2c8f4f4fdbc384dfb8ea756ac019004001
-RMD160 (ufraw-0.9.1.tar.gz) = 67bd53c29b8ce51a42f44669cd8c1ff6ce7af106
-Size (ufraw-0.9.1.tar.gz) = 331171 bytes
+SHA1 (ufraw-0.10.tar.gz) = 990f61042a1bedda190e79601eb490fc9520bb3b
+RMD160 (ufraw-0.10.tar.gz) = 91f8db40022d24237f6055d594a3b46e067bb84d
+Size (ufraw-0.10.tar.gz) = 410407 bytes