diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-12-08 16:25:07 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:33 +0700 |
commit | 5108a397000df6213cb6dce61558452247273328 (patch) | |
tree | 908909d444423eeac65fa14e9a8af3793bffe502 /graphics/Blender | |
parent | 3540633f9b018d18c1d5f0e93116634b036f0b3a (diff) | |
download | slackbuilds-5108a397000df6213cb6dce61558452247273328.tar.gz |
graphics/Blender: Updated for version 2.81a
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/Blender')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/Blender/Blender.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 2d1df98b82..43bdb549e7 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=blender PKGNAM=Blender -VERSION=${VERSION:-2.81} +VERSION=${VERSION:-2.81a} BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -109,7 +109,6 @@ cd build -DWITH_MOD_OCEANSIM:BOOL=ON \ -DWITH_SDL:BOOL=ON \ -DWITH_SDL_DYNLOAD:BOOL=ON \ - -DWITH_TBB:BOOL=OFF \ -DCMAKE_BUILD_TYPE=Release \ $cuda \ diff --git a/graphics/Blender/Blender.info b/graphics/Blender/Blender.info index 3cf4ff3590..6f6b5dbf7b 100644 --- a/graphics/Blender/Blender.info +++ b/graphics/Blender/Blender.info @@ -1,8 +1,8 @@ PRGNAM="Blender" -VERSION="2.81" +VERSION="2.81a" HOMEPAGE="https://blender.org" -DOWNLOAD="https://download.blender.org/source/blender-2.81.tar.xz" -MD5SUM="bbb3c2ad7253ef3c6a6047b2f64074f3" +DOWNLOAD="https://download.blender.org/source/blender-2.81a.tar.xz" +MD5SUM="fd106a2c3debfd215617d31197883173" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ffmpeg jack-audio-connection-kit opencollada python-requests valgrind numpy3 SDL2 openimageio freealut" |