diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-09-28 12:51:43 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-09-28 23:16:43 -0700 |
commit | 25decdf8b073c8233333888378cdcdbeb533b25d (patch) | |
tree | 58c34e9bce998a64fad66adbb7cd7f5635650245 | |
parent | 91e428d4cd5a1c0de7d2ca4826705eb5eee7ec29 (diff) | |
download | meta-openembedded-25decdf8b073c8233333888378cdcdbeb533b25d.tar.gz |
webkitgtk3: upgrade 2.48.3 -> 2.48.7
WebKitGTK 2.48.7 release:
Fix a number of GStreamer memory leaks.
Fix several crashes and rendering issues.
WebKitGTK 2.48.6 release:
Fix emojis incorrectly rendered in their text variant.
Add support for font collection / fragment identifiers.
Fix web process deadlock on exit.
Fix stuttering when playing WebP animations.
Fix CSS animations with cubic-bezier timing function.
Do not start the MemoryPressureMonitor if it’s disabled.
Fix several crashes and rendering issues.
WebKitGTK 2.48.5 release:
Fix several crashes.
WebKitGTK 2.48.4 release:
Improve emoji font selection with USE_SKIA=ON.
Improve playback of multimedia streams from blob URLs.
Fix the build with USE_SKIA_OPENTYPE_SVG=ON and USE_SYSPROF_CAPTURE=ON.
Fix the build on LoongArch with USE_SKIA=ON.
Fix crash when using a WebKitWebView widget in an offscreen window.
Fix several crashes and rendering issues.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.7.bb (renamed from meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.7.bb index b848008910..6c105e7bb1 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.3.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.7.bb | |||
@@ -22,7 +22,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/webkitgtk-${PV}.tar.xz \ | |||
22 | file://fix-ftbfs-riscv64.patch \ | 22 | file://fix-ftbfs-riscv64.patch \ |
23 | file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \ | 23 | file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \ |
24 | " | 24 | " |
25 | SRC_URI[sha256sum] = "d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3" | 25 | SRC_URI[sha256sum] = "2c62aebb608e09f930a539f3623a5cc8023b5068029f42a208f45f9124da6e30" |
26 | 26 | ||
27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen | 27 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen |
28 | 28 | ||