blob: 263cc8f68d58ab7920c8a2d7082c75a7d74a8353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
PORTNAME= aravis
DISTVERSION= 0.8.20
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Camera control and image acquisition viewer
WWW= https://github.com/AravisProject/aravis
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaravis-0.8.so:devel/libaravis \
libnotify.so:devel/libnotify
USES= gettext gnome gstreamer meson pkgconfig
USE_GNOME= cairo glib20 intltool gtk30
USE_GITHUB= yes
GH_ACCOUNT= AravisProject
MESON_ARGS= -Dpacket-socket=disabled -Dviewer=enabled \
-Ddocumentation=disabled -Dintrospection=disabled \
-Dgst-plugin=disabled -Dtests=false -Dusb=disabled
post-patch:
@${REINPLACE_CMD} -e "s|subdir ('src')|aravis_dependencies += dependency ('aravis-0.8', version: '>=0.8', required: true)|g" \
-e 's|meson.override_dependency.*||g' \
${WRKSRC}/meson.build
@${REINPLACE_CMD} -e "s|.*aravis_library.*||g" \
-e "s|library_inc|include_directories('../src')|g" \
${WRKSRC}/viewer/meson.build
.include <bsd.port.mk>
|