Archived
1
0
Fork 0

gnu: retroarch: Update to 1.7.6.

* gnu/packages/emulators.scm (retroarch): Update to 1.7.6.
[inputs]: Add libxrandr.
This commit is contained in:
Rutger Helling 2019-02-04 09:00:16 +01:00
parent 2dd662f48e
commit 45267af1a3
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -1053,7 +1053,7 @@ emulation community. It provides highly accurate emulation.")
(define-public retroarch (define-public retroarch
(package (package
(name "retroarch") (name "retroarch")
(version "1.7.5") (version "1.7.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1062,7 +1062,7 @@ emulation community. It provides highly accurate emulation.")
(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 "1jfpgl34jjxn3dvxd1kd564swkw7v98hnn562v998b7vllz3dxdm")))) (base32 "122c6cqax92qk2mhm9ywnwhw3qkv8f1ybma9gal5w6i2gsmp0s0s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
@ -1100,6 +1100,7 @@ emulation community. It provides highly accurate emulation.")
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
("libxkbcommon" ,libxkbcommon) ("libxkbcommon" ,libxkbcommon)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxrandr" ,libxrandr)
("libxv" ,libxv) ("libxv" ,libxv)
("mesa" ,mesa) ("mesa" ,mesa)
("openal" ,openal) ("openal" ,openal)