From b08801bb8dfeb3c918730ef3352a30f290b5059a Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 19 Sep 2020 23:08:17 +0300 Subject: [PATCH] blender ver. bump --- multimedia/editor/blender/actions.py | 3 ++- multimedia/editor/blender/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/multimedia/editor/blender/actions.py b/multimedia/editor/blender/actions.py index df125a7d8b..f2521cb36b 100644 --- a/multimedia/editor/blender/actions.py +++ b/multimedia/editor/blender/actions.py @@ -16,7 +16,7 @@ def setup(): shelltools.cd("..") shelltools.makedirs("cmake-make") shelltools.cd("cmake-make") - shelltools.system("cmake ../blender-2.83.0 \ + shelltools.system("cmake ../blender-2.90.0 \ -DCMAKE_INSTALL_PREFIX=/usr \ -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ -DCMAKE_BUILD_TYPE=Release \ @@ -38,6 +38,7 @@ def setup(): -DPYTHON_LIBRARY=python3.8 \ -DPYTHON_INCLUDE_DIRS=/usr/include/python3.8 \ -DPYTHON_NUMPY_INCLUDE_DIRS=/usr/lib/python3.8/site-packages/numpy/core/include \ + -DWITH_CYCLES_EMBREE=OFF \ -DWITH_CODEC_SNDFILE=ON ") def build(): diff --git a/multimedia/editor/blender/pspec.xml b/multimedia/editor/blender/pspec.xml index 1318885a2a..e029e668a1 100644 --- a/multimedia/editor/blender/pspec.xml +++ b/multimedia/editor/blender/pspec.xml @@ -13,7 +13,7 @@ app:gui 3D modeling, animation, rendering and post-production application blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback. - http://download.blender.org/source/blender-2.83.0.tar.xz + http://download.blender.org/source/blender-2.90.0.tar.xz boost-devel cmake --> @@ -112,6 +112,13 @@ + + 2020-09-19 + 2.90.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-06-04 2.83.0