summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-06-20 18:43:34 +0200
committersL1pKn072020-06-20 18:43:34 +0200
commit13ce039722d95d0d1ee0d8190032bae4cae99b02 (patch)
tree7c7ac4fc042c509323a5fca024b2f21c8ea71f0e
parenta2b5f5177c40d07ee4f278237e5cb5d324f0a9a5 (diff)
downloadaur-13ce039722d95d0d1ee0d8190032bae4cae99b02.tar.gz
Update to 85.0.4173.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedbcf9902f9..7ea20f8d7456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 85.0.4168.2
+ pkgver = 85.0.4173.0
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -29,7 +29,6 @@ pkgbase = chromium-dev
depends = vulkan-icd-loader
depends = libpulse
depends = libwebp
- depends = libvpx
depends = opus
depends = bluez-libs
depends = libnet
@@ -39,15 +38,13 @@ pkgbase = chromium-dev
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = ttf-font: For some typography
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-85.0.4168.2.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-85.0.4173.0.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
- source = fix_vaapi_wayland.patch::https://patch-diff.githubusercontent.com/raw/Igalia/chromium/pull/517.patch
source = chromium-skia-harmony-r2.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-skia-harmony.patch?h=packages/chromium
- sha256sums = 1a7a7b42639ef1e8d4740454ca198e24615d1c5ff82fec4baeb0f62abfff359b
+ sha256sums = 718b40402fefcf3389eeefbb4dfcbb3ec438144197d2cdcf3fc8b97e9e04aabf
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
- sha256sums = 1b93388254c9d780365e4639d494bfa337a7924426c12f7362a1f7e8e7fad014
sha256sums = 771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1
pkgname = chromium-dev
diff --git a/PKGBUILD b/PKGBUILD
index d02fb0f9ebf1..e7d52c4ea0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _use_wayland=0 # Build Wayland NOTE: extremely experimental and don't
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=85.0.4168.2
+pkgver=85.0.4173.0
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -40,7 +40,7 @@ depends=(
'vulkan-icd-loader'
'libpulse'
'libwebp'
- 'libvpx'
+# 'libvpx'
'opus'
'bluez-libs'
'libnet'
@@ -80,7 +80,7 @@ source=(
# Patch form Gentoo.
# Misc Patches.
- 'fix_vaapi_wayland.patch::https://patch-diff.githubusercontent.com/raw/Igalia/chromium/pull/517.patch' # Attemp to fix build if enable wayland
+
# Patch from crbug.com (chromium bugtracker), chromium-review.googlesource.com / Gerrit or Arch chromium package.
'chromium-skia-harmony-r2.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-skia-harmony.patch?h=packages/chromium'
)
@@ -92,7 +92,7 @@ sha256sums=(
# Patch form Gentoo
# Misc Patches
- '1b93388254c9d780365e4639d494bfa337a7924426c12f7362a1f7e8e7fad014'
+
# Patch from crbug (chromium bugtracker) or Arch chromium package
'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
)
@@ -226,6 +226,8 @@ _keeplibs=(
'third_party/libsrtp'
'third_party/libsync'
'third_party/libudev'
+ 'third_party/libvpx'
+ 'third_party/libvpx/source/libvpx/third_party/x86inc'
'third_party/libwebm'
'third_party/libxml/chromium'
'third_party/libyuv'
@@ -397,7 +399,7 @@ _use_system=(
# 'libevent' # Get segfaults and other problems https://bugs.gentoo.org/593458.
'libjpeg'
'libpng'
- 'libvpx'
+# 'libvpx'
'libwebp'
'libxml'
'libxslt'
@@ -519,9 +521,6 @@ prepare() {
-i third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-i third_party/libxml/chromium/libxml_utils.cc
- # Attemp to fix build with wayland
- patch -p1 -i "${srcdir}/fix_vaapi_wayland.patch"
-
# # Patch from Gentoo