diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-09 12:01:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:37 +0100 |
commit | e7d761c8852d0cba6c177dca55ebe83d59d71db1 (patch) | |
tree | db85458ee312c0b5f9b41bf0c0cdebd1d2104c32 /meta/recipes-multimedia/gstreamer/files | |
parent | 37e1470a9a40e3558c9df8012fd26dc4fe205920 (diff) | |
download | poky-e7d761c8852d0cba6c177dca55ebe83d59d71db1.tar.gz |
gst-plugins-base: upgrade 1.12.4 -> 1.14.0
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/
* OpenGL integration library has moved to -plugins-base, add PACKAGECONFIG.
* Remove one patch as that has been fixed in a different way upstream.
* Merge inc/bb and refresh patches to get rid of fuzz warnings.
* Remove x86 specific cached variables as they're not needed anymore.
* Add jpeg to PACKAGECONFIG and enable it by default.
* Port gstreamer-gl specific patches from -plugins-bad.
(From OE-Core rev: 5e95178996185976adf2f2d91550fa7ff0e82f54)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/files')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/files/0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/files/0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch b/meta/recipes-multimedia/gstreamer/files/0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch index 2cab87f9ec..1b7f115083 100644 --- a/meta/recipes-multimedia/gstreamer/files/0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch +++ b/meta/recipes-multimedia/gstreamer/files/0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 90916f96262fa7b27a0a99788c69f9fd6df11000 Mon Sep 17 00:00:00 2001 | 1 | From 2b0436f9a07773fae8c74df902d7024e8bfc3512 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Tue, 24 Nov 2015 16:46:27 +0200 | 3 | Date: Tue, 24 Nov 2015 16:46:27 +0200 |
4 | Subject: [PATCH] introspection.m4: prefix pkgconfig paths with | 4 | Subject: [PATCH] introspection.m4: prefix pkgconfig paths with |
@@ -10,12 +10,13 @@ is later supplied to g-ir-scanner. | |||
10 | 10 | ||
11 | Upstream-Status: Pending [review on oe-core list] | 11 | Upstream-Status: Pending [review on oe-core list] |
12 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 12 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
13 | |||
13 | --- | 14 | --- |
14 | common/m4/introspection.m4 | 12 ++++++------ | 15 | common/m4/introspection.m4 | 8 ++++---- |
15 | 1 file changed, 6 insertions(+), 6 deletions(-) | 16 | 1 file changed, 4 insertions(+), 4 deletions(-) |
16 | 17 | ||
17 | diff --git a/common/m4/introspection.m4 b/common/m4/introspection.m4 | 18 | diff --git a/common/m4/introspection.m4 b/common/m4/introspection.m4 |
18 | index 162be57..217a6ae 100644 | 19 | index 162be57..933f979 100644 |
19 | --- a/common/m4/introspection.m4 | 20 | --- a/common/m4/introspection.m4 |
20 | +++ b/common/m4/introspection.m4 | 21 | +++ b/common/m4/introspection.m4 |
21 | @@ -54,14 +54,14 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], | 22 | @@ -54,14 +54,14 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], |
@@ -37,6 +38,3 @@ index 162be57..217a6ae 100644 | |||
37 | INTROSPECTION_INIT="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" | 38 | INTROSPECTION_INIT="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" |
38 | fi | 39 | fi |
39 | AC_SUBST(INTROSPECTION_SCANNER) | 40 | AC_SUBST(INTROSPECTION_SCANNER) |
40 | -- | ||
41 | 2.6.2 | ||
42 | |||