summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2015-05-18 16:58:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-20 21:41:08 +0100
commitf8232d79aff4fa419c2a0e7ccae38615c9c1157a (patch)
tree961c014e1a648027e8a53722c0b576fc8181ddeb /meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
parent443d25ace122ac91efc4e7412188623a2df9f120 (diff)
downloadpoky-f8232d79aff4fa419c2a0e7ccae38615c9c1157a.tar.gz
gstreamer: remove 0.10 recipes
gstreamer 0.10 is still available from meta-openembedded/meta-multimedia See also https://bugzilla.yoctoproject.org/show_bug.cgi?id=6294 http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104276.html (From OE-Core rev: fe44ac167a2a76531af3519f3889fce92024567b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb51
1 files changed, 0 insertions, 51 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
deleted file mode 100644
index 5b30603415..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
+++ /dev/null
@@ -1,51 +0,0 @@
1SUMMARY = "GStreamer multimedia framework"
2DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
3It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
4HOMEPAGE = "http://gstreamer.freedesktop.org/"
5BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"
6SECTION = "multimedia"
7LICENSE = "LGPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
9 file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4"
10DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
11
12PR = "r2"
13
14SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
15 file://check_fix.patch \
16 file://gst-inspect-check-error.patch \
17 file://0001-baseparse-Fix-self-comparison-always-evaluates-to-tr.patch \
18 file://gstreamer-change-priv_gst_parse_yylex-arguments.patch \
19"
20
21SRC_URI[md5sum] = "a0cf7d6877f694a1a2ad2b4d1ecb890b"
22SRC_URI[sha256sum] = "e556a529e0a8cf1cd0afd0cab2af5488c9524e7c3f409de29b5d82bb41ae7a30"
23
24inherit autotools pkgconfig gettext
25
26GSTREAMER_DEBUG ?= "--disable-debug"
27EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
28 --disable-dependency-tracking --disable-check \
29 --disable-examples --disable-tests \
30 --disable-valgrind ${GSTREAMER_DEBUG} \
31 "
32
33CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no"
34
35# apply gstreamer hack after Makefile.in.in in source is replaced by our version from
36# ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in, but before configure is executed
37# http://lists.linuxtogo.org/pipermail/openembedded-core/2012-November/032233.html
38oe_runconf_prepend() {
39 sed -i -e "1a\\" -e 'GETTEXT_PACKAGE = @GETTEXT_PACKAGE@' ${S}/po/Makefile.in.in
40}
41
42#do_compile_prepend () {
43# mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
44#}
45
46RRECOMMENDS_${PN}_qemux86 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
47RRECOMMENDS_${PN}_qemux86-64 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
48
49FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so"
50FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a"
51FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/ ${libexecdir}/gstreamer-0.10/.debug/"