summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2023-03-24 06:42:10 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:55 +0100
commit38226f09b9892bb33a65804af2c27d99030cb712 (patch)
treea79cc588bedf7d170340661a199b7a6717736c74
parentf32a13307ac428dedd15aa6d989ef123e7b2708c (diff)
downloadslackbuilds-38226f09b9892bb33a65804af2c27d99030cb712.tar.gz
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>
-rw-r--r--graphics/Blender/Blender.SlackBuild7
-rw-r--r--graphics/Blender/Blender.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild
index e9988efca8..e91b523227 100644
--- a/graphics/Blender/Blender.SlackBuild
+++ b/graphics/Blender/Blender.SlackBuild
@@ -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 \
diff --git a/graphics/Blender/Blender.info b/graphics/Blender/Blender.info
index fa7d9a969d..1e1342f0a6 100644
--- a/graphics/Blender/Blender.info
+++ b/graphics/Blender/Blender.info
@@ -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"