source: multimedia/libdriv/alsa-lib.xml@ da13524

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 da13524 was da13524, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to ALSA packages

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY alsa-lib-download-http "&alsa-download-http;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
7 <!ENTITY alsa-lib-download-ftp "&alsa-download-ftp;/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
8 <!ENTITY alsa-lib-md5sum "34ceaac0d1f0fc2b1462cef7c3a6825e">
9 <!ENTITY alsa-lib-size "661 KB">
10 <!ENTITY alsa-lib-buildsize "33.7 MB (45.5 MB if docs are built)">
11 <!ENTITY alsa-lib-time "0.59 SBU">
12]>
13
14<sect1 id="alsa-lib" xreflabel="ALSA Library-&alsa-lib-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="alsa-lib.html"?>
20<title>ALSA Library-&alsa-lib-version;</title>
21
22<sect2>
23<title>Introduction to <application><acronym>ALSA</acronym>
24Library</application></title>
25
26<para>The <application><acronym>ALSA</acronym> Library</application> package
27contains the <acronym>ALSA</acronym> library. This is used by programs
28(including <application><acronym>ALSA</acronym> Utilities</application>)
29requiring access to the <acronym>ALSA</acronym> sound interface.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP):
34<ulink url="&alsa-lib-download-http;"/></para></listitem>
35<listitem><para>Download (FTP):
36<ulink url="&alsa-lib-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &alsa-lib-md5sum;</para></listitem>
38<listitem><para>Download size: &alsa-lib-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&alsa-lib-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&alsa-lib-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application><acronym>ALSA</acronym> Library</application>
46dependencies</title>
47<sect4><title>Optional</title>
48<para><ulink url="http://jackit.sourceforge.net/">JACK</ulink> and
49<xref linkend="doxygen"/></para>
50</sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application><acronym>ALSA</acronym>
57Library</application>
58</title>
59
60<para>In the <quote>Sound</quote> section of the kernel configuration, edit
61<userinput>Advanced Linux Sound Architecture</userinput> options to match your
62audio hardware and disable deprecated <userinput>Open Sound System</userinput>.
63Recompile and install your new kernel.</para>
64
65<para>Install <application><acronym>ALSA</acronym> Library</application> by
66running the following commands:</para>
67
68<screen><userinput><command>./configure --enable-static &amp;&amp;
69make &amp;&amp;
70make install</command></userinput></screen>
71
72<para>If you have <application><acronym>JACK</acronym></application> installed
73and you wish to build the <application><acronym>JACK</acronym></application>
74<acronym>PCM</acronym> plugin library, run the following commands:</para>
75
76<screen><userinput><command>cd src/pcm/ext &amp;&amp;
77make jack &amp;&amp;
78make install-jack</command></userinput></screen>
79
80<para>If you have <application>Doxygen</application> installed and you wish to
81build the library <acronym>API</acronym> documentation, run the following
82commands from the top-level directory of the source tree:</para>
83
84<screen><userinput><command>make doc &amp;&amp;
85install -d -m755 /usr/share/alsa/doc/html &amp;&amp;
86install -m644 doc/doxygen/html/* /usr/share/alsa/doc/html</command></userinput></screen>
87
88</sect2>
89
90<sect2>
91<title>Command explanations</title>
92
93<para><parameter>--enable-static</parameter>: This switch is used to enable
94building the static library because some programs link against it.</para>
95
96</sect2>
97
98<sect2>
99<title>Configuring <application><acronym>ALSA</acronym>
100Library</application></title>
101
102<sect3><title>Config files</title>
103<para><filename>/usr/share/alsa/alsa.conf</filename>,
104<filename>/etc/asound.conf</filename>,
105<filename>~/.asoundrc</filename> and
106<filename>/usr/share/alsa/{cards,pcm}/*.conf</filename></para>
107</sect3>
108
109<sect3><title>Configuration information</title>
110
111<para>The default <filename>alsa.conf</filename> is adequate for most
112installations. For extra functionality and/or advanced control of your sound
113device, you may need to create additional configuration files. For
114information on the available configuration parameters, including setup of the
115<application><acronym>JACK</acronym></application> <acronym>PCM</acronym>
116plugin, visit <ulink
117url="http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php"/>.</para>
118
119</sect3>
120
121</sect2>
122
123<sect2>
124<title>Contents</title>
125
126<para>The <application><acronym>ALSA</acronym> Library</application> package
127contains <command>aserver</command>,
128<command>alsalisp</command>,
129the <filename class="libraryfile">libasound</filename> library and optionally,
130the <application><acronym>JACK</acronym></application> <acronym>PCM</acronym>
131plugin library.</para>
132
133</sect2>
134
135<sect2><title>Description</title>
136
137<sect3><title>libasound (alsa library)</title>
138<para><filename class="libraryfile">libasound</filename> provides
139<acronym>ALSA</acronym> functions for application programs.</para></sect3>
140
141</sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.