# HG changeset patch # User Hans-Günter Theisgen # Date 1644134851 -3600 # Node ID ada218ff101240866e0d8550e2d91322c1659000 # Parent 318701ea94ca1ea779eda299d741a4fd315bdaa5 blender: without tbb diff -r 318701ea94ca -r ada218ff1012 blender/description.txt --- a/blender/description.txt Sat Feb 05 17:11:25 2022 +0000 +++ b/blender/description.txt Sun Feb 06 09:07:31 2022 +0100 @@ -1,1 +1,8 @@ -Block layer IO tracing. +Blender is a free and open-source 3D computer graphics software toolset +used for creating animated films, visual effects, art, 3D printed models, +motion graphics, interactive 3D applications, virtual reality, +and computer games. +Blender's features include 3D modeling, UV unwrapping, texturing, raster +graphics editing, rigging and skinning, fluid and smoke simulation, +particle simulation, soft body simulation, sculpting, animating, +match moving, rendering, motion graphics, video editing, and compositing. diff -r 318701ea94ca -r ada218ff1012 blender/receipt --- a/blender/receipt Sat Feb 05 17:11:25 2022 +0000 +++ b/blender/receipt Sun Feb 06 09:07:31 2022 +0100 @@ -55,6 +55,7 @@ -DWITH_GAMEENGINE:BOOL=ON \ -DWITH_CYCLES:BOOL=OFF \ -DWITH_PLAYER:BOOL=ON \ + -D WITH_TBB:BOOL=OFF \ -DPYTHON_VERSION:STRING=$PY3K_VER \ -DPYTHON_LIBPATH:STRING=/usr/lib \ -DPYTHON_LIBRARY:STRING=python${PY3K_VER}m \