merge of '6c7f9afdafc67f5e5a8263301ca0cfce430be173'
[vuplus_openembedded] / packages / gstreamer / gst-plugins.inc
1 DESCRIPTION = "Plugins for GStreamer"
2 SECTION = "multimedia"
3 PRIORITY = "optional"
4 DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag esound"
5
6 PACKAGES_DYNAMIC = "gst-plugin-*"
7
8 # until we have decided for a final naming scheme,
9 # keep using version 0.8
10 DEFAULT_PREFERENCE = "-1"
11
12 inherit autotools pkgconfig gconf
13
14 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
15
16 EXTRA_OECONF = "--disable-x --disable-aalib --disable-shout2 \
17                 --disable-sdl"
18
19 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
20
21 LIBV = "0.10"
22
23 python populate_packages_prepend () {
24         gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
25         postinst = bb.data.getVar('plugin_postinst', d, 1)
26
27         do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst)
28         do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)')
29 }
30
31 #do_stage() {
32 #       autotools_stage_all
33 #}
34
35 ALLOW_EMPTY = "1"