aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/gstreamer/gst-plugins-0.8.4/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch12
-rw-r--r--packages/gstreamer/gst-plugins-0.8.7/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugins-0.8.7/lame-autoconf.patch11
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch19
-rw-r--r--packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch11
-rw-r--r--packages/gstreamer/gst-plugins_0.8.4.bb57
-rw-r--r--packages/gstreamer/gst-plugins_0.8.6.bb56
-rw-r--r--packages/gstreamer/gst-plugins_0.8.7.bb58
-rw-r--r--packages/gstreamer/gst-plugins_0.8.8.bb60
-rw-r--r--packages/gstreamer/gstreamer-0.8.9/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gstreamer-0.8.9/libm.patch11
-rw-r--r--packages/gstreamer/gstreamer-0.8.9/no-libxml2.patch75
-rw-r--r--packages/gstreamer/gstreamer_0.8.10.bb35
-rw-r--r--packages/gstreamer/gstreamer_0.8.5.bb34
-rw-r--r--packages/gstreamer/gstreamer_0.8.7.bb33
-rw-r--r--packages/gstreamer/gstreamer_0.8.9.bb36
-rw-r--r--removal.txt5
19 files changed, 0 insertions, 513 deletions
diff --git a/packages/gstreamer/gst-plugins-0.8.4/.mtn2git_empty b/packages/gstreamer/gst-plugins-0.8.4/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.4/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch b/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch
deleted file mode 100644
index 22949f5e20..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gst-plugins-0.8.1/ext/ivorbis/vorbis.c.old 2004-06-02 09:12:54.000000000 +0100
-+++ gst-plugins-0.8.1/ext/ivorbis/vorbis.c 2004-06-02 09:12:32.000000000 +0100
-@@ -21,7 +21,8 @@
- #include <config.h>
- #endif
-
--#include <vorbisenc.h>
-+#include <gst/gst.h>
-+#include <tremor/ivorbiscodec.h>
-
- extern GType ivorbisfile_get_type (void);
-
diff --git a/packages/gstreamer/gst-plugins-0.8.7/.mtn2git_empty b/packages/gstreamer/gst-plugins-0.8.7/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.7/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gstreamer/gst-plugins-0.8.7/lame-autoconf.patch b/packages/gstreamer/gst-plugins-0.8.7/lame-autoconf.patch
deleted file mode 100644
index 6f2a300254..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.7/lame-autoconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-0.8.7/configure.ac.orig 2005-03-03 16:40:45.000000000 +0100
-+++ gst-plugins-0.8.7/configure.ac 2005-03-03 16:41:55.000000000 +0100
-@@ -1197,7 +1197,7 @@
- LAME_LIBS="-lmp3lame -lm"
- dnl is lame presets available
- LAME_CFLAGS=""
-- AC_TRY_RUN([
-+ AC_TRY_COMPILE([
- #include <lame/lame.h>
- int main (int argc, char *argv[])
- {
diff --git a/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty b/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch b/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
deleted file mode 100644
index 553c7b4270..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/gst-plugins-0.8.8-try-esdsink.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gst-plugins-0.8.8.orig/gst-libs/gst/gconf/gconf.c 2005-02-02 09:14:01.000000000 +0100
-+++ gst-plugins-0.8.8/gst-libs/gst/gconf/gconf.c 2005-08-13 23:28:36.000000000 +0200
-@@ -205,9 +205,13 @@
- if (!ret) {
- ret = gst_element_factory_make (DEFAULT_AUDIOSINK, NULL);
-
-- if (!ret)
-- g_warning ("No GConf default audio sink key and %s doesn't work",
-- DEFAULT_AUDIOSINK);
-+ if (!ret) {
-+ ret = gst_element_factory_make ("esdsink", NULL);
-+
-+ if (!ret)
-+ g_warning ("No GConf default audio sink key and neither %s nor esdsink work",
-+ DEFAULT_AUDIOSINK);
-+ }
- }
-
- return ret;
diff --git a/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch b/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch
deleted file mode 100644
index 6f2a300254..0000000000
--- a/packages/gstreamer/gst-plugins-0.8.8/lame-autoconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-0.8.7/configure.ac.orig 2005-03-03 16:40:45.000000000 +0100
-+++ gst-plugins-0.8.7/configure.ac 2005-03-03 16:41:55.000000000 +0100
-@@ -1197,7 +1197,7 @@
- LAME_LIBS="-lmp3lame -lm"
- dnl is lame presets available
- LAME_CFLAGS=""
-- AC_TRY_RUN([
-+ AC_TRY_COMPILE([
- #include <lame/lame.h>
- int main (int argc, char *argv[])
- {
diff --git a/packages/gstreamer/gst-plugins_0.8.4.bb b/packages/gstreamer/gst-plugins_0.8.4.bb
deleted file mode 100644
index 31630d9e4c..0000000000
--- a/packages/gstreamer/gst-plugins_0.8.4.bb
+++ /dev/null
@@ -1,57 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-PR = "r2"
-
-DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver 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 \
- file://lame-autoconf.patch;patch=1"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \
- --disable-artsc --disable-libfame --disable-sdl --disable-shout2 \
- --disable-gnome_vfs "
-
-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
-}
-
-PACKAGES_DYNAMIC = "gst-plugin-*"
-
-python populate_packages_prepend () {
- gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = bb.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
-}
diff --git a/packages/gstreamer/gst-plugins_0.8.6.bb b/packages/gstreamer/gst-plugins_0.8.6.bb
deleted file mode 100644
index 89de3b8939..0000000000
--- a/packages/gstreamer/gst-plugins_0.8.6.bb
+++ /dev/null
@@ -1,56 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-PR = "r2"
-
-DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver gconf"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
- file://try-esdsink.patch;patch=1 \
- file://lame-autoconf.patch;patch=1"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \
- --disable-artsc --disable-libfame --disable-sdl --disable-shout2 \
- --disable-gnome_vfs --disable-gconf --disable-libcaca"
-
-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
-}
-
-PACKAGES_DYNAMIC = "gst-plugin-*"
-
-python populate_packages_prepend () {
- gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = bb.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
-}
diff --git a/packages/gstreamer/gst-plugins_0.8.7.bb b/packages/gstreamer/gst-plugins_0.8.7.bb
deleted file mode 100644
index 22b7e7dac2..0000000000
--- a/packages/gstreamer/gst-plugins_0.8.7.bb
+++ /dev/null
@@ -1,58 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-PR = "r3"
-
-DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver gconf"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
- file://gst-plugins-0.8.7-httpsrc1.patch;patch=1 \
- file://lame-autoconf.patch;patch=1 \
- file://try-esdsink.patch;patch=1"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \
- --disable-artsc --disable-jack --disable-libfame --disable-sdl --disable-shout2 \
- --disable-gnome_vfs --disable-gconf --disable-libcaca --disable-directfb \
- --disable-cairo"
-
-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
-}
-
-PACKAGES_DYNAMIC = "gst-plugin-*"
-
-python populate_packages_prepend () {
- gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = bb.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
-}
diff --git a/packages/gstreamer/gst-plugins_0.8.8.bb b/packages/gstreamer/gst-plugins_0.8.8.bb
deleted file mode 100644
index 074522d173..0000000000
--- a/packages/gstreamer/gst-plugins_0.8.8.bb
+++ /dev/null
@@ -1,60 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Plugins for GStreamer"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-PR = "r0"
-
-DEFAULT_PREFERENCE = "-1"
-
-DEPENDS = "gstreamer libmikmod libmad libogg tremor libvorbis libid3tag gpe-soundserver gconf"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \
- file://gst-plugins-0.8.7-httpsrc1.patch;patch=1 \
- file://lame-autoconf.patch;patch=1 \
- file://gst-plugins-0.8.8-try-esdsink.patch;patch=1"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts \
- --disable-artsc --disable-jack --disable-libfame --disable-sdl --disable-shout2 \
- --disable-gnome_vfs --disable-gconf --disable-libcaca --disable-directfb \
- --disable-cairo"
-
-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
-}
-
-PACKAGES_DYNAMIC = "gst-plugin-*"
-
-python populate_packages_prepend () {
- gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
- postinst = bb.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
-}
diff --git a/packages/gstreamer/gstreamer-0.8.9/.mtn2git_empty b/packages/gstreamer/gstreamer-0.8.9/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gstreamer/gstreamer-0.8.9/.mtn2git_empty
+++ /dev/null
diff --git a/packages/gstreamer/gstreamer-0.8.9/libm.patch b/packages/gstreamer/gstreamer-0.8.9/libm.patch
deleted file mode 100644
index 21ee09fc90..0000000000
--- a/packages/gstreamer/gstreamer-0.8.9/libm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gstreamer-0.8.9/configure.ac.old 2005-02-28 02:52:28.401347752 +0000
-+++ gstreamer-0.8.9/configure.ac 2005-02-28 02:52:29.728146048 +0000
-@@ -588,7 +588,7 @@
- dnl Private vars for libgst only
- GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \
- $VALGRIND_CFLAGS -I\$(top_srcdir)"
--GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS"
-+GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS -lm"
- GST_LIB_LDFLAGS="$GST_LT_LDFLAGS -version-info $GST_LIBVERSION $EXPORT_LDFLAGS"
- AC_SUBST(GST_LIB_CFLAGS)
- AC_SUBST(GST_LIB_LIBS)
diff --git a/packages/gstreamer/gstreamer-0.8.9/no-libxml2.patch b/packages/gstreamer/gstreamer-0.8.9/no-libxml2.patch
deleted file mode 100644
index c676c2387f..0000000000
--- a/packages/gstreamer/gstreamer-0.8.9/no-libxml2.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -ur gstreamer-0.8.9/configure gstreamer-0.8.9-jeh3/configure
---- gstreamer-0.8.9/configure 2005-02-08 04:45:25.000000000 -0500
-+++ gstreamer-0.8.9-jeh3/configure 2005-03-03 22:34:09.213409312 -0500
-@@ -25655,10 +25655,10 @@
-
-
-
--if test "x$GST_DISABLE_LOADSAVE" = "xyes" && test "x$GST_DISABLE_REGISTRY" = "xyes"
-+if test "x$GST_DISABLE_LOADSAVE" = "xyes"
- then
-- { echo "$as_me:$LINENO: Registry and load/save are disabled, not checking for libxml2" >&5
--echo "$as_me: Registry and load/save are disabled, not checking for libxml2" >&6;}
-+ { echo "$as_me:$LINENO: Load/save are disabled, not checking for libxml2" >&5
-+echo "$as_me: Load/save are disabled, not checking for libxml2" >&6;}
- else
-
- LIBXML2_REQ=2.4.9
-diff -ur gstreamer-0.8.9/configure.ac gstreamer-0.8.9-jeh3/configure.ac
---- gstreamer-0.8.9/configure.ac 2005-02-08 04:44:47.000000000 -0500
-+++ gstreamer-0.8.9-jeh3/configure.ac 2005-03-03 22:34:09.215409008 -0500
-@@ -275,9 +275,9 @@
- AC_SUBST(GLIB_ONLY_LIBS)
-
- dnl === libxml 2 ===
--if test "x$GST_DISABLE_LOADSAVE" = "xyes" && test "x$GST_DISABLE_REGISTRY" = "xyes"
-+if test "x$GST_DISABLE_LOADSAVE" = "xyes"
- then
-- AC_MSG_NOTICE([Registry and load/save are disabled, not checking for libxml2])
-+ AC_MSG_NOTICE([Load/save is disabled, not checking for libxml2])
- else
- dnl check for libxml2 with minimum req version
- GST_LIBXML2_CHECK(2.4.9)
-diff -ur gstreamer-0.8.9/gst/gstconfig.h.in gstreamer-0.8.9-jeh3/gst/gstconfig.h.in
---- gstreamer-0.8.9/gst/gstconfig.h.in 2004-07-26 06:09:02.000000000 -0400
-+++ gstreamer-0.8.9-jeh3/gst/gstconfig.h.in 2005-03-03 22:36:13.860460080 -0500
-@@ -61,10 +61,11 @@
-
- /***** Deal with XML stuff, we have to handle both loadsave and registry *****/
-
--#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) )
-+#if (! defined(GST_DISABLE_LOADSAVE) )
- # include <libxml/parser.h>
- #else
--# define GST_DISABLE_LOADSAVE_REGISTRY
-+/* misnomer but we cannot rename symbols */
-+# define GST_DISABLE_LOADSAVE_REGISTRY
- #endif
-
- #ifdef WIN32
-Only in gstreamer-0.8.9-jeh3/gst: gstconfig.h.in.orig
-diff -ur gstreamer-0.8.9/gst/indexers/gstindexers.c gstreamer-0.8.9-jeh3/gst/indexers/gstindexers.c
---- gstreamer-0.8.9/gst/indexers/gstindexers.c 2004-03-15 14:20:30.000000000 -0500
-+++ gstreamer-0.8.9-jeh3/gst/indexers/gstindexers.c 2005-03-03 22:34:09.228407032 -0500
-@@ -30,7 +30,9 @@
- gboolean res = TRUE;
-
- res &= gst_mem_index_plugin_init (plugin);
-+#ifndef GST_DISABLE_LOADSAVE_REGISTRY
- res &= gst_file_index_plugin_init (plugin);
-+#endif
-
- return res;
- }
-diff -ur gstreamer-0.8.9/gst/registries/gstxmlregistry.h gstreamer-0.8.9-jeh3/gst/registries/gstxmlregistry.h
---- gstreamer-0.8.9/gst/registries/gstxmlregistry.h 2004-03-15 10:08:32.000000000 -0500
-+++ gstreamer-0.8.9-jeh3/gst/registries/gstxmlregistry.h 2005-03-03 22:34:09.229406880 -0500
-@@ -25,6 +25,7 @@
- #define __GST_XML_REGISTRY_H__
-
- #include <gst/gstregistry.h>
-+#include <stdio.h>
-
- G_BEGIN_DECLS
-
-Only in gstreamer-0.8.9-jeh3/win32: gstconfig.h.orig
diff --git a/packages/gstreamer/gstreamer_0.8.10.bb b/packages/gstreamer/gstreamer_0.8.10.bb
deleted file mode 100644
index 9369258018..0000000000
--- a/packages/gstreamer/gstreamer_0.8.10.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-LICENSE = "LGPL"
-PR = "r0"
-DEFAULT_PREFERENCE = "-1"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native popt"
-SECTION = "base"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://filesrc-uri.patch;patch=1 \
- file://gstreamer.xsession"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-loadsave"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
-
-do_install_append() {
- install -d ${D}${sysconfdir}/X11/Xsession.d
- install ${WORKDIR}/gstreamer.xsession ${D}${sysconfdir}/X11/Xsession.d/90gst-register
-}
-
diff --git a/packages/gstreamer/gstreamer_0.8.5.bb b/packages/gstreamer/gstreamer_0.8.5.bb
deleted file mode 100644
index f55828d15b..0000000000
--- a/packages/gstreamer/gstreamer_0.8.5.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-LICENSE = "LGPL"
-PR = "r0"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 libxml2 popt"
-SECTION = "x11/network"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://gstreamer.xsession \
- file://configure-largefile.patch;patch=1;pnum=0"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig gettext
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
-
-do_install_append() {
- install -d ${D}${sysconfdir}/X11/Xsession.d
- install ${WORKDIR}/gstreamer.xsession ${D}${sysconfdir}/X11/Xsession.d/90gst-register
-}
-
diff --git a/packages/gstreamer/gstreamer_0.8.7.bb b/packages/gstreamer/gstreamer_0.8.7.bb
deleted file mode 100644
index b01c57ae5c..0000000000
--- a/packages/gstreamer/gstreamer_0.8.7.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-LICENSE = "LGPL"
-PR = "r0"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native libxml2 popt"
-SECTION = "base"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://gstreamer.xsession"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
-
-do_install_append() {
- install -d ${D}${sysconfdir}/X11/Xsession.d
- install ${WORKDIR}/gstreamer.xsession ${D}${sysconfdir}/X11/Xsession.d/90gst-register
-}
-
diff --git a/packages/gstreamer/gstreamer_0.8.9.bb b/packages/gstreamer/gstreamer_0.8.9.bb
deleted file mode 100644
index 02e93b78ec..0000000000
--- a/packages/gstreamer/gstreamer_0.8.9.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-LICENSE = "LGPL"
-PR = "r4"
-
-DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
-It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
-DEPENDS = "glib-2.0 gettext-native popt"
-SECTION = "base"
-PRIORITY = "optional"
-
-FILES_${PN} += " ${libdir}/gstreamer-0.8/*.so"
-FILES_${PN}-dev += " ${libdir}/gstreamer-0.8/*.la ${libdir}/gstreamer-0.8/*.a"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
- file://libm.patch;patch=1 \
- file://no-libxml2.patch;patch=1 \
- file://filesrc-uri.patch;patch=1 \
- file://gstreamer.xsession"
-
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-loadsave"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/share/man
-}
-
-do_install_append() {
- install -d ${D}${sysconfdir}/X11/Xsession.d
- install ${WORKDIR}/gstreamer.xsession ${D}${sysconfdir}/X11/Xsession.d/90gst-register
-}
-
diff --git a/removal.txt b/removal.txt
index 0ebb51d433..17b7639586 100644
--- a/removal.txt
+++ b/removal.txt
@@ -26,8 +26,3 @@ Reason: Obsoleted by task-base
Proposed by: Koen Kooi
Note: Moved to packages/obsolete/tasks on 2006-12-22
-Package Name: gst* 0.8.x
-Removal Date: 2006-12-29
-Maintainer: None
-Reason: Conflicting namespace with gstreamer 0.10 at build time
-Proposed by: Koen Kooi