Openembedded Core Discussions
 help / color / mirror / Atom feed
From: <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH v2 0/8] gstreamer1.0: 1.12.4 -> 1.14.0
Date: Wed, 25 Apr 2018 15:23:16 +0800	[thread overview]
Message-ID: <cover.1524640773.git.kai.kang@windriver.com> (raw)

From: Kai Kang <kai.kang@windriver.com>

V2:
* Update patch format of out-of-tree-build.patch
* Do add and remove patches which are moved from -bad to -base in 2 seperate commits

The following changes since commit da3625c52e1ab8985fba4fc3d133edf92142f182:

  build-appliance-image: Update to sumo head revision (2018-04-23 17:54:32 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/gstreamer1.14
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/gstreamer1.14

Kai Kang (8):
  gstreamer1.0: 1.12.4 -> 1.14.0
  gstreamer1.0-plugins-base: 1.12.4 -> 1.14.0
  gstreamer1.0-plugins-bad: 1.12.4 -> 1.14.0
  gstreamer1.0-plugins-ugly: 1.12.4 -> 1.14.0
  gstreamer1.0-plugins-good: 1.12.4 -> 1.14.0
  gstreamer1.0-libav: 1.12.4 -> 1.14.0
  gst-validate: 1.12.4 -> 1.14.0
  gstreamer1.0: upgrade other packages to 1.14.0

 .../gstreamer/gst-validate/out-of-tree-build.patch | 28 ++++++++++
 ...t-validate_1.12.4.bb => gst-validate_1.14.0.bb} |  8 ++-
 ...a.c-Fix-build-by-Including-libavcodec-hev.patch | 33 -----------
 .../remove-host-contamination.patch                | 22 ++++++++
 ...ibav_1.12.4.bb => gstreamer1.0-libav_1.14.0.bb} |  6 +-
 ....0-omx_1.12.4.bb => gstreamer1.0-omx_1.14.0.bb} |  4 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         | 21 -------
 ...-don-t-hardcode-libtool-name-when-running.patch | 34 +-----------
 ...y-Use-ifdef-for-platform-specific-defines.patch | 37 -------------
 ...n-Use-the-generated-version-of-vkconfig.h.patch | 64 ----------------------
 ....12.4.bb => gstreamer1.0-plugins-bad_1.14.0.bb} |  9 +--
 .../gstreamer/gstreamer1.0-plugins-base.inc        | 13 ++++-
 ...-don-t-hardcode-libtool-name-when-running.patch | 32 ++++++-----
 ...-up-GstVideo-1.0.gir-from-local-build-dir.patch | 46 ++++++++++++++++
 ...gl.pc.in-don-t-append-GL_CFLAGS-to-CFLAGS.patch |  4 +-
 ...-prefix-calls-to-pkg-config-with-PKG_CONF.patch | 54 ++++++++++--------
 ...t-need_segment-after-sink-pad-received-GS.patch |  8 ++-
 .../0009-glimagesink-Downrank-to-marginal.patch    |  0
 .../link-with-libvchostif.patch                    | 16 ++++--
 ...make-gio_unix_2_0-dependency-configurable.patch |  4 +-
 ...12.4.bb => gstreamer1.0-plugins-base_1.14.0.bb} | 10 +++-
 .../gstreamer/gstreamer1.0-plugins-good.inc        | 15 ++++-
 ...12.4.bb => gstreamer1.0-plugins-good_1.14.0.bb} |  4 +-
 .../gstreamer/gstreamer1.0-plugins-ugly.inc        |  5 +-
 ...12.4.bb => gstreamer1.0-plugins-ugly_1.14.0.bb} |  4 +-
 ...hon_1.12.4.bb => gstreamer1.0-python_1.14.0.bb} |  4 +-
 ....12.4.bb => gstreamer1.0-rtsp-server_1.14.0.bb} |  4 +-
 ...aapi_1.12.4.bb => gstreamer1.0-vaapi_1.14.0.bb} |  5 +-
 ...treamer1.0_1.12.4.bb => gstreamer1.0_1.14.0.bb} |  4 +-
 29 files changed, 227 insertions(+), 271 deletions(-)
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-validate/out-of-tree-build.patch
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.12.4.bb => gst-validate_1.14.0.bb} (81%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-hevcpred_msa.c-Fix-build-by-Including-libavcodec-hev.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/remove-host-contamination.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.12.4.bb => gstreamer1.0-libav_1.14.0.bb} (82%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.12.4.bb => gstreamer1.0-omx_1.14.0.bb} (69%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-vkdisplay-Use-ifdef-for-platform-specific-defines.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-vulkan-Use-the-generated-version-of-vkconfig.h.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.12.4.bb => gstreamer1.0-plugins-bad_1.14.0.bb} (59%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-gl-pick-up-GstVideo-1.0.gir-from-local-build-dir.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad => gstreamer1.0-plugins-base}/0001-gstreamer-gl.pc.in-don-t-append-GL_CFLAGS-to-CFLAGS.patch (87%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad => gstreamer1.0-plugins-base}/0009-glimagesink-Downrank-to-marginal.patch (100%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad => gstreamer1.0-plugins-base}/link-with-libvchostif.patch (85%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.12.4.bb => gstreamer1.0-plugins-base_1.14.0.bb} (64%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.12.4.bb => gstreamer1.0-plugins-good_1.14.0.bb} (85%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.12.4.bb => gstreamer1.0-plugins-ugly_1.14.0.bb} (76%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.12.4.bb => gstreamer1.0-python_1.14.0.bb} (57%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.12.4.bb => gstreamer1.0-rtsp-server_1.14.0.bb} (44%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.12.4.bb => gstreamer1.0-vaapi_1.14.0.bb} (43%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.12.4.bb => gstreamer1.0_1.14.0.bb} (71%)

-- 
2.14.1



             reply	other threads:[~2018-04-25  7:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25  7:23 kai.kang [this message]
2018-04-25  7:23 ` [PATCH v2 1/8] gstreamer1.0: 1.12.4 -> 1.14.0 kai.kang
2018-04-25  7:23 ` [PATCH v2 2/8] gstreamer1.0-plugins-base: " kai.kang
2018-05-02  3:33   ` Anuj Mittal
2018-05-02  3:40   ` Anuj Mittal
2018-04-25  7:23 ` [PATCH v2 3/8] gstreamer1.0-plugins-bad: " kai.kang
2018-05-02  3:23   ` Anuj Mittal
2018-04-25  7:23 ` [PATCH v2 4/8] gstreamer1.0-plugins-ugly: " kai.kang
2018-04-25  7:23 ` [PATCH v2 5/8] gstreamer1.0-plugins-good: " kai.kang
2018-05-02  3:17   ` Anuj Mittal
2018-05-02  9:26     ` Burton, Ross
2018-04-25  7:23 ` [PATCH v2 6/8] gstreamer1.0-libav: " kai.kang
2018-04-25  7:23 ` [PATCH v2 7/8] gst-validate: " kai.kang
2018-04-25  7:23 ` [PATCH v2 8/8] gstreamer1.0: upgrade other packages to 1.14.0 kai.kang
2018-04-30 12:58 ` [PATCH v2 0/8] gstreamer1.0: 1.12.4 -> 1.14.0 Alexander Kanavin

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=cover.1524640773.git.kai.kang@windriver.com \
    --to=kai.kang@windriver.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