mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium to 92.0.4515.107-1
This commit is contained in:
parent
a39aa0d6a5
commit
dfa07ac1bd
2 changed files with 8 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
From 904e99fe2dea9b24d745b434858008dd78ca2933 Mon Sep 17 00:00:00 2001
|
||||
From 91ec5e7245f7ab302cd8fe22bfbbd2f0738ae286 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Thu, 18 Feb 2021 19:35:58 -0700
|
||||
Subject: [PATCH] widevine support for arm
|
||||
|
@ -21,5 +21,5 @@ index a81a67e8f726..3d0e27fed6ee 100644
|
|||
(is_win && (target_cpu == "x86" || target_cpu == "x64"))
|
||||
|
||||
--
|
||||
2.30.1
|
||||
2.32.0
|
||||
|
||||
|
|
|
@ -15,10 +15,10 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=91.0.4472.164
|
||||
pkgver=92.0.4515.107
|
||||
pkgrel=1
|
||||
_launcher_ver=7
|
||||
_gcc_patchset=5
|
||||
_gcc_patchset=7
|
||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||
arch=('x86_64')
|
||||
url="https://www.chromium.org/Home"
|
||||
|
@ -35,25 +35,19 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
|
|||
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
|
||||
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
|
||||
fix-crash-in-ThemeService.patch
|
||||
unbundle-use-char16_t-as-UCHAR_TYPE.patch
|
||||
make-dom-distiller-protoc-plugin-call-py2.7.patch
|
||||
extend-enable-accelerated-video-decode-flag.patch
|
||||
sql-make-VirtualCursor-standard-layout-type.patch
|
||||
chromium-glibc-2.33.patch
|
||||
use-oauth2-client-switches-as-default.patch
|
||||
0001-widevine-support-for-arm.patch)
|
||||
sha256sums=('84e56fa2ad96d910cab429c513eeaca7bfa94096fef057bd024be826ce8426bd'
|
||||
sha256sums=('6e51ac6512a4e95018eefc9fef1d2e7597f28a1c45c763b3a8eb7dde5f557012'
|
||||
'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
|
||||
'171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
|
||||
'3cfe46e181cb9d337c454b5b5adbf5297052f29cd617cdee4380eeb1943825d8'
|
||||
'59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
|
||||
'76ceebd14c9a6f1ea6a05b1613e64d1e2aca595e0f0b3e9497e3eeee33ed756c'
|
||||
'53a2cbb1b58d652d5424ff9040b6a51b9dc6348ce3edc68344cd0d25f1f4beb2'
|
||||
'66db9132d6f5e06aa26e5de0924f814224a76a9bdf4b61afce161fb1d7643b22'
|
||||
'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
|
||||
'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
|
||||
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
|
||||
'6a0a2a7406d4014a526c93da902b3d5bd4f0d7174dac9b7e411bb196b9b57384')
|
||||
'd0b08de4b48b28525dd337800c51a1e02df260f5deafd3264f1a0df1987fe482')
|
||||
|
||||
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
|
||||
# Keys are the names in the above script; values are the dependencies in Arch
|
||||
|
@ -121,9 +115,6 @@ prepare() {
|
|||
patch -Np1 -i ../chromium-glibc-2.33.patch
|
||||
|
||||
# Upstream fixes
|
||||
patch -Np1 -i ../fix-crash-in-ThemeService.patch
|
||||
patch -Np1 -i ../unbundle-use-char16_t-as-UCHAR_TYPE.patch
|
||||
patch -Np1 -i ../make-dom-distiller-protoc-plugin-call-py2.7.patch
|
||||
patch -Np1 -i ../extend-enable-accelerated-video-decode-flag.patch
|
||||
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/2862724
|
||||
|
@ -253,6 +244,7 @@ package() {
|
|||
libGLESv2.so
|
||||
|
||||
chromedriver
|
||||
crashpad_handler
|
||||
)
|
||||
|
||||
if [[ -z ${_system_libs[icu]+set} ]]; then
|
||||
|
|
Loading…
Reference in a new issue