summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Grigo <agrigo2001@yahoo.com.au>2020-08-22 11:08:55 +1000
committerSam James <sam@gentoo.org>2020-08-24 14:41:55 +0100
commitcca9b716491a91b496106a19df4e5f554b6a1717 (patch)
tree5d88fcbc9db3158faf3d11de149cfa07949c4bd6 /media-gfx/blender/metadata.xml
parentmedia-gfx/blender: Patch for opencollada > 1.65 (diff)
downloadgentoo-cca9b716491a91b496106a19df4e5f554b6a1717.tar.gz
gentoo-cca9b716491a91b496106a19df4e5f554b6a1717.tar.bz2
gentoo-cca9b716491a91b496106a19df4e5f554b6a1717.zip
media-gfx/blender: Version bump to 2.83.4
Blender 2.83.4 works with python 3.7. It may compile with 3.8, but blender only supports 3.7 officially as it follows the VFX Reference Platform to ensure that user add ons are not broken in the process. They plan to introduce 3.8 support in 2021. New features include a new interface, the realtime eevee renderer, and importing openvdb files created by other packages among others. Game engine and Blender Player were removed in 2.80. Bug fixes in this version are alembic support, upstream fixes for opencollada, requiring openjpeg:2 to avoid security issues, and mimeinfo cache is correctly updated. Where these issues remain in blender 2.79b, the bug is linked but should be closed only when blender 2.79b is removed. On my system the docs do not currently compile, and the polyfill2d test still fails like 2.79b. Blender 2.83 support for draco, embree, oidn, usd and openxr is not yet implemented pending development of ebuilds for these packages. Signed-off-by: Adrian Grigo <agrigo2001@yahoo.com.au> Bug: https://bugs.gentoo.org/667352 Bug: https://bugs.gentoo.org/735590 Bug: https://bugs.gentoo.org/718772 Closes: https://bugs.gentoo.org/737388 Closes: https://bugs.gentoo.org/689740 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/blender/metadata.xml')
-rw-r--r--media-gfx/blender/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-gfx/blender/metadata.xml b/media-gfx/blender/metadata.xml
index c00fc6daf3f4..2432483fedd4 100644
--- a/media-gfx/blender/metadata.xml
+++ b/media-gfx/blender/metadata.xml
@@ -14,6 +14,16 @@
rendering, post-production, interactive creation and playback.
</longdescription>
<use>
+ <flag name="abi6-compat">
+ Build for OpenVDB ABI 6.
+ </flag>
+ <flag name="abi7-compat">
+ Build for OpenVDB ABI 7.
+ </flag>
+ <flag name="alembic">
+ Add support for Alembic through
+ <pkg>media-gfx/alembic</pkg>.
+ </flag>
<flag name="bullet">
Enable Bullet (Physics Engine).
</flag>
@@ -70,6 +80,18 @@
<flag name="player">
Build the Blender Player. THis requires the Game engine.
</flag>
+ <flag name="standalone">
+ Build the standalone version of Cycles.
+ </flag>
+ <flag name="system-numpy">
+ Use the system numpy implementation rather than a local copy.
+ </flag>
+ <flag name="system-python">
+ Use the system python implementation rather than a local copy.
+ </flag>
+ <flag name="tbb">
+ Use threading building blocks library from <pkg>dev-cpp/tbb</pkg>.
+ </flag>
<flag name="test">
Build the provided unit tests.
</flag>