diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-03-15 18:36:40 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-03-16 01:12:05 -0700 |
| commit | 010c2f388095c1615b99d9f38a26bbd0c9e77b39 (patch) | |
| tree | 2563293e9fc25f1db158467f7909c48c0ae78e23 /meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | |
| parent | 5c2c565e1de97a0f1c7b23fc5a136280e7f3eff2 (diff) | |
| download | meta-openembedded-010c2f388095c1615b99d9f38a26bbd0c9e77b39.tar.gz | |
gstreamer-0.10: Remove recipes
It has been over 5+ years for migration to gstreamer 1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc deleted file mode 100644 index 6e163a8c49..0000000000 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc +++ /dev/null | |||
| @@ -1,29 +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 | # gobject-introspection to get --disable-introspection into UNKNOWN_CONFIGURE_WHITELIST | ||
| 8 | inherit autotools pkgconfig gobject-introspection | ||
| 9 | |||
| 10 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" | ||
| 11 | |||
| 12 | GSTREAMER_DEBUG ?= "--disable-debug" | ||
| 13 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection" | ||
| 14 | |||
| 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | ||
| 16 | |||
| 17 | LIBV = "0.10" | ||
| 18 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | ||
| 19 | |||
| 20 | PACKAGES_DYNAMIC += "^${PN}-.*" | ||
| 21 | |||
| 22 | # apply gstreamer hack after Makefile.in.in in source is replaced by our version from | ||
| 23 | # ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed | ||
| 24 | # http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html | ||
| 25 | oe_runconf_prepend() { | ||
| 26 | if [ -e ${S}/po/Makefile.in.in ]; then | ||
| 27 | sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in | ||
| 28 | fi | ||
| 29 | } | ||
