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:
Maxim Cournoyer 2024-10-03 12:50:32 +09:00
parent bd37990984
commit 0aa36db198
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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