2013-03-23 09:10:18 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2009-12-26 17:18:30 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gupnp-av
|
2016-03-06 07:18:47 +01:00
|
|
|
PORTVERSION= 0.12.8
|
2009-12-26 17:18:30 +01:00
|
|
|
CATEGORIES= net
|
2012-06-12 21:13:36 +02:00
|
|
|
MASTER_SITES= GNOME
|
2009-12-26 17:18:30 +01:00
|
|
|
|
2012-06-12 21:13:36 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-12-26 17:18:30 +01:00
|
|
|
COMMENT= Helpers for audio/video applications using GUPnP
|
|
|
|
|
2012-06-12 21:13:36 +02:00
|
|
|
LICENSE= LGPL20
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= gobject-introspection>=0.9.5:devel/gobject-introspection \
|
|
|
|
gupnp>=0.19.0:net/gupnp
|
|
|
|
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
|
|
|
|
RUN_DEPENDS= gupnp>=0.19.0:net/gupnp
|
2009-12-26 17:18:30 +01:00
|
|
|
|
2015-09-07 19:51:39 +02:00
|
|
|
OPTIONS_DEFINE= VALA
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
VALA_DESC= Vala binding (requires net/gssdp and net/gupnp with VALA enabled)
|
|
|
|
|
2012-06-12 21:13:36 +02:00
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
2009-12-26 17:18:30 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-01-18 11:35:29 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-08-10 13:29:45 +02:00
|
|
|
USE_GNOME= glib20 introspection:build
|
2009-12-26 17:18:30 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-19 20:38:37 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig tar:xz
|
|
|
|
|
|
|
|
PORTDATA= *
|
2009-12-26 17:18:30 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
VALA_BUILD_DEPENDS= vala>=0.22:lang/vala
|
2015-09-07 19:51:39 +02:00
|
|
|
VALA_CONFIGURE_ENV= ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
|
|
|
|
VALA_CONFIGURE_ENV_OFF= ac_cv_path_VAPIGEN=""
|
|
|
|
|
2013-06-13 14:44:44 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in
|
|
|
|
|
2009-12-26 17:18:30 +01:00
|
|
|
.include <bsd.port.mk>
|