graphics/Blender: Udpated for version 3.3.5
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f32a13307a
commit
38226f09b9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Blender
|
||||
|
||||
# Copyright 2015-2022 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2015-2023 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,8 +30,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Blender
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-4}
|
||||
VERSION=${VERSION:-3.3.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -114,6 +114,7 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPYTHON_VERSION=3.9 \
|
||||
-DWITH_INSTALL_PORTABLE:BOOL=OFF \
|
||||
-DWITH_BUILDINFO:BOOL=ON \
|
||||
-DWITH_OPENCOLLADA:BOOL=ON \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Blender"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.3.5"
|
||||
HOMEPAGE="https://blender.org"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-3.0.1.tar.xz"
|
||||
MD5SUM="41cccf2fe68b9b307204e9b9b2278b0c"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-3.3.5.tar.xz"
|
||||
MD5SUM="34a43f06ca972681382cb4e3fd31d9ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="potrace OpenSubdiv pugixml jack opencollada valgrind python3-numpy openimageio freealut"
|
||||
|
|
Loading…
Reference in New Issue