From 6f1de2bc73d41eb12c985b4d541267c7092cd56f Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 20 Jan 2021 14:54:00 +0300 Subject: [PATCH] blender-2.91.2 ver. bump --- multimedia/editor/blender/actions.py | 4 ++-- multimedia/editor/blender/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/multimedia/editor/blender/actions.py b/multimedia/editor/blender/actions.py index f2521cb36b..bdef3eebbc 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.90.0 \ + shelltools.system("cmake ../blender-%s \ -DCMAKE_INSTALL_PREFIX=/usr \ -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ -DCMAKE_BUILD_TYPE=Release \ @@ -39,7 +39,7 @@ def setup(): -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 ") + -DWITH_CODEC_SNDFILE=ON " % get.srcVERSION()) def build(): shelltools.cd("../cmake-make") diff --git a/multimedia/editor/blender/pspec.xml b/multimedia/editor/blender/pspec.xml index e029e668a1..0221f2a3bd 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.90.0.tar.xz + http://download.blender.org/source/blender-2.91.2.tar.xz boost-devel cmake --> @@ -112,6 +112,13 @@ + + 2021-01-20 + 2.91.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-09-19 2.90.0