2012-09-21 03:01:54 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2012/09/21 07:02:07 jasper Exp $
|
2012-04-05 12:02:30 -04:00
|
|
|
|
|
|
|
COMMENT= audio/video communications framework
|
|
|
|
|
|
|
|
DISTNAME= farstream-0.1.2
|
|
|
|
CATEGORIES= net devel
|
2012-09-21 03:01:54 -04:00
|
|
|
REVISION= 4
|
2012-04-05 12:21:43 -04:00
|
|
|
|
2012-04-05 12:02:30 -04:00
|
|
|
SHARED_LIBS += farstream-0.1 0.0 # 0.1
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/Farstream
|
|
|
|
|
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farstream/
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python
|
|
|
|
|
|
|
|
MODPY_ADJ_FILES= configure
|
|
|
|
|
|
|
|
WANTLIB += e2fs-uuid ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gssdp-1.0 gstbase-0.10 gstnetbuffer-0.10 gstreamer-0.10
|
|
|
|
WANTLIB += gstrtp-0.10 gthread-2.0 gupnp-1.0 gupnp-igd-1.0 m nice
|
|
|
|
WANTLIB += pcre soup-2.4 xml2 z
|
|
|
|
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection \
|
|
|
|
multimedia/gstreamer-0.10/py-gstreamer
|
|
|
|
LIB_DEPENDS= multimedia/gstreamer-0.10/plugins-base \
|
2012-04-30 05:38:37 -04:00
|
|
|
net/libnice>=0.1.2
|
2012-04-05 12:02:30 -04:00
|
|
|
RUN_DEPENDS= multimedia/gstreamer-0.10/py-gstreamer
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
AUTOCONF_VERSION= 2.68
|
|
|
|
|
|
|
|
# regen configure so it will detect the right python version
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-gupnp \
|
|
|
|
--enable-python \
|
|
|
|
--enable-introspection
|
|
|
|
|
2012-04-05 12:21:43 -04:00
|
|
|
.include <bsd.port.mk>
|