summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD30
2 files changed, 19 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0afa5207e16..ee6f3034176a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 3 00:09:44 UTC 2017
+# Thu Jun 8 01:32:35 UTC 2017
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 60.0.3112.10
+ pkgver = 60.0.3112.20
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -40,8 +40,8 @@ pkgbase = chromium-dev
depends = gtk3
depends = openh264
optdepends = libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users
- optdepends = libva-mesa-driver: HW video acceleration for Nouveau, r600 and radeonsi users
- optdepends = libva-intel-driver: HW video acceleration for intel users
+ optdepends = libva-mesa-driver: HW video acceleration for Nouveau, R600 and RadeonSI users
+ optdepends = libva-intel-driver: HW video acceleration for Intel users
optdepends = pepper-flash: PPAPI Flash Player
optdepends = chromium-widevine-dev: Widevine plugin (eg: Netflix) (Dev Channel)
optdepends = kdialog: Needed for file dialogs in KF5
@@ -49,7 +49,7 @@ pkgbase = chromium-dev
optdepends = ttf-font: For some typography
optdepends = libappindicator-gtk3: Needed for show systray icon in the panel
options = !strip
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-60.0.3112.10.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-60.0.3112.20.tar.xz
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
source = chromium-dev.svg
source = BUILD.gn
@@ -58,7 +58,7 @@ pkgbase = chromium-dev
source = minizip.patch
source = vaapi_patch_r2.patch
source = chromium-widevine-r1.patch
- sha256sums = 50b15ac11e8bf523300697f72db304c79c3fee3497f52626affd3c4826a43cd8
+ sha256sums = b508b8ecd85a0bf9778d836af3c7564dd97ef3628d964c1bfea353658113c494
sha256sums = 8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = c7d9974834fc3803b5f1a1d310ff391306964caaabc807a62f8e5c3d38526ee6
diff --git a/PKGBUILD b/PKGBUILD
index f6cff4b6fcb5..1b1fb6d23897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _enable_vaapi=0 # Patch for VAAPI HW acceleration NOTE: don't work in some grap
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=60.0.3112.10
+pkgver=60.0.3112.20
_launcher_ver=3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
@@ -42,7 +42,7 @@ depends=(
# 'protobuf'
# 'libevent'
'ffmpeg'
-# 'icu' # https://crbug.com/678661
+# 'icu' # https://crbug.com/678661
'gtk3'
'openh264'
)
@@ -63,14 +63,13 @@ makedepends=('libexif'
'sandbox'
)
optdepends=('libva-vdpau-driver-chromium: HW video acceleration for NVIDIA users'
- 'libva-mesa-driver: HW video acceleration for Nouveau, r600 and radeonsi users'
- 'libva-intel-driver: HW video acceleration for intel users'
+ 'libva-mesa-driver: HW video acceleration for Nouveau, R600 and RadeonSI users'
+ 'libva-intel-driver: HW video acceleration for Intel users'
#
'pepper-flash: PPAPI Flash Player'
'chromium-widevine-dev: Widevine plugin (eg: Netflix) (Dev Channel)'
#
'kdialog: Needed for file dialogs in KF5'
- #
'kwalletmanager: Needed for storing passwords in KWallet'
#
'ttf-font: For some typography'
@@ -86,8 +85,6 @@ source=( #"https://gsdview.appspot.com/chromium-browser-official/chromium-${pkgv
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-FORTIFY_SOURCE-r1.patch'
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r8.patch'
# Misc Patches
-# "enable_vaapi_on_linux_${pkgver}.diff::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/25539edd06a0ac9bf4010c4ad9b936d349ebc974/debian/patches/enable_vaapi_on_linux.diff"
-# "specify-max-resolution_${pkgver}.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/25539edd06a0ac9bf4010c4ad9b936d349ebc974/debian/patches/specify-max-resolution.patch"
'minizip.patch'
'vaapi_patch_r2.patch'
# Patch from crbug (chromium bugtracker)
@@ -326,25 +323,26 @@ _flags=(
_use_system=(
'ffmpeg'
'flac'
+# 'freetype' # https://bugs.chromium.org/p/pdfium/issues/detail?id=733
'harfbuzz-ng'
-# 'hunspell' # need ustream changes
-# 'icu' # https://crbug.com/678661
+# 'hunspell' # need ustream changes
+# 'icu' # https://crbug.com/678661
'libdrm'
-# 'libevent' # Get segfaults and other problems https://bugs.gentoo.org/593458
+# 'libevent' # Get segfaults and other problems https://bugs.gentoo.org/593458
'libjpeg'
'libpng'
-# 'libsrtp' # https://bugs.gentoo.org/459932
+# 'libsrtp' # https://bugs.gentoo.org/459932
# 'libvpx'
'libwebp'
-# 'libxml' # https://bugs.gentoo.org/616818
+# 'libxml' # https://bugs.gentoo.org/616818
'libxslt'
'openh264'
'opus'
-# 'protobuf' # https://bugs.gentoo.org/525560
+# 'protobuf' # https://bugs.gentoo.org/525560
're2'
-# 'sqlite' # https://crbug.com/58087
+# 'sqlite' # https://crbug.com/58087
'snappy'
-# 'ssl' # https://crbug.com/22208
+# 'ssl' # https://crbug.com/22208
'yasm'
'zlib'
)
@@ -396,8 +394,6 @@ prepare() {
# Misc Patches:
if [ "${_enable_vaapi}" = 1 ]; then
-# patch -p1 -i "${srcdir}/enable_vaapi_on_linux_${pkgver}.diff"
-# patch -p1 -i "${srcdir}/specify-max-resolution_${pkgver}.patch"
patch -p1 -i "${srcdir}/vaapi_patch_r2.patch"
fi