diff options
author | adam <adam@pkgsrc.org> | 2008-11-10 19:04:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-10 19:04:45 +0000 |
commit | f6041b54625e33cf0ddba4732d186a613cd110a9 (patch) | |
tree | 346ea1a001463d9efe775428d46ab321e366112c /graphics/cinepaint/Makefile | |
parent | 489e7e05e20261a68c97cd64760e8ca0c3451196 (diff) | |
download | pkgsrc-f6041b54625e33cf0ddba4732d186a613cd110a9.tar.gz |
Changes 0.22.1:
* native OpenEXR Half sample type substitutes the older RnH 16-bit float
* load/save multilayerd OpenEXR files like from Blender
* load/save 16-bit Half Tiff's
* precise drawing with tablet - thanks to Tino Schwarze for hardware
* speedup in gamma-expose and Brightness/Contrast Adjustments
* dynamic colour visualisation in ICC Examin plug-in
* UTF-8 support through Gtk2
* UFRaw plug-in ready
* CMS defaults to Oyranos
* Tango icons for toolbox only
* Retinex plug-in
* Bugfixes
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r-- | graphics/cinepaint/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 504f472b7ea..d8ca3df0215 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:31 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/11/10 19:04:45 adam Exp $ -DISTNAME= cinepaint-0.21-2 -PKGNAME= cinepaint-0.21.2 -PKGREVISION= 1 +DISTNAME= cinepaint-0.22-1 +PKGNAME= cinepaint-0.22.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/} @@ -17,6 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config msgfmt GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-gtk2 CONFIGURE_ARGS+= --without-python PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in @@ -27,8 +27,7 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/fltk/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |