mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- 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
This commit is contained in:
parent
ac02e27209
commit
bee4d245fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329778
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user