source: multimedia/libdriv/libmad.xml@ dc6ba1c0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dc6ba1c0 was 2fb20a3, checked in by Krejzi <krejzi@…>, 11 years ago

minor fixes

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[ab10474]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[4a21942]6
[fce275e]7 <!ENTITY libmad-download-http "&sourceforge-repo;/mad/libmad-&libmad-version;.tar.gz">
[48b7295]8 <!ENTITY libmad-download-ftp "ftp://ftp.mars.org/pub/mpeg/libmad-&libmad-version;.tar.gz">
[4a21942]9 <!ENTITY libmad-md5sum "1be543bc30c56fb6bea1d7bf6a64e66c">
[e355f3c6]10 <!ENTITY libmad-size "491 KB">
[115fbe4]11 <!ENTITY libmad-buildsize "4.2 MB">
[58ab7964]12 <!ENTITY libmad-time "0.1 SBU">
[48b7295]13]>
14
[ef0e45e4]15<sect1 id="libmad" xreflabel="libmad-&libmad-version;">
[ab10474]16 <?dbhtml filename="libmad.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[115fbe4]23 <title>libmad-&libmad-version;</title>
[ab10474]24
25 <indexterm zone="libmad">
26 <primary sortas="a-Libmad">Libmad</primary>
27 </indexterm>
28
29 <sect2 role="package">
[115fbe4]30 <title>Introduction to libmad</title>
[ab10474]31
32 <para><application>libmad</application> is a high-quality
33 MPEG audio decoder capable of 24-bit output.</para>
34
[6a9e822]35 &lfs73_checked;
[e355f3c6]36
[ab10474]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libmad-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libmad-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libmad-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libmad-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libmad-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libmad-time;</para>
56 </listitem>
57 </itemizedlist>
58
[a857a42]59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/libmad-&libmad-version;-fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
[0e2aa08]67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/libmad"/></para>
69
[ab10474]70 </sect2>
71
72 <sect2 role="installation">
[115fbe4]73 <title>Installation of libmad</title>
[ab10474]74
75 <para>Install <application>libmad</application> by running the
76 following commands:</para>
77
[a857a42]78<screen><userinput>patch -Np1 -i ../libmad-&libmad-version;-fixes-1.patch &amp;&amp;
[2fb20a3]79sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
[db2f334]80autoreconf -fi &amp;&amp;
[2b940c9]81./configure --prefix=/usr --disable-static &amp;&amp;
[98e781c]82make</userinput></screen>
83
[8a8e021]84 <para>This package does not come with a test suite.</para>
85
[98e781c]86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
[a747b3c]88 <screen role="root"><userinput>make install</userinput></screen>
[2efa5eb4]89
90 <para>Some packages check for the <application>pkg-config</application> file
[115fbe4]91 for <application>libmad</application>. This file is particularly needed so
92 that <application>Cdrdao</application> can recognize the installed
93 <application>libmad</application>.</para>
[bccbdaea]94
[2efa5eb4]95 <para>As the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>cat &gt; /usr/lib/pkgconfig/mad.pc &lt;&lt; "EOF"
98<literal>prefix=/usr
99exec_prefix=${prefix}
100libdir=${exec_prefix}/lib
101includedir=${prefix}/include
102
103Name: mad
104Description: MPEG audio decoder
105Requires:
106Version: &libmad-version;
107Libs: -L${libdir} -lmad
108Cflags: -I${includedir}</literal>
109EOF</userinput></screen>
[ab10474]110
[58ab7964]111 </sect2>
112
[542fcf4]113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
[2b940c9]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/static-libraries.xml"/>
118
[542fcf4]119 </sect2>
120
[58ab7964]121 <sect2 role="content">
122 <title>Contents</title>
123
[ab10474]124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
[58ab7964]126 <segtitle>Installed Library</segtitle>
[ab10474]127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>None</seg>
[2b940c9]131 <seg>libmad.so</seg>
[8a8e021]132 <seg>None</seg>
[ab10474]133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libmad-lib">
[2b940c9]142 <term><filename class='libraryfile'>libmad.so</filename></term>
[ab10474]143 <listitem>
144 <para>is a MPEG audio decoder library.</para>
145 <indexterm zone="libmad libmad-lib">
[2b940c9]146 <primary sortas="c-libmad">libmad.so</primary>
[ab10474]147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
[ef0e45e4]154
155</sect1>
Note: See TracBrowser for help on using the repository browser.