summaryrefslogtreecommitdiff
path: root/multimedia/farsight2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-17 21:13:03 +0000
committerwiz <wiz@pkgsrc.org>2009-08-17 21:13:03 +0000
commitd53abe3bf746493e9c5757551703d3c3be143aa9 (patch)
tree17a58a76b457420a5a4f9eb05fdab2f1c785e4c7 /multimedia/farsight2/Makefile
parent676a3ee853e90b7b8bde02b266c938d6ed629528 (diff)
downloadpkgsrc-d53abe3bf746493e9c5757551703d3c3be143aa9.tar.gz
Initial import of farsight2-0.0.14:
The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. The main target clients for Farsight are Instant Messaging applications. These applications should be able to use Farsight for all their Audio/Video conferencing needs without having to worry about any of the lower level streaming and NAT traversal issues. Farsight forms an integral part of the Telepathy framework. It is used by Empathy through the Telepathy-Farsight library. It can also be easily used on embedded platforms by using Stream-Engine. The Telepathy-Farsight library binds it to the Connection Managers via D-Bus and the Telepathy Media Stream Spec and is used for all their streaming requirements.
Diffstat (limited to 'multimedia/farsight2/Makefile')
-rw-r--r--multimedia/farsight2/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/multimedia/farsight2/Makefile b/multimedia/farsight2/Makefile
new file mode 100644
index 00000000000..ab686ddd4ee
--- /dev/null
+++ b/multimedia/farsight2/Makefile
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:13:03 wiz Exp $
+#
+
+DISTNAME= farsight2-0.0.14
+CATEGORIES= chat multimedia
+MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://farsight.freedesktop.org/wiki/
+COMMENT= Audio/video communications framework
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= farsight2.pc.in
+
+# optionally for gstreamer unit tests
+# gstreamer-check-0.10 >= 0.10.23 (GStreamer Check unittest Library)
+
+PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
+.include "../../lang/python/pyversion.mk"
+
+BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.16
+.include "../../devel/py-gobject/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
+.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins0.10-bad+= gst-plugins0.10-bad>=0.10.12
+.include "../../multimedia/gst-plugins0.10-bad/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.23
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-plugins0.10-good+= gst-plugins0.10-good>=0.10.7
+.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.23
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gst-python+= ${PYPKGPREFIX}-gstreamer0.10>=0.10.10
+.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
+.include "../../net/gupnp-igd/buildlink3.mk"
+.include "../../net/libnice/buildlink3.mk"
+.include "../../textproc/gtk-doc/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"