diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 41 |
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 @@ | |||
| 1 | SUMMARY = "Plugins for the GStreamer multimedia framework 1.x" | ||
| 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | ||
| 4 | SECTION = "multimedia" | ||
| 5 | |||
| 6 | DEPENDS = "gstreamer1.0 glib-2.0-native" | ||
| 7 | |||
| 8 | SRC_URI_append = " file://gtk-doc-tweaks.patch" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig upstream-version-is-even gtk-doc | ||
| 11 | |||
| 12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
| 13 | |||
| 14 | LIBV = "1.0" | ||
| 15 | require 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 | |||
| 21 | GSTREAMER_ORC ?= "orc" | ||
| 22 | |||
| 23 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | ||
| 24 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" | ||
| 25 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | ||
| 26 | |||
| 27 | export ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc" | ||
| 28 | |||
| 29 | EXTRA_OECONF = " \ | ||
| 30 | --disable-examples \ | ||
| 31 | " | ||
| 32 | |||
| 33 | delete_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 | |||
| 39 | do_configure[prefuncs] += " delete_pkg_m4_file" | ||
| 40 | |||
| 41 | PACKAGES_DYNAMIC = "^${PN}-.*" | ||
