summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/farsight/.mtn2git_empty0
-rw-r--r--packages/farsight/farsight_20060322.bb29
-rw-r--r--packages/gstreamer/gst-plugins-bad_0.10.1.bb1
-rw-r--r--packages/gstreamer/gst-plugins-good_0.10.2.bb1
-rw-r--r--packages/gstreamer/gst-plugins-ugly_0.10.2.bb1
-rw-r--r--packages/gstreamer/gst-plugins.inc2
6 files changed, 33 insertions, 1 deletions
diff --git a/packages/farsight/.mtn2git_empty b/packages/farsight/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/farsight/.mtn2git_empty
diff --git a/packages/farsight/farsight_20060322.bb b/packages/farsight/farsight_20060322.bb
new file mode 100644
index 0000000000..5122e7a69f
--- /dev/null
+++ b/packages/farsight/farsight_20060322.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://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2"
+
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+
+DEPENDS = "glib-2.0 dbus libjingle gstreamer"
+
+inherit autotools pkgconfig
+
+S= "${WORKDIR}/${PN}"
+EXTRA_OECONF = " \
+--disable-debug \
+ --disable-gtk-doc \
+ --disable-sequence-diagrams \
+ --disable-sofia-sip \
+ --enable-jingle-p2p \
+ --disable-gnet \
+ --disable-msnwebcam \
+ --disable-msnavconf \
+ --disable-yahoowebcam \
+ --enable-rtp"
+
+FILES_${PN} += "${libdir}/farsight-0.1/*so"
+FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*"
+
+
+
+
diff --git a/packages/gstreamer/gst-plugins-bad_0.10.1.bb b/packages/gstreamer/gst-plugins-bad_0.10.1.bb
index 655f2c1d66..182ed9349f 100644
--- a/packages/gstreamer/gst-plugins-bad_0.10.1.bb
+++ b/packages/gstreamer/gst-plugins-bad_0.10.1.bb
@@ -1 +1,2 @@
include gst-plugins.inc
+DEPENDS += "gst-plugins-base"
diff --git a/packages/gstreamer/gst-plugins-good_0.10.2.bb b/packages/gstreamer/gst-plugins-good_0.10.2.bb
index 655f2c1d66..182ed9349f 100644
--- a/packages/gstreamer/gst-plugins-good_0.10.2.bb
+++ b/packages/gstreamer/gst-plugins-good_0.10.2.bb
@@ -1 +1,2 @@
include gst-plugins.inc
+DEPENDS += "gst-plugins-base"
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.2.bb b/packages/gstreamer/gst-plugins-ugly_0.10.2.bb
index 655f2c1d66..182ed9349f 100644
--- a/packages/gstreamer/gst-plugins-ugly_0.10.2.bb
+++ b/packages/gstreamer/gst-plugins-ugly_0.10.2.bb
@@ -1 +1,2 @@
include gst-plugins.inc
+DEPENDS += "gst-plugins-base"
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index b689ebd6d9..ef8a67fa38 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Plugins for GStreamer"
SECTION = "multimedia"
PRIORITY = "optional"
MAINTAINER = "Felix Domke <tmbinc@openembedded.org>"
-DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag"
+DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag"
PR = "r0"
inherit autotools pkgconfig gconf