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.13, fixing build failu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9f69a54e6a
branches:  trunk
changeset: 536896:cb9f69a54e6a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 27 23:46:02 2007 +0000

description:
Update to 0.13, fixing build failure on Solaris (caused by non-POSIX
signature of ctime_r) reported in pkg/37272.

12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80.

    * Simplified output path logic - output path defaults to the path of the input path.
    * Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp.
    * Do not read/write display ICC profile from/to ID files.
    * Show camera white balance in EXIF page. Patch by Erik Burrows.
    * Automatically fit histograms to allocated height.
    * Read Canon lens from EXIF data. Patch by Andreas Steinel.
    * Improved PPG interpolation. Patch by Alain Desbiolles.
    * Remember maximized state of window between sessions.
    * Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD.
    * Added darkframe to GUI (patch by Bruce Guenter).
    * Darkframe subtraction also handles hot pixels (patch by Bruce Guenter).
    * Show spot values only if spot is selected and allow unselecting spot values.
    * Add FITS output. Patch by Andreas Steinel. This option is disabled by default.
    * Progressive JPEG encoding. Patch by Bruce Guenter.
    * Blink over/under exposure in preview. Patch by Bruce Guenter.
    * Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix.
    * Reimplemented the EXIF page. Patch by Andrew Zabolotny.
    * Display flash mode in EXIF page.
    * Moved shrink/size controls from Save dialog to main window.
    * Added delete button to stand-alone tool.
    * Added 'send to Gimp' option to stand-alone tool.
    * Made the save-as button an icon only, to save space.
    * Added option to save as PNG 8 or 16 bits.
    * Write EXIF data to PNG files. Based on code from DigiKam.
    * Added aspect ratio control. Patch by Andrew Zabolotny.
    * New Spanish translation by Enrique Jorreto Ledesma.
    * New Polish translation by Tomasz Golinski.
    * New Korean translation by Homin Lee.

diffstat:

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

diffs (48 lines):

diff -r 97149ac6afd4 -r cb9f69a54e6a graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Thu Dec 27 23:41:42 2007 +0000
+++ b/graphics/gimp-ufraw/Makefile      Thu Dec 27 23:46:02 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2007/09/21 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2007/12/27 23:46:02 gdt Exp $
 
-DISTNAME=              ufraw-0.12.1
+DISTNAME=              ufraw-0.13
 PKGNAME=               gimp-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ufraw/}
 
diff -r 97149ac6afd4 -r cb9f69a54e6a graphics/gimp-ufraw/PLIST
--- a/graphics/gimp-ufraw/PLIST Thu Dec 27 23:41:42 2007 +0000
+++ b/graphics/gimp-ufraw/PLIST Thu Dec 27 23:46:02 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2007/09/25 10:54:13 hira Exp $
+@comment $NetBSD: PLIST,v 1.10 2007/12/27 23:46:03 gdt Exp $
 bin/ufraw
 bin/ufraw-batch
 lib/gimp/2.0/plug-ins/ufraw-gimp
@@ -6,8 +6,11 @@
 share/applications/ufraw.desktop
 share/gconf/schemas/ufraw.schemas
 share/locale/da/LC_MESSAGES/ufraw.mo
+share/locale/es/LC_MESSAGES/ufraw.mo
 share/locale/ja/LC_MESSAGES/ufraw.mo
+share/locale/ko/LC_MESSAGES/ufraw.mo
 share/locale/fr/LC_MESSAGES/ufraw.mo
+share/locale/pl/LC_MESSAGES/ufraw.mo
 share/locale/pt/LC_MESSAGES/ufraw.mo
 share/locale/ru/LC_MESSAGES/ufraw.mo
 share/pixmaps/ufraw.png
diff -r 97149ac6afd4 -r cb9f69a54e6a graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Thu Dec 27 23:41:42 2007 +0000
+++ b/graphics/gimp-ufraw/distinfo      Thu Dec 27 23:46:02 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/08/10 23:10:38 gdt Exp $
+$NetBSD: distinfo,v 1.18 2007/12/27 23:46:03 gdt Exp $
 
-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
+SHA1 (ufraw-0.13.tar.gz) = 880c21f79074836d6b40e42343c85a14fe0ba65f
+RMD160 (ufraw-0.13.tar.gz) = 307053386aedb49b932b5dd098f6deb988d6c628
+Size (ufraw-0.13.tar.gz) = 662029 bytes



Home | Main Index | Thread Index | Old Index