mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +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 @@ (define-public retroarch-joypad-autoconfig
|
|||
(license license:expat)))
|
||||
|
||||
(define-public retroarch-minimal
|
||||
(let ((commit "48b71d5cf8a070e785e2302d8fe241a7c2180fdd")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "retroarch-minimal")
|
||||
(version "1.19.1")
|
||||
|
@ -1587,7 +1589,7 @@ (define-public retroarch-minimal
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libretro/RetroArch")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(snippet
|
||||
#~(begin
|
||||
(use-modules (guix build utils)
|
||||
|
@ -1616,11 +1618,11 @@ (define (directory? x)
|
|||
;; This is an old root certificate used in net_socket_ssl_mbed.c,
|
||||
;; not actually from mbedtls.
|
||||
(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))
|
||||
(sha256
|
||||
(base32 "15nh4y4vpf4n1ryhiy4fwvzn5xz5idzfzn9fsi5v9hzp25vbjmrm"))
|
||||
(patches (search-patches "retroarch-improved-search-paths.patch"
|
||||
"retroarch-unbundle-spirv-cross.patch"))))
|
||||
(base32 "13hgg4pxkpwlcmmyp9npr9k9cb94waqiyjpy2jzs8m9rc7xl2ap9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1739,7 +1741,7 @@ (define (directory? x)
|
|||
(license (list license:gpl3+ ;for RetroArch itself
|
||||
license:asl2.0 ;SPIRV-Cross
|
||||
license:expat ;yxml
|
||||
license:bsd-3)))) ;feragamemode
|
||||
license:bsd-3))))) ;feragamemode
|
||||
|
||||
(define-public retroarch
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue