diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:47:37 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-29 19:47:37 +0000 |
commit | 02b7e2323d96a8709c06bc238520064350376128 (patch) | |
tree | 665a7af12a4b71b341236d7eba6dfe0294ea2d45 /packages/gstreamer/gst-plugins_0.8.4.bb | |
parent | d6da7bfef9c7a89b9dd8a2197645d757179db5b0 (diff) | |
parent | a237fdd3a91d4dd99d4d6a36dbffd9ac5f76a222 (diff) |
merge of 'ce576e9d4a28f2f0f9621405c713b69f7b4ec2aa'
and 'e74f8768f9ed214981e2718f7a0da5fb824b5e0d'
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.4.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.4.bb | 57 |
1 files changed, 0 insertions, 57 deletions
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 -} |