summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-26 22:47:22 +0000
committer Eric Hameleers <alien@slackware.com>2015-12-26 22:47:22 +0000
commitf725ab7dc0f7a7d4364b52be431809ccc100bafb (patch)
treeb8ebd09f886916bf02f2345b7b5a1a314ade0a42 /chromium-dev
parent7cea90d4b9b7f2a987cfcdb7deb35751f8672559 (diff)
downloadasb-f725ab7dc0f7a7d4364b52be431809ccc100bafb.tar.gz
asb-f725ab7dc0f7a7d4364b52be431809ccc100bafb.tar.xz
chromium-dev: updated to 49.0.2593.0. Define 'sysroot=0' to still be able to link against local system libraries, see https://chromiumcodereview.appspot.com/1464983003/
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium-dev.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/chromium-dev/build/chromium-dev.SlackBuild b/chromium-dev/build/chromium-dev.SlackBuild
index ae61c317..79fa0666 100755
--- a/chromium-dev/build/chromium-dev.SlackBuild
+++ b/chromium-dev/build/chromium-dev.SlackBuild
@@ -67,6 +67,9 @@
# 48.0.2535.0-1:
# 16/oct/2015 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 49.0.2593.0-1:
+# 26/dec/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh chromium-dev.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -77,7 +80,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-"-dev"} # "-dev" = development build; "" = stable build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-48.0.2535.0}
+VERSION=${VERSION:-49.0.2593.0}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -120,7 +123,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.854" # CHROME_VERSION="48.0.2535.0"
+WIDEVINE_VERSION="1.4.8.824" # CHROME_VERSION="49.0.2593.0"
DOCS="AUTHORS DEPS LICENSE README*"
@@ -387,6 +390,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