GNU bug report logs - #70242
[PATCH 0/3] Add optional Blender dependencies.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 6 Apr 2024 16:49:02 UTC

Severity: normal

Tags: patch

Full log


Message #14 received at 70242 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 70242 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 3/3] gnu: blender: Add optional dependencies.
Date: Sat,  6 Apr 2024 16:49:22 +0000
* gnu/packages/graphics.scm (blender)[inputs]: Add alembic, libharu, libspnav,
libwebp, llvm, materialx, openshadinglanguage, openxr, potrace, pulseaudio,
sdl2.

Change-Id: Ic6354df6623781d08876dc8aa1f89065e07f92f6
---
 gnu/packages/graphics.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cd7dbf2dbe..bf6420d19a 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -70,6 +70,7 @@ (define-module (gnu packages graphics)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages engineering)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
@@ -544,7 +545,8 @@ (define-public blender
                                "/lib/python" #$python-version
                                "/site-packages/")))))
     (inputs
-     (list boost
+     (list alembic
+           boost
            bullet
            eigen
            embree
@@ -558,24 +560,34 @@ (define-public blender
            jack-1
            jemalloc
            libepoxy
+           libharu
            libjpeg-turbo
            libpng
            libsndfile
+           libspnav
            libtiff
+           libwebp
            libx11
            libxi
            libxrender
+           llvm
            lzo
+           materialx
            openal
            opencolorio
            openexr
            openimageio
            openjpeg
+           openshadinglanguage
            opensubdiv
            openvdb
+           openxr
+           potrace
            pugixml
+           pulseaudio
            python
            python-numpy
+           sdl2
            tbb
            zlib
            `(,zstd "lib")))
-- 
2.39.2





This bug report was last modified 1 year and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.