mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
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:
parent
1bb4b320e5
commit
8e873e96dd
3 changed files with 8 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=Blender
|
PRGNAM=Blender
|
||||||
VERSION=${VERSION:-2.83.4}
|
VERSION=${VERSION:-2.83.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Blender"
|
PRGNAM="Blender"
|
||||||
VERSION="2.83.4"
|
VERSION="2.83.8"
|
||||||
HOMEPAGE="https://blender.org"
|
HOMEPAGE="https://blender.org"
|
||||||
DOWNLOAD="https://download.blender.org/source/blender-2.83.4.tar.xz"
|
DOWNLOAD="https://download.blender.org/source/blender-2.83.8.tar.xz"
|
||||||
MD5SUM="ccfec7799c168eca11be172ed1247d4e"
|
MD5SUM="1a920506a3a695d629d5f312b9b45c01"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ffmpeg jack opencollada opus python-requests valgrind numpy3 SDL2 openimageio freealut tbb"
|
REQUIRES="ffmpeg jack opencollada opus python-requests valgrind numpy3 SDL2 openimageio freealut tbb"
|
||||||
|
|
|
@ -17,3 +17,7 @@ successful build. The CUDA handling above remains for cases which may:
|
||||||
- use a newer CUDA version toolkit
|
- use a newer CUDA version toolkit
|
||||||
- require the existing cudatoolkit for other purposes
|
- require the existing cudatoolkit for other purposes
|
||||||
(so need CUDA=no for Blender)
|
(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.
|
||||||
|
|
Loading…
Reference in a new issue