Package: webkit2gtk / 2.47.2-1

Metadata

Package Version Patches format
webkit2gtk 2.47.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix ftbfs riscv64.patch | (download)

Source/WTF/wtf/PlatformCPU.h | 8 0 8 - 0 !
Source/cmake/WebKitCommon.cmake | 2 0 2 - 0 !
2 files changed, 10 deletions(-)

 use wtf_cpu_unknown when building for riscv64
 WebKitGTK doesn't build on riscv64 even with the JIT disabled.
 Treating the CPU as unknown is perhaps a bit severe, but it allows us
 to get the build done until someone steps up to maintain this
 properly.
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
fix ftbfs sparc64.patch | (download)

Source/WTF/wtf/PlatformCPU.h | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 fix ftbfs in sparc64
Bug-Debian: https://bugs.debian.org/806816
fix ftbfs x32.patch | (download)

Source/WTF/wtf/PlatformCPU.h | 2 2 0 - 0 !
Source/cmake/WebKitCommon.cmake | 2 2 0 - 0 !
2 files changed, 4 insertions( )

 use wtf_cpu_unknown when building for x32
 WebKitGTK doesn't build on X32 even with the JIT disabled.
 Treating the CPU as unknown is perhaps a bit severe, but it allows us
 to get the build done until someone steps up to maintain this
 properly.
dont detect sse2.patch | (download)

Source/ThirdParty/ANGLE/src/common/mathutil.h | 2 1 1 - 0 !
Source/cmake/WebKitCompilerFlags.cmake | 9 0 9 - 0 !
2 files changed, 1 insertion( ), 10 deletions(-)

 don't check for sse2 support on i386
Bug-Debian: https://bugs.debian.org/930935
disable nvidia dmabuf.patch | (download)

Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp | 32 32 0 - 0 !
1 file changed, 32 insertions( )

 disable dmabuf renderer for nvidia proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/1039720
fix bmalloc armhf.patch | (download)

Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix the armhf build if bmalloc is enabled
Bug: https://bugs.webkit.org/show_bug.cgi?id=278858