gnu: julius: Update to 1.4.0.
* gnu/packages/games.scm (julius): Update to 1.4.0. [inputs]: Add new dependency libpng. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
69a745b735
commit
0341856191
1 changed files with 4 additions and 3 deletions
|
@ -978,7 +978,7 @@ automata. The following features are available:
|
||||||
(define-public julius
|
(define-public julius
|
||||||
(package
|
(package
|
||||||
(name "julius")
|
(name "julius")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -987,10 +987,11 @@ automata. The following features are available:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ws5lmwdhla73676fj0w26v859n47s0wyxa0mgd0dmkx0x91qriy"))))
|
(base32 "01rygr592ar530qv1flmaiq8icl0qdxgc8lhkcdyn1g09941z47v"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl2" ,sdl2)
|
`(("libpng" ,libpng)
|
||||||
|
("sdl2" ,sdl2)
|
||||||
("sdl2-mixer" ,sdl2-mixer)))
|
("sdl2-mixer" ,sdl2-mixer)))
|
||||||
(home-page "https://github.com/bvschaik/julius")
|
(home-page "https://github.com/bvschaik/julius")
|
||||||
(synopsis "Re-implementation of Caesar III game engine")
|
(synopsis "Re-implementation of Caesar III game engine")
|
||||||
|
|
Reference in a new issue