Note for the lazy others: you can install mp3blaster with
sudo apt-get install mp3blaster
For it to work properly, seemingly you need to launch it with
padsp mp3blaster
Here's how to compile it from source and eliminate the need for padsp
:
Many thanks to @andrew.46 for explaining that compiling against libsdl fixes this bug:
Download the tarball:
wget http://downloads.sourceforge.net/mp3blaster/mp3blaster-3.2.5.tar.gz
Extract it
tar xf mp3blaster*
Enter the directory
cd mp3blaster*
You need at least these dependencies to build it:
sudo apt-get install g++ libncurses5-dev libsdl1.2-dev
Run
./configure --with-sdl
If there are errors, you need to install more packages. Please comment, and I will fix if possible. If and only if configure
exits successfully you can run
make
then use sudo make install
or better use checkinstall to make it known to dpkg
for easier removal (do sudo apt-get install checkinstall
if you want to use it)
sudo checkinstall
follow the instructions...
Now you can launch && enjoy with
mp3blaster

apt-get
but didn't play, purged and downloaded the tarball – Dominic Motuka Jul 11 '16 at 17:59--content-disposition
option, this is sometimes needed if you don't want an oddly named archive. I cannot look at the moment as I am at work and surrounded by windows :(. My own answer is deleted now... – andrew.46 Jul 12 '16 at 00:14mp3blaster file.mp3
Error free on 14.04 – Elder Geek Aug 15 '16 at 03:18