diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-11-13 17:59:56 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:59:52 +0700 |
commit | f49fd99f3a75c54221792404d73bd640d2b37a9a (patch) | |
tree | b1d88a735d711f26e6887144f098f3e6ff94d210 /graphics/Blender/Blender.SlackBuild | |
parent | ff0a848720855e03f5741129da1845c45576373d (diff) |
graphics/Blender: Updated for version 2.78a
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 451ba833f4204..793b8c01b797d 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -24,8 +24,8 @@ SRCNAM=blender PKGNAM=Blender -VERSION=${VERSION:-2.78} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.78a} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PYTHON_VERSION=$(python3 -c "import sys; print(sys.version[:3])") @@ -96,7 +96,6 @@ cd build -DWITH_FFTW3:BOOL=ON \ -DWITH_GAMEENGINE:BOOL=ON \ -DWITH_PLAYER:BOOL=ON \ - -DWITH_IMAGE_REDCODE:BOOL=ON \ -DWITH_IMAGE_OPENJPEG:BOOL=ON \ -DWITH_SYSTEM_OPENJPEG:BOOL=ON \ -DWITH_MEM_JEMALLOC:BOOL=ON \ |