GNU bug report logs - #49176
[PATCH] gnu: mednafen: Update to 1.27.1.

Previous Next

Package: guix-patches;

Reported by: Solene Rapenne <solene <at> perso.pw>

Date: Tue, 22 Jun 2021 19:50:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49176: closed ([PATCH] gnu: mednafen: Update to 1.27.1.)
Date: Tue, 22 Jun 2021 21:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Jun 2021 23:47:35 +0200
with message-id <87o8bxefm0.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1.
has caused the debbugs.gnu.org bug report #49176,
regarding [PATCH] gnu: mednafen: Update to 1.27.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Solene Rapenne <solene <at> perso.pw>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mednafen: Update to 1.27.1.
Date: Tue, 22 Jun 2021 21:48:50 +0200
* 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.


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Solene Rapenne via Guix-patches via <guix-patches <at> gnu.org>
Cc: Solene Rapenne <solene <at> perso.pw>, 49176-done <at> debbugs.gnu.org
Subject: Re: [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1.
Date: Tue, 22 Jun 2021 23:47:35 +0200
Hello,

Solene Rapenne via Guix-patches via <guix-patches <at> 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


This bug report was last modified 4 years and 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.