emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49176: closed ([PATCH] gnu: mednafen: Update to 1.27.1.)


From: GNU bug Tracking System
Subject: bug#49176: closed ([PATCH] gnu: mednafen: Update to 1.27.1.)
Date: Tue, 22 Jun 2021 21:48:02 +0000

Your message dated Tue, 22 Jun 2021 23:47:35 +0200
with message-id <87o8bxefm0.fsf@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@gnu.org.)


-- 
49176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49176
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- Subject: Re: [bug#49176] [PATCH] gnu: mednafen: Update to 1.27.1. Date: Tue, 22 Jun 2021 23:47:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]