aboutsummaryrefslogtreecommitdiffstats
path: root/gstreamer
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-02 13:23:36 +0000
committerPhil Blundell <philb@gnu.org>2004-06-02 13:23:36 +0000
commit382c282d78949796183d31d06a1166ba83b4dfb3 (patch)
tree2ca5aef615e7a5283cfd9c49c2510a0fd08daa6c /gstreamer
parentcb2fd4d7033c7786c6bae0663dbb7d0b5748176e (diff)
downloadopenembedded-382c282d78949796183d31d06a1166ba83b4dfb3.tar.gz
stage libgstgconf, needed by rhythmbox
BKrev: 40bdd4d8PmNobwx6ySOeJwOBORcGzQ
Diffstat (limited to 'gstreamer')
-rw-r--r--gstreamer/gst-plugins_0.8.1.oe30
1 files changed, 30 insertions, 0 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe
index e69de29bb2..3c7ce50921 100644
--- a/gstreamer/gst-plugins_0.8.1.oe
+++ b/gstreamer/gst-plugins_0.8.1.oe
@@ -0,0 +1,30 @@
+DESCRIPTION = "Plugins for GStreamer"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+
+DEPENDS = "gstreamer esound-gpe zlib libmikmod libmad libogg tremor libvorbis libid3tag virtual/libsdl gnome-vfs"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
+ file://ivorbis.patch;patch=1"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd"
+
+inherit autotools pkgconfig
+
+acpaths = "-I ${S}/common/m4 -I ${S}/m4"
+
+LIBV = "0.8"
+
+python populate_packages_prepend () {
+ gst_libdir = oe.data.expand('${libdir}/gstreamer-${LIBV}', d)
+
+ do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s')
+ do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)')
+}
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
+ install -m 0644 gst-libs/gst/gconf/gconf.h ${STAGING_INCDIR}/gstreamer-0.8/gst/gconf/
+ oe_libinstall -C gst-libs/gst/gconf -so libgstgconf-0.8
+}