GNU bug report logs -
#65789
[PATCH] gnu: armagetronad: Update to 0.2.9.1.1.
Previous Next
Reported by: Hendursaga <hendursaga <at> aol.com>
Date: Wed, 6 Sep 2023 18:41:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Sep 2023 23:33:54 +0200
with message-id <878r984eyl.fsf_-_ <at> gnu.org>
and subject line Re: bug#65789: [PATCH] gnu: armagetronad: Update to 0.2.9.1.1.
has caused the debbugs.gnu.org bug report #65789,
regarding [PATCH] gnu: armagetronad: Update to 0.2.9.1.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65789: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65789
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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(-)
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
base-commit: c3d48d024b95f57850ec429d7f326d817dda5090
--
2.40.1
[Message part 3 (message/rfc822, inline)]
Hi,
Hendursaga <hendursaga <at> 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’.
This bug report was last modified 1 year and 304 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.