all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46213] [PATCH] Updated openimageio (fixes Blender build)
@ 2021-01-31  0:27 raingloom
  2021-01-31 17:56 ` bug#46213: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2021-01-31  0:27 UTC (permalink / raw)
  To: 46213

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

Blender was failing to build (but ./configure worked), so I updated
openimageio. That fixed it. I'm testing Blender right now and it seems
to be working fine.

[-- Attachment #2: 0001-gnu-openimageio-Updated-to-2.2.10.1.patch --]
[-- Type: text/x-patch, Size: 2261 bytes --]

From f58cb00510864d1732a2ebe79ae37c5ea893439c Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Sun, 31 Jan 2021 01:21:53 +0100
Subject: [PATCH] gnu: openimageio: Updated to 2.2.10.1.

* gnu/packages/graphics.scm (openimageio): Update to 2.2.10.1.
  [inputs]: Add fmt.
---
 gnu/packages/graphics.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 411d89fcc2..3b0320101f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -84,6 +84,7 @@
   #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages plotutils)
+  #:use-module (gnu packages pretty-print)
   #:use-module (gnu packages pth)
   #:use-module (gnu packages pulseaudio)  ; libsndfile, libsamplerate
   #:use-module (gnu packages python)
@@ -538,6 +539,7 @@ applications.")
        ("freetype" ,freetype)
        ("glew" ,glew)
        ("openal" ,openal)
+       ("pugixml" ,pugixml)
        ("python" ,python)
        ("python-numpy" ,python-numpy)
        ("tbb" ,tbb)
@@ -1088,7 +1090,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.")
 (define-public openimageio
   (package
     (name "openimageio")
-    (version "2.0.13")
+    (version "2.2.10.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1097,7 +1099,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0czcls82v71wkw1syib16ncg7463hx0py0xclycsiv4w6i3wlkzz"))))
+                "0wzh5n527l7ia1754cf9xmbvv4ya6hj34dy6cbq9xk9372h8gd9q"))))
     (build-system cmake-build-system)
     ;; FIXME: To run all tests successfully, test image sets from multiple
     ;; third party sources have to be present.  For details see
@@ -1111,6 +1113,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.")
        ("libpng" ,libpng)
        ("libjpeg" ,libjpeg-turbo)
        ("libtiff" ,libtiff)
+       ("fmt" ,fmt)
        ("giflib" ,giflib)
        ("openexr" ,openexr)
        ("ilmbase" ,ilmbase)
-- 
2.30.0


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

* bug#46213: [PATCH] Updated openimageio (fixes Blender build)
  2021-01-31  0:27 [bug#46213] [PATCH] Updated openimageio (fixes Blender build) raingloom
@ 2021-01-31 17:56 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-01-31 17:56 UTC (permalink / raw)
  To: raingloom; +Cc: 46213-done

Hello,

raingloom <raingloom@riseup.net> writes:

> Blender was failing to build (but ./configure worked), so I updated
> openimageio. That fixed it. I'm testing Blender right now and it seems
> to be working fine.

This update is already in master
(e629d7221604726d404b4d280a38d9a698d32a30). Sorry for the duplicate
work!

Closing.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-01-31 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  0:27 [bug#46213] [PATCH] Updated openimageio (fixes Blender build) raingloom
2021-01-31 17:56 ` bug#46213: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.