diff options
author | 2025-06-10 10:23:17 +1000 | |
---|---|---|
committer | 2025-06-10 10:39:19 +1000 | |
commit | b154526f19728bf3f660ecb22daef8e25da9bfce (patch) | |
tree | 3e9f6ae22ce9e190c4f8c45075e59c2b0c22a2f5 | |
parent | 68961f343fc31f9ef58c2b274118336e19009f46 (diff) | |
download | slackbuilds-user/chris.willing/updates.tar.gz slackbuilds-user/chris.willing/updates.tar.xz |
graphics/Blender: Remove tbb from REQUIRES (to openimageio)user/chris.willing/updates
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/Blender/Blender.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 90999a35a7..8214f72654 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Blender -# Copyright 2015-2024 Christoph Willing, Sydney Australia +# Copyright 2015-2025 Christoph Willing, Sydney Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Blender VERSION=${VERSION:-3.3.10} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/Blender/Blender.info b/graphics/Blender/Blender.info index 967d92ba92..1fe556d2e8 100644 --- a/graphics/Blender/Blender.info +++ b/graphics/Blender/Blender.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.blender.org/source/blender-3.3.10.tar.xz" MD5SUM="a190dbfc5dfd490d737ee64ba68ce79c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="potrace OpenSubdiv pugixml jack opencollada valgrind python3-numpy openimageio freealut tbb" +REQUIRES="potrace OpenSubdiv pugixml jack opencollada valgrind python3-numpy openimageio freealut" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |