Merge branch 'rawhide' into epel8

epel8
Than Ngo 1 week ago
commit ee37e7a5b0

@ -0,0 +1,5 @@
--- /dev/null 2025-01-15 17:59:31.105999986 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavcodec/aarch64/autorename_libavcodec_aarch64_vorbisdsp_init.c 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,2 @@
+// Automatically generated on Tue Oct 22 17:56:01 2024. See crbug.com/495833.
+#include "vorbisdsp_init.c"

@ -331,6 +331,9 @@ Patch151: chromium-131-qt-ui.patch
# revert, it causes ramdom crash on aarch64 # revert, it causes ramdom crash on aarch64
Patch300: chromium-131-revert-decommit-pooled-pages-by-default.patch Patch300: chromium-131-revert-decommit-pooled-pages-by-default.patch
# Workaround for build error on el8 aarch64
Patch304: chromium-132-el8-ffmpeg.patch
# disable memory tagging (epel8 on aarch64) due to new feature IFUNC-Resolver # disable memory tagging (epel8 on aarch64) due to new feature IFUNC-Resolver
# it is not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found # it is not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found
Patch305: chromium-124-el8-arm64-memory_tagging.patch Patch305: chromium-124-el8-arm64-memory_tagging.patch
@ -1043,10 +1046,13 @@ Qt6 UI for chromium.
%if 0%{?rhel} == 8 %if 0%{?rhel} == 8
%ifarch aarch64 %ifarch aarch64
%patch -P304 -p1 -b .el8-ffmpeg
%patch -P305 -p1 -b .el8-memory_tagging %patch -P305 -p1 -b .el8-memory_tagging
%patch -P306 -p1 -b .el8-ifunc-header %patch -P306 -p1 -b .el8-ifunc-header
%endif %endif
%patch -P307 -p1 -b .el8-atk-compiler-error %patch -P307 -p1 -b .el8-atk-compiler-error
%endif
%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40
%patch -P308 -p1 -b .el8-unsupport-clang-flags %patch -P308 -p1 -b .el8-unsupport-clang-flags
%patch -P309 -p1 -b .el8-unsupport-rustc-flags %patch -P309 -p1 -b .el8-unsupport-rustc-flags
%patch -P310 -p1 -b .el8-clang18-build-error %patch -P310 -p1 -b .el8-clang18-build-error

Loading…
Cancel
Save