* [bug#29393] [PATCH] gnu: supertuxkart: Update to 0.9.3.
@ 2017-11-22 10:13 Rutger Helling
2017-11-23 22:20 ` bug#29393: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-22 10:13 UTC (permalink / raw)
To: 29393
[-- Attachment #1.1: Type: text/plain, Size: 201 bytes --]
Here's an update for supertuxkart.
I'm fairly certain the supertuxkart-angelscript-ftbfs.patch isn't needed
anymore (seems to have been upstreamed, and it doesn't apply to the
source anymore anyway).
[-- Attachment #1.2: Type: text/html, Size: 394 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-supertuxkart-Update-to-0.9.3.patch --]
[-- Type: text/x-diff; name=0001-gnu-supertuxkart-Update-to-0.9.3.patch, Size: 1716 bytes --]
From bb801e829bf692d80d4c540ef8f9627418d7db04 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Wed, 22 Nov 2017 10:07:59 +0100
Subject: [PATCH] gnu: supertuxkart: Update to 0.9.3.
* gnu/packages/games.scm (supertuxkart): Update to 0.9.3.
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c37491dc6..b1ba28a62 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1461,7 +1461,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
(define-public supertuxkart
(package
(name "supertuxkart")
- (version "0.9.2")
+ (version "0.9.3")
(source
(origin
(method url-fetch)
@@ -1469,8 +1469,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
version "/supertuxkart-" version "-src.tar.xz"))
(sha256
(base32
- "10l2ljmd7mv8f9ylarqmxxryicdnph2qkm3g5maxnsm2k2q0n20b"))
- (patches (search-patches "supertuxkart-angelscript-ftbfs.patch"))
+ "1c4w47ibj87lgwiqygq8qi7jiz6gklj4dwf5bs5zk15s0rqlw0fq"))
(modules '((guix build utils)))
(snippet
;; Delete bundled library sources
@@ -1495,6 +1494,8 @@ This game is based on the GPL version of the famous game TuxRacer.")
(list "-DUSE_WIIUSE=0"
;; Do not use the bundled zlib
"-DNO_IRR_COMPILE_WITH_ZLIB_=TRUE"
+ ;; FIXME: needs libopenglrecorder
+ "-DBUILD_RECORDER=0"
;; Irrlicht returns an integer instead of a boolean
"-DCMAKE_C_FLAGS=-fpermissive")
#:phases
--
2.15.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-23 22:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 10:13 [bug#29393] [PATCH] gnu: supertuxkart: Update to 0.9.3 Rutger Helling
2017-11-23 22:20 ` bug#29393: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).