1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Update to 0.22

New Features:
o native OpenEXR Half sample type substitutes the older RnH 16-bit float
o load/save multilayerd OpenEXR files like from Blender
o load/save 16-bit Half Tiff's
o precise drawing with tablet
o hardware speedup in gamma-expose and Brightness/Contrast Adjustments
o dynamic colour visualisation in ICC Examin plug-in
o UTF-8 support through Gtk2
o UFRaw plug-in ready
o CMS defaults to Oyranos
  as of 0.22-1:
o Tango icons for toolbox only
o Retinex plug-in

Bugfixes:
o missing stdio.h include for printf in fl_i18n_cinepaint.cxx
o --pedantic is omitted in openexr directory for
  --enable-debug configure option
o patch to link in GTK libs
o all other see Change Log

PR:		ports/114490
Submitted by:	David Yeske <dyeske@gmail.com>
This commit is contained in:
Beech Rintoul 2008-02-01 19:11:14 +00:00
parent f7b283b262
commit 90715540ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206609
3 changed files with 604 additions and 598 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= cinepaint
PORTVERSION= 0.20
PORTREVISION= 3
PORTVERSION= 0.22
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= dyeske@gmail.com
@ -22,12 +20,11 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
USE_AUTOTOOLS= libtool:15
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_GMAKE= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
MAN1= cinepaint.1 cinepainttool.1
@ -35,7 +32,11 @@ PLIST_SUB= VER=${PORTVERSION}-1
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-1
.if !defined(WITHOUT_OPENEXR)
OPTIONS= OPENEXR "Use OpenEXR" on
.include <bsd.port.pre.mk>
.if defined(WITH_OPENEXR)
LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads
CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE}
@ -47,10 +48,6 @@ PLIST_SUB+= OPENEXR:="@comment "
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \

View File

@ -1,3 +1,3 @@
MD5 (cinepaint-0.20-1.tar.gz) = bb9df83ec6ee84b57617b0d865d5bd1c
SHA256 (cinepaint-0.20-1.tar.gz) = 55fa8ab2770c3d111b77d02d2440f77af81a4fd0c6e7a0b4695ce414522e6bad
SIZE (cinepaint-0.20-1.tar.gz) = 7548911
MD5 (cinepaint-0.22-1.tar.gz) = f360587240db6b6d2f0bfd94c420c492
SHA256 (cinepaint-0.22-1.tar.gz) = bb08a9210658959772df12408769d660999ede168b7431514e1f3cead07c0fea
SIZE (cinepaint-0.22-1.tar.gz) = 12380745

File diff suppressed because it is too large Load Diff