diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:39:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 09:18:36 +0700 |
commit | b73362077c2e2b9b9b70ff2c504e9025cc05d687 (patch) | |
tree | d5827b6730670e4ec46aa532279535278c10ffa8 /libraries | |
parent | d3af3d47454feaebd66e15af1c532b99c2df1b2f (diff) |
libraries/webkit2gtk4.1: Updated for version 2.42.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/webkit2gtk4.1/README | 5 | ||||
-rw-r--r-- | libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/webkit2gtk4.1/webkit2gtk4.1.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/libraries/webkit2gtk4.1/README b/libraries/webkit2gtk4.1/README index ee151dca8cc32..e3633f056f6d8 100644 --- a/libraries/webkit2gtk4.1/README +++ b/libraries/webkit2gtk4.1/README @@ -9,3 +9,8 @@ tablets, and televisions. NOTE: This package builds the 4.1 WebKit API. If you need 4.0 WebKit API, use webkit2gtk. Don't install both at the same time!! + +If your application is not working well after upgrading to this +version, consider adding this environment variable before running +the application: +export WEBKIT_DISABLE_COMPOSITING_MODE=1 diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild index af5b8dd0dd78e..a0e35b2c933b0 100644 --- a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild +++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webkit2gtk4.1 SRCNAM=webkitgtk -VERSION=${VERSION:-2.40.5} +VERSION=${VERSION:-2.42.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,6 +96,7 @@ cd build -DENABLE_BUBBLEWRAP_SANDBOX=off \ -DUSE_SYSTEM_MALLOC=on \ -DUSE_AVIF=OFF \ + -DUSE_JPEGXL=OFF \ -DUSE_GSTREAMER_TRANSCODER=OFF \ -Wno-dev \ -G Ninja \ diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.info b/libraries/webkit2gtk4.1/webkit2gtk4.1.info index a3e892a904625..5b51f98872ccd 100644 --- a/libraries/webkit2gtk4.1/webkit2gtk4.1.info +++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk4.1" -VERSION="2.40.5" +VERSION="2.42.3" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.40.5.tar.xz" -MD5SUM="1fa7f0e3a2146293cfa4fecd0363679b" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.42.3.tar.xz" +MD5SUM="de1b3611ee738a4173abb5e897bc09e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy libsoup3 unifdef" |