unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Raphaël Mélotte" <raphael.melotte@mind.be>
To: 43471@debbugs.gnu.org
Cc: raphael.melotte@mind.be
Subject: [bug#43471] [PATCH 1/1] gnu: supertuxkart: Update to 1.2
Date: Thu, 17 Sep 2020 18:58:05 +0200	[thread overview]
Message-ID: <20200917165805.25348-1-raphael.melotte@mind.be> (raw)
In-Reply-To: <20200917163720.24625-1-raphael.melotte@mind.be>

* gnu/packages/games.scm (supertuxkart): Update to 1.2
[source]: Update snippet, some of the previously bundled libraries are
gone. Also update URL.
[inputs]: Add sdl2

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 gnu/packages/games.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f6819873df..84e09b50f4 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3459,15 +3459,15 @@ This game is based on the GPL version of the famous game TuxRacer.")
 (define-public supertuxkart
   (package
     (name "supertuxkart")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/supertuxkart/SuperTuxKart/"
-                           version "/supertuxkart-" version "-src.tar.xz"))
+                           version "/SuperTuxKart-" version "-src.tar.xz"))
        (sha256
         (base32
-         "1s0ai07g3sswck9mr0142989mrgzzq1njc1qxk5als5b245jpc79"))
+         "0dvx56hmy6wdhl7m9dw8zc1n3jqfp05gnxl6zs1rbfdyzl5dybh5"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete bundled library sources
@@ -3475,12 +3475,9 @@ This game is based on the GPL version of the famous game TuxRacer.")
            ;; Supertuxkart uses modified versions of the Irrlicht engine
            ;; and the bullet library.  The developers gave an explanation
            ;; here: http://forum.freegamedev.net/viewtopic.php?f=17&t=3906
-           ;; FIXME: try to unbundle angelscript and libraqm
+           ;; FIXME: try to unbundle angelscript, libmcpp and libraqm
            (for-each delete-file-recursively
-                     '("lib/zlib"
-                       "lib/libpng"
-                       "lib/jpeglib"
-                       "lib/glew"
+                     '("lib/glew"
                        "lib/wiiuse"
                        "lib/enet"))
            #t))))
@@ -3502,6 +3499,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
              "-DCMAKE_C_FLAGS=-fpermissive")))
     (inputs
      `(("glew" ,glew)
+       ("sdl2" ,sdl2)
        ("zlib" ,zlib)
        ("openal" ,openal)
        ("libvorbis" ,libvorbis)
-- 
2.28.0





  reply	other threads:[~2020-09-17 17:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17 16:37 [bug#43471] [PATCH 0/1] gnu: supertuxkart: Update to 1.2 Raphaël Mélotte
2020-09-17 16:58 ` Raphaël Mélotte [this message]
2020-09-21  7:15 ` bug#43471: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200917165805.25348-1-raphael.melotte@mind.be \
    --to=raphael.melotte@mind.be \
    --cc=43471@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).