c128a5b379
changes: The CinePaint versin 0.19-1 is a minor release. Overall stability has improved. Instant colourmanaging is more convenient. Memory handling for plug-ins is better. Portablility has improved and many bugs where fixed. Some plug-ins where added to the release: The print plug-in utilises Gutenprint for throughout 16-bit colourmanaged printing. Note Gutenprint will be colour stable once it lefts behind beta status. The collect plug-in allows for selecting a number of images with the same bit depth and building a layered image from them. The new ICC Examin plug-in allowes visualisation of actual ICC profiles tags. The new ICC Watch plug-in allowes viewing image colours in the actual colour gamut. Note the last two plug-ins need the "ICC Examin" application downloadable from www.behrmann.name . The 'zoom in' shortcut has changed from '=', which was not available for many non us keyboard layouts, to '+' .
25 lines
764 B
Makefile
25 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/07/04 19:57:01 drochner Exp $
|
|
|
|
DISTNAME= cinepaint-0.19-1
|
|
PKGNAME= cinepaint-0.19.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://cinepaint.sourceforge.net/
|
|
COMMENT= Motion picture painting and image retouching program
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
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"
|