summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-01 15:33:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-11 10:06:13 +0100
commitba399cc6ba4aa2c5c6e351c74f71aa2e621e68dd (patch)
tree0d1daf54ded9e607c30adea0a31fd984230ff822 /meta/recipes-sato
parentca619ca25b1b9ec99fd2642c48a089617d849088 (diff)
downloadpoky-ba399cc6ba4aa2c5c6e351c74f71aa2e621e68dd.tar.gz
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. (From OE-Core rev: 4e5437696e422631a1ae042f18412461242ef62e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 69e1c72417a4ea5594c17ead7bff2f9a0298e6c5) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.36.3.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.36.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.3.bb
index 65757c36a7..83b6f8a6ee 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 \
17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ 17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
18 " 18 "
19 19
20SRC_URI[sha256sum] = "0149ea5fb1d20f2a9981677d45c952a047330001ea24a8dc29035239f12c0c8f" 20SRC_URI[sha256sum] = "732fcf8c4ec644b8ed28b46ebbd7c1ebab9d9e0afea9bdf5e5d12786afc478d1"
21 21
22inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc 22inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
23 23