commit a6044995afe32ad0b13ac0b3e93b94c3168c7a2e
Merge: fa8aab2 61d5af5
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Aug 11 05:49:49 2019 +0530
Merge branch 'master' into f29
bindcrashfix.patch | 52 ----------
chromium-angle-gcc9.patch | 44 --------
chromium-gcc9-r654570.patch | 39 -------
chromium-gcc9-r666336.patch | 40 ++++++++
chromium-gcc9-r666401.patch | 48 +++++++++
chromium-gcc9-r666436.patch | 42 ++++++++
chromium-gcc9-r666619.patch | 38 +++++++
chromium-gcc9-r667064.patch | 114 +++++++++++++++++++++
chromium-gcc9-r667228.patch | 102 ++++++++++++++++++
chromium-gcc9-r667260.patch | 46 +++++++++
chromium-gcc9-r667484.patch | 68 ++++++++++++
chromium-gcc9-r667901.patch | 105 +++++++++++++++++++
chromium-gcc9-r668015.patch | 72 +++++++++++++
chromium-gcc9-r668033.patch | 124 ++++++++++++++++++++++
chromium-gcc9-r670973.patch | 55 ++++++++++
chromium-gcc9-r670980.patch | 61 +++++++++++
chromium-quiche-gcc9.patch | 245 ++++++++++++++++++++++++++++++++++++++++++++
chromium-skia-harmony.patch | 14 +++
chromium-system-icu.patch | 23 ++---
chromium-vaapi.spec | 77 ++++++++++----
enable-vaapi.patch | 30 +++---
nounrar.patch | 190 ----------------------------------
sources | 2 +-
23 files changed, 1254 insertions(+), 377 deletions(-)
---
diff --cc chromium-vaapi.spec
index b32c0d5,42db47a..dfff15b
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -471,11 -494,10 +498,13 @@@ find -depth -type f -writable -name "*.
zlib
%endif
- sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' device/usb/BUILD.gn
+ sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' \
+ services/device/public/cpp/usb/BUILD.gn
+
+# Don't use static libstdc++
+sed -i '/-static-libstdc++/d' tools/gn/build/gen.py
+
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe
Show replies by date