source: archive/libmikmod.xml@ a1f2d184

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a1f2d184 was 510328e, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup XI. Multimedia

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10196 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY libmikmod-download-http "http://mikmod.raphnet.net/files/libmikmod-&libmikmod-version;.tar.gz">
20 <!ENTITY libmikmod-download-ftp "&gentoo-ftp-repo;/libmikmod-&libmikmod-version;.tar.gz">
21 <!ENTITY libmikmod-md5sum "705106da305e8de191549f1e7393185c">
22 <!ENTITY libmikmod-size "604 KB">
23 <!ENTITY libmikmod-buildsize "9.9 MB">
24 <!ENTITY libmikmod-time "0.3 SBU">
25]>
26
27<sect1 id="libmikmod" xreflabel="libmikmod-&libmikmod-version;">
28 <?dbhtml filename="libmikmod.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>Libmikmod-&libmikmod-version;</title>
36
37 <indexterm zone="libmikmod">
38 <primary sortas="a-Libmikmod">Libmikmod</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Libmikmod</title>
43
44 <para><application>libmikmod</application> is a sound library capable of
45 playing audio samples as well as tracker modules. Supported module formats
46 include MOD, S3M, XM, IT, MED, MTM and 669.</para>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing='compact'>
50 <listitem>
51 <para>Download (HTTP): <ulink url="&libmikmod-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&libmikmod-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &libmikmod-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &libmikmod-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &libmikmod-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &libmikmod-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing='compact'>
72 <listitem>
73 <para>Recommended Patch: <ulink
74 url="http://mikmod.raphnet.net/files/libmikmod-3.1.11-a.diff"/></para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Libmikmod Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional"><xref linkend="alsa"/>,
82 <xref linkend="esound"/>,
83 <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>,
84 <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and
85 <ulink url="http://www.anime.net/~sam9407/">SAM9407 driver</ulink></para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libmikmod"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Libmikmod</title>
94
95 <para>Install <application>libmikmod</application> by running the
96 following commands:</para>
97
98<screen><userinput>patch -Np1 -i ../libmikmod-3.1.11-a.diff &amp;&amp;
99sed -i -e "s/VERSION=10/VERSION=11/" \
100 -e "s/sys_asoundlib/alsa_asoundlib/" \
101 -e "s/snd_cards/snd_card_load/g" \
102 -e "s|sys/asoundlib.h|alsa/asoundlib.h|g" \
103 -e "s/^LIBOBJS/#LIBOBJS/" \
104 configure.in &amp;&amp;
105autoconf &amp;&amp;
106./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
110
111<screen role="root"><userinput>make install &amp;&amp;
112chmod 755 /usr/lib/libmikmod.so.2.0.4 &amp;&amp;
113install -v -m644 -D docs/mikmod.html \
114 /usr/share/doc/libmikmod-3.1.11/mikmod.html</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para><command>sed -i -e ...</command>: This increments the package micro
122 version and also modifies the <application>ALSA</application> header search
123 routine so that the package properly discovers the
124 <application>ALSA</application> library. It also fixes a problem
125 which makes <application>autoconf</application> fail.</para>
126
127 <para><command>autoconf</command>: This generates a new
128 <command>configure</command> script, required because of the changes to
129 <filename>configure.in</filename>.</para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>libmikmod-config</seg>
143 <seg>libmikmod.{so,a}</seg>
144 <seg>/usr/share/doc/libmikmod-&libmikmod-version;</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="libmikmod-config">
154 <term><command>libmikmod-config</command></term>
155 <listitem>
156 <para>provides version information, compiler, and linker flags
157 to programs that utilize <application>libmikmod</application>.</para>
158 <indexterm zone="libmikmod libmikmod-config">
159 <primary sortas="b-libmikmod-config">libmikmod-config</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="libmikmod-lib">
165 <term><filename class='libraryfile'>libmikmod.{so,a}</filename></term>
166 <listitem>
167 <para>contains functions that are required to play various tracker module
168 files.</para>
169 <indexterm zone="libmikmod libmikmod-lib">
170 <primary sortas="c-libmikmod">libmikmod.{so,a}</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.