openbsd-ports/x11/gnome/grilo-mediaserver2/Makefile
ajacoutot b88733606b Bring a couple of patches from upstream for better behavior.
Depends on grilo-plugins so that we export things by default.

ok jasper@
2013-04-15 08:23:41 +00:00

54 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2013/04/15 08:23:41 ajacoutot Exp $
COMMENT= expose media content over D-Bus for Rygel to consume
GNOME_PROJECT= grilo-mediaserver2
GNOME_VERSION= 0.0.2
# git clone of 4614b1969dcdea2c254af3178b70966282468c07
REVISION= 1
SHARED_LIBS += mediaserver2 0.0 # 0.0
CATEGORIES+= multimedia
HOMEPAGE= http://live.gnome.org/Grilo
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 grilo-0.2 m pcre pthread xml2 z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= x11/gnome/grilo \
x11/dbus-glib
RUN_DEPENDS= x11/gnome/grilo-plugins
MAKE_FLAGS= bin_PROGRAMS="grilo-ms2"
FAKE_FLAGS= sysconfdir="${PREFIX}/share/examples/grilo-mediaserver2/"
############################################################
# XXX: Remove the following when updating to a real release.
MASTER_SITES= http://distfiles.nl/
AUTOCONF_VERSION= 2.68
AUTOMAKE_VERSION= 1.11
BUILD_DEPENDS +=${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool \
x11/gnome/common
do-configure:
@cd ${WRKSRC} && \
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
env ${CONFIGURE_ENV} \
./autogen.sh ${CONFIGURE_ARGS}
############################################################
.include <bsd.port.mk>