91.0.4472.77
This commit is contained in:
parent
bfc2976ce1
commit
0ae19f4f97
91
chromium-91-libyuv-aarch64.patch
Normal file
91
chromium-91-libyuv-aarch64.patch
Normal file
@ -0,0 +1,91 @@
|
||||
diff --git a/third_party/libyuv/source/row_neon64.cc b/third_party/libyuv/source/row_neon64.cc
|
||||
index 350c964..2aab413 100644
|
||||
--- a/third_party/libyuv/source/row_neon64.cc
|
||||
+++ b/third_party/libyuv/source/row_neon64.cc
|
||||
@@ -1835,7 +1835,7 @@ void ARGBToAB64Row_NEON(const uint8_t* src_argb,
|
||||
: "+r"(src_argb), // %0
|
||||
"+r"(dst_ab64), // %1
|
||||
"+r"(width) // %2
|
||||
- : "m"(kShuffleARGBToABGR) // %3
|
||||
+ : "Q"(kShuffleARGBToABGR) // %3
|
||||
: "cc", "memory", "v0", "v1", "v2", "v3", "v4");
|
||||
}
|
||||
|
||||
@@ -1859,7 +1859,7 @@ void AR64ToARGBRow_NEON(const uint16_t* src_ar64,
|
||||
: "+r"(src_ar64), // %0
|
||||
"+r"(dst_argb), // %1
|
||||
"+r"(width) // %2
|
||||
- : "m"(kShuffleAR64ToARGB) // %3
|
||||
+ : "Q"(kShuffleAR64ToARGB) // %3
|
||||
: "cc", "memory", "v0", "v1", "v2", "v3", "v4");
|
||||
}
|
||||
|
||||
@@ -1883,7 +1883,7 @@ void AB64ToARGBRow_NEON(const uint16_t* src_ab64,
|
||||
: "+r"(src_ab64), // %0
|
||||
"+r"(dst_argb), // %1
|
||||
"+r"(width) // %2
|
||||
- : "m"(kShuffleAB64ToARGB) // %3
|
||||
+ : "Q"(kShuffleAB64ToARGB) // %3
|
||||
: "cc", "memory", "v0", "v1", "v2", "v3", "v4");
|
||||
}
|
||||
|
||||
diff --git a/third_party/libyuv/source/scale_neon64.cc b/third_party/libyuv/source/scale_neon64.cc
|
||||
index 8656fec..9f9636e 100644
|
||||
--- a/third_party/libyuv/source/scale_neon64.cc
|
||||
+++ b/third_party/libyuv/source/scale_neon64.cc
|
||||
@@ -601,8 +601,8 @@ void ScaleRowUp2_Bilinear_NEON(const uint8_t* src_ptr,
|
||||
"umlal v4.8h, v1.8b, v31.8b \n" // 3*near+far (2, odd)
|
||||
"umlal v5.8h, v0.8b, v31.8b \n" // 3*near+far (2, even)
|
||||
|
||||
- "mov v0.8h, v4.8h \n"
|
||||
- "mov v1.8h, v5.8h \n"
|
||||
+ "mov v0.16b, v4.16b \n"
|
||||
+ "mov v1.16b, v5.16b \n"
|
||||
"mla v4.8h, v2.8h, v30.8h \n" // 9 3 3 1 (1, odd)
|
||||
"mla v5.8h, v3.8h, v30.8h \n" // 9 3 3 1 (1, even)
|
||||
"mla v2.8h, v0.8h, v30.8h \n" // 9 3 3 1 (2, odd)
|
||||
@@ -642,7 +642,7 @@ void ScaleRowUp2_Linear_12_NEON(const uint16_t* src_ptr,
|
||||
"ld1 {v1.8h}, [%1], #16 \n" // 12345678 (16b)
|
||||
"prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead
|
||||
|
||||
- "mov v2.8h, v0.8h \n"
|
||||
+ "mov v2.16b, v0.16b \n"
|
||||
"mla v0.8h, v1.8h, v31.8h \n" // 3*near+far (odd)
|
||||
"mla v1.8h, v2.8h, v31.8h \n" // 3*near+far (even)
|
||||
|
||||
@@ -679,7 +679,7 @@ void ScaleRowUp2_Bilinear_12_NEON(const uint16_t* src_ptr,
|
||||
"ld1 {v3.8h}, [%2], #16 \n" // 12345678 (16b)
|
||||
"prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead
|
||||
|
||||
- "mov v0.8h, v2.8h \n"
|
||||
+ "mov v0.16b, v2.16b \n"
|
||||
"mla v2.8h, v3.8h, v31.8h \n" // 3*near+far (odd)
|
||||
"mla v3.8h, v0.8h, v31.8h \n" // 3*near+far (even)
|
||||
|
||||
@@ -687,12 +687,12 @@ void ScaleRowUp2_Bilinear_12_NEON(const uint16_t* src_ptr,
|
||||
"ld1 {v5.8h}, [%3], #16 \n" // 12345678 (16b)
|
||||
"prfm pldl1keep, [%1, 448] \n" // prefetch 7 lines ahead
|
||||
|
||||
- "mov v0.8h, v4.8h \n"
|
||||
+ "mov v0.16b, v4.16b \n"
|
||||
"mla v4.8h, v5.8h, v31.8h \n" // 3*near+far (odd)
|
||||
"mla v5.8h, v0.8h, v31.8h \n" // 3*near+far (even)
|
||||
|
||||
- "mov v0.8h, v4.8h \n"
|
||||
- "mov v1.8h, v5.8h \n"
|
||||
+ "mov v0.16b, v4.16b \n"
|
||||
+ "mov v1.16b, v5.16b \n"
|
||||
"mla v4.8h, v2.8h, v31.8h \n" // 9 3 3 1 (1, odd)
|
||||
"mla v5.8h, v3.8h, v31.8h \n" // 9 3 3 1 (1, even)
|
||||
"mla v2.8h, v0.8h, v31.8h \n" // 9 3 3 1 (2, odd)
|
||||
@@ -887,8 +887,8 @@ void ScaleUVRowUp2_Bilinear_NEON(const uint8_t* src_ptr,
|
||||
"umlal v4.8h, v1.8b, v31.8b \n" // 3*near+far (2, odd)
|
||||
"umlal v5.8h, v0.8b, v31.8b \n" // 3*near+far (2, even)
|
||||
|
||||
- "mov v0.8h, v4.8h \n"
|
||||
- "mov v1.8h, v5.8h \n"
|
||||
+ "mov v0.16b, v4.16b \n"
|
||||
+ "mov v1.16b, v5.16b \n"
|
||||
"mla v4.8h, v2.8h, v30.8h \n" // 9 3 3 1 (1, odd)
|
||||
"mla v5.8h, v3.8h, v30.8h \n" // 9 3 3 1 (1, even)
|
||||
"mla v2.8h, v0.8h, v30.8h \n" // 9 3 3 1 (2, odd)
|
47
chromium-91-pcscan-vector-types.patch
Normal file
47
chromium-91-pcscan-vector-types.patch
Normal file
@ -0,0 +1,47 @@
|
||||
From 429e6f78a88473208e96689afa2f6e91f07a4f8c Mon Sep 17 00:00:00 2001
|
||||
From: Stephan Hartmann <stha09@googlemail.com>
|
||||
Date: Sat, 10 Apr 2021 17:02:49 +0000
|
||||
Subject: [PATCH] GCC: fix vector types in pcscan
|
||||
|
||||
* _mm_cmpeq_epi64 result is __m128i
|
||||
* maybe_ptrs is __m128i already and doesn't require cast
|
||||
|
||||
Bug: 819294
|
||||
Change-Id: I3f8c6cc327191827838e80aea1431ac09315fe88
|
||||
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2817544
|
||||
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
|
||||
Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
|
||||
Cr-Commit-Position: refs/heads/master@{#871265}
|
||||
---
|
||||
|
||||
diff --git a/base/allocator/partition_allocator/starscan/pcscan.cc b/base/allocator/partition_allocator/starscan/pcscan.cc
|
||||
index c7854ff..d5c0aea 100644
|
||||
--- a/base/allocator/partition_allocator/starscan/pcscan.cc
|
||||
+++ b/base/allocator/partition_allocator/starscan/pcscan.cc
|
||||
@@ -1143,7 +1143,7 @@
|
||||
const __m128i maybe_ptrs =
|
||||
_mm_loadu_si128(reinterpret_cast<__m128i*>(payload));
|
||||
const __m128i vand = _mm_and_si128(maybe_ptrs, cage_mask);
|
||||
- const __m128d vcmp = _mm_cmpeq_epi64(vand, vbase);
|
||||
+ const __m128i vcmp = _mm_cmpeq_epi64(vand, vbase);
|
||||
const int mask = _mm_movemask_pd(_mm_castsi128_pd(vcmp));
|
||||
if (LIKELY(!mask))
|
||||
continue;
|
||||
@@ -1153,15 +1153,14 @@
|
||||
if (mask & 0b01) {
|
||||
quarantine_size +=
|
||||
pcscan_task_.TryMarkObjectInNormalBuckets<GigaCageLookupPolicy>(
|
||||
- _mm_cvtsi128_si64(_mm_castpd_si128(maybe_ptrs)));
|
||||
+ _mm_cvtsi128_si64(maybe_ptrs));
|
||||
}
|
||||
if (mask & 0b10) {
|
||||
// Extraction intrinsics for qwords are only supported in SSE4.1, so
|
||||
// instead we reshuffle dwords with pshufd. The mask is used to move the
|
||||
// 4th and 3rd dwords into the second and first position.
|
||||
static constexpr int kSecondWordMask = (3 << 2) | (2 << 0);
|
||||
- const __m128i shuffled =
|
||||
- _mm_shuffle_epi32(_mm_castpd_si128(maybe_ptrs), kSecondWordMask);
|
||||
+ const __m128i shuffled = _mm_shuffle_epi32(maybe_ptrs, kSecondWordMask);
|
||||
quarantine_size +=
|
||||
pcscan_task_.TryMarkObjectInNormalBuckets<GigaCageLookupPolicy>(
|
||||
_mm_cvtsi128_si64(shuffled));
|
14
chromium-91.0.4472.77-aarch64-cxxflags-addition.patch
Normal file
14
chromium-91.0.4472.77-aarch64-cxxflags-addition.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -up chromium-91.0.4472.77/build/config/compiler/BUILD.gn.aarch-cxxflags chromium-91.0.4472.77/build/config/compiler/BUILD.gn
|
||||
--- chromium-91.0.4472.77/build/config/compiler/BUILD.gn.aarch-cxxflags 2021-06-02 12:58:21.998750145 -0400
|
||||
+++ chromium-91.0.4472.77/build/config/compiler/BUILD.gn 2021-06-02 12:59:29.762092189 -0400
|
||||
@@ -1511,6 +1511,10 @@ config("default_warnings") {
|
||||
cflags += [ "-Wno-psabi" ]
|
||||
}
|
||||
|
||||
+ if (current_cpu == "arm" && !is_clang) {
|
||||
+ cflags_cc += [ "-flax-vector-conversions" ]
|
||||
+ }
|
||||
+
|
||||
if (!is_clang) {
|
||||
cflags_cc += [
|
||||
# See comment for -Wno-c++11-narrowing.
|
13
chromium-91.0.4472.77-disable-fontconfig-cache-magic.patch
Normal file
13
chromium-91.0.4472.77-disable-fontconfig-cache-magic.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up chromium-91.0.4472.77/base/test/BUILD.gn.nofontconfigcache chromium-91.0.4472.77/base/test/BUILD.gn
|
||||
--- chromium-91.0.4472.77/base/test/BUILD.gn.nofontconfigcache 2021-06-01 16:41:40.094756454 -0400
|
||||
+++ chromium-91.0.4472.77/base/test/BUILD.gn 2021-06-01 16:42:47.736100516 -0400
|
||||
@@ -198,9 +198,6 @@ static_library("test_support") {
|
||||
sources += [ "test_file_util_linux.cc" ]
|
||||
public_deps += [ ":fontconfig_util_linux" ]
|
||||
data_deps += [ "//third_party/test_fonts" ]
|
||||
- if (current_toolchain == host_toolchain) {
|
||||
- data_deps += [ ":do_generate_fontconfig_caches" ]
|
||||
- }
|
||||
}
|
||||
|
||||
if (is_mac) {
|
15
chromium-91.0.4472.77-initial_prefs-etc-path.patch
Normal file
15
chromium-91.0.4472.77-initial_prefs-etc-path.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff -up chromium-91.0.4472.77/chrome/browser/first_run/first_run_internal_linux.cc.etc chromium-91.0.4472.77/chrome/browser/first_run/first_run_internal_linux.cc
|
||||
--- chromium-91.0.4472.77/chrome/browser/first_run/first_run_internal_linux.cc.etc 2021-06-01 16:37:39.182531036 -0400
|
||||
+++ chromium-91.0.4472.77/chrome/browser/first_run/first_run_internal_linux.cc 2021-06-01 16:39:31.590102809 -0400
|
||||
@@ -20,9 +20,9 @@ bool IsOrganicFirstRun() {
|
||||
|
||||
base::FilePath InitialPrefsPath() {
|
||||
// The standard location of the initial prefs is next to the chrome binary.
|
||||
+ // ...but we patch it to use /etc/chromium
|
||||
base::FilePath initial_prefs;
|
||||
- if (!base::PathService::Get(base::DIR_EXE, &initial_prefs))
|
||||
- return base::FilePath();
|
||||
+ initial_prefs = base::FilePath("/etc/chromium");
|
||||
|
||||
base::FilePath new_path = initial_prefs.AppendASCII(installer::kInitialPrefs);
|
||||
if (base::PathIsReadable(new_path))
|
@ -0,0 +1,13 @@
|
||||
diff -up chromium-91.0.4472.77/third_party/closure_compiler/compiler.py.java-allowed chromium-91.0.4472.77/third_party/closure_compiler/compiler.py
|
||||
--- chromium-91.0.4472.77/third_party/closure_compiler/compiler.py.java-allowed 2021-06-02 17:14:48.445064647 +0000
|
||||
+++ chromium-91.0.4472.77/third_party/closure_compiler/compiler.py 2021-06-02 17:15:12.994836949 +0000
|
||||
@@ -13,8 +13,7 @@ import subprocess
|
||||
|
||||
|
||||
_CURRENT_DIR = os.path.join(os.path.dirname(__file__))
|
||||
-_JAVA_PATH = os.path.join(_CURRENT_DIR, "..", "jdk", "current", "bin", "java")
|
||||
-assert os.path.isfile(_JAVA_PATH), "java only allowed in android builds"
|
||||
+_JAVA_PATH = "java"
|
||||
|
||||
class Compiler(object):
|
||||
"""Runs the Closure compiler on given source files to typecheck them
|
12203
chromium-91.0.4472.77-update-highway-0.12.2.patch
Normal file
12203
chromium-91.0.4472.77-update-highway-0.12.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
|
||||
# This flag is so I can build things very fast on a giant system.
|
||||
# Do not enable in Koji builds.
|
||||
%global use_all_cpus 0
|
||||
%global use_all_cpus 1
|
||||
|
||||
%if %{use_all_cpus}
|
||||
%global numjobs %{_smp_build_ncpus}
|
||||
@ -208,14 +208,14 @@ BuildRequires: libicu-devel >= 5.4
|
||||
%global chromoting_client_id %nil
|
||||
%endif
|
||||
|
||||
%global majorversion 90
|
||||
%global majorversion 91
|
||||
|
||||
%if %{freeworld}
|
||||
Name: chromium%{chromium_channel}%{nsuffix}
|
||||
%else
|
||||
Name: chromium%{chromium_channel}
|
||||
%endif
|
||||
Version: %{majorversion}.0.4430.212
|
||||
Version: %{majorversion}.0.4472.77
|
||||
Release: 1%{?dist}
|
||||
%if %{?freeworld}
|
||||
%if %{?shared}
|
||||
@ -234,7 +234,7 @@ License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and Open
|
||||
### Chromium Fedora Patches ###
|
||||
Patch0: chromium-70.0.3538.67-sandbox-pie.patch
|
||||
# Use /etc/chromium for initial_prefs
|
||||
Patch1: chromium-89.0.4389.72-initial_prefs-etc-path.patch
|
||||
Patch1: chromium-91.0.4472.77-initial_prefs-etc-path.patch
|
||||
# Use gn system files
|
||||
Patch2: chromium-67.0.3396.62-gn-system.patch
|
||||
# Do not prefix libpng functions
|
||||
@ -249,7 +249,7 @@ Patch6: chromium-89.0.4389.72-norar.patch
|
||||
# https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/chromium/files/chromium-widevine-r3.patch
|
||||
Patch7: chromium-71.0.3578.98-widevine-r3.patch
|
||||
# Disable fontconfig cache magic that breaks remoting
|
||||
Patch8: chromium-83.0.4103.61-disable-fontconfig-cache-magic.patch
|
||||
Patch8: chromium-91.0.4472.77-disable-fontconfig-cache-magic.patch
|
||||
# drop rsp clobber, which breaks gcc9 (thanks to Jeff Law)
|
||||
Patch9: chromium-78.0.3904.70-gcc9-drop-rsp-clobber.patch
|
||||
# Try to load widevine from other places
|
||||
@ -274,16 +274,20 @@ Patch57: chromium-89.0.4389.72-missing-cstring-header.patch
|
||||
# prepare for using system ffmpeg (clean)
|
||||
# http://svnweb.mageia.org/packages/cauldron/chromium-browser-stable/current/SOURCES/chromium-53-ffmpeg-no-deprecation-errors.patch?view=markup
|
||||
Patch58: chromium-53-ffmpeg-no-deprecation-errors.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-90-angle-constexpr.patch
|
||||
Patch59: chromium-90-angle-constexpr.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-90-CrossThreadCopier-qualification.patch
|
||||
Patch60: chromium-90-CrossThreadCopier-qualification.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-90-quantization_utils-include.patch
|
||||
Patch61: chromium-90-quantization_utils-include.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-91-pcscan-vector-types.patch
|
||||
Patch59: chromium-91-pcscan-vector-types.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-91-libyuv-aarch64.patch
|
||||
Patch60: chromium-91-libyuv-aarch64.patch
|
||||
# Update third_party/highway to 0.12.2
|
||||
# this is needed for sane arm/aarch64
|
||||
Patch61: chromium-91.0.4472.77-update-highway-0.12.2.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-90-ruy-include.patch
|
||||
Patch62: chromium-90-ruy-include.patch
|
||||
# https://github.com/stha09/chromium-patches/blob/master/chromium-90-TokenizedOutput-include.patch
|
||||
Patch63: chromium-90-TokenizedOutput-include.patch
|
||||
# Extra CXXFLAGS for aarch64
|
||||
Patch63: chromium-91.0.4472.77-aarch64-cxxflags-addition.patch
|
||||
# Fix issue where closure_compiler thinks java is only allowed in android builds
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1192875
|
||||
Patch64: chromium-91.0.4472.77-java-only-allowed-in-android-builds.patch
|
||||
|
||||
# Silence GCC warnings during gn compile
|
||||
Patch65: chromium-84.0.4147.105-gn-gcc-cleanup.patch
|
||||
@ -300,9 +304,6 @@ Patch75: chromium-90.0.4430.72-fstatfix.patch
|
||||
Patch76: chromium-88.0.4324.182-rawhide-gcc-std-max-fix.patch
|
||||
# Fix symbol visibility with gcc on swiftshader's libEGL
|
||||
Patch77: chromium-88.0.4324.182-gcc-fix-swiftshader-libEGL-visibility.patch
|
||||
# Include support for futex_time64 (64bit time on 32bit platforms)
|
||||
# https://chromium.googlesource.com/chromium/src/+/955a586c63c4f99fb734e44221db63f5b2ca25a9%5E%21/#F0
|
||||
Patch78: chromium-89.0.4389.82-support-futex_time64.patch
|
||||
# Do not download proprietary widevine module in the background (thanks Debian)
|
||||
Patch79: chromium-90.0.4430.72-widevine-no-download.patch
|
||||
# Fix crashes with components/cast_*
|
||||
@ -409,6 +410,7 @@ BuildRequires: harfbuzz-devel >= 2.4.0
|
||||
%endif
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libcurl-devel
|
||||
%if 0%{?bundlelibdrm}
|
||||
#nothing
|
||||
%else
|
||||
@ -924,12 +926,12 @@ udev.
|
||||
%patch56 -p1 -b .missing-cstdint
|
||||
%patch57 -p1 -b .missing-cstring
|
||||
%patch58 -p1 -b .ffmpeg-deprecations
|
||||
%patch59 -p1 -b .angle-constexpr
|
||||
%patch60 -p1 -b .CrossThreadCopier-qualification
|
||||
%patch61 -p1 -b .quantization_utils-include
|
||||
%patch59 -p1 -b .pcscan-vector-types
|
||||
%patch60 -p1 -b .libyuv-aarch64
|
||||
%patch61 -p1 -b .update-highway-0.12.2
|
||||
%patch62 -p1 -b .ruy-include
|
||||
%patch63 -p1 -b .TokenizedOutput
|
||||
|
||||
%patch63 -p1 -b .aarch64-cxxflags-addition
|
||||
%patch64 -p1 -b .java-only-allowed
|
||||
%patch65 -p1 -b .gn-gcc-cleanup
|
||||
%patch66 -p1 -b .remoting-cstring
|
||||
%patch67 -p1 -b .i686-textrels
|
||||
@ -939,7 +941,6 @@ udev.
|
||||
%patch76 -p1 -b .sigstkszfix
|
||||
%endif
|
||||
%patch77 -p1 -b .gcc-swiftshader-visibility
|
||||
%patch78 -p1 -b .futex-time64
|
||||
%patch79 -p1 -b .widevine-no-download
|
||||
%patch80 -p1 -b .EnumTable-crash
|
||||
|
||||
@ -1209,6 +1210,7 @@ build/linux/unbundle/remove_bundled_libraries.py \
|
||||
'third_party/cros_system_api' \
|
||||
'third_party/dav1d' \
|
||||
'third_party/dawn' \
|
||||
'third_party/dawn/third_party/khronos' \
|
||||
'third_party/depot_tools' \
|
||||
'third_party/devscripts' \
|
||||
'third_party/devtools-frontend' \
|
||||
@ -1247,6 +1249,7 @@ build/linux/unbundle/remove_bundled_libraries.py \
|
||||
'third_party/googletest' \
|
||||
'third_party/grpc' \
|
||||
'third_party/harfbuzz-ng' \
|
||||
'third_party/highway' \
|
||||
'third_party/hunspell' \
|
||||
'third_party/iccjpeg' \
|
||||
'third_party/icu' \
|
||||
@ -1268,6 +1271,7 @@ build/linux/unbundle/remove_bundled_libraries.py \
|
||||
'third_party/libgifcodec' \
|
||||
'third_party/libjingle' \
|
||||
'third_party/libjpeg_turbo' \
|
||||
'third_party/libjxl' \
|
||||
'third_party/libphonenumber' \
|
||||
'third_party/libpng' \
|
||||
'third_party/libsecret' \
|
||||
@ -1341,7 +1345,6 @@ build/linux/unbundle/remove_bundled_libraries.py \
|
||||
'third_party/rnnoise' \
|
||||
'third_party/ruy' \
|
||||
'third_party/s2cellid' \
|
||||
'third_party/schema_org' \
|
||||
'third_party/securemessage' \
|
||||
'third_party/shell-encryption' \
|
||||
'third_party/simplejson' \
|
||||
@ -1378,6 +1381,7 @@ build/linux/unbundle/remove_bundled_libraries.py \
|
||||
'third_party/wayland' \
|
||||
'third_party/web-animations-js' \
|
||||
'third_party/webdriver' \
|
||||
'third_party/webgpu-cts' \
|
||||
'third_party/webrtc' \
|
||||
'third_party/webrtc/common_audio/third_party/ooura' \
|
||||
'third_party/webrtc/common_audio/third_party/spl_sqrt_floor' \
|
||||
@ -1943,6 +1947,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
||||
%lang(vi) %{chromium_path}/locales/vi.pak*
|
||||
%lang(zh_CN) %{chromium_path}/locales/zh-CN.pak*
|
||||
%lang(zh_TW) %{chromium_path}/locales/zh-TW.pak*
|
||||
# These are psuedolocales, not real ones.
|
||||
# So we just include them always.
|
||||
%{chromium_path}/locales/ar-XB.pak*
|
||||
%{chromium_path}/locales/en-XA.pak*
|
||||
|
||||
%if %{build_headless}
|
||||
%files headless
|
||||
@ -1999,6 +2007,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 1 2021 Tom Callaway <spot@fedoraproject.org> - 91.0.4472.77-1
|
||||
- update to 91.0.4472.77
|
||||
|
||||
* Tue May 18 2021 Tom Callaway <spot@fedoraproject.org> - 90.0.4430.212-1
|
||||
- update to 90.0.4430.212
|
||||
|
||||
|
@ -127,6 +127,7 @@ header_files=" libavcodec/x86/inline_asm.h \
|
||||
libavcodec/pixblockdsp.h \
|
||||
libavcodec/pixels.h \
|
||||
libavcodec/png.h \
|
||||
libavcodec/pngdsp.h \
|
||||
libavcodec/put_bits.h \
|
||||
libavcodec/qpeldsp.h \
|
||||
libavcodec/ratecontrol.h \
|
||||
@ -297,7 +298,6 @@ mp3_files=" libavcodec/aarch64/aacpsdsp_init_aarch64.c \
|
||||
libavcodec/sbrdsp.c \
|
||||
libavcodec/sbrdsp_template.c \
|
||||
libavcodec/sinewin.c \
|
||||
libavcodec/sinewin_fixed.c \
|
||||
libavcodec/x86/dct_init.c \
|
||||
libavcodec/x86/dct32.asm \
|
||||
libavcodec/x86/imdct36.asm \
|
||||
|
2
sources
2
sources
@ -20,4 +20,4 @@ SHA512 (xcb-proto-1.14.tar.xz) = de66d568163b6da2be9d6c59984f3afa3acd119a7813786
|
||||
SHA512 (depot_tools.git-master.tar.gz) = dc323888812b66cc92c53a24a8a58ccf9e2961be67aa21852bd091b8b49569071f06ae9104cb58950e6253ac3a29f0db0663e9f35ef2b1ea28696efb38b42708
|
||||
SHA512 (NotoSansSymbols2-Regular.ttf) = 2644b42c3fdccfe12395f9b61553aced169a0f1dc09f5a0fd7898e9d0a372ee4422b6b1cdab3c86ecc91db437e9ae8a951e64e85edc3ac9e9fca428852dbb2ad
|
||||
SHA512 (NotoSansTibetan-Regular.ttf) = fb5a48fcaea80eebe7d692f6fcf00d59d47658a358d0ec8e046fc559873f88bd595b2da474d2826abd9e9305f3741c69058d867b1e6048f37fe7d71b5d3af36a
|
||||
SHA512 (chromium-90.0.4430.212-clean.tar.xz) = 53c16fcb899ae5de73599a67c7652801b4779c9642c2dacc2f211e6c6accd455507594138e59dcbabe9f80493d78fd4d0d118a58284d9d62f149e549dbba8ccc
|
||||
SHA512 (chromium-91.0.4472.77-clean.tar.xz) = 52e4daec5cbaaa91851d33c0699bb0529c2b84bf2d95937cd043914eaf7c75c9e2d512904038acd367888bc465dfe6e4217f2eb1670f2f9ee3cae1f2c2a57d0a
|
||||
|
Loading…
Reference in New Issue
Block a user