From 518f7508808c7241bd53898a88dddc47c6d04c08 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 24 Jan 2016 12:05:14 +0000 Subject: chromium: updated to 48.0.2564.82 --- chromium/build/chromium.SlackBuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'chromium') 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 # * First 47 release. +# 48.0.2564.82-1: +# 24/jan/2016 by Eric Hameleers +# * 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 -- cgit v1.2.3-65-gdbad