extra/chromium to 109.0.5414.119-1

This commit is contained in:
Kevin Mihelich 2023-01-25 12:20:40 +00:00
parent 5e015f7b65
commit 74025a42ec

View file

@ -15,7 +15,7 @@
highmem=1
pkgname=chromium
pkgver=109.0.5414.74
pkgver=109.0.5414.119
pkgrel=1
_launcher_ver=8
_gcc_patchset=1
@ -38,6 +38,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
v8-enhance-Date-parser-to-take-Unicode-SPACE.patch
fix-the-way-to-handle-codecs-in-the-system-icu.patch
REVERT-roll-src-third_party-ffmpeg-m102.patch
REVERT-roll-src-third_party-ffmpeg-m106.patch
disable-GlobalMediaControlsCastStartStop.patch
@ -46,10 +47,11 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
0001-widevine-support-for-arm.patch
0002-Run-blink-bindings-generation-single-threaded.patch
0003-Fix-eu-strip-build-for-newer-GCC.patch)
sha256sums=('eded233c26ab631be325ad49cb306c338513b6a6528197d42653e66187548e5d'
sha256sums=('cbcdef5ee71acb53790ded3adef86871812b46e9f208dce8ec3f8ab04958be2d'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'1ca780a2ad5351f60671a828064392096c8da7b589086ee999f25c9e6e799a7b'
'b83406a881d66627757d9cbc05e345cbb2bd395a48b6d4c970e5e1cb3f6ed454'
'a5d5c532b0b059895bc13aaaa600d21770eab2afa726421b78cb597a78a3c7e3'
'30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
'4c12d31d020799d31355faa7d1fe2a5a807f7458e7f0c374adf55edb37032152'
'7f3b1b22d6a271431c1f9fc92b6eb49c6d80b8b3f868bdee07a6a1a16630a302'
@ -69,7 +71,7 @@ declare -gA _system_libs=(
[fontconfig]=fontconfig
[freetype]=freetype2
[harfbuzz-ng]=harfbuzz
#[icu]=icu # https://crbug.com/1382032
[icu]=icu
[jsoncpp]=jsoncpp
[libaom]=aom
[libavif]=libavif # needs https://github.com/AOMediaCodec/libavif/commit/d22d4de94120
@ -134,6 +136,7 @@ prepare() {
# Upstream fixes
patch -Np1 -d v8 <../v8-enhance-Date-parser-to-take-Unicode-SPACE.patch
patch -Np1 -i ../fix-the-way-to-handle-codecs-in-the-system-icu.patch
# Revert ffmpeg roll requiring new channel layout API support
# https://crbug.com/1325301