From: "Jose Quaresma" <quaresma.jose@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Jose Quaresma <quaresma.jose@gmail.com>
Subject: [PATCH v5 00/22] Updates the gstreamer to version 1.18.0
Date: Thu, 29 Oct 2020 14:27:44 +0000 [thread overview]
Message-ID: <20201029142806.1830504-1-quaresma.jose@gmail.com> (raw)
V2:
- Fixes the build of vulkan plugin
- Fixes pacth headers
- Upgrade orc 0.4.31 -> 0.4.32
V3:
- gstreamer1.0: Fix reproducibility issue around libcap
- gstreamer1.0-python: install append is not need any more
- gstreamer1.0-plugins-[good/bad]: disable new meson options
- gstreamer1.0-plugins-[base/good/bad]: add new meson option as PACKAGECONFIG
- Update pacth headers
V4:
- gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland
V5:
- [PATCH v4 02] -> [PATCH v5 01] gstreamer1.0: Fix reproducibility issue around libcap
- [PATCH v4 01] -> [PATCH v5 02] gstreamer1.0: upgrade to version 1.18.0
- gstreamer1.0-libav: add comercial license flags as ffmpeg needs this
Jose Quaresma (22):
gstreamer1.0: Fix reproducibility issue around libcap
gstreamer1.0: upgrade to version 1.18.0
gstreamer1.0-plugins-base: upgrade to version 1.18.0
gstreamer1.0-plugins-base: add new meson option as PACKAGECONFIG
gstreamer1.0-plugins-good: upgrade to version 1.18.0
gstreamer1.0-plugins-good: disable new meson options
gstreamer1.0-plugins-good: add new meson option as PACKAGECONFIG
gstreamer1.0-plugins-bad: upgrade to version 1.18.0
gstreamer1.0-plugins-bad: disable new meson options
gstreamer1.0-plugins-bad: add new meson options as PACKAGECONFIG
gstreamer1.0-plugins-ugly: upgrade to version 1.18.0
gstreamer1.0-python: upgrade to version 1.18.0
gstreamer1.0-python: install append is not need any more
gstreamer1.0-rtsp-server: upgrade to version 1.18.0
gstreamer1.0-vaapi: upgrade to version 1.18.0
gst-examples: upgrade to version 1.18.0
gstreamer1.0-omx: upgrade to version 1.18.0
gstreamer1.0-libav: upgrade to version 1.18.0
gst-devtools: add version 1.18.0 (gst-validate -> gst-devtools)
orc: Upgrade 0.4.31 -> 0.4.32
gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland
gstreamer1.0-libav: add comercial license flags as ffmpeg needs this
.../orc/{orc_0.4.31.bb => orc_0.4.32.bb} | 3 +-
...ct-has-a-different-signature-on-musl.patch | 10 +-
.../gstreamer/gst-devtools_1.18.0.bb | 43 ++++
...001-Make-player-examples-installable.patch | 24 +-
...mples_1.16.0.bb => gst-examples_1.18.0.bb} | 4 +-
.../gstreamer/gst-validate_1.16.2.bb | 25 --
.../gstreamer/gstreamer1.0-libav_1.16.2.bb | 35 ---
.../gstreamer/gstreamer1.0-libav_1.18.0.bb | 23 ++
...x_1.16.2.bb => gstreamer1.0-omx_1.18.0.bb} | 4 +-
...alized-warnings-when-compiling-with.patch} | 8 +-
...even-when-cross-compiling-if-introsp.patch | 36 ---
...avoid-including-sys-poll.h-directly.patch} | 8 +-
...sentinals-for-gst_structure_get-etc.patch} | 43 ++--
...ssing-opencv-data-dir-in-yocto-buil.patch} | 8 +-
....bb => gstreamer1.0-plugins-bad_1.18.0.bb} | 38 +--
...t-caps-from-src-pad-when-query-caps.patch} | 12 +-
...even-when-cross-compiling-if-introsp.patch | 36 ---
...02-meson-Add-variables-for-gir-files.patch | 235 ------------------
...arse-enhance-SSA-text-lines-parsing.patch} | 10 +-
...v-fb-Make-sure-config.h-is-included.patch} | 8 +-
...04-glimagesink-Downrank-to-marginal.patch} | 8 +-
...bb => gstreamer1.0-plugins-base_1.18.0.bb} | 32 +--
...defines-GLsync-to-fix-compile-on-som.patch | 70 ------
...t-gstqtgl.h-instead-of-gst-gl-gstglf.patch | 8 +-
...bb => gstreamer1.0-plugins-good_1.18.0.bb} | 21 +-
...bb => gstreamer1.0-plugins-ugly_1.18.0.bb} | 5 +-
...son.build-fix-builds-with-python-3.8.patch | 24 --
....16.2.bb => gstreamer1.0-python_1.18.0.bb} | 24 +-
...even-when-cross-compiling-if-introsp.patch | 36 ---
....bb => gstreamer1.0-rtsp-server_1.18.0.bb} | 9 +-
.../0001-vaapsink-downgrade-to-marginal.patch | 46 ----
...1.16.2.bb => gstreamer1.0-vaapi_1.18.0.bb} | 16 +-
...der.c-when-env-var-is-set-do-not-fal.patch | 16 +-
...002-Remove-unused-valgrind-detection.patch | 112 +++++++++
...even-when-cross-compiling-if-introsp.patch | 36 ---
...eson-Add-option-for-installed-tests.patch} | 20 +-
.../0003-meson-Add-valgrind-feature.patch | 74 ------
.../gstreamer/gstreamer1.0/0004-capfix.patch | 48 ++++
.../gstreamer/gstreamer1.0/capfix.patch | 37 ---
...er1.0_1.16.2.bb => gstreamer1.0_1.18.0.bb} | 29 +--
40 files changed, 403 insertions(+), 881 deletions(-)
rename meta/recipes-devtools/orc/{orc_0.4.31.bb => orc_0.4.32.bb} (86%)
rename meta/recipes-multimedia/gstreamer/{gst-validate => gst-devtools}/0001-connect-has-a-different-signature-on-musl.patch (76%)
create mode 100644 meta/recipes-multimedia/gstreamer/gst-devtools_1.18.0.bb
rename meta/recipes-multimedia/gstreamer/{gst-examples_1.16.0.bb => gst-examples_1.18.0.bb} (91%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gst-validate_1.16.2.bb
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.2.bb
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.2.bb => gstreamer1.0-omx_1.18.0.bb} (92%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/{fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch => 0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch} (80%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/{avoid-including-sys-poll.h-directly.patch => 0002-avoid-including-sys-poll.h-directly.patch} (79%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/{ensure-valid-sentinels-for-gst_structure_get-etc.patch => 0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch} (69%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/{opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch => 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.2.bb => gstreamer1.0-plugins-bad_1.18.0.bb} (85%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/{get-caps-from-src-pad-when-query-caps.patch => 0001-ENGR00312515-get-caps-from-src-pad-when-query-caps.patch} (81%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-meson-Add-variables-for-gir-files.patch
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/{0003-ssaparse-enhance-SSA-text-lines-parsing.patch => 0002-ssaparse-enhance-SSA-text-lines-parsing.patch} (98%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/{0005-viv-fb-Make-sure-config.h-is-included.patch => 0003-viv-fb-Make-sure-config.h-is-included.patch} (80%)
rename meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/{0009-glimagesink-Downrank-to-marginal.patch => 0004-glimagesink-Downrank-to-marginal.patch} (85%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.2.bb => gstreamer1.0-plugins-base_1.18.0.bb} (78%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-qmlgl-ensure-Qt-defines-GLsync-to-fix-compile-on-som.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.2.bb => gstreamer1.0-plugins-good_1.18.0.bb} (81%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.2.bb => gstreamer1.0-plugins-ugly_1.18.0.bb} (89%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.2.bb => gstreamer1.0-python_1.18.0.bb} (50%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.2.bb => gstreamer1.0-rtsp-server_1.18.0.bb} (74%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.2.bb => gstreamer1.0-vaapi_1.18.0.bb} (82%)
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-Remove-unused-valgrind-detection.patch
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-meson-build-gir-even-when-cross-compiling-if-introsp.patch
rename meta/recipes-multimedia/gstreamer/gstreamer1.0/{0004-meson-Add-option-for-installed-tests.patch => 0003-meson-Add-option-for-installed-tests.patch} (97%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-meson-Add-valgrind-feature.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-capfix.patch
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/capfix.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.2.bb => gstreamer1.0_1.18.0.bb} (72%)
--
2.29.1
next reply other threads:[~2020-10-29 14:28 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 14:27 Jose Quaresma [this message]
2020-10-29 14:27 ` [PATCH v5 01/22] gstreamer1.0: Fix reproducibility issue around libcap Jose Quaresma
2020-10-29 15:32 ` [OE-core] " Richard Purdie
2020-10-29 16:13 ` Jose Quaresma
2020-10-29 16:43 ` Richard Purdie
2020-10-29 16:58 ` Jose Quaresma
[not found] ` <1642850E1E948AB3.32334@lists.openembedded.org>
2020-10-29 22:10 ` Jose Quaresma
2020-10-29 22:42 ` Richard Purdie
2020-10-29 14:27 ` [PATCH v5 02/22] gstreamer1.0: upgrade to version 1.18.0 Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 03/22] gstreamer1.0-plugins-base: " Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 04/22] gstreamer1.0-plugins-base: add new meson option as PACKAGECONFIG Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 05/22] gstreamer1.0-plugins-good: upgrade to version 1.18.0 Jose Quaresma
2020-10-29 16:06 ` [OE-core] " Richard Purdie
2020-10-29 22:14 ` Jose Quaresma
[not found] ` <1642964F5C513D13.27950@lists.openembedded.org>
2020-10-29 22:54 ` Jose Quaresma
[not found] ` <1642987B07D196A5.27950@lists.openembedded.org>
2020-10-30 16:47 ` Jose Quaresma
2020-10-30 17:45 ` Richard Purdie
2020-10-30 17:57 ` Jose Quaresma
[not found] ` <1642D6DB2EF0C3ED.10902@lists.openembedded.org>
2020-10-30 18:23 ` Jose Quaresma
2020-10-30 18:28 ` Alexander Kanavin
2020-10-30 18:35 ` Jose Quaresma
2020-10-30 19:23 ` Richard Purdie
2020-10-31 0:49 ` Richard Purdie
2020-10-31 11:49 ` Jose Quaresma
2020-10-31 18:54 ` Alexander Kanavin
2020-10-31 18:56 ` Alexander Kanavin
2020-11-01 21:08 ` Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 06/22] gstreamer1.0-plugins-good: disable new meson options Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 07/22] gstreamer1.0-plugins-good: add new meson option as PACKAGECONFIG Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 08/22] gstreamer1.0-plugins-bad: upgrade to version 1.18.0 Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 09/22] gstreamer1.0-plugins-bad: disable new meson options Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 10/22] gstreamer1.0-plugins-bad: add new meson options as PACKAGECONFIG Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 11/22] gstreamer1.0-plugins-ugly: upgrade to version 1.18.0 Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 12/22] gstreamer1.0-python: " Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 13/22] gstreamer1.0-python: install append is not need any more Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 14/22] gstreamer1.0-rtsp-server: upgrade to version 1.18.0 Jose Quaresma
2020-10-29 14:27 ` [PATCH v5 15/22] gstreamer1.0-vaapi: " Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 16/22] gst-examples: " Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 17/22] gstreamer1.0-omx: " Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 18/22] gstreamer1.0-libav: " Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 19/22] gst-devtools: add version 1.18.0 (gst-validate -> gst-devtools) Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 20/22] orc: Upgrade 0.4.31 -> 0.4.32 Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 21/22] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland Jose Quaresma
2020-10-29 14:28 ` [PATCH v5 22/22] gstreamer1.0-libav: add comercial license flags as ffmpeg needs this Jose Quaresma
[not found] ` <16427CDA53DAE3E8.561@lists.openembedded.org>
2020-10-29 22:14 ` [OE-core] [PATCH v5 02/22] gstreamer1.0: upgrade to version 1.18.0 Jose Quaresma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201029142806.1830504-1-quaresma.jose@gmail.com \
--to=quaresma.jose@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox