summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2018-06-01 18:48:01 +0200
committerMaxim Baz2018-06-01 18:48:01 +0200
commitdde0c10650e67007ddf6f456d924fda03375b612 (patch)
tree5fbf11fe64eda84905ec4bdf7756d551c3ede1e6
parent2a6f4a6887e09d99d703aa052c7462f5ab8f1dfc (diff)
downloadaur-dde0c10650e67007ddf6f456d924fda03375b612.tar.gz
Update to 67.0.3396.62
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c8cb1842b3..a4198973a967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-vaapi-bin
pkgdesc = Chromium compiled with VA-API support for Intel Graphics
- pkgver = 66.0.3359.181
+ pkgver = 67.0.3396.62
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = chromium-vaapi-bin
depends = hicolor-icon-theme
depends = libva
depends = flac
+ depends = ffmpeg
depends = fontconfig
depends = icu
depends = opus
@@ -41,8 +42,8 @@ pkgbase = chromium-vaapi-bin
provides = chromium
conflicts = chromium
conflicts = chromium-vaapi
- source_x86_64 = https://github.com/maximbaz/chromium-vaapi-bin/raw/master/x86_64/chromium-vaapi-66.0.3359.181-1-x86_64.pkg.tar.xz
- sha256sums_x86_64 = 7b7038fea19238ee3a324b409ed1ba49ce1e496ea68337a5ace9d983865a7d26
+ source_x86_64 = https://github.com/maximbaz/chromium-vaapi-bin/raw/master/x86_64/chromium-vaapi-67.0.3396.62-1-x86_64.pkg.tar.xz
+ sha256sums_x86_64 = d893f9dc8b820670635dc0bbf742052637dbeb8aa1635ea70208f15901cd99e1
pkgname = chromium-vaapi-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2d9f048f3dff..a2aa6dc2ecef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=chromium-vaapi-bin
-pkgver=66.0.3359.181
+pkgver=67.0.3396.62
pkgrel=1
pkgdesc='Chromium compiled with VA-API support for Intel Graphics'
url='https://www.chromium.org/Home'
@@ -18,14 +18,14 @@ optdepends=('pepper-flash: support for Flash content'
'libva-intel-driver: Needed to support VA-API for Intel graphics cards')
source_x86_64=("https://github.com/maximbaz/$pkgname/raw/master/$arch/chromium-vaapi-$pkgver-$pkgrel-$arch.pkg.tar.xz")
-sha256sums_x86_64=('7b7038fea19238ee3a324b409ed1ba49ce1e496ea68337a5ace9d983865a7d26')
+sha256sums_x86_64=('d893f9dc8b820670635dc0bbf742052637dbeb8aa1635ea70208f15901cd99e1')
# Keep in sync with AUR/chromium-vaapi:
#
# 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
declare -gA _system_libs=(
- #[ffmpeg]=ffmpeg # https://crbug.com/731766
+ [ffmpeg]=ffmpeg
[flac]=flac
[fontconfig]=fontconfig
[freetype]=freetype2
@@ -34,7 +34,7 @@ declare -gA _system_libs=(
[libdrm]=
[libjpeg]=libjpeg
#[libpng]=libpng # https://crbug.com/752403#c10
- #[libvpx]=libvpx
+ #[libvpx]=libvpx # needs unreleased libvpx
[libwebp]=libwebp
#[libxml]=libxml2 # https://crbug.com/736026
[libxslt]=libxslt