2008-07-14 14:55:56 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2008/07/14 12:56:05 joerg Exp $
|
2007-07-08 09:13:37 +02:00
|
|
|
#
|
|
|
|
|
Update to 0.1.3:
0.1.3
------------------------------------------------------------------------
- updated dcraw to 8.81
new cameras: Canon G7, Fuji FinePix S9100/S9600, Olympus SP560UZ, Panasonic DMC-L10
- updated dcraw to 8.80
new cameras: Hasselblad H3D, Olympus E-3, Canon EOS 40D, Canon PowerShot G9,
Canon EOS-1Ds Mark III, AVT F-080C, Nikon D3, Nikon D300,
Nikon Coolpix S6, Panasonic DMC-FZ18, Sony DSLR-A700
-m number_of_passes
After interpolation, clean up color artifacts by repeatedly applying a 3x3
median filter to the R-G and B-G channels.
- Licence : is GPL compatible again == less wories)
0.1.2
------------------------------------------------------------------------
New features
- updated internal dcraw from 8.60 to 8.77. API changed.
- add new chromatic aberration reduction options (patch from Guillaume Castagnino).
2008-01-15 00:18:42 +01:00
|
|
|
DISTNAME= libkdcraw-0.1.3
|
2008-01-18 06:06:18 +01:00
|
|
|
PKGREVISION= 1
|
2007-07-08 09:13:37 +02:00
|
|
|
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
|
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-07-08 09:13:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-06-05 13:58:23 +02:00
|
|
|
USE_TOOLS+= pkg-config msgfmt
|
2007-07-08 09:13:37 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
|
|
|
# needed by **** libjpeg detection
|
|
|
|
CONFIGURE_ARGS+= --includedir=${BUILDLINK_PREFIX.jpeg: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"
|
2007-07-08 09:13:37 +02:00
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.lcms+= lcms>=1.14
|
|
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|