diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-30 09:48:43 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-30 09:48:43 +0000 |
commit | 820b582b2c01f47591ae8057a0e33fff15e3a2ae (patch) | |
tree | 0e2eff07a62f8623bdf052d41acec5d379529093 /packages/gstreamer/gst-plugins_0.8.8.bb | |
parent | 8a5b84520e31fb041d453d10cc1fe0d135b58731 (diff) | |
parent | 46c09a35eea203bc18b686ca3f61cb711e1bde1a (diff) |
merge of '886f590eaf51aa5f80dff32c73a8d713ce989b3c'
and 'bbe0f81068d50c751254355e444d82da046b3a41'
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.8.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.8.bb | 60 |
1 files changed, 0 insertions, 60 deletions
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 -} |