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.3 platform.
Download (HTTP): http://downloads.sourceforge.net/mpg123/mpg123-1.15.3.tar.bz2
Download MD5 sum: f734f9e2982f398a1c919475fc0b3798
Download size: 784 KB
Estimated disk space required: 12 MB
Estimated build time: 0.2 SBU
EsounD-0.2.41, OpenAL, PulseAudio-3.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 --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--with-module-suffix=.so:
This switch tells mpg123 to load modules with
.so extension. Useful if you don't
want to keep .la files.
Last updated on 2013-04-07 10:08:27 +0000