mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/Blender: Updated for version 2.79
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
8eb6330d96
commit
fd17b17a04
3 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=blender
|
||||
PKGNAM=Blender
|
||||
VERSION=${VERSION:-2.78c}
|
||||
VERSION=${VERSION:-2.79}
|
||||
BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Blender"
|
||||
VERSION="2.78c"
|
||||
VERSION="2.79"
|
||||
HOMEPAGE="http://blender.org"
|
||||
DOWNLOAD="http://download.blender.org/source/blender-2.78c.tar.gz"
|
||||
MD5SUM="53b0fef7bdc7d48f66ea53d38cea387d"
|
||||
DOWNLOAD="http://download.blender.org/source/blender-2.79.tar.gz"
|
||||
MD5SUM="d928d40c68873c2f6362c309465efa2a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg jack-audio-connection-kit opencollada python-requests valgrind numpy3 SDL2 openimageio freealut"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- build_files/cmake/buildinfo.cmake.orig 2016-10-25 19:59:23.000000000 +1000
|
||||
+++ build_files/cmake/buildinfo.cmake 2016-11-13 17:31:44.921023097 +1000
|
||||
--- build_files/cmake/buildinfo.cmake.orig 2017-09-11 14:34:59.000000000 +1000
|
||||
+++ build_files/cmake/buildinfo.cmake 2017-09-14 11:10:52.213995610 +1000
|
||||
@@ -8,9 +8,10 @@
|
||||
|
||||
# Extract working copy information for SOURCE_DIR into MY_XXX variables
|
||||
|
@ -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" 15:33 24-Feb-17' +%s) - time & date of commit
|
||||
+set(MY_WC_HASH "e92f23528307")
|
||||
+# Timestamp from $(date --date='TZ="UTC" 08:47 12-Sep-17' +%s) - time & date of commit
|
||||
+set(MY_WC_HASH "8ef39d5c8828")
|
||||
+set(MY_WC_BRANCH "master")
|
||||
+set(MY_WC_COMMIT_TIMESTAMP 1487950380)
|
||||
+set(MY_WC_COMMIT_TIMESTAMP 1505206020)
|
||||
|
||||
# Guess if this is a git working copy and then look up the revision
|
||||
if(EXISTS ${SOURCE_DIR}/.git)
|
Loading…
Reference in a new issue