From 1aaf29e25e1ba8badb5d1e0ba114f3cfd3969f89 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 11 May 2005 18:29:54 +0000 Subject: [PATCH] Tagged libmikmod.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4138 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- multimedia/libdriv/libmikmod.xml | 217 ++++++++++++++++--------------- 1 file changed, 111 insertions(+), 106 deletions(-) diff --git a/multimedia/libdriv/libmikmod.xml b/multimedia/libdriv/libmikmod.xml index 4e14d1ae88..8a4e71846d 100644 --- a/multimedia/libdriv/libmikmod.xml +++ b/multimedia/libdriv/libmikmod.xml @@ -1,3 +1,4 @@ + @@ -12,72 +13,74 @@ ]> - - $LastChangedBy$ - $Date$ - + - -libmikmod-&libmikmod-version; + + $LastChangedBy$ + $Date$ + - - libmikmod - + Libmikmod-&libmikmod-version; - -Introduction to <application>libmikmod</application> + + Libmikmod + - -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. + + Introduction to Libmikmod - -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; - - + 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. - -<application>libmikmod</application> dependencies + 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; + + - -Optional -, - , - libGUS, - AFlib and - SAM9407 driver - - + Additional Downloads + + + Recommended Patch: + + - -Additional downloads + Libmikmod Dependencies - - Recommended Patch: - - - + Optional + , + , + libGUS, + AFlib and + SAM9407 driver - + - -Installation of <application>libmikmod</application> + + Installation of Libmikmod -Install libmikmod by running the -following commands: + Install libmikmod by running the + following commands: -patch -Np1 -i ../libmikmod-3.1.11-a.diff && +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" \ @@ -86,74 +89,76 @@ sed -i -e "s/VERSION=10/VERSION=11/" \ configure.in && autoconf && ./configure --prefix=/usr && -make +make -Now, as the root user: + Now, as the root user: -make install && +make install && chmod 755 /usr/lib/libmikmod.so.2.0.4 && install -v -m644 -D docs/mikmod.html \ - /usr/share/doc/libmikmod-3.1.11/mikmod.html + /usr/share/doc/libmikmod-3.1.11/mikmod.html - + - -Command explanations + + 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. + 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. + autoconf: This generates a new + configure script, required because of the changes to + configure.in. - + - -Contents + + Contents - - Installed Program - Installed Library - Installed Directory + + Installed Program + Installed Library + Installed Directory - - libmikmod-config - libmikmod.[so,a] - /usr/share/doc/libmikmod-&libmikmod-version; - - + + libmikmod-config + libmikmod.[so,a] + /usr/share/doc/libmikmod-&libmikmod-version; + + - - Short Descriptions - + + Short Descriptions + + - - libmikmod-config - - provides version information, compiler, and linker flags - to programs that utilize libmikmod. - - libmikmod-config - - - + + 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] - - - + + libmikmod.[so,a] + + contains functions that are required to play various tracker module + files. + + libmikmod.[so,a] + + + - + + + -