2014-04-04 22:36:47 +02:00
|
|
|
# Created by: Carlos Eduardo G. Carvalho <cartola@openit.com.br>
|
2004-12-16 00:04:42 +01:00
|
|
|
|
|
|
|
PORTNAME= hugin
|
2021-09-27 17:35:40 +02:00
|
|
|
PORTVERSION= 2020.0.0
|
2004-12-16 00:04:42 +01:00
|
|
|
CATEGORIES= graphics
|
2009-09-30 09:16:05 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
|
2004-12-16 00:04:42 +01:00
|
|
|
|
2021-09-27 17:35:40 +02:00
|
|
|
MAINTAINER= fuz@fuz.su
|
2014-04-04 22:36:47 +02:00
|
|
|
COMMENT= GUI for Panorama Tools, to stitch panoramic images
|
2004-12-16 00:04:42 +01:00
|
|
|
|
2021-09-27 17:35:40 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2021-04-11 20:45:06 +02:00
|
|
|
LIB_DEPENDS= libOpenEXR.so:graphics/openexr \
|
|
|
|
libImath.so:math/Imath \
|
2016-04-01 16:00:51 +02:00
|
|
|
libboost_thread.so:devel/boost-libs \
|
|
|
|
liblcms2.so:graphics/lcms2 \
|
|
|
|
libexiv2.so:graphics/exiv2 \
|
|
|
|
libfftw3.so:math/fftw3 \
|
|
|
|
libpano13.so:graphics/libpano13 \
|
|
|
|
libvigraimpex.so:graphics/vigra \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
libtiff.so:graphics/tiff
|
2013-02-17 18:12:59 +01:00
|
|
|
# gmake is really needed at _runtime_. Do not remove it from this list.
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \
|
|
|
|
exiftool:graphics/p5-Image-ExifTool \
|
|
|
|
gmake:devel/gmake
|
2008-01-19 09:31:35 +01:00
|
|
|
|
2019-11-08 15:36:06 +01:00
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \
|
2021-09-27 17:35:40 +02:00
|
|
|
jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg
|
2021-04-11 20:45:06 +02:00
|
|
|
USE_GL= gl glew glu glut
|
2021-09-27 17:35:40 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2016-09-22 04:34:07 +02:00
|
|
|
USE_WX= 3.0+
|
2021-04-11 20:45:06 +02:00
|
|
|
USE_XORG= x11
|
|
|
|
|
2017-05-04 07:24:35 +02:00
|
|
|
SHEBANG_FILES= src/hugin_script_interface/hpi.py \
|
|
|
|
src/hugin_script_interface/plugins/*.py \
|
|
|
|
src/hugin_script_interface/plugins-dev/*.py
|
|
|
|
|
2021-09-27 17:35:40 +02:00
|
|
|
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/Imath
|
|
|
|
|
2016-01-28 02:58:50 +01:00
|
|
|
OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON
|
2017-07-07 09:16:26 +02:00
|
|
|
OPTIONS_DEFAULT= PANOMATIC PYTHON
|
2016-01-28 02:58:50 +01:00
|
|
|
OPTIONS_SUB= yes
|
2015-02-27 08:39:43 +01:00
|
|
|
|
2016-01-28 02:58:50 +01:00
|
|
|
PANOMATIC_DESC= Install graphics/panomatic
|
2016-04-01 16:00:51 +02:00
|
|
|
PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic
|
2006-01-30 15:40:59 +01:00
|
|
|
|
2016-01-28 02:58:50 +01:00
|
|
|
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
|
2016-04-01 16:00:51 +02:00
|
|
|
AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c
|
2008-01-19 09:31:35 +01:00
|
|
|
|
2016-01-28 02:58:50 +01:00
|
|
|
PYTHON_DESC= Python Scripting Interface
|
2020-06-17 20:17:45 +02:00
|
|
|
PYTHON_BUILD_DEPENDS= swig:devel/swig
|
2021-09-27 17:35:40 +02:00
|
|
|
PYTHON_USES= python
|
2016-01-28 02:58:50 +01:00
|
|
|
PYTHON_CMAKE_ON= -DBUILD_HSI=ON
|
|
|
|
PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF
|
2009-09-29 18:36:45 +02:00
|
|
|
|
2016-01-28 02:58:50 +01:00
|
|
|
.include <bsd.port.mk>
|