commit bb3ced7042aa4cebcbcb1ae41bd57de69c6dee45
Merge: 7e80706 2742ca6
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Jun 20 13:47:09 2019 +0300
Merge branch 'master' into f29
Add-missing-header-to-fix-webrtc-build.patch | 16 +
chromium-angle-gcc9.patch | 44 ++
chromium-gcc9-r654570.patch | 39 ++
chromium-gcc9-r666279.patch | 59 ++
chromium-gcc9-r666714.patch | 111 ++++
chromium-glibc-2.29.patch | 98 ---
chromium-vaapi.spec | 99 +--
enable-vaapi.patch | 33 +-
fix-gn-74.patch | 917 ---------------------------
fixwindowflashm74.patch | 95 ---
sources | 2 +-
11 files changed, 339 insertions(+), 1174 deletions(-)
---
diff --cc chromium-vaapi.spec
index c897b49,21416ca..ae8ba3e
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -202,12 -192,14 +192,13 @@@ Patch54: brand.patc
#Stolen from Fedora to fix building with pipewire
#
https://src.fedoraproject.org/rpms/chromium/blob/master/f/chromium-73.0.3...
Patch65: chromium-73.0.3683.75-pipewire-cstring-fix.patch
- # Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork
- Patch66: chromium-glibc-2.29.patch
- # Fix some chromium regressions against certain type of window compositors
- # Patch status: backported from
https://chromium-review.googlesource.com/c/chromium/src/+/1597388
- Patch67: fixwindowflashm74.patch
- Patch68: fix-gn-74.patch
+ # Fix header
+ Patch68: Add-missing-header-to-fix-webrtc-build.patch
+ # GCC patches
+ Patch70: chromium-angle-gcc9.patch
+ Patch71: chromium-gcc9-r654570.patch
+ Patch72: chromium-gcc9-r666279.patch
+ Patch73: chromium-gcc9-r666714.patch
-
%description
chromium-vaapi is an open-source web browser, powered by WebKit (Blink)
############################################PREP###########################################################
@@@ -470,19 -464,6 +463,12 @@@ find -depth -type f -writable -name "*.
sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' device/usb/BUILD.gn
+
- # Remove compiler flags not supported by our system clang
- # sed -i \
- # -e '/"-Wno-ignored-pragma-optimize"/d' \
- # build/config/compiler/BUILD.gn
-
+
+# Remove compiler flags not supported by our system clang
+ sed -i \
+ -e '/"-Wno-ignored-pragma-optimize"/d' \
+ build/config/compiler/BUILD.gn
-
-
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe