Skip to content

Commit

Permalink
wpewebkit: Bump-up to version 2.44.1
Browse files Browse the repository at this point in the history
... also:

* Do not schedule layer flushes when drawing area size is empty.
* Fix videos with alpha when using the DMA-BUF sink.
* Fix the build with ENABLE_WEB_AUDIO=OFF.
* Fix the build with ENABLE_VIDEO=OFF.
* Fix the build with USE_GBM=OFF.
* Fix the build in 32-bit platforms
* Fix several crashes and rendering issues.

Release notes: https://wpewebkit.org/release/wpewebkit-2.44.1.html
  • Loading branch information
psaavedra committed May 14, 2024
1 parent 84b47e7 commit 0b13ef6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 160 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz;name=tarball \
file://0002-Activate-HAVE_MISSING_STD_FILESYSTEM_PATH_CONSTRUCTO.patch \
file://0003-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \
file://0004-GLib-Script-rewrite-compile-commands-missing-from-re.patch \
file://0005-WPE-GTK-Unreviewed-fix-build-for-Ubuntu-LTS-after-27.patch \
"

SRC_URI[tarball.sha256sum] = "0741862b559da0cbbf8e0bccb057361f8a1c6a96178ba10aa0375030b01f05d4"
SRC_URI[tarball.sha256sum] = "2c9fbf4fcf8884d34102283e2b008ce0b0bc2cf07de78f564a8b34347e7bc19b"

SRC_URI:class-devupstream = "git://github.com/WebKit/WebKit.git;protocol=https;branch=main"

Expand Down

0 comments on commit 0b13ef6

Please sign in to comment.