graphics/Blender: Updated for version 2.81a
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
3540633f9b
commit
5108a39700
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=blender
|
||||
PKGNAM=Blender
|
||||
VERSION=${VERSION:-2.81}
|
||||
VERSION=${VERSION:-2.81a}
|
||||
BASE_VERSION=${BASE_VERSION:-$( echo $VERSION | sed -e 's/[^0-9.]*//g')}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -109,7 +109,6 @@ cd build
|
|||
-DWITH_MOD_OCEANSIM:BOOL=ON \
|
||||
-DWITH_SDL:BOOL=ON \
|
||||
-DWITH_SDL_DYNLOAD:BOOL=ON \
|
||||
-DWITH_TBB:BOOL=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
$cuda \
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Blender"
|
||||
VERSION="2.81"
|
||||
VERSION="2.81a"
|
||||
HOMEPAGE="https://blender.org"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.81.tar.xz"
|
||||
MD5SUM="bbb3c2ad7253ef3c6a6047b2f64074f3"
|
||||
DOWNLOAD="https://download.blender.org/source/blender-2.81a.tar.xz"
|
||||
MD5SUM="fd106a2c3debfd215617d31197883173"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg jack-audio-connection-kit opencollada python-requests valgrind numpy3 SDL2 openimageio freealut"
|
||||
|
|
Loading…
Reference in New Issue