Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795003 - media-gfx/blender-2.93.0: contrib flag
Summary: media-gfx/blender-2.93.0: contrib flag
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Zander
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2021-06-08 22:41 UTC by Samuel Bauer
Modified: 2024-03-16 08:54 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
blender-2.93.0.ebuild (blender-2.93.0.ebuild,9.00 KB, text/plain)
2021-06-08 22:41 UTC, Samuel Bauer
Details
blender-2.93.0.ebuild (blender-2.93.0.ebuild,11.78 KB, text/plain)
2021-06-11 18:24 UTC, Samuel Bauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bauer 2021-06-08 22:41:03 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2021-06-10 00:51:38 UTC
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(-)
Comment 2 Samuel Bauer 2021-06-11 18:24:58 UTC
Created attachment 715299 [details]
blender-2.93.0.ebuild

decrement pkgcheck warning count
Comment 3 Samuel Bauer 2021-06-11 18:29:14 UTC
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.