Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
system-openjpeg2.patch | Use system libopenjpeg2 | Soren Stoutner <soren@debian.org> | yes | 2023-01-28 | ||
system-lcms2.patch | Use system lcms2 | Sandro Knauß <hefee@debian.org> | yes | Debian | 2021-03-08 | |
system-nspr-prtime.patch | Use system NSPR prtime | Kevin Kofler | not-needed | Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebengine/blob/master/f/qtwebengine-everywhere-src-5.10.0-system-nspr-prtime.patch | 2020-03-02 | |
system-icu-utf.patch | use the system ICU UTF functions We already depend on ICU, so it is useless to copy these functions here. I checked the history of that directory, and other than the renames I am undoing, there were no modifications at all. |
Kevin, Kofler | not-needed | Fedora, https://src.fedoraproject.org/rpms/qt5-qtwebengine/blob/master/f/qtwebengine-everywhere-src-5.10.0-system-icu-utf.patch | 2021-03-08 | |
python3.12-imp.patch | stop using imp module which was removed in Python 3.12 | no | upstream, https://chromium.googlesource.com/chromium/src/+/f5f6e361d037c316 | 2024-06-30 | ||
python3.12-six.patch | implement find_spec() for _SixMetaPathImporter | no | upstream, https://github.com/benjaminp/six/commit/25916292d96f5f09 | 2024-03-17 | ||
verbose-gn-bootstrap.patch | print compiler commands, honor $NINJAJOBS when bootstrapping gn | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2021-06-18 | ||
mips64el-ptrace-include.patch | on mipsel PTRACE_GET_THREAD_AREA is defined in asm/ptrace.h | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2020-03-17 | ||
mips64el-no-dav1d.patch | disable dav1d support on mipsel/mips64el dav1d does not support MIPS, and there is no config directory for it. | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2021-02-14 | ||
sandbox-time64-syscalls.patch | fix seccomp-bpf failures in syscall 422 (futex_time64) glibc 2.33 and newer uses this syscall on 32-bit platforms: https://sourceware.org/git/?p=glibc.git;a=commit;h=29e9874a048f47e2 |
Fabian Vogt <fabian@ritter-vogt.de> | not-needed | 2022-11-25 | ||
breakpad-getcontext.patch | use system getcontext instead of breakpad's own | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2021-03-16 | ||
mips64el-crashpad.patch | make crashpad build on mips64el This is needed to workaround error from GNU assembler: crashpad_info_note.S:45: Error: PC-relative reference to a different section . crashpad will not work on mips64el properly, but it is invoked only when something crashed anyway. |
Ma Aiguo <maaiguo@uniontech.com> | yes | 2021-04-06 | ||
mips64el-bad-define.patch | fix __NR_getrandom definition | no | upstream, https://chromium.googlesource.com/linux-syscall-support/+/d9ad2969b369a9f1 | 2021-04-01 | ||
mips64el-syscall-ranges.patch | fix mips* build with new kernel | YunQiang Su <wzssyqa@gmail.com> | no | upstream | 2021-09-29 | |
mips64el-kernel_stat64.patch | make sure kernel_stat64 struct is defined on mips64el kernel_stat64 is used only on 32-bit architectures, but it needs to be defined everywhere, otherwise the compilation fails with: . sandbox/linux/syscall_broker/broker_client.cc:194:28: error: invalid application of ‘sizeof’ to incomplete type ‘sandbox::syscall_broker::kernel_stat64’ |
Dmitry Shachnev <mitya57@debian.org> | invalid | 2021-11-26 | ||
armhf-no-thumb.patch | disable CONFIG_THUMB on armhf Fixes errors about bad instruction `ldrhcs'. | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2022-06-26 | ||
disable-catapult.patch | remove dependencies on third_party catapult | Michael Gilbert <mgilbert@debian.org> | not-needed | 2022-11-26 | ||
pipewire-0.3.patch | add support for PipeWire 0.3 - https://webrtc.googlesource.com/src/+/40c3ea5c7146cb7e - https://webrtc.googlesource.com/src/+/c3c81297365b6a29 |
not-needed | upstream | upstream webrtc, commits: | 2023-03-19 | |
fix-example-pro-files.patch | Fix example .pro files so that they build correctly on Debian. | Soren Stoutner <soren@debian.org> | not-needed | 2023-07-04 | ||
build-with-c++17.patch | Build with C++17, which is required by ICU 75. | Soren Stoutner <soren@debian.org> | not-needed | Arch Linux, https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-webengine/-/blob/main/qt5-webengine-icu-75.patch?ref_type=heads | 2024-05-21 | |
ninja-1.12.patch | Build with Ninja 1.12. | Soren Stoutner <soren@debian.org> | not-needed | upstream, https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/560295 | 2024-05-22 | |
mips64el-v8-regexp.patch | fix stack check in native code when interrupt was requested - https://github.com/v8/v8/commit/3ebf2052a1b27039 - https://github.com/v8/v8/commit/1ec3c714bf75f01e |
not-needed | upstream v8, commits: | 2024-07-04 |