aboutsummaryrefslogtreecommitdiffstats
path: root/packages/farsight/gst-plugins-farsight_0.10.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-09 17:57:40 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-09 17:57:40 +0000
commitb6d003e89b7cbb0eb41b6c2edc7a050b2966f909 (patch)
tree71c9a0ed6e34fa922f7e23fceeb5d469978af092 /packages/farsight/gst-plugins-farsight_0.10.1.bb
parentc454b48a81ab22c33f69ef5db082e9a0fc0231c1 (diff)
downloadopenembedded-b6d003e89b7cbb0eb41b6c2edc7a050b2966f909.tar.gz
gst-plugin-farsight: drop snapshot, add release
Diffstat (limited to 'packages/farsight/gst-plugins-farsight_0.10.1.bb')
-rw-r--r--packages/farsight/gst-plugins-farsight_0.10.1.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/farsight/gst-plugins-farsight_0.10.1.bb b/packages/farsight/gst-plugins-farsight_0.10.1.bb
new file mode 100644
index 0000000000..5fb44e07c2
--- /dev/null
+++ b/packages/farsight/gst-plugins-farsight_0.10.1.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
+HOMEPAGE = "http://farsight.sf.net"
+SRC_URI = "http://telepathy.freedesktop.org/releases/gst-plugins-farsight/${P}.tar.gz"
+
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " \
+--disable-debug \
+ --disable-jrtplib \
+ --disable-mimic \
+ --disable-gsm \
+ --disable-jasper \
+ --enable-jingle-p2p \
+ --with-plugins=rtpdemux,rtpjitterbuffer"
+
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/*so"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.so.*"
+
+do_stage() {
+autotools_stage_all
+}
+
+
+