Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
system-openjpeg2.patch | Use system libopenjpeg2 | Soren Stoutner <soren@stoutner.com> | 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.patch | replace Python 2 with Python 3 in the build system | Dmitry Shachnev <mitya57@debian.org> | not-needed | 2022-11-25 | ||
chromium-python3.patch | update Chromium code for compatibility with Python 3 | no | https://github.com/archlinux/svntogit-packages/blob/packages/qt5-webengine/trunk/qt5-webengine-chromium-python3.patch | 2022-11-25 | ||
python3.11.patch | fix build with Python 3.11 | Dmitry Shachnev <mitya57@debian.org> | no | 2023-01-08 | ||
verbose-gn-bootstrap.patch | print compiler commands, honor $NINJAJOBS when bootstrapping gn | Dmitry Shachnev <mitya57@debian.org> | no | 2021-06-18 | ||
mipsel-ptrace-include.patch | on mipsel PTRACE_GET_THREAD_AREA is defined in asm/ptrace.h | Dmitry Shachnev <mitya57@debian.org> | no | 2020-03-17 | ||
mipsel-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> | no | 2021-02-14 | ||
mipsel-link-atomic.patch | add -latomic to dependencies of base component on mipsel This is needed to fix build of qwebengine_convert_dict, which uses the generated convert_dict.pri to get the list of libraries. . qmake adds its own -latomic, but it comes before the list of static libraries, so it does not help. We need -latomic after that list. . The error was: . /usr/bin/ld.bfd: <<BUILDDIR>>/src/core/release/obj/base/base/base_jumbo_17.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0' /usr/bin/ld.bfd: /usr/lib/gcc/mipsel-linux-gnu/9/libatomic.so: error adding symbols: DSO missing from command line |
Dmitry Shachnev <mitya57@debian.org> | no | 2021-03-08 | ||
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> | no | 2022-11-25 | ||
mipsel-code-range-size.patch | reduce code range size on mipsel This fixes OOM error when running mksnapshot. | Dmitry Shachnev <mitya57@debian.org> | no | 2020-09-28 | ||
breakpad-getcontext.patch | use system getcontext instead of breakpad's own | Dmitry Shachnev <mitya57@debian.org> | no | 2021-03-16 | ||
mipsel-ggc-min-expand.patch | reduce compiler memory consumption on mipsel | Dmitry Shachnev <mitya57@debian.org> | no | 2021-03-30 | ||
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 | ||
mipsel-syscall-ranges.patch | fix mips* build with new kernel | YunQiang Su <wzssyqa@gmail.com> | invalid | 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 |