me
/
guix
Archived
1
0
Fork 0

gnu: openimageio: Update to 2.5.13.0.

* gnu/packages/graphics.scm (openimageio): Update to 2.5.13.0.
[source, home-page]: Follow redirect.

Change-Id: Iacbd7d5b3388e4b709d995ae96859174ee3165a4
master
Vinicius Monego 2024-05-12 00:29:29 -03:00
parent 5b6e65a5b5
commit 5bcca03e14
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 12 additions and 11 deletions

View File

@ -1325,16 +1325,17 @@ with strong support for multi-part, multi-channel use cases.")
(define-public openimageio (define-public openimageio
(package (package
(name "openimageio") (name "openimageio")
(version "2.5.10.1") (version "2.5.13.0")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/OpenImageIO/oiio") (uri (git-reference
(commit (string-append "v" version)))) (url "https://github.com/AcademySoftwareFoundation/OpenImageIO")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"06x3lqj9qjh5m0zbr5g2g9ii6jk340pgzrhr4fb353y1y2pkx5sw")))) (base32
"0bqalfcfjjk31a7zv2hyx0jz8jpdhpsmc3sqwmfl4zf431g45hpb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:tests? #f ; half the tests require online data or use redirection (list #:tests? #f ; half the tests require online data or use redirection
@ -1363,7 +1364,7 @@ with strong support for multi-part, multi-channel use cases.")
related classes, utilities, and applications. There is a particular emphasis related classes, utilities, and applications. There is a particular emphasis
on formats and functionality used in professional, large-scale animation and on formats and functionality used in professional, large-scale animation and
visual effects work for film.") visual effects work for film.")
(home-page "https://www.openimageio.org") (home-page "https://github.com/AcademySoftwareFoundation/OpenImageIO")
(license license:bsd-3))) (license license:bsd-3)))
(define-public openscenegraph (define-public openscenegraph