diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2015-05-18 16:58:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-20 21:41:08 +0100 |
commit | f8232d79aff4fa419c2a0e7ccae38615c9c1157a (patch) | |
tree | 961c014e1a648027e8a53722c0b576fc8181ddeb /meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |
parent | 443d25ace122ac91efc4e7412188623a2df9f120 (diff) | |
download | poky-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/gst-plugins-base_0.10.36.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb deleted file mode 100644 index c8a949973d..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | require gst-plugins.inc | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
5 | file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=622921ffad8cb18ab906c56052788a3f \ | ||
6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | ||
7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | ||
8 | |||
9 | DEPENDS += "alsa-lib liboil libogg libvorbis libtheora util-linux tremor glib-2.0-native" | ||
10 | |||
11 | SRC_URI += "file://gst-plugins-base-tremor.patch \ | ||
12 | file://configure.ac-fix-subparse-plugin.patch \ | ||
13 | file://audioresample-Fix-build-on-x86-if-emmintrin.h-is-ava.patch \ | ||
14 | " | ||
15 | |||
16 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | ||
17 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | ||
18 | |||
19 | PR = "r8" | ||
20 | |||
21 | inherit gettext | ||
22 | |||
23 | EXTRA_OECONF += "--disable-freetypetest" | ||
24 | |||
25 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
26 | |||
27 | PACKAGECONFIG[gnomevfs] = "--enable-gnome_vfs,--disable-gnome_vfs,gnome-vfs" | ||
28 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | ||
29 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" | ||
30 | PACKAGECONFIG[x11] = "--enable-x --enable-xvideo,--disable-x --disable-xvideo,virtual/libx11 libxv libsm libice" | ||
31 | |||
32 | do_configure_prepend() { | ||
33 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
34 | rm -f ${S}/m4/lib-link.m4 | ||
35 | } | ||
36 | |||
37 | FILES_${PN} += "${datadir}/${BPN}" | ||
38 | |||
39 | CACHED_CONFIGUREVARS_append_i586 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" | ||