merge of '76e1e69496801009ea0aa69c84f76e858978ab99'
[vuplus_openembedded] / packages / gstreamer / gst-plugins.inc
1 require gst-common.inc
2 DESCRIPTION = "Plugins for GStreamer"
3 DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag esound"
4
5 PACKAGES_DYNAMIC = "gst-plugin-*"
6
7 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
8
9 EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl"
10
11 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
12
13 LIBV = "0.10"
14
15 python populate_packages_prepend () {
16         gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
17         postinst = bb.data.getVar('plugin_postinst', d, 1)
18
19         do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst)
20         do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)')
21 }
22
23 ALLOW_EMPTY = "1"