Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: chromium 95.0.4638.54-2: fix VA-API on ozone/x11
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@426343 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
foutrelis authored and svntogit committed Oct 20, 2021
1 parent 3438aeb commit 5316f38
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trunk/PKGBUILD
Expand Up @@ -5,7 +5,7 @@

pkgname=chromium
pkgver=95.0.4638.54
pkgrel=1
pkgrel=2
_launcher_ver=8
_gcc_patchset=4
pkgdesc="A web browser built for speed, simplicity, and security"
Expand All @@ -25,6 +25,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
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
maldoca-depend-on-zlib-instead-of-headers-only.patch
ozone-x11-fix-VA-API.patch
chromium-95-harfbuzz-3.patch
replace-blacklist-with-ignorelist.patch
add-a-TODO-about-a-missing-pnacl-flag.patch
Expand All @@ -39,6 +40,7 @@ sha256sums=('3eef88d745e6ddaeaf507358f1510482d6f399cf335061bb1226a5f7120061fd'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'bc6373f2470a9e6d947a4deaee0612f730112f69552b933c54bb6e60b82dd6f1'
'074b32078b9e53fd9b33709ce5785c120eb0346b015a93921897caed4f95f7b6'
'3af6dfe5c4e6ed1be52a292c30bc0c447cc8498bb108f7973adb438239961474'
'd9002f1e33390c3e770637773c81be6731584b18f68f086e955bcc3f66f4510d'
'd3344ba39b8c6ed202334ba7f441c70d81ddf8cdb15af1aa8c16e9a3a75fbb35'
'd53da216538f2e741a6e048ed103964a91a98e9a3c10c27fdfa34d4692fdc455'
Expand Down Expand Up @@ -117,6 +119,7 @@ prepare() {

# Upstream fixes
patch -Np1 -i ../maldoca-depend-on-zlib-instead-of-headers-only.patch
patch -Np1 -i ../ozone-x11-fix-VA-API.patch
patch -Np1 -i ../chromium-95-harfbuzz-3.patch

# Revert transition to -fsanitize-ignorelist (needs newer clang)
Expand Down

0 comments on commit 5316f38

Please sign in to comment.