Converseen is an open source project written in C++ with the powerful Qt4
libraries. Thanks to the Magick++ image libraries it supports more than 100
image formats. You can convert and resize an unlimited number of images to
any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
PNG, Postscript, SVG, and TIFF.
WWW: http://converseen.sourceforge.net
PR: ports/173631
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-12-29 19:41:30 +01:00
|
|
|
# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= converseen
|
2013-01-10 14:16:45 +01:00
|
|
|
PORTVERSION= 0.5.2
|
Converseen is an open source project written in C++ with the powerful Qt4
libraries. Thanks to the Magick++ image libraries it supports more than 100
image formats. You can convert and resize an unlimited number of images to
any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
PNG, Postscript, SVG, and TIFF.
WWW: http://converseen.sourceforge.net
PR: ports/173631
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-12-29 19:41:30 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.5/${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= fernando.apesteguia@gmail.com
|
|
|
|
COMMENT= Easy to use graphics conversion utility
|
|
|
|
|
|
|
|
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
|
|
|
pcre:${PORTSDIR}/devel/pcre \
|
|
|
|
Magick++:${PORTSDIR}/graphics/ImageMagick \
|
|
|
|
lcms2:${PORTSDIR}/graphics/lcms2 \
|
|
|
|
lqr-1:${PORTSDIR}/graphics/liblqr-1 \
|
|
|
|
png15:${PORTSDIR}/graphics/png \
|
|
|
|
fftw3:${PORTSDIR}/math/fftw3 \
|
|
|
|
freetype:${PORTSDIR}/print/freetype2 \
|
|
|
|
expat:${PORTSDIR}/textproc/expat2 \
|
|
|
|
xcb:${PORTSDIR}/x11/libxcb \
|
|
|
|
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_AUTOTOOLS= libltdl
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_XORG= ice sm x11 xau xdmcp xext xrender xt
|
|
|
|
USE_QT4= corelib gui linguist_build moc_build qmake_build \
|
|
|
|
rcc_build uic_build
|
|
|
|
USE_GNOME= glib20
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|