aboutsummaryrefslogtreecommitdiffstats
path: root/gstreamer
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-02 18:22:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-02 18:22:10 +0000
commitf8b1987993a55001f76c1b718543035f07fb766c (patch)
tree4b3d7ed9d7ef834a27418de039c4dd092b7b888e /gstreamer
parente36f51e34e3dc990f4a21c7909fd16bd15d9cf08 (diff)
downloadopenembedded-f8b1987993a55001f76c1b718543035f07fb766c.tar.gz
do package splitting for gst-plugins - patch courtesy pb_.
BKrev: 40953c524vU-LVOARKr8t37v637KGg
Diffstat (limited to 'gstreamer')
-rw-r--r--gstreamer/gst-plugins_0.8.0.oe23
1 files changed, 23 insertions, 0 deletions
diff --git a/gstreamer/gst-plugins_0.8.0.oe b/gstreamer/gst-plugins_0.8.0.oe
index e69de29bb2..9a4f4c2d24 100644
--- a/gstreamer/gst-plugins_0.8.0.oe
+++ b/gstreamer/gst-plugins_0.8.0.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Plugins for GStreamer"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+
+DEPENDS = "gstreamer esound-gpe zlib libmikmod"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-0.8.0.tar.bz2"
+
+EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
+
+inherit autotools libtool 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)')
+}