* [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1.
@ 2021-06-22 19:48 Solene Rapenne via Guix-patches via
2021-06-22 21:47 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-22 19:48 UTC (permalink / raw)
To: 49176
* gnu/packages/emulators.scm (mednafen): Update to 1.27.1.
---
gnu/packages/emulators.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index ec8d3d21d6..9091ef931d 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -523,14 +523,14 @@ V2.")
(define-public mednafen
(package
(name "mednafen")
- (version "1.26.1")
+ (version "1.27.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://mednafen.github.io/releases/files/"
"mednafen-" version ".tar.xz"))
(sha256
- (base32 "1x7xhxjhwsdbak8l0iyb497f043xkhibk73w96xck4j2bk10fac4"))))
+ (base32 "1ysmb56wzr17ki6f1b486r2dzjr11igd021qb4r3437l68prpa7k"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -541,6 +541,7 @@ V2.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("alsa" ,alsa-lib)
+ ("flac" ,flac)
;; ("libmpcdec" ,libmpcdec) FIXME: not recognized.
("libsndfile" ,libsndfile)
("lzo" ,lzo)
--
2.32.0
works fine on amd64. I added an input, I don't know if it's required to
mention it in the commit message.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1.
2021-06-22 19:48 [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1 Solene Rapenne via Guix-patches via
@ 2021-06-22 21:47 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-22 21:47 UTC (permalink / raw)
To: 49176; +Cc: Solene Rapenne, 49176-done
Hello,
Solene Rapenne via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emulators.scm (mednafen): Update to 1.27.1.
I added the input change to that commit message, and applied the patch.
Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-22 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-22 19:48 [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1 Solene Rapenne via Guix-patches via
2021-06-22 21:47 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.