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.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/106e94d5ce73
branches:  trunk
changeset: 521810:106e94d5ce73
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Nov 23 00:31:06 2006 +0000

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

 graphics/gimp-ufraw/Makefile |  12 +++++++++---
 graphics/gimp-ufraw/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 8496b1c4f90e -r 106e94d5ce73 graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Wed Nov 22 23:07:39 2006 +0000
+++ b/graphics/gimp-ufraw/Makefile      Thu Nov 23 00:31:06 2006 +0000
@@ -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_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 @@
 .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 -r 8496b1c4f90e -r 106e94d5ce73 graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Wed Nov 22 23:07:39 2006 +0000
+++ b/graphics/gimp-ufraw/distinfo      Thu Nov 23 00:31:06 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index