bluez-gnome: package icons and mime types
[vuplus_openembedded] / packages / gstreamer / gst-plugins.inc
1 require gst-common.inc
2 DESCRIPTION = "Plugins for GStreamer"
3 DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis libid3tag"
4 DEPENDS += "${@base_conditional('DISTRO', 'openmoko', '', 'libmad', d)}"
5
6 PACKAGES_DYNAMIC = "gst-plugin-*"
7
8 SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"
9
10 EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} "
11
12 acpaths = "-I ${S}/common/m4 -I ${S}/m4"
13
14 OE_LT_RPATH_ALLOW = "any"
15 OE_LT_RPATH_ALLOW[export]="1"
16
17 LIBV = "0.10"
18
19 python populate_packages_prepend () {
20         gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d)
21         postinst = bb.data.getVar('plugin_postinst', d, 1)
22
23         do_split_packages(d, gst_libdir, '^libgst(.*)\.so$', 'gst-plugin-%s', 'GStreamer plugin for %s', postinst=postinst, extra_depends='')
24         do_split_packages(d, gst_libdir, '^libgst(.*)\.l?a$', 'gst-plugin-%s-dev', 'GStreamer plugin for %s (development files)', extra_depends='')
25 }
26
27 ALLOW_EMPTY = "1"
28
29 FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug"
30