mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: retroarch: Update to 1.19.1-1.48b71d5.
* gnu/packages/emulators.scm (retroarch): Update to 1.19.1-1.48b71d5. Change-Id: Icb4c3c8d80be97cf604aec0db2d86f340e31f01e
This commit is contained in:
parent
bd37990984
commit
0aa36db198
1 changed files with 157 additions and 155 deletions
|
@ -1579,6 +1579,8 @@ physical device and the RetroPad virtual controller.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public retroarch-minimal
|
(define-public retroarch-minimal
|
||||||
|
(let ((commit "48b71d5cf8a070e785e2302d8fe241a7c2180fdd")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "retroarch-minimal")
|
(name "retroarch-minimal")
|
||||||
(version "1.19.1")
|
(version "1.19.1")
|
||||||
|
@ -1587,7 +1589,7 @@ physical device and the RetroPad virtual controller.")
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/libretro/RetroArch")
|
(url "https://github.com/libretro/RetroArch")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils)
|
(use-modules (guix build utils)
|
||||||
|
@ -1616,11 +1618,11 @@ physical device and the RetroPad virtual controller.")
|
||||||
;; This is an old root certificate used in net_socket_ssl_mbed.c,
|
;; This is an old root certificate used in net_socket_ssl_mbed.c,
|
||||||
;; not actually from mbedtls.
|
;; not actually from mbedtls.
|
||||||
(delete-all-but "deps/mbedtls" "cacert.h")))
|
(delete-all-but "deps/mbedtls" "cacert.h")))
|
||||||
|
(patches (search-patches "retroarch-improved-search-paths.patch"
|
||||||
|
"retroarch-unbundle-spirv-cross.patch"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15nh4y4vpf4n1ryhiy4fwvzn5xz5idzfzn9fsi5v9hzp25vbjmrm"))
|
(base32 "13hgg4pxkpwlcmmyp9npr9k9cb94waqiyjpy2jzs8m9rc7xl2ap9"))))
|
||||||
(patches (search-patches "retroarch-improved-search-paths.patch"
|
|
||||||
"retroarch-unbundle-spirv-cross.patch"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1739,7 +1741,7 @@ multi-system game/emulator system.")
|
||||||
(license (list license:gpl3+ ;for RetroArch itself
|
(license (list license:gpl3+ ;for RetroArch itself
|
||||||
license:asl2.0 ;SPIRV-Cross
|
license:asl2.0 ;SPIRV-Cross
|
||||||
license:expat ;yxml
|
license:expat ;yxml
|
||||||
license:bsd-3)))) ;feragamemode
|
license:bsd-3))))) ;feragamemode
|
||||||
|
|
||||||
(define-public retroarch
|
(define-public retroarch
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue