guix-commits
[Top][All Lists]
Advanced

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

15/33: gnu: dosbox-staging: Update to 0.79.1.


From: guix-commits
Subject: 15/33: gnu: dosbox-staging: Update to 0.79.1.
Date: Fri, 21 Oct 2022 13:20:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 71c561f1335f0b91b2e8a9b6607f80338746e270
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:04 2022 +0200

    gnu: dosbox-staging: Update to 0.79.1.
    
    * gnu/packages/emulators.scm (dosbox-staging): Update to 0.79.1.
    [arguments]: Delete a problematic file in the 'fix-includes phase.
    [inputs]: Add iir & speexdsp.
---
 gnu/packages/emulators.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index f2ac256c95..08719c336e 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -397,7 +397,7 @@ older games.")
   ;; This is not a patch staging area for DOSBox, but an unaffiliated fork.
   (package
     (name "dosbox-staging")
-    (version "0.78.1")
+    (version "0.79.1")
     (source
      (origin
        (method git-fetch)
@@ -406,7 +406,7 @@ older games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16byip1j9ckq0ik7ilrj0fc9dal3495s48xd21drpbb8q9jwb342"))))
+        (base32 "0wdnkz3djjc514hn945fr9g9mnpnvk16fan84ny9g5wxak6dvsqp"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags
@@ -420,6 +420,8 @@ older games.")
            #~(modify-phases %standard-phases
                (add-after 'unpack 'fix-includes
                  (lambda _
+                   ;; This unnecessary file has an encoding error.
+                   (delete-file "./src/libs/sdlcd/macosx/SDLOSXCAGuard.h")
                    (substitute* (find-files "." "\\.(cpp|h)")
                      (("^(#include <)(SDL[_.])" _ include file)
                       (string-append include "SDL2/" file))))))))
@@ -428,10 +430,12 @@ older games.")
     (inputs
      (list alsa-lib
            fluidsynth
+           iir
            libpng
            mesa
            opusfile
            (sdl-union (list sdl2 sdl2-net))
+           speexdsp
            zlib))
     (home-page "https://dosbox-staging.github.io";)
     (synopsis "DOS/x86 PC emulator focusing on ease of use")



reply via email to

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