summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-01-24 12:05:14 +0000
committer Eric Hameleers <alien@slackware.com>2016-01-24 12:05:14 +0000
commit518f7508808c7241bd53898a88dddc47c6d04c08 (patch)
tree127285b78e2ef1c547245020954a844cf8c7932c /chromium
parentb966a7f68ddea1ee8a27ee4d82bb5ef5d05fe112 (diff)
downloadasb-518f7508808c7241bd53898a88dddc47c6d04c08.tar.gz
asb-518f7508808c7241bd53898a88dddc47c6d04c08.tar.xz
chromium: updated to 48.0.2564.82
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index b72ce5c4..ef99e257 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2013, 2014, 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2013, 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -201,6 +201,10 @@
# 47.0.2526.73-1:
# 03/dec/2015 by Eric Hameleers <alien@slackware.com>
# * First 47 release.
+# 48.0.2564.82-1:
+# 24/jan/2016 by Eric Hameleers <alien@slackware.com>
+# * First 48 release.
+#
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -211,7 +215,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-47.0.2526.73}
+VERSION=${VERSION:-48.0.2564.82}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -254,7 +258,7 @@ USE_HOTWORD=${USE_HOTWORD:-0}
# as our chromium sources:
# rpm2cpio ${SOURCE[1]} | cpio --to-stdout -i ./opt/google/chrome${BINTREE}/chrome 2>&1 | strings | grep -C 1 " (version:" | tail -1
RPMSUB=${RPMSUB:-"-1"}
-WIDEVINE_VERSION="1.4.8.865" # CHROME_VERSION="47.0.2526.73"
+WIDEVINE_VERSION="1.4.8.824" # CHROME_VERSION="48.0.2564.82"
DOCS="AUTHORS DEPS LICENSE README*"
@@ -436,12 +440,6 @@ touch $OUTPUT/patch-${PRGNAM}.log
# Enable VAAPI hardware decoding on Linux platform:
cat $SRCDIR/patches/chromium_vaapi.patch | patch -p1 --verbose \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-# Fix broken password manager on KDE, http://crbug.com/494229
-# This patch will be included in Chromium 45.
-if [ $(echo $VERSION |cut -d. -f1) -lt 45 ]; then
- cat $SRCDIR/patches/chromium_kde_pickles.patch | patch -p1 --verbose \
- 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
-fi
if [ "$ARCH" != "x86_64" ]; then
# For now, disable NaCl except on x86_64 because the precompiled toolchain is
@@ -527,6 +525,7 @@ _chromium_conf=(
-Duse_gconf=0
-Duse_kerberos=0
-Duse_pulseaudio=0
+ -Duse_sysroot=0
-Duse_system_bzip2=1
-Duse_system_flac=1
-Duse_system_ffmpeg=0