summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
deleted file mode 100644
index bc24b05fec..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ /dev/null
@@ -1,41 +0,0 @@
1SUMMARY = "Plugins for the GStreamer multimedia framework 1.x"
2HOMEPAGE = "http://gstreamer.freedesktop.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
4SECTION = "multimedia"
5
6DEPENDS = "gstreamer1.0 glib-2.0-native"
7
8SRC_URI_append = " file://gtk-doc-tweaks.patch"
9
10inherit autotools pkgconfig upstream-version-is-even gtk-doc
11
12acpaths = "-I ${S}/common/m4 -I ${S}/m4"
13
14LIBV = "1.0"
15require gst-plugins-package.inc
16
17# Orc enables runtime JIT compilation of data processing routines from Orc
18# bytecode to SIMD instructions for various architectures (currently SSE, MMX,
19# MIPS, Altivec and NEON are supported).
20
21GSTREAMER_ORC ?= "orc"
22
23PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
24PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native"
25PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
26
27export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
28
29EXTRA_OECONF = " \
30 --disable-examples \
31"
32
33delete_pkg_m4_file() {
34 # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection
35 rm "${S}/common/m4/pkg.m4" || true
36 rm -f "${S}/common/m4/gtk-doc.m4"
37}
38
39do_configure[prefuncs] += " delete_pkg_m4_file"
40
41PACKAGES_DYNAMIC = "^${PN}-.*"