pkgsrc/graphics/gimp-ufraw/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

2008-06-20 03:09:05 +02:00
# $NetBSD: Makefile,v 1.48 2008/06/20 01:09:21 joerg Exp $
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.
2007-12-28 00:46:02 +01:00
DISTNAME= ufraw-0.13
PKGNAME= gimp-${DISTNAME}
PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://ufraw.sourceforge.net/
COMMENT= GIMP plug-in for raw digicam import
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
2006-11-29 16:22:04 +01:00
USE_TOOLS+= gmake pkg-config msgfmt
USE_TOOLS+= perl:run pod2man
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --enable-mime
GCONF_SCHEMAS= ufraw.schemas
2007-09-02 16:02:57 +02:00
PTHREAD_AUTO_VARS= yes
2005-10-10 11:07:22 +02:00
# This package uses too much C99 code to be patched.
GCC_REQD+= 3.0
BUILDLINK_TRANSFORM+= rm:-std=gnu99
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf/schemas.mk"
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.
2007-08-11 01:10:38 +02:00
.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 "../../x11/gtk2/buildlink3.mk"
2007-09-02 16:02:57 +02:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"