GNU bug report logs - #43471
[PATCH 0/1] gnu: supertuxkart: Update to 1.2

Previous Next

Package: guix-patches;

Reported by: Raphaël Mélotte <raphael.melotte <at> mind.be>

Date: Thu, 17 Sep 2020 16:43:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43471 in the body.
You can then email your comments to 43471 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#43471; Package guix-patches. (Thu, 17 Sep 2020 16:43:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Raphaël Mélotte <raphael.melotte <at> mind.be>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 17 Sep 2020 16:43:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: guix-patches <at> gnu.org
Cc: raphael.melotte <at> mind.be
Subject: [PATCH 0/1] gnu: supertuxkart: Update to 1.2
Date: Thu, 17 Sep 2020 18:37:20 +0200
Hello,

I bumped SuperTuxKart to the latest release, 1.2.

The URL has changed to use camel case, and I removed the deletion of
some bundled libraries from the snippet, because they are no longer
bundled in this version.

Some bundled libraries which are not part of Guix yet are still used.

Also to note: SuperTuxKart's source is now also available on Github,
which according to the project could be faster:
https://blog.supertuxkart.net/2020/08/supertuxkart-12-release.html

I kept the sourceforge link because according to the project the Github link
"is a fallback".

Raphaël Mélotte (1):
  gnu: supertuxkart: Update to 1.2

 gnu/packages/games.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

-- 
2.28.0





Information forwarded to guix-patches <at> gnu.org:
bug#43471; Package guix-patches. (Thu, 17 Sep 2020 16:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 43471 <at> debbugs.gnu.org (full text, mbox):

From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: 43471 <at> debbugs.gnu.org
Cc: raphael.melotte <at> mind.be
Subject: [PATCH 1/1] gnu: supertuxkart: Update to 1.2
Date: Thu, 17 Sep 2020 18:58:05 +0200
* 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 <at> 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 sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Mon, 21 Sep 2020 07:17:01 GMT) Full text and rfc822 format available.

Notification sent to Raphaël Mélotte <raphael.melotte <at> mind.be>:
bug acknowledged by developer. (Mon, 21 Sep 2020 07:17:02 GMT) Full text and rfc822 format available.

Message #13 received at 43471-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Raphaël Mélotte <raphael.melotte <at> mind.be>
Cc: 43471-done <at> debbugs.gnu.org
Subject: Re: [bug#43471] [PATCH 0/1] gnu: supertuxkart: Update to 1.2
Date: Mon, 21 Sep 2020 10:15:30 +0300
[Message part 1 (text/plain, inline)]
On Thu, Sep 17, 2020 at 06:37:20PM +0200, Raphaël Mélotte wrote:
> Hello,
> 
> I bumped SuperTuxKart to the latest release, 1.2.
> 
> The URL has changed to use camel case, and I removed the deletion of
> some bundled libraries from the snippet, because they are no longer
> bundled in this version.
> 
> Some bundled libraries which are not part of Guix yet are still used.
> 
> Also to note: SuperTuxKart's source is now also available on Github,
> which according to the project could be faster:
> https://blog.supertuxkart.net/2020/08/supertuxkart-12-release.html
> 
> I kept the sourceforge link because according to the project the Github link
> "is a fallback".
> 
> Raphaël Mélotte (1):
>   gnu: supertuxkart: Update to 1.2
> 
>  gnu/packages/games.scm | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)
> 
> -- 
> 2.28.0

Looks good! My kids will be very happy. Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Oct 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.