summaryrefslogtreecommitdiff
path: root/graphics/cinepaint/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-31 21:06:56 +0000
committeradam <adam@pkgsrc.org>2006-01-31 21:06:56 +0000
commitac798391d6746188821947755671839dd7b0f9d5 (patch)
tree6471e82689637a404061efd5b6629ccc35110405 /graphics/cinepaint/Makefile
parent4b4a01e16782daed8b8e66ad1e3d927ec7b1e72c (diff)
downloadpkgsrc-ac798391d6746188821947755671839dd7b0f9d5.tar.gz
Changed 0.20.2:
Overall stability has improved. User interface is more clear regarding colourmanaging. Softproofing is introduced. The gutenprint plug-in uses the proofing profile as default separation target. OpenEXR <-> ICC colour space information conversation The expose item is moved from <imagemenu>-->Color-->Expose Image to <imagemenu>-->View-->Expose. It is now a per window setting and only available for 32-bit floats. Many bugs where fixed.
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r--graphics/cinepaint/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index 9102768e65c..4750afc96fb 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2005/07/04 19:57:01 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/31 21:06:56 adam Exp $
-DISTNAME= cinepaint-0.19-1
-PKGNAME= cinepaint-0.19.1
+DISTNAME= cinepaint-0.20-2
+PKGNAME= cinepaint-0.20.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
@@ -11,15 +11,17 @@ COMMENT= Motion picture painting and image retouching program
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in
+
BUILDLINK_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"