summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing2020-02-15 02:58:28 +0100
committer Willy Sudiarto Raharjo2020-02-15 03:50:59 +0100
commit8b9446fc4ec0686abf499152a306658c34b5e6c9 (patch)
treed7a0f6cf770d4e412965a30860143748891efcff
parentd9b6b3947135956bee1a321845318e6ef8304d4a (diff)
downloadslackbuilds-8b9446fc4ec0686abf499152a306658c34b5e6c9.tar.gz
graphics/Blender: Updated for version 2.82
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r--graphics/Blender/Blender.SlackBuild6
-rw-r--r--graphics/Blender/Blender.info8
-rw-r--r--graphics/Blender/README7
3 files changed, 11 insertions, 10 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild
index d4bbe1fa95..948f97da5b 100644
--- a/graphics/Blender/Blender.SlackBuild
+++ b/graphics/Blender/Blender.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Blender
-# Copyright 2015-2019 Christoph Willing, Brisbane Australia
+# Copyright 2015-2020 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Blender
-VERSION=${VERSION:-2.81a}
+VERSION=${VERSION:-2.82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -105,6 +105,8 @@ cd build
-DWITH_CODEC_SNDFILE:BOOL=ON \
-DWITH_FFTW3:BOOL=ON \
-DWITH_IMAGE_OPENJPEG:BOOL=ON \
+ -DWITH_SYSTEM_EIGEN3:BOOL=OFF \
+ -DWITH_SYSTEM_GLEW:BOOL=OFF \
-DWITH_SYSTEM_LZO:BOOL=ON \
-DWITH_MEM_JEMALLOC:BOOL=ON \
-DWITH_MEM_VALGRIND:BOOL=ON \
diff --git a/graphics/Blender/Blender.info b/graphics/Blender/Blender.info
index 28f54ebf6f..fd358c0f87 100644
--- a/graphics/Blender/Blender.info
+++ b/graphics/Blender/Blender.info
@@ -1,10 +1,10 @@
PRGNAM="Blender"
-VERSION="2.81a"
+VERSION="2.82"
HOMEPAGE="https://blender.org"
-DOWNLOAD="https://download.blender.org/source/blender-2.81a.tar.xz"
-MD5SUM="fd106a2c3debfd215617d31197883173"
+DOWNLOAD="https://download.blender.org/source/blender-2.82.tar.xz"
+MD5SUM="322f044e5be09e136d85e31493d9e704"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ffmpeg jack opencollada python-requests valgrind numpy3 SDL2 openimageio freealut"
+REQUIRES="ffmpeg jack opencollada python-requests valgrind numpy3 SDL2 openimageio freealut tbb"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"
diff --git a/graphics/Blender/README b/graphics/Blender/README
index 0cc2e3dec5..d93907048f 100644
--- a/graphics/Blender/README
+++ b/graphics/Blender/README
@@ -1,14 +1,13 @@
Blender is an integrated suite of free and open source tools enabling
the creation of a broad range of 3D content with the singular
-benefits of cross- platform interoperability. It can be used to
+benefits of cross-platform interoperability. It can be used to
create 3D visualizations, stills as well as broadcast and cinema
quality video. It features fully integrated creation suite, offering
-a broad range of essential tools for the creation of 3D content,
+a broad range of essential tools for the creation of 3D content,
including modeling, uv-mapping, texturing, particle and other
-simulation, scripting, rendering, compositing,post-production, and
+simulation, scripting, rendering, compositing, post-production and
game creation.
CUDA support is included if a CUDA installation is detected at build time.
It may be disable by passing CUDA=no when building e.g.
CUDA=no sh ./Blender.SlackBuild
-