libmikmod is a sound library capable of playing audio samples as well as tracker modules. Supported module formats include MOD, S3M, XM, IT, MED, MTM and 669.
Download (HTTP): http://mikmod.raphnet.net/files/libmikmod-3.1.11.tar.gz
Download (FTP): ftp://ftp.raphnet.net/pub/libmikmod/libmikmod-3.1.11.tar.gz
Download MD5 sum: 705106da305e8de191549f1e7393185c
Download size: 611 KB
Estimated disk space required: 9.6 MB
Estimated build time: 0.28 SBU
Install libmikmod by running the following commands:
sed -i -e "s/VERSION=10/VERSION=11/" \
-e "s/sys_asoundlib/alsa_asoundlib/" \
-e "s/snd_cards/snd_card_load/g" \
-e "s|sys/asoundlib.h|alsa/asoundlib.h|g" \
configure.in &&
autoconf &&
./configure --prefix=/usr &&
make &&
make install &&
chmod 755 /usr/lib/libmikmod.so.2.0.4
sed -i -e ...: This increments the package micro version and also modifies the ALSA header search routine so that the package properly discovers the ALSA library.
autoconf: This generates a new configure script, required because of the changes to configure.in.
The libmikmod package contains libmikmod-config and the libmikmod library.
libmikmod-config provides version information, compiler and linker flags to programs that utilize libmikmod.
Last updated on 2005-02-14 08:12:36 -0700