unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: iKaSeRo <ahmed@ikasero.com>
To: 51090@debbugs.gnu.org
Cc: iKaSeRo <ahmed@ikasero.com>
Subject: [bug#51090] [PATCH] gnu: supertuxkart: Update to 1.3.
Date: Fri,  8 Oct 2021 01:00:12 +0300	[thread overview]
Message-ID: <20211007220012.7720-1-ahmed@ikasero.com> (raw)

* gnu/packages/games.scm (supertuxkart): Update to 1.3.
[source]: Update snippet, previously bundled glew is no longer needed.
[inputs]: Remove fribidi, glew, mesa.
---
 gnu/packages/games.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4d84dd2bcb..9005a389e2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3909,7 +3909,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
 (define-public supertuxkart
   (package
     (name "supertuxkart")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method url-fetch)
@@ -3917,7 +3917,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
                            version "/SuperTuxKart-" version "-src.tar.xz"))
        (sha256
         (base32
-         "0dvx56hmy6wdhl7m9dw8zc1n3jqfp05gnxl6zs1rbfdyzl5dybh5"))
+         "1z9z13zarv28h4jrmjna5hr6m9266pm7c2kgiwhqls01k06ypazf"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete bundled library sources
@@ -3925,10 +3925,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, libmcpp and libraqm
+           ;; FIXME: try to unbundle angelscript, libmcpp, libsquish and libraqm
            (for-each delete-file-recursively
-                     '("lib/glew"
-                       "lib/wiiuse"
+                     '("lib/wiiuse"
                        "lib/enet"))
            #t))))
     (build-system cmake-build-system)
@@ -3936,7 +3935,6 @@ This game is based on the GPL version of the famous game TuxRacer.")
      `(#:tests? #f ; no check target
        #:configure-flags
        (list "-DUSE_WIIUSE=0"
-             "-DUSE_SYSTEM_GLEW=TRUE"
              "-DUSE_SYSTEM_ENET=TRUE"
              ;; In order to use the system ENet library, IPv6 support (added in
              ;; SuperTuxKart version 1.1) must be disabled.
@@ -3946,13 +3944,10 @@ This game is based on the GPL version of the famous game TuxRacer.")
     (inputs
      `(("curl" ,curl)
        ("freetype" ,freetype)
-       ("fribidi" ,fribidi)
-       ("glew" ,glew)
        ("harfbuzz" ,harfbuzz)
        ("libvorbis" ,libvorbis)
        ("libx11" ,libx11)
        ("libxrandr" ,libxrandr)
-       ("mesa" ,mesa)
        ("openal" ,openal)
        ("sdl2" ,sdl2)
        ("zlib" ,zlib)
-- 
2.33.0





             reply	other threads:[~2021-10-07 22:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07 22:00 iKaSeRo [this message]
2021-10-14 17:06 ` bug#51090: [PATCH] gnu: supertuxkart: Update to 1.3 Ludovic Courtès

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=20211007220012.7720-1-ahmed@ikasero.com \
    --to=ahmed@ikasero.com \
    --cc=51090@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).