mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-23 14:42:49 +00:00
131.0.6778.264
This commit is contained in:
parent
c8a4de289a
commit
b29d54c0dd
2 changed files with 23 additions and 11 deletions
3
.abf.yml
3
.abf.yml
|
@ -2,10 +2,11 @@ sources:
|
|||
109.0.5414.141.tar.gz: d3d3c9e3738cdc9d604635c76efd3ce86ae2c34e
|
||||
109.0.5414.149.tar.gz: c3d3de2492b67544d8bdfdac233edbb05139f813
|
||||
128.0.6613.137.tar.gz: 0bcd24bfb11706bc875a3bc74abf34ed94dd8d2b
|
||||
131.0.6778.264.tar.gz: 228dcf52a783a520faf6229f5a5f06506f15acfe
|
||||
22x22_chromium.svg: 045aa39ba3e340ba5e2c4366ad34f909001c02f9
|
||||
48x48_chromium.svg: bbaa00aeb7b4f9820bc29474c5c1964ed17b32cc
|
||||
chromium-110.0.5481.77.tar.xz: e4a4bfb7f932046a0f2ca58c845c35b5652f225a
|
||||
chromium-gost-128.0.6613.137.tar.gz: 477d81aa4d2b7f8470d4b2835ef4dc93620120f4
|
||||
chromium-gost-131.0.6778.264.tar.gz: 1ba92c075a4695417fe357c099e7638b19ce7d3c
|
||||
chromium-gost-59b267ec653c1cbc13af73f5dff4757018331ff2.tar.gz: 0d706b72f70117b707005823daaaf1514eff6654
|
||||
chromium-gost-d8f964ab4cbcb2d054391ebdde7e8f70f3bace60.tar.gz: 8f09d03f4cd11b7ae0e8f816391bb53799713ab9
|
||||
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
# [7] https://packages.altlinux.org/ru/sisyphus/specfiles/chromium-gost
|
||||
# [8] https://github.com/saiarcot895/chromium-ubuntu-build
|
||||
|
||||
%global vendor R11
|
||||
%global rosa_release Alpha
|
||||
|
||||
# Get the version number of latest stable version
|
||||
# $ curl -s 'https://omahaproxy.appspot.com/all?os=linux&channel=stable' | sed 1d | cut -d , -f 3
|
||||
%ifarch %{x86_64} %ix86
|
||||
|
@ -73,7 +76,7 @@
|
|||
%if %{mdvver} >= 202110
|
||||
%define __python %{__python3}
|
||||
%else
|
||||
%define __python %{__python38}
|
||||
%define __python %{__python3}
|
||||
%endif
|
||||
|
||||
# workaround rpmlint bugs (?)
|
||||
|
@ -87,7 +90,7 @@
|
|||
|
||||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 128.0.6613.137
|
||||
Version: 131.0.6778.264
|
||||
Release: 1
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
|
@ -367,6 +370,8 @@ members of the Chromium and WebDriver teams.
|
|||
%prep
|
||||
%setup -qn chromium-%{version} -a 997 -c
|
||||
|
||||
#/usr/libexec/python3.8 -m venv .
|
||||
#. bin/activate
|
||||
|
||||
%if %{with gost}
|
||||
rm -rf %{_gostsourcedir}
|
||||
|
@ -451,8 +456,8 @@ rm -rf buildtools/third_party/eu-strip/bin/eu-strip
|
|||
ln -s %{_bindir}/eu-strip buildtools/third_party/eu-strip/bin/eu-strip
|
||||
|
||||
%build
|
||||
/usr/libexec/python3.8 -m venv .
|
||||
. bin/activate
|
||||
#/usr/libexec/python3.8 -m venv .
|
||||
#. bin/activate
|
||||
|
||||
# unpack a local copy of the xcb-proto bits
|
||||
tar xf %{SOURCE20}
|
||||
|
@ -464,6 +469,7 @@ export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-%{xcb_version}"
|
|||
export QT_PATH=/opt/qt5/5.15/bin/
|
||||
export PATH="/opt/qt5/5.15/bin:$PATH"
|
||||
|
||||
|
||||
# widevinecdmadapter
|
||||
# Build error with widevinecdmadapter in 67.0.3396.62 (fixed)
|
||||
%define widevine 1
|
||||
|
@ -588,11 +594,11 @@ sed -i -e 's,chrome_pgo_phase = 2,chrome_pgo_phase = 0,' build/config/compiler/p
|
|||
|
||||
%if %{with bundled_llvm}
|
||||
# Build clang from Google
|
||||
# python2 tools/clang/scripts/build.py \
|
||||
# --without-android \
|
||||
# --without-fuchsia \
|
||||
# --use-system-cmake \
|
||||
# --gcc-toolchain=%{_prefix}
|
||||
python2 tools/clang/scripts/build.py \
|
||||
--without-android \
|
||||
--without-fuchsia \
|
||||
--use-system-cmake \
|
||||
--gcc-toolchain=%{_prefix}
|
||||
%{__python} tools/clang/scripts/update.py
|
||||
%endif
|
||||
|
||||
|
@ -632,7 +638,12 @@ CXXFLAGS="-nostdinc++ \
|
|||
-D__STDCPP_WANT_MATH_SPEC_FUNCS__=1 \
|
||||
" \
|
||||
%endif
|
||||
%{__python} tools/gn/bootstrap/bootstrap.py --gn-gen-args='%{gn_config}'
|
||||
|
||||
/usr/libexec/python3.8 -m venv .
|
||||
. bin/activate
|
||||
|
||||
#%{__python}
|
||||
python3 tools/gn/bootstrap/bootstrap.py --gn-gen-args='%{gn_config}'
|
||||
|
||||
%if %{mdvver} == 201610
|
||||
unset LDFLAGS CXXFLAGS
|
||||
|
|
Loading…
Add table
Reference in a new issue