unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52903] [PATCH] gnu: blender: Update to 3.0.0.
@ 2021-12-30 19:05 raingloom
  2021-12-30 20:39 ` bug#52903: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2021-12-30 19:05 UTC (permalink / raw)
  To: 52903

* gnu/packages/graphics.scm (blender): Update to 3.0.0.
[inputs]: Add zstd.
---
 gnu/packages/graphics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 574c498b7e..2090554189 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -409,14 +409,14 @@ (define-public openvdb
 (define-public blender
   (package
     (name "blender")
-    (version "2.93.6")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
"https://download.blender.org/source/" "blender-" version ".tar.xz"))
               (sha256
                (base32
-
"19i84bh8jiamf38fj9p24q8w8fhg3hhl49940dh74h4flyfyqfg7"))))
+
"1jzirg60c2lhln78a7phbsk2ssvcdqxqb3awp895m0pqrlmz7w2h"))))
(build-system cmake-build-system) (arguments
       (let ((python-version (version-major+minor (package-version
python)))) @@ -500,6 +500,7 @@ (define-public blender
        ("openvdb" ,openvdb)
        ("tbb" ,tbb-2020)
        ("zlib" ,zlib)
+       ("zstd" ,zstd "lib")
        ("embree" ,embree)))
     (home-page "https://blender.org/")
     (synopsis "3D graphics creation suite")
-- 
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52903: [PATCH] gnu: blender: Update to 3.0.0.
  2021-12-30 19:05 [bug#52903] [PATCH] gnu: blender: Update to 3.0.0 raingloom
@ 2021-12-30 20:39 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-30 20:39 UTC (permalink / raw)
  To: raingloom; +Cc: 52903-done

On Thu, Dec 30, 2021 at 08:05:16PM +0100, raingloom wrote:
> * gnu/packages/graphics.scm (blender): Update to 3.0.0.
> [inputs]: Add zstd.

Thanks!

I noticed a warning from the linker that there were two different
versions of tbb among the run-time dependencies of Blender.

I checked, and was able to resolve this conflict by updating OpenVDB and
its use of tbb.

Pushed as d6b519c7184bba64977f2ae89195731b2c77d34f




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-30 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 19:05 [bug#52903] [PATCH] gnu: blender: Update to 3.0.0 raingloom
2021-12-30 20:39 ` bug#52903: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).