summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-05 20:35:43 +0000
committer Eric Hameleers <alien@slackware.com>2018-02-05 20:35:43 +0000
commit7ac9ebf6c8c59fffe1073ede6d8fd704825c9e64 (patch)
treec14992800247163350e1328ffc1d203b352eedb0 /chromium
parentee73c08050ed48d6f1c9757dc1e6211fc31bef90 (diff)
downloadasb-7ac9ebf6c8c59fffe1073ede6d8fd704825c9e64.tar.gz
asb-7ac9ebf6c8c59fffe1073ede6d8fd704825c9e64.tar.xz
chromium: updated to 64.0.3282.140
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 7dbbe30c..b344081f 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -308,7 +308,10 @@
# * Update to 64.
# 64.0.3282.119-2:
# 29/jan/2018 by Eric Hameleers <alien@slackware.com>
-# * Attempt to enable HEVC support.
+# * Enable HEVC support.
+# 64.0.3282.140-1:
+# 05/feb/2018 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
#
# -----------------------------------------------------------------------------
@@ -320,10 +323,10 @@
# -----------------------------------------------------------------------------
SRCNAM=chromium
-SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
-PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-64.0.3282.119}
-BUILD=${BUILD:-2}
+SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
+PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
+VERSION=${VERSION:-64.0.3282.140}
+BUILD=${BUILD:-1}
TAG=${TAG:-alien}
# Differentiate between stable and development releases:
@@ -353,9 +356,8 @@ SHARED_FFMPEG=${SHARED_FFMPEG:-false} # other option is 'true'
# The branding determines what (proprietary) codec support will be added:
FFMPEG_BRANDING=${FFMPEG_BRANDING:-Chrome} # or "ChromeOS", or "Chromium"
-# HEVC support. Not guaranteed to work! Set to '0' to disable, '1' to enable:
+# HEVC support. Set to '0' to disable, '1' to enable:
FFMPEG_HEVC=${FFMPEG_HEVC:-1}
-[ $FFMPEG_HEVC -eq 0 ] && do_hevc=false || do_hevc=true
# You can build with NaCl (native client) if you set USE_NACL to "1",
# and gain some Chrome functionality like using in-browser applications.
@@ -645,6 +647,7 @@ echo Building ...
[ ${USE_HOTWORD} -eq 1 ] && do_hotword=true || do_hotword=false
[ ${USE_NACL} -eq 1 ] && do_nacl=true || do_nacl=false
[ ${USE_PA} -eq 1 ] && do_pa=true || do_pa=false
+[ ${FFMPEG_HEVC} -eq 1 ] && do_hevc=true || do_hevc=false
export -n LDFLAGS="$SLKLDFLAGS"
export -n CXXFLAGS="$SLKCFLAGS"