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
|
2017-04-03 15:00:49 +02:00
|
|
|
PORTVERSION= 0.9.6.2
|
2017-09-28 17:36:31 +02:00
|
|
|
PORTREVISION= 3
|
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
|
2017-02-04 10:04:24 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R:R}/
|
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
|
|
|
|
|
|
|
MAINTAINER= fernando.apesteguia@gmail.com
|
|
|
|
COMMENT= Easy to use graphics conversion utility
|
|
|
|
|
2016-09-01 15:20:13 +02:00
|
|
|
LICENSE= GPLv3+
|
2015-08-25 15:19:50 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-07-24 13:33:03 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
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
|
|
|
|
2016-09-01 15:20:13 +02:00
|
|
|
USES= cmake tar:bzip2 compiler:c++11-lang
|
|
|
|
USE_QT5= core network gui linguisttools_build qmake_build \
|
|
|
|
buildtools_build widgets
|
2014-05-31 12:53:05 +02:00
|
|
|
post-patch:
|
2014-10-05 16:02:53 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^ appdata.path =/s|/usr/share|$$$${SHARE_DIR}|' \
|
|
|
|
${WRKSRC}/converseen.pro
|
2014-05-31 12:53:05 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^install(FILES converseen.appdata.xml/s|/usr|$${CMAKE_INSTALL_PREFIX}|' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2014-02-17 22:09:17 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/converseen
|
|
|
|
|
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
|
|
|
.include <bsd.port.mk>
|