diff options
author | gdt <gdt> | 2007-12-27 23:46:02 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-12-27 23:46:02 +0000 |
commit | f4c9df3c5498feea1d76b1d99d6cc463e4da06b5 (patch) | |
tree | 9c257046034aa7176014fedd3353c71366d8c163 /graphics/gimp-ufraw | |
parent | 9e6c0f393a02cbe484878733f50b24580c8b0250 (diff) | |
download | pkgsrc-f4c9df3c5498feea1d76b1d99d6cc463e4da06b5.tar.gz |
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 (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/PLIST | 5 | ||||
-rw-r--r-- | graphics/gimp-ufraw/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index e2ef3002a55..8bf79345e0e 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -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 --git a/graphics/gimp-ufraw/PLIST b/graphics/gimp-ufraw/PLIST index b62b3e432f8..2eb6665e9cf 100644 --- a/graphics/gimp-ufraw/PLIST +++ b/graphics/gimp-ufraw/PLIST @@ -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 @@ man/man1/ufraw.1 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 --git a/graphics/gimp-ufraw/distinfo b/graphics/gimp-ufraw/distinfo index 64e665abdfc..66c0ff23724 100644 --- a/graphics/gimp-ufraw/distinfo +++ b/graphics/gimp-ufraw/distinfo @@ -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 |