2013-07-04 16:10:25 +02:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= entangle
|
2021-07-29 04:37:42 +02:00
|
|
|
PORTVERSION= 1.0
|
2013-07-04 16:10:25 +02:00
|
|
|
CATEGORIES= graphics
|
2021-07-29 04:37:42 +02:00
|
|
|
MASTER_SITES= https://www.entangle-photo.org/download/sources/
|
2013-07-04 16:10:25 +02:00
|
|
|
|
2021-07-29 04:37:42 +02:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2013-07-04 16:10:25 +02:00
|
|
|
COMMENT= Digital camera tethered control and capture program
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2022-01-24 14:00:21 +01:00
|
|
|
BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc \
|
|
|
|
itstool:textproc/itstool
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \
|
|
|
|
liblcms2.so:graphics/lcms2 \
|
|
|
|
libgexiv2.so:graphics/gexiv2 \
|
|
|
|
libraw_r.so:graphics/libraw \
|
|
|
|
libpeas-1.0.so:devel/libpeas
|
2021-07-29 04:37:42 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>0:devel/py-libpeas@${PY_FLAVOR}
|
2013-07-04 16:10:25 +02:00
|
|
|
|
2021-07-29 04:37:42 +02:00
|
|
|
USES= compiler:c++11-lang gnome meson pkgconfig python tar:xz xorg
|
2017-09-23 13:35:35 +02:00
|
|
|
USE_GNOME= cairo gtk30 intltool introspection
|
|
|
|
USE_GSTREAMER1= core
|
|
|
|
USE_XORG= xext
|
2014-11-08 22:27:24 +01:00
|
|
|
GLIB_SCHEMAS= org.entangle-photo.manager.gschema.xml
|
2015-03-27 00:30:51 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-04 16:10:25 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2021-07-29 04:37:42 +02:00
|
|
|
NLS_USES= gettext
|
2013-07-04 16:10:25 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,_udev,,' \
|
|
|
|
${WRKSRC}/src/backend/entangle-camera-list.c
|
2021-07-29 04:37:42 +02:00
|
|
|
@${REINPLACE_CMD} -e '/gudev_dep/d' \
|
|
|
|
${WRKSRC}/src/backend/meson.build
|
2013-07-04 16:10:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|