Skip to content
Snippets Groups Projects
Unverified Commit 24f7bac0 authored by Pierre Neidhardt's avatar Pierre Neidhardt
Browse files

gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.

* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4.
[inputs]: Add libjpeg.
parent b150e83b
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
;;; Copyright © 2019 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2019 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com> ;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
;;; Copyright © 2019 John Soo <jsoo1@asu.edu> ;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -510,7 +511,7 @@ (define-public openimageio-1.7 ...@@ -510,7 +511,7 @@ (define-public openimageio-1.7
(define-public openscenegraph (define-public openscenegraph
(package (package
(name "openscenegraph") (name "openscenegraph")
(version "3.6.3") (version "3.6.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -519,7 +520,7 @@ (define-public openscenegraph ...@@ -519,7 +520,7 @@ (define-public openscenegraph
(commit (string-append "OpenSceneGraph-" version)))) (commit (string-append "OpenSceneGraph-" version))))
(sha256 (sha256
(base32 (base32
"0h32z15sa8sbq276j0iib0n707m8bs4p5ji9z2ah411446paad9q")) "0x8hdbzw0b71j91fzp9cwmy9a7ava8v8wwyj8nxijq942vdx1785"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(properties (properties
`((upstream-name . "OpenSceneGraph"))) `((upstream-name . "OpenSceneGraph")))
...@@ -538,6 +539,7 @@ (define-public openscenegraph ...@@ -538,6 +539,7 @@ (define-public openscenegraph
("unzip" ,unzip))) ("unzip" ,unzip)))
(inputs (inputs
`(("giflib" ,giflib) `(("giflib" ,giflib)
("libjpeg" ,libjpeg) ; Required for the JPEG texture plugin.
("jasper" ,jasper) ("jasper" ,jasper)
("librsvg" ,librsvg) ("librsvg" ,librsvg)
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment