I flashed my rom and did it again. So here's a run-down for 6000 stock rom, install in order to avoid dependency warnings.
zlib_1.2.2-1_arm.ipk (internal only)
ligpng12_1.2.8-0 (internal only)
libSDLimage_1.2.3-1 (internal only)
libSDLMixer_1.2.6-zport (1.2.6 from the cacko feed, btw 1.2.5_cvs works as well)
libSDL_1.2.6_cvs this one works or better off replace libSDL-1.2.so.0.0.6 (/mnt/card/QtPalmtop/lib) with gulhem's libSDL-1.2.so.0.0.7 in the fast kernel thread for 6000, then fix links for libSDL-1.2.so.0 and libSDL.so in /home/QtPalmtop/lib
assume you installed libSDL to the sd card
su
cp [/mnt/cf]/libSDL-1.2.so.0.0.7 /mnt/card/QtPalmtop/lib
rm /home/QtPalmtop/lib/libSDL.so
rm /home/QtPalmtop/lib/libSDL-1.2.so.0
rm /home/QtPalmtop/lib/libSDL-1.2.so.0.0.6
ln -s /mnt/card/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7
ln -s /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL-1.2.so.0
ln -s /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL.so
sudo-0.1 (internal only)
supertux 0.1.2-3
edit: added zlib, thanks scheck.r