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.
- Sources inherited from project SUSE:SLE-15-SP4:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.4:ARM/webkit2gtk3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000617 617 Bytes | |
_multibuild | 0000000112 112 Bytes | |
baselibs.conf | 0000000096 96 Bytes | |
fix-warnings.patch | 0000001992 1.95 KB | |
no-forced-sse.patch | 0000001460 1.43 KB | |
webkit2gtk3-link-fix.patch | 0000001188 1.16 KB | |
webkit2gtk3.changes | 0000146615 143 KB | |
webkit2gtk3.keyring | 0000005237 5.11 KB | |
webkit2gtk3.spec | 0000016078 15.7 KB | |
webkitgtk-2.34.2.tar.xz | 0024996572 23.8 MB | |
webkitgtk-2.34.2.tar.xz.asc | 0000000195 195 Bytes |
Revision 3 (latest revision is 7)
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 3)
- Typo fix for %define usegcc10. - Introduce usegcc10 %define in order to have the condition (0%{?sle_version} && 0%{?sle_version} <= 150400) only at one point. - Correct a very old "Obsoletes: webkit2gtk3-plugin-process-gtk2" to be a versioned obsoletes. - Make the earlier Obsoletes: libwebkit2gtk3-lang compliant with: https://en.opensuse.org/openSUSE:Upgrade_dependencies_explanation#Renaming_a_package - Add Obsoletes of the old-name -lang package to be ready for updating from it. This change is necessary for the gtk3-soup2 flavor. - Update to version 2.34.2: + Fix scrolling issues when pressing Home and PgDown keys. + Update effective appearance after web process switch on navigation. + Fix the build with video disabled. - Add pkgconfig(libavif) BuildRequires and pass USE_AVIF=ON to cmake, build avif decoding support. - Add wayland-protocols to BuildRequires. - Add webkit2gtk3-link-fix.patch: taken from upstream, fixes the build on SLE-15-SP4. - Use gcc10 package on SLE <= 15-SP4. Gcc 7 is currently the default there.
Comments 0