openbsd-ports/multimedia/gstreamer-0.10/plugins-farsight/Makefile
ajacoutot 1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00

35 lines
833 B
Makefile

# $OpenBSD: Makefile,v 1.10 2011/10/29 08:12:32 ajacoutot Exp $
COMMENT = farsight element for GStreamer
V = 0.12.11
DISTNAME = gst-plugins-farsight-$V
PKGNAME = gstreamer-plugins-farsight-$V
REVISION = 6
HOMEPAGE = http://farsight.freedesktop.org/
MASTER_SITES = ${HOMEPAGE}/releases/gst-plugins-farsight/
EXTRACT_SUFX = .tar.gz
WANTLIB += gio-2.0 util glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre z gsm gconf-2 gstnet-0.10 gstreamer-0.10
WANTLIB += gstbase-0.10 gstinterfaces-0.10 gstrtp-0.10 gstnetbuffer-0.10
WANTLIB += xml2 stdc++
LIB_DEPENDS = audio/gsm \
devel/gconf2 \
$P/core>=0.10 \
$P/plugins-base \
textproc/libxml
AUTOCONF_VERSION = 2.63
MODULES += devel/gettext
CONFIGURE_ARGS += --disable-jingle-p2p \
--disable-jasper \
--without-libj2k
.include <bsd.port.mk>