mbox

[bug#35364,0/2] gnu: supertuxkart: Update to 1.0

Message ID 20190421180129.26873-1-pierre.langlois@gmx.com
Headers show

Message

Pierre Langlois April 21, 2019, 6:01 p.m. UTC
Hello Guix!

Here's an update for SuperTuxKart, and it brings networking support!  I think
I've been waiting for this for close to 10 years now! :-D

http://blog.supertuxkart.net/2019/04/supertuxkart-10-release.html

I've taken the opportunity to remove the bundled "enet" and simplify how GLEW
was unbundled. It looks like upstream have simplified things since this was
first packaged.

Thanks!
Pierre

Pierre Langlois (2):
  gnu: supertuxkart: Update to 1.0.
  gnu: supertuxkart: Simplify unbundling and unbundle enet.

 gnu/packages/games.scm | 48 ++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 32 deletions(-)

--
2.21.0

Comments

Christopher Baines April 21, 2019, 10:03 p.m. UTC | #1
Pierre Langlois <pierre.langlois@gmx.com> writes:

> Here's an update for SuperTuxKart, and it brings networking support!  I think
> I've been waiting for this for close to 10 years now! :-D
>
> http://blog.supertuxkart.net/2019/04/supertuxkart-10-release.html
>
> I've taken the opportunity to remove the bundled "enet" and simplify how GLEW
> was unbundled. It looks like upstream have simplified things since this was
> first packaged.
>
> Thanks!
> Pierre
>
> Pierre Langlois (2):
>   gnu: supertuxkart: Update to 1.0.
>   gnu: supertuxkart: Simplify unbundling and unbundle enet.
>
>  gnu/packages/games.scm | 48 ++++++++++++++----------------------------
>  1 file changed, 16 insertions(+), 32 deletions(-)

Thanks Pierre, I've built supertuxkart with these patches, and it looks
to work fine to me. The simplification of the package also looks
great. I haven't tested the network functionality though.

I've pushed them now, thanks again :)

Chris