Summary
Blender, the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback.
Versions
v9999 :: 9999 :: gentoo
- Modified
- License
- GPL-3+ Apache-2.0
- USE flags
- cuda hip oneapi
v5.0.0 :: 5.0 :: gentoo
- Modified
- License
- GPL-3+ Apache-2.0
- Keywords
- ~amd64
- USE flags
- cuda hip oneapi
v4.5.5 :: 4.5 :: gentoo
- Modified
- License
- GPL-3+ Apache-2.0
- Keywords
- ~amd64
- USE flags
- cuda hip oneapi
v4.2.16 :: 4.2 :: gentoo
- Modified
- License
- GPL-3+ Apache-2.0
- Keywords
- ~amd64
- USE flags
- cuda hip oneapi
v3.6.23 :: 3.6 :: gentoo
- Modified
- License
- GPL-3+ Apache-2.0
- Keywords
- ~amd64
- USE flags
- oneapi
USE flags
General
Runtime Dependencies
app-arch / zstd : zstd fast compression library
dev-libs / level-zero : oneAPI Level Zero headers, loader and validation layer
dev-util / hip : C++ Heterogeneous-Compute Interface for Portability
media-libs / libglvnd : The GL Vendor-Neutral Dispatch library
sys-apps / util-linux : Various useful Linux utilities
sys-libs / glibc : GNU libc C library
sys-libs / ncurses : Console display library
virtual / libcrypt : Virtual for libcrypt.so
virtual / zlib : Virtual for libz.so providers
x11-base / xorg-server : X.Org X servers
x11-drivers / nvidia-drivers : NVIDIA Accelerated Graphics Driver
x11-libs / libICE : X.Org Inter-Client Exchange library
x11-libs / libSM : X.Org Session Management library
x11-libs / libX11 : X.Org X11 library
x11-libs / libXext : X.Org Xext library
x11-libs / libXfixes : X.Org Xfixes library
x11-libs / libXi : X.Org Xi library
x11-libs / libXrender : X.Org Xrender library
x11-libs / libXt : X.Org X Toolkit Intrinsics library
x11-libs / libXxf86vm : X.Org Xxf86vm library
x11-libs / libdrm : X.Org libdrm library
x11-libs / libxcb : X C-language Bindings library
x11-libs / libxkbcommon : Keymap handling library for toolkits and window systems
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-gfx/blender-bin: add 5.0.0
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: drop 4.4.3
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: drop 4.2.9
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: drop 3.6.22
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: depend on =hip-6
Closes: https://bugs.gentoo.org/965337 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: depend on actual zlib slot as this is prebuild
Fixes: 6a3644bf2f9aace46ad9bbab2e4f3bccd747079e Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: add 3.6.23
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: add 4.5.5
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: add 4.2.16
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib media-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: drop 4.4.1 4.2.7 3.6.21
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44694 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sebastian Parborg · gentoo
media-gfx/blender-bin: Fix QA warnings
Closes: https://github.com/gentoo/gentoo/pull/41978 Part-of: https://github.com/gentoo/gentoo/pull/41978 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: add 4.4.3
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: fix dupl DISTDIR in path #954812
Closes: https://bugs.gentoo.org/954812 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-gfx/blender-bin: add 4.4.1 4.2.9 3.6.22
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
media-gfx/blender-bin: add 3.6.21 4.2.7
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40214 Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
media-gfx/blender-bin: update ebuilds
Reorder variables to make pkgcheck happy. Restrict test as there are none. Introduce USE for cuda, hip and oneapi to remove libraries that link to not installed libraries. Update RDEPEND. Wrap downloading in src_unpack in some validation logic. Move code modification to src_prepare. Add empty src_configure and src_compile so the default versions are not used. Use ED instead of D in src_install, so this can work in prefix. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Sebastian Parborg · gentoo
media-gfx/blender-bin: New package, 3.6.19, 4.2.5, live
New Blender binary ebuilds. There are two reasons for having these binary packages: 1. Maintaining the older library dependecies for the Blender LTS versions are quite cumbersome. (See linked Bug) 2. Some features/dependecies are not packaged or enabled in the regular ebuild. (USD for example). So if the end user wants all features they can easily have them with these binary ebuilds. Bug: https://bugs.gentoo.org/948156 Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>