aboutsummaryrefslogtreecommitdiffstats
path: root/packages/farsight
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-22 19:16:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-22 19:16:59 +0000
commit46b0b19a0bcaf8502e7ff9151cd34ab53576ce59 (patch)
tree82d593a751a2d115e39a8f71c607eb8f1485b587 /packages/farsight
parentfb12eaf05af2f365d3e5ae6f76ad9ce448eaa559 (diff)
downloadopenembedded-46b0b19a0bcaf8502e7ff9151cd34ab53576ce59.tar.gz
gst-plugins-farsight: add 20060322 snapshot
Diffstat (limited to 'packages/farsight')
-rw-r--r--packages/farsight/gst-plugins-farsight_20060322.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/farsight/gst-plugins-farsight_20060322.bb b/packages/farsight/gst-plugins-farsight_20060322.bb
new file mode 100644
index 0000000000..49f2d2a1f5
--- /dev/null
+++ b/packages/farsight/gst-plugins-farsight_20060322.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
+HOMEPAGE = "http://farsight.sf.net"
+SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2"
+
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base"
+
+inherit autotools pkgconfig
+
+S= "${WORKDIR}/${PN}"
+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
+}
+
+
+