QUOTE(xmixahlx @ Nov 9 2004, 03:10 PM)
if you were using debian unstable + rarewares repository mike@techguy:~$ apt-cache search cue|grep mp3
mp3splt - Splits MP3 and Ogg Vorbis files without reencoding
note for ubuntu warty users: mp3splt is part of the hoary repository but it compiles just fine from source (e.g.
./configure;make;sudo make install;make clean).
get the source from
http://mp3splt.sourceforge.net/.
you might need to install libmad development library (
sudo apt-get install libmad0-dev) and resolve some other dependencies to make it work but with a minor effort on consideration it's all strightforward.
sorry for bumping