This is xmms-embedded v0.00003alpha. Basically it is xmms, without the gtk/gdk parts, plus there is a gui plugin which uses qt(e). Apart from removing gtk/gdk from xmms & the plugins , there are some changes in the liboss plugin and the xmms sources. These changes are to facilitate output buffering of several seconds/minutes (the size of the buffer can be changed in ~/.xmms/config at the [OSS] part; it is given in seconds now) - which is usefull if the player is used in a car with the songs on cd for example. To compile the software, you need to compile each subdirectory separately using "tmake whatever.pro -o Makefile ; make". You need to set the TMAKEPATH, QTDIR (the second perhaps only for the QPEgui plugin) env. variables. The qpe and qte include files are needed also for the QPEgui plugin, it is expected that the qpe directory is /usr/src/palmtop/qpe and the qte dir. is /usr/src/palmtop/qte-2.3.2 . If it is not so, you need to create symlinks, or edit each and every .pro file. To install everything you need to copy the binaries to their correct places by hand. Have a look at the .ipk package to see what is the correct place for the binaries.