summaryrefslogtreecommitdiff
path: root/main/sdl
AgeCommit message (Collapse)Author
2013-10-21main/sdl: fix building against libx11-1.6Natanael Copa
2013-10-04main/[various]: update config.subTimo Teräs
2013-07-30[all autotools packages]: normalize ./configureTimo Teräs
2013-03-05main/sdl: rebuild against mesa-9.1Natanael Copa
2012-11-28main/sdl: remove disable-sdl-open and add glu-dev depCarlo Landmeter
2012-05-16main/sdl: disable the dlopen stuff as it seems to not workNatanael Copa
qemu with sdl hangs on startup, apparently it ends up in an endless loop Backtrace from gdb: Program received signal SIGINT, Interrupt. 0x00007ffff7df5904 in ?? () from /lib/ld64-uClibc.so.0.9.32 (gdb) bt #0 0x00007ffff7df5904 in ?? () from /lib/ld64-uClibc.so.0.9.32 #1 0x00007ffff7df653e in _dl_find_hash () from /lib/ld64-uClibc.so.0.9.32 #2 0x00007ffff7df7fa1 in ?? () from /lib/ld64-uClibc.so.0.9.32 #3 0x00007ffff7df6a8a in ?? () from /lib/ld64-uClibc.so.0.9.32 #4 0x00007ffff7df6d03 in _dl_fixup () from /lib/ld64-uClibc.so.0.9.32 #5 0x00007ffff501e015 in ?? () from /lib/libdl.so.0.9.32 #6 0x00007ffff501e224 in dlopen () from /lib/libdl.so.0.9.32 #7 0x00007ffff6803e87 in SDL_LoadObject () from /usr/lib/libSDL-1.2.so.0 #8 0x00007ffff68082a7 in ?? () from /usr/lib/libSDL-1.2.so.0 #9 0x00007ffff680eb74 in ?? () from /usr/lib/libSDL-1.2.so.0 #10 0x00007ffff67ff040 in SDL_VideoInit () from /usr/lib/libSDL-1.2.so.0 #11 0x00007ffff67dd752 in SDL_InitSubSystem () from /usr/lib/libSDL-1.2.so.0 #12 0x00007ffff67dd824 in SDL_Init () from /usr/lib/libSDL-1.2.so.0 #13 0x000055555568cc9b in ?? () #14 0x00005555555c182a in main () We try disable the dlopen stuff and see how that goes
2012-05-16main/sdl: fix from fedoraNatanael Copa
http://bugzilla.libsdl.org/show_bug.cgi?id=1155
2012-01-25main/sdl: upgrade to 1.2.15Natanael Copa
2011-10-25main/sdl: rebuild against mesa-7.11Natanael Copa
2011-06-29main/sdl: remove *.la filesWilliam Pitcock
2011-03-31main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa
this is needed for apk-tools-2.1 migration
2011-01-13Set all packages with arch="x86 x86_64" to arch="all".William Pitcock
2010-12-13main/*: add archNatanael Copa
2010-07-15main/sdl: move .so to -dev packageNatanael Copa
ref #384
2010-05-04main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa
2010-01-25merged x11 repository into mainNatanael Copa
ref #255