summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-27 22:17:43 +0000
committerPhil Blundell <philb@gnu.org>2004-11-27 22:17:43 +0000
commita78d7a7b9a464afaef33fdb6dab718c3bfe72f33 (patch)
tree5580ef87597188bdfae571511e3899fadeedbddd
parent6c56e5eaa15383b3bc20c8dda7cd678af18a0e6e (diff)
kill off some old gst-pluginses
BKrev: 41a8fd07F4T2EFsjD3gle5eKMk24lA
-rw-r--r--gstreamer/gst-plugins_0.8.0.oe23
-rw-r--r--gstreamer/gst-plugins_0.8.1.oe36
-rw-r--r--gstreamer/gst-plugins_0.8.3.oe53
3 files changed, 0 insertions, 112 deletions
diff --git a/gstreamer/gst-plugins_0.8.0.oe b/gstreamer/gst-plugins_0.8.0.oe
deleted file mode 100644
index 20df8100af..0000000000
--- a/gstreamer/gst-plugins_0.8.0.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-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-0.8.0.tar.bz2"
-
-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)')
-}
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe
deleted file mode 100644
index e47067a485..0000000000
--- a/gstreamer/gst-plugins_0.8.1.oe
+++ /dev/null
@@ -1,36 +0,0 @@
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r3"
-
-DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gnome-vfs esound-gpe"
-
-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-aalib --disable-arts --disable-artsc --disable-libfame --disable-sdl"
-
-inherit autotools pkgconfig gconf
-
-acpaths = "-I ${S}/common/m4 -I ${S}/m4"
-
-LIBV = "0.8"
-
-plugin_postinst() {
-gst-register --gst-registry=/var/cache/gstreamer-0.8/registry.xml
-}
-
-python populate_packages_prepend () {
- gst_libdir = oe.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = oe.data.getVar('plugin_postinst', d, 1)
-
- do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst)
- 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 ${STAGING_LIBDIR}
-}
diff --git a/gstreamer/gst-plugins_0.8.3.oe b/gstreamer/gst-plugins_0.8.3.oe
deleted file mode 100644
index bef13ba73e..0000000000
--- a/gstreamer/gst-plugins_0.8.3.oe
+++ /dev/null
@@ -1,53 +0,0 @@
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r0"
-
-DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gnome-vfs esound-gpe gconf"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
- file://ivorbis.patch;patch=1 \
- file://try-esdsink.patch;patch=1"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \
- --disable-artsc --disable-libfame --disable-sdl --disable-shout2"
-
-inherit autotools pkgconfig gconf
-
-acpaths = "-I ${S}/common/m4 -I ${S}/m4"
-
-LIBV = "0.8"
-
-plugin_postinst() {
- if [ x"$D" = "x" ]; then
- gst-register --gst-registry=/var/cache/gstreamer-0.8/registry.xml
- fi
-}
-
-python populate_packages_prepend () {
- gst_libdir = oe.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = oe.data.getVar('plugin_postinst', d, 1)
-
- do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst)
- do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)')
-}
-
-do_stage() {
- autotools_stage_includes
- while read a b; do
- oe_libinstall -C gst-libs/gst/$a -so libgst$b ${STAGING_LIBDIR}
- done <<EOF
-. interfaces-0.8
-audio audio
-audio audiofilter
-gconf gconf-0.8
-idct idct
-media-info media-info-0.8
-play play-0.8
-resample resample
-riff riff
-video video
-xwindowlistener xwindowlistener
-EOF
-}