graphics/Blender: Updated for version 2.83.8

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2020-11-02 20:32:32 +10:00 committed by Willy Sudiarto Raharjo
parent 1bb4b320e5
commit 8e873e96dd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Blender
VERSION=${VERSION:-2.83.4}
VERSION=${VERSION:-2.83.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="Blender"
VERSION="2.83.4"
VERSION="2.83.8"
HOMEPAGE="https://blender.org"
DOWNLOAD="https://download.blender.org/source/blender-2.83.4.tar.xz"
MD5SUM="ccfec7799c168eca11be172ed1247d4e"
DOWNLOAD="https://download.blender.org/source/blender-2.83.8.tar.xz"
MD5SUM="1a920506a3a695d629d5f312b9b45c01"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg jack opencollada opus python-requests valgrind numpy3 SDL2 openimageio freealut tbb"

View file

@ -17,3 +17,7 @@ successful build. The CUDA handling above remains for cases which may:
- use a newer CUDA version toolkit
- require the existing cudatoolkit for other purposes
(so need CUDA=no for Blender)
Version 2.83.8 is the last SBo supported version of Blender for building
from source code in Slackware64-14.2. A more recent compiler (gcc-9.3.1)
is required for 2.90.x and later blender versions.