Created attachment 714792 [details] blender-2.93.0.ebuild contrib flag allows to download contrib addons. updated python targets as blender now ships python 3.9.1 lts release
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c7536f66bd3a6a3347800226cd8dc969671116 commit 61c7536f66bd3a6a3347800226cd8dc969671116 Author: Sebastian Parborg <darkdefende@gmail.com> AuthorDate: 2021-04-28 01:08:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-06-10 00:19:21 +0000 media-gfx/blender: Slot, bump to 2.93.0, and add live ebuild Closes: https://bugs.gentoo.org/795003 Closes: https://bugs.gentoo.org/778008 Closes: https://bugs.gentoo.org/774372 Closes: https://bugs.gentoo.org/673422 Closes: https://bugs.gentoo.org/737388 Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20565 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/blender/Manifest | 4 +- ...ender-2.83.12.ebuild => blender-2.83.15.ebuild} | 192 ++++++---- ...blender-2.91.2.ebuild => blender-2.93.0.ebuild} | 211 ++++++----- media-gfx/blender/blender-9999.ebuild | 385 +++++++++++++++++++++ .../blender/files/blender-2.83.13-ffmpeg-4_4.patch | 27 ++ .../files/blender-2.83.6-constraints_test.patch | 13 + .../files/blender-2.83.6-fix_opevdb_abi.patch | 21 ++ .../blender-2.83.6-libmv_eigen_alignment.patch | 219 ++++++++++++ media-gfx/blender/metadata.xml | 23 +- 9 files changed, 930 insertions(+), 165 deletions(-)
Created attachment 715299 [details] blender-2.93.0.ebuild decrement pkgcheck warning count
Contrib flag allows to download a lot off addons that are not directly available in blender archives, but released separately meanwhile. as addons releases are synchronized to blender ones, I guess this shouldn't need a new package, flag is better.