diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-10-08 12:21:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-10-08 12:21:14 +0000 |
commit | bee4d245febcd056c5cca6a6c60b24de839ea415 (patch) | |
tree | c241981c7bd2b0471df585efed25f034176dee32 /graphics/delaboratory | |
parent | ac02e27209c48b7ad81a7e08e9abaa6ac55ce965 (diff) | |
download | ports-bee4d245febcd056c5cca6a6c60b24de839ea415.tar.gz ports-bee4d245febcd056c5cca6a6c60b24de839ea415.zip |
Notes
Diffstat (limited to 'graphics/delaboratory')
-rw-r--r-- | graphics/delaboratory/Makefile | 9 | ||||
-rw-r--r-- | graphics/delaboratory/pkg-descr | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 2658a080e0e6..602f1ceb8cb5 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.8 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@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> diff --git a/graphics/delaboratory/pkg-descr b/graphics/delaboratory/pkg-descr index 60ca3836dee2..7dc880f49b08 100644 --- a/graphics/delaboratory/pkg-descr +++ b/graphics/delaboratory/pkg-descr @@ -6,15 +6,15 @@ Delaboratory is a color correction utility for digital images. It features: 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 |