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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52903 in the body.
You can then email your comments to 52903 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52903; Package guix-patches. (Thu, 30 Dec 2021 19:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to raingloom <raingloom <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Dec 2021 19:06:02 GMT) Full text and rfc822 format available.

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

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




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 30 Dec 2021 20:40:01 GMT) Full text and rfc822 format available.

Notification sent to raingloom <raingloom <at> riseup.net>:
bug acknowledged by developer. (Thu, 30 Dec 2021 20:40:01 GMT) Full text and rfc822 format available.

Message #10 received at 52903-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 28 Jan 2022 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 88 days ago.

Previous Next


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