aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendursaga <hendursaga@aol.com>2023-09-06 14:38:56 -0400
committerLudovic Courtès <ludo@gnu.org>2023-09-14 23:32:51 +0200
commitf59a1dc924f6cfd3bddb3dae2e56ffb585097b4e (patch)
treeae37a723f1d644faaf086e682af996417b4deaad
parenta5d207f0db20933501712c037703cb7cb27adbbc (diff)
downloadguix-f59a1dc924f6cfd3bddb3dae2e56ffb585097b4e.tar
guix-f59a1dc924f6cfd3bddb3dae2e56ffb585097b4e.tar.gz
gnu: armagetronad: Update to 0.2.9.1.1.
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1. [inputs]: Add sdl-mixer to fix game audio. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/games.scm22
1 files changed, 10 insertions, 12 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 78063fa625..1167443825 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -491,27 +491,25 @@ Doom clone shooter game.")
(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