diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc deleted file mode 100644 index c852c53fa9..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | SUMMARY = "Plugins for the GStreamer multimedia framework" | ||
2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | ||
4 | SECTION = "multimedia" | ||
5 | DEPENDS = "gstreamer" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | ||
10 | |||
11 | GSTREAMER_DEBUG ?= "--disable-debug" | ||
12 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples " | ||
13 | |||
14 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
15 | |||
16 | LIBV = "0.10" | ||
17 | require gst-plugins-package.inc | ||
18 | |||
19 | PACKAGES_DYNAMIC += "^${PN}-.*" | ||
20 | |||
21 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from | ||
22 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed | ||
23 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html | ||
24 | oe_runconf_prepend() { | ||
25 | if [ -e ${S}/po/Makefile.in.in ]; then | ||
26 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in | ||
27 | fi | ||
28 | } | ||