svn commit: r329778 - head/graphics/delaboratory
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Oct 8 12:21:15 UTC 2013
Author: danfe
Date: Tue Oct 8 12:21:14 2013
New Revision: 329778
URL: http://svnweb.freebsd.org/changeset/ports/329778
Log:
- Fix the build on -CURRENT after libiconv was moved into the base
- Honor CXXFLAGS better, stagify, wordsmith in pkg-descr, relinquish
Reported by: pkg-fallout
Modified:
head/graphics/delaboratory/Makefile
head/graphics/delaboratory/pkg-descr
Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile Tue Oct 8 12:17:55 2013 (r329777)
+++ head/graphics/delaboratory/Makefile Tue Oct 8 12:21:14 2013 (r329778)
@@ -6,7 +6,7 @@ PORTVERSION= 0.8
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
-MAINTAINER= danfe at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Unique image postprocessing application
LICENSE= GPLv3
@@ -17,11 +17,12 @@ USE_WX= 2.8+
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
post-patch:
- ${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS},' ${WRKSRC}/${MAKEFILE}
+ @${REINPLACE_CMD} -e 's,-Ofast.*},${CXXFLAGS}, ; \
+ s,CXXFLAGS_WX +=,& ${CXXFLAGS} -I${LOCALBASE}/include,' \
+ ${WRKSRC}/${MAKEFILE}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
Modified: head/graphics/delaboratory/pkg-descr
==============================================================================
--- head/graphics/delaboratory/pkg-descr Tue Oct 8 12:17:55 2013 (r329777)
+++ head/graphics/delaboratory/pkg-descr Tue Oct 8 12:21:14 2013 (r329778)
@@ -6,15 +6,15 @@ Delaboratory is a color correction utili
LCH, HSL, HSV, BW)
- Non-destructive editing (adjustment layers)
- KISS design, realtime preview
- - basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels,
+ - Basic operations: CMYK curves, CMYK levels, RGB curves, RGB levels,
white balance in LAB, saturation in LAB, LAB curves, BW curve, HSV
equalizer, LCH equalizer, recover shadows/highlights, vignette, local
contrast, LAB/BW/RGB/CMYK gradients
- - expert operations: levels, curves, equalizer, exposure, saturation,
+ - Expert operations: levels, curves, equalizer, exposure, saturation,
white balance, fill, tone, local contrast, auto_dodge/auto_burn, sharpen,
vignette, gradient, gaussian blur, recover highlights, recover shadows,
channel mixer, high pass, c2g, copy
- - many blend modes (multiply, screen, overlay, inverted overlay, dodge,
+ - Many blend modes (multiply, screen, overlay, inverted overlay, dodge,
burn, add, grain extract, grain merge, sub, difference, darken, lighten),
color/luminosity blending for RGB and CMYK
- RAW support (via dcraw), up to 5 color samplers, histograms and color
More information about the svn-ports-all
mailing list