me
/
guix
Archived
1
0
Fork 0

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>
master
Hendursaga 2023-09-06 14:38:56 -04:00 committed by Ludovic Courtès
parent a5d207f0db
commit f59a1dc924
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 10 additions and 12 deletions

View File

@ -491,27 +491,25 @@ Doom clone shooter game.")
(define-public armagetronad (define-public armagetronad
(package (package
(name "armagetronad") (name "armagetronad")
(version "0.2.9.1.0") (version "0.2.9.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/armagetronad/stable/" (uri (string-append "mirror://sourceforge/armagetronad/stable/"
version "/armagetronad-" version ".tbz")) version "/armagetronad-" version ".tbz"))
(sha256 (sha256
(base32 (base32
"18gn4sg4j5sw38ngb90sl50raliplrsgjcvy8fjwry733k0cgdjr")))) "0cpxvzbssyf45fmanp1d6l992wln8zkjx4z2flgx27fg1rqdw5zn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs (list pkg-config))
(list pkg-config)) (inputs (list libxml2
(inputs (sdl-union (list sdl sdl-image sdl-mixer))
(list libxml2
sdl
sdl-image
freeglut freeglut
libpng libpng
libjpeg-turbo)) libjpeg-turbo))
(home-page "https://www.armagetronad.org") (home-page "https://www.armagetronad.org")
(synopsis "Tron clone in 3D") (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. 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 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 include a customizable playing arena, HUD, unique graphics, and AI bots. For