commit 4bd8953298e6a52aee32da12338163020ba75e48
Merge: e62175c d297586
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Wed Oct 2 22:19:34 2019 +0530
Merge branch 'master' into f29
...VPP-on-Linux-Add-some-info-logs-and-fix-v.patch | 154 -------------
UseNormalBAM.patch | 82 +++++++
brand.patch | 2 +-
chromium-base-location.patch | 13 ++
chromium-gcc9-r666279.patch | 59 -----
chromium-gcc9-r666336.patch | 40 ----
chromium-gcc9-r666401.patch | 48 ----
chromium-gcc9-r666436.patch | 42 ----
chromium-gcc9-r666619.patch | 38 ----
chromium-gcc9-r666714.patch | 111 ----------
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-gcc9-r681321.patch | 35 +++
chromium-gcc9-r681333.patch | 71 ++++++
chromium-gcc9-r684731.patch | 138 ++++++++++++
chromium-quiche-gcc9.patch | 245 ---------------------
chromium-skia-harmony.patch | 14 --
chromium-unbundle-zlib.patch | 25 +++
chromium-vaapi.spec | 152 +++++++------
enable-vaapi.patch | 62 +++---
link-against-harfbuzz-subset.patch | 55 +++++
sources | 2 +-
29 files changed, 536 insertions(+), 1599 deletions(-)
---
diff --cc chromium-vaapi.spec
index 1257e41,caa4047..ddf9a6e
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -33,13 -39,22 +39,22 @@@
# A patch fix building so enabled by default for Fedora 30
# Need icu version >= 64
%bcond_with system_libicu
+ %if 0%{?fedora} >= 30
# Allow testing whether libvpx can be unbundled
-%bcond_without system_libvpx
+%bcond_with system_libvpx
# Allow testing whether ffmpeg can be unbundled
-%bcond_without system_ffmpeg
+%bcond_with system_ffmpeg
#Allow minizip to be unbundled
#mini-compat is going to be removed from fedora 30!
+ %bcond_without system_minizip
+ %else
+ %bcond_with system_libvpx
+ %bcond_with system_ffmpeg
+ #Allow minizip to be unbundled
+ #mini-compat is going to be removed from fedora 30!
%bcond_with system_minizip
+ %endif
+
# Need re2 ver. 2016.07.21 for re2::LazyRE2
%bcond_with system_re2
@@@ -504,13 -506,9 +510,14 @@@ find -depth -type f -writable -name "*.
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
+
+ %if !0%{?bundlepylibs}
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe
-
%if %{with system_ply}
rmdir third_party/ply
ln -s %{python2_sitelib}/ply third_party/ply
@@@ -703,12 -704,19 +714,21 @@@ appstream-util validate-relax --nonet "
%{chromiumdir}/MEIPreload/preloaded_data.pb
%dir %{chromiumdir}/locales
%{chromiumdir}/locales/*.pak
+ %dir %{chromiumdir}/swiftshader
+ %{chromiumdir}/swiftshader/libEGL.so
+ %{chromiumdir}/swiftshader/libGLESv2.so
+ %{chromiumdir}/swiftshader/libvulkan.so
#########################################changelogs#################################################
%changelog
+ * Sat Sep 21 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> -
77.0.3865.90-1
+ - Update to 77.0.3865.90
+ - Disabled Nvidia support
+ - Use the bundled python2 as python2 is going to be removed from Fedora
+
* Fri Aug 30 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> -
76.0.3809.132-2
- Update to 76.0.3809.132
+- Rebase chromium-gcc9-r666401.patch
+- Use bunled libvpx and ffmpeg for fedora 29
* Mon Aug 12 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> -
76.0.3809.100-2
- Fix a bug which causes chromium to reject certificates by throwing
ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
Show replies by date