There is a new version of blender: https://www.blender.org/download/ Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8affb5749fc86c363f0a47b4931e14769918a509 commit 8affb5749fc86c363f0a47b4931e14769918a509 Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: 2023-11-17 16:46:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-22 11:34:24 +0000 media-gfx/blender: add 4.0.1, update 9999 dds support is now provided via openimageio, dropped the useflag. Adjusted the cmake options to use yes/no, so the options we don't set explicitly show up as ON/OFF. Added new cmake options. Dropped explicit setting of DEBUG options as advised by @DarkDefender in https://github.com/gentoo/gentoo/pull/33875#issuecomment-1816840959. They can be passed via MYCMAKEARGS if needed. Changed the test location to T as ED is not allowed outside src_install(). Introduced code so cycles tests use all configured devices. They will still fail because CUDA devices can't be found in sandbox. Added code that sets a supported CUDA_HOST_COMPILER via cuda.eclass when using gcc. Added HIP support to 9999 for testing. Masked test for 4.0.1 because we don't pull the test source from svn anymore. Bug: https://bugs.gentoo.org/895414 Closes: https://bugs.gentoo.org/917482 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33875 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/blender/Manifest | 1 + media-gfx/blender/blender-4.0.1.ebuild | 483 +++++++++++++++++++++++++++++++++ media-gfx/blender/blender-9999.ebuild | 147 ++++++---- media-gfx/blender/metadata.xml | 3 + 4 files changed, 584 insertions(+), 50 deletions(-)