source: archive/libmikmod.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.3 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 <date>$Date$</date>
32 </sect1info>
33
34 <title>Libmikmod-&libmikmod-version;</title>
35
36 <indexterm zone="libmikmod">
37 <primary sortas="a-Libmikmod">Libmikmod</primary>
38 </indexterm>
39
40 <sect2 role="package">
41 <title>Introduction to Libmikmod</title>
42
43 <para><application>libmikmod</application> is a sound library capable of
44 playing audio samples as well as tracker modules. Supported module formats
45 include MOD, S3M, XM, IT, MED, MTM and 669.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing='compact'>
49 <listitem>
50 <para>Download (HTTP): <ulink url="&libmikmod-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&libmikmod-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &libmikmod-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &libmikmod-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &libmikmod-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &libmikmod-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing='compact'>
71 <listitem>
72 <para>Recommended Patch: <ulink
73 url="http://mikmod.raphnet.net/files/libmikmod-3.1.11-a.diff"/></para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Libmikmod Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional"><xref linkend="alsa"/>,
81 <xref linkend="esound"/>,
82 <ulink url="http://www.perex.cz/~perex/ultra/">libGUS</ulink>,
83 <ulink url="http://osalp.sourceforge.net/">AFlib</ulink> and
84 <ulink url="http://www.anime.net/~sam9407/">SAM9407 driver</ulink></para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/libmikmod"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Libmikmod</title>
93
94 <para>Install <application>libmikmod</application> by running the
95 following commands:</para>
96
97<screen><userinput>patch -Np1 -i ../libmikmod-3.1.11-a.diff &amp;&amp;
98sed -i -e "s/VERSION=10/VERSION=11/" \
99 -e "s/sys_asoundlib/alsa_asoundlib/" \
100 -e "s/snd_cards/snd_card_load/g" \
101 -e "s|sys/asoundlib.h|alsa/asoundlib.h|g" \
102 -e "s/^LIBOBJS/#LIBOBJS/" \
103 configure.in &amp;&amp;
104autoconf &amp;&amp;
105./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install &amp;&amp;
111chmod 755 /usr/lib/libmikmod.so.2.0.4 &amp;&amp;
112install -v -m644 -D docs/mikmod.html \
113 /usr/share/doc/libmikmod-3.1.11/mikmod.html</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><command>sed -i -e ...</command>: This increments the package micro
121 version and also modifies the <application>ALSA</application> header search
122 routine so that the package properly discovers the
123 <application>ALSA</application> library. It also fixes a problem
124 which makes <application>autoconf</application> fail.</para>
125
126 <para><command>autoconf</command>: This generates a new
127 <command>configure</command> script, required because of the changes to
128 <filename>configure.in</filename>.</para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Program</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>libmikmod-config</seg>
142 <seg>libmikmod.{so,a}</seg>
143 <seg>/usr/share/doc/libmikmod-&libmikmod-version;</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libmikmod-config">
153 <term><command>libmikmod-config</command></term>
154 <listitem>
155 <para>provides version information, compiler, and linker flags
156 to programs that utilize <application>libmikmod</application>.</para>
157 <indexterm zone="libmikmod libmikmod-config">
158 <primary sortas="b-libmikmod-config">libmikmod-config</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libmikmod-lib">
164 <term><filename class='libraryfile'>libmikmod.{so,a}</filename></term>
165 <listitem>
166 <para>contains functions that are required to play various tracker module
167 files.</para>
168 <indexterm zone="libmikmod libmikmod-lib">
169 <primary sortas="c-libmikmod">libmikmod.{so,a}</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.