diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 15:57:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:43 +0000 |
commit | 761b3c37d70f7af76b64fd6941cc359b773bbba0 (patch) | |
tree | 83057df70b31dfb1c31b6f9b69f7ab9827ae321b /meta | |
parent | 7fffe07cfab11035a7f0559d0951bfa60a0bf233 (diff) | |
download | poky-761b3c37d70f7af76b64fd6941cc359b773bbba0.tar.gz |
gst-plugins-base: upgrade to 0.10.36
(From OE-Core rev: 10c24f924f46784f91f1113aca6e18838aada0fd)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch (renamed from meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch) | 13 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb (renamed from meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb) | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch index 224bf1a41e..99dbc9d52e 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch | |||
@@ -4,14 +4,15 @@ libogg2, and gst-plugins-base has dependency on that. | |||
4 | Upstream-Status: Inappropriate [configuration] | 4 | Upstream-Status: Inappropriate [configuration] |
5 | 5 | ||
6 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | 6 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> |
7 | Signed-off-by: Shane Wang <shane.wang@intel.com> | ||
7 | 8 | ||
8 | diff -ruN gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am gst-plugins-base-0.10.30/ext/vorbis/Makefile.am | 9 | diff -r 70065fb4e085 ext/vorbis/Makefile.am |
9 | --- gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am 2010-11-17 16:11:03.000000000 +0800 | 10 | --- a/ext/vorbis/Makefile.am Tue Mar 13 16:36:56 2012 +0800 |
10 | +++ gst-plugins-base-0.10.30/ext/vorbis/Makefile.am 2010-11-17 16:12:41.000000000 +0800 | 11 | +++ b/ext/vorbis/Makefile.am Tue Mar 13 16:38:53 2012 +0800 |
11 | @@ -28,7 +28,7 @@ | 12 | @@ -30,7 +30,7 @@ |
12 | libgstivorbisdec_la_SOURCES = gstivorbisdec.c \ | ||
13 | gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c | 13 | gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c |
14 | libgstivorbisdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ | 14 | libgstivorbisdec_la_CFLAGS = \ |
15 | $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ | ||
15 | - -DTREMOR $(IVORBIS_CFLAGS) | 16 | - -DTREMOR $(IVORBIS_CFLAGS) |
16 | + $(IVORBIS_CFLAGS) | 17 | + $(IVORBIS_CFLAGS) |
17 | libgstivorbisdec_la_LIBADD = \ | 18 | libgstivorbisdec_la_LIBADD = \ |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index 93f8eb3c73..0f2bbeddad 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
@@ -11,10 +11,10 @@ DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora avahi util-linux | |||
11 | 11 | ||
12 | SRC_URI += " file://gst-plugins-base-tremor.patch" | 12 | SRC_URI += " file://gst-plugins-base-tremor.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1d300983525f4f09030eb3ba47cb04b0" | 14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
15 | SRC_URI[sha256sum] = "cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103" | 15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
16 | 16 | ||
17 | PR = "r1" | 17 | PR = "r0" |
18 | 18 | ||
19 | inherit gettext | 19 | inherit gettext |
20 | 20 | ||