commit:     0d162b6df5da90beae567090f5a4f1153d594e50
Author:     Sebastian Parborg <sebastian <AT> blender <DOT> org>
AuthorDate: Mon Jul 15 09:18:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 09:20:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d162b6d

media-gfx/blender: Update live ebuild

Signed-off-by: Sebastian Parborg <darkdefende <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/blender/blender-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-gfx/blender/blender-9999.ebuild 
b/media-gfx/blender/blender-9999.ebuild
index 77eb9876c615..dd24229b63be 100644
--- a/media-gfx/blender/blender-9999.ebuild
+++ b/media-gfx/blender/blender-9999.ebuild
@@ -17,7 +17,6 @@ if [[ ${PV} = *9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://projects.blender.org/blender/blender.git";
        EGIT_SUBMODULES=( '*' '-lib/*' )
-       
ADDONS_EGIT_REPO_URI="https://projects.blender.org/blender/blender-addons.git";
        RESTRICT="!test? ( test )"
 else
        SRC_URI="
@@ -36,7 +35,7 @@ SLOT="${PV%.*}"
 IUSE="
        alembic +bullet collada +color-management cuda +cycles 
+cycles-bin-kernels
        debug doc +embree experimental +ffmpeg +fftw +fluid +gmp gnome hip jack
-       jemalloc jpeg2k man +nanovdb ndof nls +oidn oneapi openal +openexr 
+openmp openpgl
+       jemalloc jpeg2k man +nanovdb ndof nls +oidn oneapi openal +openexr 
+openmp +openpgl
        +opensubdiv +openvdb optix osl +otf +pdf +potrace +pugixml pulseaudio
        renderdoc sdl +sndfile +tbb test +tiff valgrind vulkan wayland +webp X
 "
@@ -233,9 +232,6 @@ src_unpack() {
                        EGIT_SUBMODULES+=( '-tests/*' )
                fi
                git-r3_src_unpack
-
-               git-r3_fetch "${ADDONS_EGIT_REPO_URI}"
-               git-r3_checkout "${ADDONS_EGIT_REPO_URI}" "${S}/scripts/addons"
        else
                default
 
@@ -318,6 +314,7 @@ src_configure() {
                -DWITH_BULLET=$(usex bullet)
                -DWITH_CODEC_FFMPEG=$(usex ffmpeg)
                -DWITH_CODEC_SNDFILE=$(usex sndfile)
+               -DWITH_CPU_CHECK=no
 
                -DWITH_CYCLES=$(usex cycles)
 
@@ -488,6 +485,8 @@ src_test() {
                xdg_environment_reset
        fi
 
+       addwrite /dev/dri
+
        cmake_src_test
 
        # Clean up the image directory for src_install

Reply via email to