diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-17 11:43:05 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-17 11:43:05 +0000 |
commit | 5e0ec7b84ad6bf004a6c20511a46efa1fca70374 (patch) | |
tree | af2ab53cdcbedc8128cf06ee3c41952589a602f8 /gstreamer | |
parent | 090e682fbdaf2fce18f2d4de2c0d2d829b2f3850 (diff) |
Remove gst-plugins-small (useless).
BKrev: 414acdc99EjpEvuXoMhK_y2i9Y9XGg
Diffstat (limited to 'gstreamer')
-rw-r--r-- | gstreamer/gst-plugins-small_0.8.1.oe | 33 | ||||
-rw-r--r-- | gstreamer/gst-plugins-small_0.8.4.oe | 0 |
2 files changed, 0 insertions, 33 deletions
diff --git a/gstreamer/gst-plugins-small_0.8.1.oe b/gstreamer/gst-plugins-small_0.8.1.oe deleted file mode 100644 index a1ad01a35f..0000000000 --- a/gstreamer/gst-plugins-small_0.8.1.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Plugins for GStreamer" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -PROVIDES = "gst-plugins" - -DEPENDS = "gstreamer libmad libogg tremor libvorbis libid3tag esound-gpe gconf" - -SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \ - file://ivorbis.patch;patch=1" - -S = "${WORKDIR}/gst-plugins-${PV}" - -EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts --disable-artsc --disable-libfame --disable-sdl --disable-mikmod --disable-gnome_vfs --disable-oss --disable-alsa --disable-dvdread --disable-dvdnav --disable-libcaca" - -inherit autotools pkgconfig gconf - -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 ${STAGING_LIBDIR} -} diff --git a/gstreamer/gst-plugins-small_0.8.4.oe b/gstreamer/gst-plugins-small_0.8.4.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/gstreamer/gst-plugins-small_0.8.4.oe +++ /dev/null |