Sun Jan 4 01:12:38 2009 UTC ()
24/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.

* Multiprocessing support using OpenMP. Patch by Bruce Guenter.
* Add progress report during the loading of raw files.
* Add JPEG optimization to reduce the file size without effecting image quality.
* Compatibility with the just released Exiv2-0.18.
* Support sRAW1 and sRAW2 formats of the Canon 50D and 5D Mark II.
* Some annoying bugs got squashed.


(gdt)
diff -r1.50 -r1.51 pkgsrc/graphics/gimp-ufraw/Makefile
diff -r1.11 -r1.12 pkgsrc/graphics/gimp-ufraw/PLIST
diff -r1.19 -r1.20 pkgsrc/graphics/gimp-ufraw/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/graphics/gimp-ufraw/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-ufraw/Makefile 2008/11/26 12:05:38 1.50
+++ pkgsrc/graphics/gimp-ufraw/Makefile 2009/01/04 01:12:38 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2008/11/26 12:05:38 drochner Exp $ 1# $NetBSD: Makefile,v 1.51 2009/01/04 01:12:38 gdt Exp $
2 2
3DISTNAME= ufraw-0.14.1 3DISTNAME= ufraw-0.15
4PKGNAME= gimp-${DISTNAME} 4PKGNAME= gimp-${DISTNAME}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://ufraw.sourceforge.net/ 9HOMEPAGE= http://ufraw.sourceforge.net/
10COMMENT= GIMP plug-in for raw digicam import 10COMMENT= GIMP plug-in for raw digicam import
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15 15
16USE_TOOLS+= gmake pkg-config msgfmt 16USE_TOOLS+= gmake pkg-config msgfmt

cvs diff -r1.11 -r1.12 pkgsrc/graphics/gimp-ufraw/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-ufraw/PLIST 2008/11/26 12:05:38 1.11
+++ pkgsrc/graphics/gimp-ufraw/PLIST 2009/01/04 01:12:38 1.12
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1@comment $NetBSD: PLIST,v 1.11 2008/11/26 12:05:38 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.12 2009/01/04 01:12:38 gdt Exp $
2bin/ufraw 2bin/ufraw
3bin/ufraw-batch 3bin/ufraw-batch
4lib/gimp/2.0/plug-ins/ufraw-gimp 4lib/gimp/2.0/plug-ins/ufraw-gimp
5man/man1/ufraw.1 5man/man1/ufraw.1
6share/applications/ufraw.desktop 6share/applications/ufraw.desktop
7share/gconf/schemas/ufraw.schemas 7share/gconf/schemas/ufraw.schemas
8share/locale/ca/LC_MESSAGES/ufraw.mo 8share/locale/ca/LC_MESSAGES/ufraw.mo
9share/locale/cs/LC_MESSAGES/ufraw.mo 9share/locale/cs/LC_MESSAGES/ufraw.mo
10share/locale/da/LC_MESSAGES/ufraw.mo 10share/locale/da/LC_MESSAGES/ufraw.mo
11share/locale/es/LC_MESSAGES/ufraw.mo 11share/locale/es/LC_MESSAGES/ufraw.mo
12share/locale/fr/LC_MESSAGES/ufraw.mo 12share/locale/fr/LC_MESSAGES/ufraw.mo
13share/locale/it/LC_MESSAGES/ufraw.mo 13share/locale/it/LC_MESSAGES/ufraw.mo
14share/locale/ja/LC_MESSAGES/ufraw.mo 14share/locale/ja/LC_MESSAGES/ufraw.mo
15share/locale/ko/LC_MESSAGES/ufraw.mo 15share/locale/ko/LC_MESSAGES/ufraw.mo
 16share/locale/nb/LC_MESSAGES/ufraw.mo
16share/locale/nl/LC_MESSAGES/ufraw.mo 17share/locale/nl/LC_MESSAGES/ufraw.mo
17share/locale/no/LC_MESSAGES/ufraw.mo 
18share/locale/pl/LC_MESSAGES/ufraw.mo 18share/locale/pl/LC_MESSAGES/ufraw.mo
19share/locale/pt/LC_MESSAGES/ufraw.mo 19share/locale/pt/LC_MESSAGES/ufraw.mo
20share/locale/ru/LC_MESSAGES/ufraw.mo 20share/locale/ru/LC_MESSAGES/ufraw.mo
21share/locale/sr/LC_MESSAGES/ufraw.mo 21share/locale/sr/LC_MESSAGES/ufraw.mo
22share/locale/sr@latin/LC_MESSAGES/ufraw.mo 22share/locale/sr@latin/LC_MESSAGES/ufraw.mo
23share/locale/sv/LC_MESSAGES/ufraw.mo 23share/locale/sv/LC_MESSAGES/ufraw.mo
24share/pixmaps/ufraw.png 24share/pixmaps/ufraw.png
25@comment in xdg-dirs: @dirrm share/pixmaps 25@comment in xdg-dirs: @dirrm share/pixmaps
26@comment in GConf: @dirrm share/gconf/schemas 26@comment in GConf: @dirrm share/gconf/schemas
27@comment in xdg-dirs: @dirrm share/applications 27@comment in xdg-dirs: @dirrm share/applications

cvs diff -r1.19 -r1.20 pkgsrc/graphics/gimp-ufraw/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-ufraw/distinfo 2008/11/26 12:05:38 1.19
+++ pkgsrc/graphics/gimp-ufraw/distinfo 2009/01/04 01:12:38 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2008/11/26 12:05:38 drochner Exp $ 1$NetBSD: distinfo,v 1.20 2009/01/04 01:12:38 gdt Exp $
2 2
3SHA1 (ufraw-0.14.1.tar.gz) = 1234717d4da8f35f015fbcc678bd467c98969571 3SHA1 (ufraw-0.15.tar.gz) = e8c7fa95bfb84e18ee538495861e52516ca8b3b8
4RMD160 (ufraw-0.14.1.tar.gz) = 250cf7d93d120fde302b9533e2182b0ae421df87 4RMD160 (ufraw-0.15.tar.gz) = d24e9076114c909e3b2bbf87a128c70f62885299
5Size (ufraw-0.14.1.tar.gz) = 968091 bytes 5Size (ufraw-0.15.tar.gz) = 976297 bytes