From: Richard Purdie Date: Wed, 1 Jun 2022 15:33:32 +0000 (+0000) Subject: webkitgtk: upgrade 2.36.1 -> 2.36.3 X-Git-Tag: 2022-04.2-kirkstone~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5437696e422631a1ae042f18412461242ef62e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git webkitgtk: upgrade 2.36.1 -> 2.36.3 This is a bug fix release in the stable 2.36 series. Support capturing already encoded video streams, which takes advantage of encoding done in hardware by devices which support this feature. Avoid using experimental GStreamer elements for video demuxing. Avoid using the legacy GStreamer VA-API decoding plug-ins, which often cause rendering issues and are not much maintained. Their usage can be re-enabled setting WEBKIT_GST_ENABLE_LEGACY_VAAPI=1 in the environment. Fix playback of YouTube streams which use dynamic ad insertion. Fix display capture with Pipewire. Fix the build without the X11 target when X11 headers are not present. Fix several crashes and rendering issues. Signed-off-by: Richard Purdie (cherry picked from commit 69e1c72417a4ea5594c17ead7bff2f9a0298e6c5) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.3.bb similarity index 98% rename from meta/recipes-sato/webkit/webkitgtk_2.36.1.bb rename to meta/recipes-sato/webkit/webkitgtk_2.36.3.bb index 65757c36a73..83b6f8a6ee6 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.3.bb @@ -17,7 +17,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ " -SRC_URI[sha256sum] = "0149ea5fb1d20f2a9981677d45c952a047330001ea24a8dc29035239f12c0c8f" +SRC_URI[sha256sum] = "732fcf8c4ec644b8ed28b46ebbd7c1ebab9d9e0afea9bdf5e5d12786afc478d1" inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc