me
/
guix
Archived
1
0
Fork 0

gnu: Blender: Update to 3.0.0.

* gnu/packages/graphics.scm (blender): Update to 3.0.0.
[inputs]: Add the "lib" output of zstd. Replace tbb-2020 with tbb.

Co-authored-by: Leo Famulari <leo@famulari.name>
master
raingloom 2021-12-30 14:37:53 -05:00 committed by Leo Famulari
parent 2c864ca933
commit d6b519c718
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 3 deletions

View File

@ -409,14 +409,14 @@ typically encountered in feature film production.")
(define-public blender (define-public blender
(package (package
(name "blender") (name "blender")
(version "2.93.6") (version "3.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.blender.org/source/" (uri (string-append "https://download.blender.org/source/"
"blender-" version ".tar.xz")) "blender-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7")))) "1jzirg60c2lhln78a7phbsk2ssvcdqxqb3awp895m0pqrlmz7w2h"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(let ((python-version (version-major+minor (package-version python)))) (let ((python-version (version-major+minor (package-version python))))
@ -498,8 +498,9 @@ typically encountered in feature film production.")
("python" ,python) ("python" ,python)
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)
("openvdb" ,openvdb) ("openvdb" ,openvdb)
("tbb" ,tbb-2020) ("tbb" ,tbb)
("zlib" ,zlib) ("zlib" ,zlib)
("zstd" ,zstd "lib")
("embree" ,embree))) ("embree" ,embree)))
(home-page "https://blender.org/") (home-page "https://blender.org/")
(synopsis "3D graphics creation suite") (synopsis "3D graphics creation suite")