GNU bug report logs - #52903
[PATCH] gnu: blender: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: raingloom <raingloom <at> riseup.net>

Date: Thu, 30 Dec 2021 19:06:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52903: closed ([PATCH] gnu: blender: Update to 3.0.0.)
Date: Thu, 30 Dec 2021 20:40:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Dec 2021 15:39:13 -0500
with message-id <Yc4Y8dhurRqNI9xD <at> jasmine.lan>
and subject line Re: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0.
has caused the debbugs.gnu.org bug report #52903,
regarding [PATCH] gnu: blender: Update to 3.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52903
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: raingloom <raingloom <at> riseup.net>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: blender: Update to 3.0.0.
Date: Thu, 30 Dec 2021 20:05:16 +0100
* 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


[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: raingloom <raingloom <at> riseup.net>
Cc: 52903-done <at> debbugs.gnu.org
Subject: Re: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0.
Date: Thu, 30 Dec 2021 15:39:13 -0500
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


This bug report was last modified 3 years and 140 days ago.

Previous Next


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