From unknown Wed Jun 18 23:12:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52903 <52903@debbugs.gnu.org> To: bug#52903 <52903@debbugs.gnu.org> Subject: Status: [PATCH] gnu: blender: Update to 3.0.0. Reply-To: bug#52903 <52903@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:12:10 +0000 retitle 52903 [PATCH] gnu: blender: Update to 3.0.0. reassign 52903 guix-patches submitter 52903 raingloom severity 52903 normal tag 52903 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 30 14:05:35 2021 Received: (at submit) by debbugs.gnu.org; 30 Dec 2021 19:05:35 +0000 Received: from localhost ([127.0.0.1]:54481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n30k3-0007Il-4I for submit@debbugs.gnu.org; Thu, 30 Dec 2021 14:05:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:60098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n30k0-0007IU-QJ for submit@debbugs.gnu.org; Thu, 30 Dec 2021 14:05:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n30k0-000556-Fh for guix-patches@gnu.org; Thu, 30 Dec 2021 14:05:32 -0500 Received: from mx1.riseup.net ([198.252.153.129]:49328) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n30jy-0007zy-E8 for guix-patches@gnu.org; Thu, 30 Dec 2021 14:05:32 -0500 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4JPyQc45SzzDw0v for ; Thu, 30 Dec 2021 11:05:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1640891128; bh=S7Wonr5MSMh+bZ/V7Y4dxtV8UjPVp7JzSB0W+N8Susg=; h=Date:From:To:Subject:From; b=nUJoynj7FRwwpT0D7i7urm1UOGhgJ7RehgdC3TKzJk1FoZ6OSRAOoTBZo/4kalPij Ca/H55G2A7gKZlmTxpXrIP3D0RrvxjHSrzdGyexj3TTyvb+S8I7oPXhvf2J+PtwpxU aPz965BbA3I9XUuLEUMyDatLYFolSYqIQqBMTTkY= X-Riseup-User-ID: 3462A4251A8FD905F839C215971B5950E0057B63B30ED48A4245ED7FE745A71E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4JPyQb6jrqz1xmv for ; Thu, 30 Dec 2021 11:05:27 -0800 (PST) Date: Thu, 30 Dec 2021 20:05:16 +0100 From: raingloom To: Guix Patches Subject: [PATCH] gnu: blender: Update to 3.0.0. Message-ID: <20211230200516.26db97c2@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 30 15:39:24 2021 Received: (at 52903-done) by debbugs.gnu.org; 30 Dec 2021 20:39:24 +0000 Received: from localhost ([127.0.0.1]:54575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n32Cq-0001kU-Ah for submit@debbugs.gnu.org; Thu, 30 Dec 2021 15:39:24 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:56409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n32Co-0001kG-Q0 for 52903-done@debbugs.gnu.org; Thu, 30 Dec 2021 15:39:23 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id A97F4320070D; Thu, 30 Dec 2021 15:39:16 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 30 Dec 2021 15:39:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=r0yCEVV8drLUC+U67KV3TWId ugwR3Kp4XydShaageH4=; b=VG6RAsLzFekyLSSwTKNes7cCsphnGK3VlnZ3+JdS EFMzbFdHUtGI1KG87ArLSoWVIWmA+T3KvzxT4ix0nql8wm2Jq4gyEEr+oDBqb+x6 ebtVnUzDkBZIpPqj/S2rnAzYaRS/sFp8QXp20OTdPOAdBnwLiAo+snVEUFi+N3sa g/c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=r0yCEV V8drLUC+U67KV3TWIdugwR3Kp4XydShaageH4=; b=lPhWI4vVU1ejvVw+nlIL+v gFkFgJOfQIUVNTrKXU13o7zQss/3HS8MDHKSS9h+3Wfb/LgvJ/ZLtcNC4VRW3Bo6 iq0oAciLKefNaYR2PX0eKEc/ALMdDfgrlhlaF3LMOx+Ylrsq7qtbARRxgLCO4k/a vwzwkqGQdI4YtqVZ1RZd4fbIu25nVF95y395preVgRaR+PWKLdWyjWS6j7VFcr42 7tVJ5+/5o57uP6QTL3KIAxdFiefLWrNVCKwdMX7tUD+bQsmJh7iwAhLtNo2LvlNz 5t3MTyb/2AG4wjiC6Bj4eLzSmBJtA6HIGAkWc3L66ZAc8qhyubbg1EjkcdxvROKg == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvfedgudegudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehttd ertddttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhl rghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeeukeektdffvddtudegjeegtdevhf eufeeivdejiedtieegtdevjedvjeehffevgfenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 30 Dec 2021 15:39:15 -0500 (EST) Date: Thu, 30 Dec 2021 15:39:13 -0500 From: Leo Famulari To: raingloom Subject: Re: [bug#52903] [PATCH] gnu: blender: Update to 3.0.0. Message-ID: References: <20211230200516.26db97c2@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211230200516.26db97c2@riseup.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52903-done Cc: 52903-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 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 From unknown Wed Jun 18 23:12:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Jan 2022 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator