gnu: openscenegraph: Update to 3.6.3.
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.3. [source]: Use GIT-FILE-NAME. [inputs]: Remove unused pth and qtbase.
This commit is contained in:
parent
29ddbc5607
commit
3752b683dc
|
@ -406,7 +406,7 @@ visual effects work for film.")
|
||||||
(define-public openscenegraph
|
(define-public openscenegraph
|
||||||
(package
|
(package
|
||||||
(name "openscenegraph")
|
(name "openscenegraph")
|
||||||
(version "3.6.2")
|
(version "3.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -415,8 +415,8 @@ visual effects work for film.")
|
||||||
(commit (string-append "OpenSceneGraph-" version))))
|
(commit (string-append "OpenSceneGraph-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03jk6lclyd4biniaw04w7j0z1spkm69f1c19i37b8v9x3zv1p1id"))
|
"0h32z15sa8sbq276j0iib0n707m8bs4p5ji9z2ah411446paad9q"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (git-file-name name version))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "OpenSceneGraph")))
|
`((upstream-name . "OpenSceneGraph")))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
@ -437,8 +437,6 @@ visual effects work for film.")
|
||||||
("jasper" ,jasper)
|
("jasper" ,jasper)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("pth" ,pth)
|
|
||||||
("qtbase" ,qtbase)
|
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("mesa" ,mesa)))
|
("mesa" ,mesa)))
|
||||||
(synopsis "High performance real-time graphics toolkit")
|
(synopsis "High performance real-time graphics toolkit")
|
||||||
|
|
Loading…
Reference in New Issue