despotify works fine in maemo 5 sdk atleast, so it should work on N900 Here are some screenshots: Despotify in xterm http://imgur.com/2fwoQ.png Despotify Simple in xterm: http://imgur.com/Rjir2.png gSpotify: http://http://imgur.com/nke5B.png gSpotify is not very stable though. Needs some work before it's useable. I installed these: apt-get install libssl-dev zlib1g-dev libvorbis-dev libtool apt-get install libpulse-dev # For pulseaudio backend apt-get install libgstreamer-plugins-base0.10-0 libgstreamer0.10-dev # For GStreamer backend apt-get install libao-dev # For libao backend and compiled despotify before i compiled gSpotify. don't know if it's the same on N810. despotify is here: http://despotify.se
[sbox-FREMANTLE_ARMEL: ~/builds/despotify/src] > make make -s -C lib -f local.mk CC audio.c audio.c:17:31: error: vorbis/vorbisfile.h: No such file or directory In file included from audio.c:20: sndqueue.h:78: error: expected specifier-qualifier-list before 'OggVorbis_File' In file included from audio.c:21: util.h:32: error: expected ')' before '*' token make[1]: *** [audio.lo] Error 1 make: *** [lib] Error 2