%general-entities; ]> $LastChangedBy$ $Date$ libmikmod-&libmikmod-version; libmikmod Introduction to <application>libmikmod</application> 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. Package information Download (HTTP): Download (FTP): Download MD5 sum: &libmikmod-md5sum; Download size: &libmikmod-size; Estimated disk space required: &libmikmod-buildsize; Estimated build time: &libmikmod-time; <application>libmikmod</application> dependencies Optional , , libGUS, AFlib and SAM9407 driver Additional downloads Recommended Patch: Installation of <application>libmikmod</application> Install libmikmod by running the following commands: patch -Np1 -i ../libmikmod-3.1.11-a.diff && 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" \ -e "s/^LIBOBJS/#LIBOBJS/" \ configure.in && autoconf && ./configure --prefix=/usr && make Now, as the root user: make install && chmod 755 /usr/lib/libmikmod.so.2.0.4 Command explanations 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. It also fixes a problem which makes autoconf fail. autoconf: This generates a new configure script, required because of the changes to configure.in. Contents Installed Program Installed Library Installed Directories) libmikmod-config libmikmod.[so,a] None Short Descriptions libmikmod-config provides version information, compiler, and linker flags to programs that utilize libmikmod. libmikmod-config libmikmod.[so,a] contains functions that are required to play various tracker module files. libmikmod.[so,a]