diff mbox series

[bug#65789] gnu: armagetronad: Update to 0.2.9.1.1.

Message ID f4df7ed0a90ef8cdab7fab0d495184ed6fc8024f.1694025382.git.hendursaga@aol.com
State New
Headers show
Series [bug#65789] gnu: armagetronad: Update to 0.2.9.1.1. | expand

Commit Message

Hendursaga Sept. 6, 2023, 6:38 p.m. UTC
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
[inputs]: Add sdl-mixer to fix game audio.
---
 gnu/packages/games.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)


base-commit: c3d48d024b95f57850ec429d7f326d817dda5090

Comments

Ludovic Courtès Sept. 14, 2023, 9:33 p.m. UTC | #1
Hi,

Hendursaga <hendursaga@aol.com> skribis:

> * gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
> [inputs]: Add sdl-mixer to fix game audio.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 760234b031..d5f1e1e659 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -491,27 +491,25 @@  (define-public anarch
 (define-public armagetronad
   (package
     (name "armagetronad")
-    (version "0.2.9.1.0")
+    (version "0.2.9.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/armagetronad/stable/"
                                   version "/armagetronad-" version ".tbz"))
               (sha256
                (base32
-                "18gn4sg4j5sw38ngb90sl50raliplrsgjcvy8fjwry733k0cgdjr"))))
+                "0cpxvzbssyf45fmanp1d6l992wln8zkjx4z2flgx27fg1rqdw5zn"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     (list libxml2
-           sdl
-           sdl-image
-           freeglut
-           libpng
-           libjpeg-turbo))
+    (native-inputs (list pkg-config))
+    (inputs (list libxml2
+                  (sdl-union (list sdl sdl-image sdl-mixer))
+                  freeglut
+                  libpng
+                  libjpeg-turbo))
     (home-page "https://www.armagetronad.org")
     (synopsis "Tron clone in 3D")
-    (description "Armagetron Advanced is a multiplayer game in 3d that
+    (description
+     "Armagetron Advanced is a multiplayer game in 3d that
 attempts to emulate and expand on the lightcycle sequence from the movie Tron.
 It's an old school arcade game slung into the 21st century.  Highlights
 include a customizable playing arena, HUD, unique graphics, and AI bots.  For