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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a92ae6c2effe
branches:  trunk
changeset: 532075:a92ae6c2effe
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Aug 10 23:10:38 2007 +0000

description:
Update to 0.12.1.

Nuke options, because that was about choosing between exiv2 and
libexif, and upstream has removed support for libexif.

10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77.

* Fixed handling of non integer shrink factors.
* Fixed crash when spot selector reached image boundary.
* Some TIFF images were wrongly identified as raw file.

30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77.

* Full color management workflow with camera, display and output profiles.
* Added image cropping. Patch contributed by Martin Ling.
* Added rotate/flip support. Patch contributed by Bruce Guenter.
* Added scrolling and panning. Based on the new GtkImageView widget by
  Bjoern Lindqvist.
* Added support for dcraw's wavelet denoising. Code contributed by
  Niels Kristian Bech Jensen.
* Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better
  than other interpolations in some cases and much faster. Patch contributed
  by Alain Desbiolles.
* Added EAHD interpolation. It is an enhancement of the AHD interpolation
  with another phase of color smoothing. The improvement is mostly seen in
  high contrast as it removes color artifacts such as chromatic aberration.
  Patch contributed by Michael Goertz.
* Read raw files compressed with gzip or bzip2. Patch contributed by
  Bruce Guenter.
* Display luminosity value and Adams' zone for spot value. Patch contributed by
  Greg Troxel.
* Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons.
* Retain some hue and saturation when clipping pixels. This is only relevant
  when applying positive exposure compensation, and mostly for Canon cameras
  where positive exposure is applied by default.
* Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann.
* Based the user interface more on icons and less on text.
* Removed dependency on libexif.
* Dozens of smaller fixes.

06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62.

* Add option to restore highlights. The restoration can be done either
  in HSV space giving sharp details or in LCH space giving soft natural details.
  This option is relevant when applying negative exposure correction in UFRaw.
* Add option for soft, filmlike clipping of highlights.
  This option is relevant when applying positive exposure correction in UFRaw.
* Give the correct camera exposure by default for Canon DSLRs.
  Until now raw images from these cameras came out under exposed.
* For Windows users, fix conflict with the liblcms-1.dll supplied
  with the Gimp windows instaler.
* Added translation to Danish, Japanese and Portuguese.

diffstat:

 graphics/gimp-ufraw/Makefile |  24 ++++--------------------
 graphics/gimp-ufraw/PLIST    |   6 ++++--
 graphics/gimp-ufraw/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 26 deletions(-)

diffs (79 lines):

diff -r 5674c7765fc8 -r a92ae6c2effe graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Fri Aug 10 22:50:46 2007 +0000
+++ b/graphics/gimp-ufraw/Makefile      Fri Aug 10 23:10:38 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2007/06/05 05:37:28 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2007/08/10 23:10:38 gdt Exp $
 
-DISTNAME=              ufraw-0.10
+DISTNAME=              ufraw-0.12.1
 PKGNAME=               gimp-${DISTNAME}
-PKGREVISION=           4
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ufraw/}
 
@@ -25,28 +24,13 @@
 GCC_REQD+=             3.0
 BUILDLINK_TRANSFORM+=  rm:-std=gnu99
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.gimp-ufraw
-PKG_SUPPORTED_OPTIONS= exiv2 libexif
-PKG_SUGGESTED_OPTIONS= exiv2
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mexiv2)
-CONFIGURE_ARGS+=       --with-exiv2
-.include "../../graphics/exiv2/buildlink3.mk"
-.endif
-
-# libexif has been reported to cause crashes with ufraw.  It is needed for Fuji RAF.
-.if !empty(PKG_OPTIONS:Mlibexif)
-CONFIGURE_ARGS+=       --with-libexif
-.include "../../graphics/libexif/buildlink3.mk"
-.endif
-
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../devel/GConf2/schemas.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/gimp/buildlink3.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"
 .include "../../mk/bsd.pkg.mk"
diff -r 5674c7765fc8 -r a92ae6c2effe graphics/gimp-ufraw/PLIST
--- a/graphics/gimp-ufraw/PLIST Fri Aug 10 22:50:46 2007 +0000
+++ b/graphics/gimp-ufraw/PLIST Fri Aug 10 23:10:38 2007 +0000
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.7 2006/11/24 15:38:54 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/08/10 23:10:38 gdt Exp $
 bin/ufraw
 bin/ufraw-batch
 lib/gimp/2.0/plug-ins/ufraw-gimp
 man/man1/ufraw.1
 share/applications/ufraw.desktop
 share/gconf/schemas/ufraw.schemas
+share/locale/da/LC_MESSAGES/ufraw.mo
+share/locale/ja/LC_MESSAGES/ufraw.mo
 share/locale/fr/LC_MESSAGES/ufraw.mo
+share/locale/pt/LC_MESSAGES/ufraw.mo
 share/locale/ru/LC_MESSAGES/ufraw.mo
-share/mime/packages/ufraw-mime.xml
 share/pixmaps/ufraw.png
 @comment in xdg-dirs: @dirrm share/pixmaps
 @comment in shared-mime-info: @dirrm share/mime/packages
diff -r 5674c7765fc8 -r a92ae6c2effe graphics/gimp-ufraw/distinfo
--- a/graphics/gimp-ufraw/distinfo      Fri Aug 10 22:50:46 2007 +0000
+++ b/graphics/gimp-ufraw/distinfo      Fri Aug 10 23:10:38 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/11/23 00:31:06 gdt Exp $
+$NetBSD: distinfo,v 1.17 2007/08/10 23:10:38 gdt Exp $
 
-SHA1 (ufraw-0.10.tar.gz) = 990f61042a1bedda190e79601eb490fc9520bb3b
-RMD160 (ufraw-0.10.tar.gz) = 91f8db40022d24237f6055d594a3b46e067bb84d
-Size (ufraw-0.10.tar.gz) = 410407 bytes
+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



Home | Main Index | Thread Index | Old Index