WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: SDL update request  (Read 2821 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
SDL update request
« 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 :)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: SDL update request
« Reply #1 on: August 31, 2010, 10:02:06 AM »
me 2 requesting update & compile libsdl with alsa support please

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: SDL update request
« Reply #2 on: August 31, 2010, 11:00:19 AM »
Not sure when I can get to it, but it's on my list.
The only barriers that can stop you are the ones you create yourself.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: SDL update request
« Reply #3 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

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

tested it fixed the problem

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: SDL update request
« Reply #4 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?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: SDL update request
« Reply #5 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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: SDL update request
« Reply #6 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.
The only barriers that can stop you are the ones you create yourself.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: SDL update request
« Reply #7 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

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: SDL update request
« Reply #8 on: September 01, 2010, 07:37:38 PM »
Arslan & curaga: Thanks for your clarifications and putting my concern to rest.