graphics/Blender: Updated for version 2.79a

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2018-03-01 10:45:29 +10:00 committed by Willy Sudiarto Raharjo
parent 7348b3e572
commit b40e88a62a
3 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Blender
# Copyright 2015-2017 Christoph Willing Brisbane, Australia
# Copyright 2015-2018 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,9 +24,9 @@
SRCNAM=blender
PKGNAM=Blender
VERSION=${VERSION:-2.79}
VERSION=${VERSION:-2.79a}
BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')}
BUILD=${BUILD:-3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])")

View file

@ -1,8 +1,8 @@
PRGNAM="Blender"
VERSION="2.79"
VERSION="2.79a"
HOMEPAGE="http://blender.org"
DOWNLOAD="http://download.blender.org/source/blender-2.79.tar.gz"
MD5SUM="d928d40c68873c2f6362c309465efa2a"
DOWNLOAD="http://download.blender.org/source/blender-2.79a.tar.gz"
MD5SUM="3efb6b21f0e9580cc0d2fe6e9701bd32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg jack-audio-connection-kit opencollada python-requests valgrind numpy3 SDL2 openimageio freealut"

View file

@ -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" 08:47 12-Sep-17' +%s) - time & date of commit
+set(MY_WC_HASH "8ef39d5c8828")
+# Timestamp from $(date --date='TZ="UTC" 16:50 28-Feb-18' +%s) - time & date of commit
+set(MY_WC_HASH "8928d99270ff")
+set(MY_WC_BRANCH "master")
+set(MY_WC_COMMIT_TIMESTAMP 1505206020)
+set(MY_WC_COMMIT_TIMESTAMP 1519836600)
# Guess if this is a git working copy and then look up the revision
if(EXISTS ${SOURCE_DIR}/.git)