Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: bmarkus on July 25, 2010, 01:53:50 PM

Title: SDL update request
Post by: bmarkus on July 25, 2010, 01:53:50 PM
SDL.tcz in the repo is dated on January 2009, it's really an anciant extension. Also there is a new upstream version available. Would be good to get it updated :)
Title: Re: SDL update request
Post by: Arslan S. on August 31, 2010, 10:02:06 AM
me 2 requesting update & compile libsdl with alsa support please
Title: Re: SDL update request
Post by: curaga on August 31, 2010, 11:00:19 AM
Not sure when I can get to it, but it's on my list.
Title: Re: SDL update request
Post by: Arslan S. on August 31, 2010, 11:38:39 AM
i just need the SDL (not the others sdl_image, sdl_mixer etc.) compiled with alsa support

to fix this problem SDL needs to be compiled with alsa support
http://forum.tinycorelinux.net/index.php?topic=4190.msg21947#msg21947 (http://forum.tinycorelinux.net/index.php?topic=4190.msg21947#msg21947)

reference
http://bugs.gentoo.org/show_bug.cgi?id=314813#c10 (http://bugs.gentoo.org/show_bug.cgi?id=314813#c10)

tested it fixed the problem
Title: Re: SDL update request
Post by: maro on August 31, 2010, 07:58:07 PM
Does this mean that all the extensions that depend on 'SDL.tcz' are forced to use ALSA or will it be possible to continue with OSS?

If the former is the case would it make sense to create a 'SDL-alsa.tcz' and keep an OSS compatbile version (possibly updated to 1.2.14) still around?
Title: Re: SDL update request
Post by: Arslan S. on August 31, 2010, 09:09:58 PM
Does this mean that all the extensions that depend on 'SDL.tcz' are forced to use ALSA or will it be possible to continue with OSS?

If the former is the case would it make sense to create a 'SDL-alsa.tcz' and keep an OSS compatbile version (possibly updated to 1.2.14) still around?

no it is just adding support for alsa alongside oss
Title: Re: SDL update request
Post by: curaga on September 01, 2010, 01:02:49 PM
At worst it is an additional dep, libasound. If I remember right SDL does not link to libasound though, so if it still loads it dynamically, not even the dep.
Title: Re: SDL update request
Post by: Arslan S. on September 01, 2010, 02:48:10 PM
At worst it is an additional dep, libasound. If I remember right SDL does not link to libasound though, so if it still loads it dynamically, not even the dep.

yes libasound is dynamically loaded by default configure options, so no need to add it to dep list
Title: Re: SDL update request
Post by: maro on September 01, 2010, 07:37:38 PM
Arslan & curaga: Thanks for your clarifications and putting my concern to rest.