diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-03-10 18:38:26 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:04:01 +0700 |
commit | 37d3e9404add4c52298ac95d7ee74ba6edb126f6 (patch) | |
tree | 2bb7fb434123f1da61c46d6f316770248d69a8ba /graphics | |
parent | cb6604ead419da238dd1b179162a5783878e63e8 (diff) | |
download | slackbuilds-37d3e9404add4c52298ac95d7ee74ba6edb126f6.tar.gz |
graphics/Blender: Updated for version 2.78c
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/Blender/Blender.info | 8 | ||||
-rw-r--r-- | graphics/Blender/buildinfo-2.78c.diff (renamed from graphics/Blender/buildinfo-2.78a.diff) | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 793b8c01b7..03be13ea99 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blender -# Copyright 2015-16 Christoph Willing Brisbane, Australia +# Copyright 2015-2017 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=blender PKGNAM=Blender -VERSION=${VERSION:-2.78a} +VERSION=${VERSION:-2.78c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])") diff --git a/graphics/Blender/Blender.info b/graphics/Blender/Blender.info index 12659da44f..b4c1959057 100644 --- a/graphics/Blender/Blender.info +++ b/graphics/Blender/Blender.info @@ -1,10 +1,10 @@ PRGNAM="Blender" -VERSION="2.78a" +VERSION="2.78c" HOMEPAGE="http://blender.org" -DOWNLOAD="http://download.blender.org/source/blender-2.78a.tar.gz" -MD5SUM="8f75b9d7c8507c563bda882c4f73c2d2" +DOWNLOAD="http://download.blender.org/source/blender-2.78c.tar.gz" +MD5SUM="53b0fef7bdc7d48f66ea53d38cea387d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg jack-audio-connection-kit opencollada python-requests valgrind numpy3 SDL2 openimageio freealut" MAINTAINER="Christoph Willing" -EMAIL="chris.willing@iinet.net.au" +EMAIL="chris.willing@linux.com" diff --git a/graphics/Blender/buildinfo-2.78a.diff b/graphics/Blender/buildinfo-2.78c.diff index c41e97144b..cf92037206 100644 --- a/graphics/Blender/buildinfo-2.78a.diff +++ b/graphics/Blender/buildinfo-2.78c.diff @@ -7,10 +7,10 @@ -set(MY_WC_HASH "unknown") -set(MY_WC_BRANCH "unknown") -set(MY_WC_COMMIT_TIMESTAMP 0) -+# Timestamp from $(date --date='TZ="UTC" 14:22 24-Oct-16' +%s) - time & date of commit -+set(MY_WC_HASH "e8299c81006a") ++# Timestamp from $(date --date='TZ="UTC" 15:33 24-Feb-17' +%s) - time & date of commit ++set(MY_WC_HASH "e92f23528307") +set(MY_WC_BRANCH "master") -+set(MY_WC_COMMIT_TIMESTAMP 1477318920) ++set(MY_WC_COMMIT_TIMESTAMP 1487950380) # Guess if this is a git working copy and then look up the revision if(EXISTS ${SOURCE_DIR}/.git) |