The Mpg123 package contains a console-based MP3 player. It claims to be the fastest MP3 decoder for Unix.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.sourceforge.net/mpg123/mpg123-1.18.0.tar.bz2
Download MD5 sum: 0e27ecbc5e48827ec5dd4d4f5fd8e64b
Download size: 836 KB
Estimated disk space required: 12 MB
Estimated build time: 0.2 SBU
OpenAL, PulseAudio-4.0, JACK, PortAudio and SDL-1.2.15
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mpg123
Install Mpg123 by running the following commands:
./configure --prefix=/usr --with-module-suffix=.so && make
This package does not come with a test suite.
Now, as the root
user:
make install
--with-module-suffix=.so
:
This switch tells mpg123 to load modules with
.so
extension which is useful if you
don't want to keep .la
files.
Last updated on 2014-02-25 03:54:44 -0800