Package: webkit2gtk / 2.48.5-1~deb12u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| webkit2gtk | 2.48.5-1~deb12u1 | 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 ! |
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 ! |
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 ! |
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 ! |
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 |
33 33 + 0 - 0 ! |
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 ftbfs armv7.patch | (download) |
Source/JavaScriptCore/llint/WebAssembly.asm |
2 1 + 1 - 0 ! |
fix build failure on armv7 Bug: https://bugs.webkit.org/show_bug.cgi?id=296921 |
