guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: OpenImageIO: Update to 2.2.11.1


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: OpenImageIO: Update to 2.2.11.1.
Date: Sun, 08 Aug 2021 21:19:23 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 2ea947f  gnu: OpenImageIO: Update to 2.2.11.1.
2ea947f is described below

commit 2ea947fb7db2208c04f8a929ebd95fad851b1d1d
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 8 16:48:30 2021 -0400

    gnu: OpenImageIO: Update to 2.2.11.1.
    
    * gnu/packages/graphics.scm (openimageio): Update to 2.2.11.1.
    [inputs]: Add libheif, for AV1 decoding support.
---
 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 d794847..c0886f5 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1138,7 +1138,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
 (define-public openimageio
   (package
     (name "openimageio")
-    (version "2.2.10.1")
+    (version "2.2.11.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1147,7 +1147,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wzh5n527l7ia1754cf9xmbvv4ya6hj34dy6cbq9xk9372h8gd9q"))))
+                "1i9r6vgz15aj1yzbf5a9lqhlyakjs793yrw5gw720l84lcyigad7"))))
     (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
@@ -1160,6 +1160,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
     (inputs
      `(("boost" ,boost)
        ("fmt" ,fmt)
+       ("libheif" ,libheif)
        ("libpng" ,libpng)
        ("libjpeg" ,libjpeg-turbo)
        ("libtiff" ,libtiff)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]