gnu: arx-libertatis: Update to 1.2.
* gnu/packages/games.scm (arx-libertatis): Update to 1.2. [inputs]: Replace sdl with sdl2 and mesa with libepoxy.master
parent
9cb35c0216
commit
9591f68550
|
@ -8771,7 +8771,7 @@ game field is extended to 4D space, which has to filled up by the gamer with
|
||||||
(define-public arx-libertatis
|
(define-public arx-libertatis
|
||||||
(package
|
(package
|
||||||
(name "arx-libertatis")
|
(name "arx-libertatis")
|
||||||
(version "1.1.2")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8779,7 +8779,7 @@ game field is extended to 4D space, which has to filled up by the gamer with
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hjfxlsmp8wwqr06snv2dlly2s79ra0d9aw49gkp6rn8m50b9bc2"))))
|
"035dflxffa98bxmxkrqfizmhvnr09wyhhmzaqxk92772qil7gkxs"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "installer"))
|
(outputs '("out" "installer"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -8824,8 +8824,8 @@ game field is extended to 4D space, which has to filled up by the gamer with
|
||||||
(rename-file (string-append out "/bin/arx-install-data")
|
(rename-file (string-append out "/bin/arx-install-data")
|
||||||
(string-append installer "/bin/arx-install-data"))))))))
|
(string-append installer "/bin/arx-install-data"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("sdl" ,sdl) ; Switch to sdl2 in >1.1.2.
|
`(("sdl2" ,sdl2)
|
||||||
("mesa" ,mesa) ; Switch to libepoxy in >1.1.2.
|
("libepoxy" ,libepoxy)
|
||||||
("glew" ,glew)
|
("glew" ,glew)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
|
|
Reference in New Issue