From 175406cdca39bf5b218bb4127a3e9c9bd11b653f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 18 May 2015 17:12:47 +0300 Subject: recipes-multimedia: add gstreamer-0.10 recipes So that they can be removed from oe-core https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- .../recipes-multimedia/gstreamer/gst-plugins.inc | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc (limited to 'meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc') diff --git a/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc b/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc new file mode 100644 index 000000000..123df4251 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc @@ -0,0 +1,28 @@ +SUMMARY = "Plugins for the GStreamer multimedia framework" +HOMEPAGE = "http://gstreamer.freedesktop.org/" +BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" +SECTION = "multimedia" +DEPENDS = "gstreamer" + +inherit autotools pkgconfig + +SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" + +GSTREAMER_DEBUG ?= "--disable-debug" +EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples " + +acpaths = "-I ${S}/common/m4 -I ${S}/m4" + +LIBV = "0.10" +require recipes-multimedia/gstreamer/gst-plugins-package.inc + +PACKAGES_DYNAMIC += "^${PN}-.*" + +# apply gstreamer hack after Makefile.in.in in source is replaced by our version from +# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed +# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html +oe_runconf_prepend() { + if [ -e ${S}/po/Makefile.in.in ]; then + sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in + fi +} -- cgit v1.2.3-54-g00ecf