automatic version update by autodist [release 76.0.3809.100-1mamba;Mon Aug 19 2019]
This commit is contained in:
parent
89159538c9
commit
200dbecce0
10
chromium-76.0.3809.100-x86-openh264-add-fPIC.patch
Normal file
10
chromium-76.0.3809.100-x86-openh264-add-fPIC.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- chromium-76.0.3809.100/third_party/openh264/BUILD.gn.orig 2019-08-28 14:25:04.319139430 +0200
|
||||||
|
+++ chromium-76.0.3809.100/third_party/openh264/BUILD.gn 2019-08-28 14:25:23.371231239 +0200
|
||||||
|
@@ -24,6 +24,7 @@
|
||||||
|
# GCC and clang flags. MSVS (is_win && !is_clang) does not use cflags.
|
||||||
|
if (!is_win || is_clang) {
|
||||||
|
cflags += [
|
||||||
|
+ "-fPIC",
|
||||||
|
"-Wno-format",
|
||||||
|
"-Wno-format-security",
|
||||||
|
"-Wno-header-hygiene",
|
@ -1,6 +1,6 @@
|
|||||||
Name: chromium
|
Name: chromium
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 75.0.3770.142
|
Version: 76.0.3809.100
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -53,6 +53,7 @@ Patch34: chromium-72.0.3626.119-webrtc-missing-header.patch
|
|||||||
Patch35: chromium-72.0.3626.119-blink-fix_zero_length_array.patch
|
Patch35: chromium-72.0.3626.119-blink-fix_zero_length_array.patch
|
||||||
Patch36: chromium-73.0.3683.103-color_utils_use_std_sqrt.patch
|
Patch36: chromium-73.0.3683.103-color_utils_use_std_sqrt.patch
|
||||||
Patch37: chromium-75.0.3770.142-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
|
Patch37: chromium-75.0.3770.142-libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
|
||||||
|
Patch38: chromium-76.0.3809.100-x86-openh264-add-fPIC.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libGConf-devel
|
BuildRequires: libGConf-devel
|
||||||
@ -184,8 +185,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
|
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -D -T
|
%setup -q
|
||||||
:<< _EOF
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
%patch28 -p1
|
%patch28 -p1
|
||||||
#%patch29 -p1
|
#%patch29 -p1
|
||||||
@ -194,9 +196,12 @@ Chromium is an open-source browser project that aims to build a safer, faster, a
|
|||||||
#%patch32 -p1
|
#%patch32 -p1
|
||||||
#%patch33 -p1
|
#%patch33 -p1
|
||||||
#%patch34 -p0
|
#%patch34 -p0
|
||||||
%patch35 -p1
|
#%patch35 -p1
|
||||||
#%patch36 -p1
|
#%patch36 -p1
|
||||||
%patch37 -p1
|
#%patch37 -p1
|
||||||
|
%ifarch %{ix86}
|
||||||
|
%patch38 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Allow building against system libraries in official builds
|
# Allow building against system libraries in official builds
|
||||||
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
|
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
|
||||||
@ -314,11 +319,12 @@ chromium_conf=(
|
|||||||
'google_default_client_secret="Pcdh5bzXx3nsECO_AlMlPXXk"'
|
'google_default_client_secret="Pcdh5bzXx3nsECO_AlMlPXXk"'
|
||||||
'symbol_level=0'
|
'symbol_level=0'
|
||||||
'is_debug=false'
|
'is_debug=false'
|
||||||
'remove_webcore_debug_symbols=true'
|
%ifarch %{ix86}
|
||||||
|
'use_lld=false'
|
||||||
|
%endif
|
||||||
)
|
)
|
||||||
|
|
||||||
# 'is_clang=true'
|
# 'is_clang=true'
|
||||||
# 'is_debug=false'
|
|
||||||
# 'is_cfi=false'
|
# 'is_cfi=false'
|
||||||
# 'use_lld=false'
|
# 'use_lld=false'
|
||||||
# 'remove_webcore_debug_symbols=true'
|
# 'remove_webcore_debug_symbols=true'
|
||||||
@ -463,6 +469,9 @@ fi
|
|||||||
#%{_mandir}/man1/chromium.1*
|
#%{_mandir}/man1/chromium.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 19 2019 Automatic Build System <autodist@mambasoft.it> 76.0.3809.100-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jul 30 2019 Automatic Build System <autodist@mambasoft.it> 75.0.3770.142-1mamba
|
* Tue Jul 30 2019 Automatic Build System <autodist@mambasoft.it> 75.0.3770.142-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user