Library for rendering web content, GTK+ Port
WebKit is a web content engine, derived from KHTML and KJS from KDE,
and used primarily in Apple's Safari browser. It is made to be
embedded in other applications, such as mail readers, or web browsers.
It is able to display content such as HTML, SVG, XML, and others. It
also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and
more.
- Developed at GNOME:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/webkit2gtk3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000476 476 Bytes | |
baselibs.conf | 0000000049 49 Bytes | |
webkit2gtk3-boo1088932-a11y-state-set.patch | 0000003400 3.32 KB | |
webkit2gtk3-python3.patch | 0000105115 103 KB | |
webkit2gtk3.changes | 0000087748 85.7 KB | |
webkit2gtk3.keyring | 0000005237 5.11 KB | |
webkit2gtk3.spec | 0000014590 14.2 KB | |
webkitgtk-2.22.2.tar.xz | 0016769120 16 MB | |
webkitgtk-2.22.2.tar.xz.asc | 0000000195 195 Bytes |
Revision 63 (latest revision is 207)
Dominique Leuenberger (dimstar_suse)
accepted
request 641196
from
Dominique Leuenberger (dimstar)
(revision 63)
- Integrate changes needed for SLE 12 / leap 42.3: + depend on gcc7-c++, and pass appropriate executables to cmake. + Disable web crypto API: libgcrypt is too old. + Define USE_GSTREAMER_GL=FALSE: needs gstreamer 1.10.0 or newer. - disable libwoff2 for SLE 15/12 and Leap 15/42.3, since it is not available there. (forwarded request 641080 from mgorse)
Comments 2
The new version, 2.44.3, breaks GTK3. I wrote about it in this forum post: https://forums.opensuse.org/t/latest-webkit2gtk-tumbleweed-update-left-an-app-rendering-a-blank-window/177820
This patch from archlinux fixes the window opening issues with version 2.44.3 GTK3 and wasm apps - https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk/-/blob/main/revert-271175.patch?ref_type=heads - I've confirmed this with locally built packages and using an archlinux distrobox.