pkgsrc/graphics/libkdcraw/Makefile

36 lines
980 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2011/01/13 13:36:17 wiz Exp $
#
Update to 0.1.9. Set LICENSE to gnu-gpl-v2. 0.1.9 ------------------------------------------------------------------------ Added Leica RWL raw format in list of supported files. Updated to LibRaw 0.7.2 : - More accurate types conversion in libraw_datastream.h to make compilers happy. - New postprocessing parameter auto_bright_thr: set portion of clipped pixels for auto brightening code (instead of dcraw-derived hardcoded 1%). - '-U' option for dcraw_emu sample sets auto_bright_thr parameter. Updated to LibRaw 0.7.1 : - Fixed broken OpenMP support. Updated to LibRaw 0.7.0 : - Black (masked) pixels data extracted from RAW and avaliable in application. - Application can turn off RAW data filtering (black level subtraction, zero pixels removal and raw tone curve). - New 'input framework' released. Reading raw data from file and memory buffer supported from scratch. LibRaw-using application can implement own data reading functions (e.g. reading from network stream). - Fuji SuperCCD: raw data extracted without 45-degree rotation. - New sample applications: 4channels and unprocessed_raw. - Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date) Updated to libraw 0.6.15: - more accurate pentax dSLR support - fixes in Kodak 620x/720x identification - faster identification procedure for some formats. - Fixed bug in custom gamma curve creation Updated to libraw 0.6.14: - user-specified gamma curve. - Pentax K2000/Km support. - Changes in Canon sRAW processing (support for 5D2 fw 1.07).
2009-05-13 12:20:17 +02:00
DISTNAME= libkdcraw-0.1.9
PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.kipi-plugins.org/
COMMENT= C++ interface around dcraw
Update to 0.1.9. Set LICENSE to gnu-gpl-v2. 0.1.9 ------------------------------------------------------------------------ Added Leica RWL raw format in list of supported files. Updated to LibRaw 0.7.2 : - More accurate types conversion in libraw_datastream.h to make compilers happy. - New postprocessing parameter auto_bright_thr: set portion of clipped pixels for auto brightening code (instead of dcraw-derived hardcoded 1%). - '-U' option for dcraw_emu sample sets auto_bright_thr parameter. Updated to LibRaw 0.7.1 : - Fixed broken OpenMP support. Updated to LibRaw 0.7.0 : - Black (masked) pixels data extracted from RAW and avaliable in application. - Application can turn off RAW data filtering (black level subtraction, zero pixels removal and raw tone curve). - New 'input framework' released. Reading raw data from file and memory buffer supported from scratch. LibRaw-using application can implement own data reading functions (e.g. reading from network stream). - Fuji SuperCCD: raw data extracted without 45-degree rotation. - New sample applications: 4channels and unprocessed_raw. - Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date) Updated to libraw 0.6.15: - more accurate pentax dSLR support - fixes in Kodak 620x/720x identification - faster identification procedure for some formats. - Fixed bug in custom gamma curve creation Updated to libraw 0.6.14: - user-specified gamma curve. - Pentax K2000/Km support. - Changes in Canon sRAW processing (support for 5D2 fw 1.07).
2009-05-13 12:20:17 +02:00
LICENSE= gnu-gpl-v2
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
# needed by **** libjpeg detection
CONFIGURE_ARGS+= --includedir=${JPEGBASE:Q}/include
PKGCONFIG_OVERRIDE+= libkdcraw/libkdcraw.pc.in
BUILDLINK_API_DEPENDS.qt3-libs+= qt3-libs>=3.3
.include "../../x11/qt3-libs/buildlink3.mk"
2007-07-08 10:13:43 +02:00
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
BUILDLINK_API_DEPENDS.lcms+= lcms>=1.14
.include "../../graphics/lcms/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"