source: multimedia/libdriv/alsa-plugins.xml@ 39a9c7d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 39a9c7d was 39a9c7d, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the ALSA Plugins dependencies and installed plugin module list; also added documentation installation commands to the ALSA Plugins instructions

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

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY alsa-plugins-download-http "&alsa-download-http;/plugins/alsa-plugins-&alsa-plugins-version;.tar.bz2">
8 <!ENTITY alsa-plugins-download-ftp "&alsa-download-ftp;/plugins/alsa-plugins-&alsa-plugins-version;.tar.bz2">
9 <!ENTITY alsa-plugins-md5sum "4ca9ebb9f59b6d9bd85c904134a78305">
10 <!ENTITY alsa-plugins-size "236 KB">
11 <!ENTITY alsa-plugins-buildsize "2.4 MB">
12 <!ENTITY alsa-plugins-time "less than 0.1 SBU">
13]>
14
15 <!--
16 Editors: please examine the output from the configure command to see if
17 there are any new dependencies. There has been a bunch of work on the
18 plugins the last couple of releases, and that trend may continue.
19 -->
20
21<sect1 id="alsa-plugins" xreflabel="ALSA Plugins-&alsa-plugins-version;">
22 <?dbhtml filename="alsa-plugins.html"?>
23
24 <sect1info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 <keywordset>
28 <keyword role="package">alsa-plugins-&alsa-plugins-version;.tar</keyword>
29 <keyword role="ftpdir">alsa-plugins</keyword>
30 </keywordset>
31 </sect1info>
32
33 <title>ALSA Plugins-&alsa-plugins-version;</title>
34
35 <indexterm zone="alsa-plugins">
36 <primary sortas="a-ALSA-Plugins">ALSA Plugins</primary>
37 </indexterm>
38
39 <sect2 role="package">
40 <title>Introduction to ALSA Plugins</title>
41
42 <para>The <application>ALSA Plugins</application> package contains
43 plugins for <application>OSS</application> and <application>JACK</application>.
44 </para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&alsa-plugins-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&alsa-plugins-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &alsa-plugins-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &alsa-plugins-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &alsa-plugins-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &alsa-plugins-time;</para>
65 </listitem>
66 </itemizedlist>
67
68<!--
69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing='compact'>
71 <listitem>
72 <para>Optional patch: <ulink
73 url="&patch-root;/alsa-plugins-&alsa-plugins-version;-no_jack-1.patch"/></para>
74 </listitem>
75 </itemizedlist>
76-->
77
78 <bridgehead renderas="sect3">ALSA Plugins Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required"><xref linkend="pkgconfig"/> and
82 <xref linkend="alsa-lib"/></para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional"><xref linkend="ffmpeg"/>,
86 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
87 <ulink url="http://0pointer.de/lennart/projects/polypaudio/">polypaudio</ulink>, and
88 <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
89 Code</ulink> (a.k.a. libsamplerate)</para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/alsa-plugins"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of ALSA Plugins</title>
98
99<!--
100 <para>If you choose not to install <application>JACK</application>,
101 apply the patch by running the following commands:</para>
102
103<screen><userinput>patch -Np1 -i \
104 ../alsa-plugins-&alsa-plugins-version;-no_jack-1.patch</userinput></screen>
105-->
106
107 <para>Install <application>ALSA Plugins</application> by
108 running the following commands:</para>
109
110<screen><userinput>./configure &amp;&amp;
111make</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role="root"><userinput>make install &amp;&amp;
118install -v -m755 -d /usr/share/doc/alsa-plugins-&alsa-plugins-version; &amp;&amp;
119install -v -m644 doc/{README*,*.txt} \
120 /usr/share/doc/alsa-plugins-&alsa-plugins-version;</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directory</segtitle>
131
132 <seglistitem>
133 <seg>None</seg>
134 <seg>Numerous libasound_module_<replaceable>&lt;module&gt;</replaceable>.so
135 modules including ctl_oss, pcm_oss, pcm_upmix, pcm_vdownmix and
136 optionally ctl_polyp, pcm_polyp, pcm_a52, pcm_jack, rate_samplerate*</seg>
137 <seg>/usr/share/doc/alsa-plugins-&alsa-plugins-version;</seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="libasound_module_pcm_oss.so">
147 <term><filename class='libraryfile'>libasound_module_pcm_oss.so</filename></term>
148 <listitem>
149 <para>Allows native <application>ALSA</application> applications to
150 run on <application>OSS</application>.</para>
151 <indexterm zone="alsa-plugins libasound_module_pcm_oss.so">
152 <primary sortas="c-libasound_module_pcm_oss">libasound_module_pcm_oss.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libasound_module_pcm_jack.so">
158 <term><filename class='libraryfile'>libasound_module_pcm_jack.so</filename></term>
159 <listitem>
160 <para>Allows native <application>ALSA</application> applications to
161 work with <command>jackd</command>.</para>
162 <indexterm zone="alsa-plugins libasound_module_pcm_jack.so">
163 <primary sortas="c-libasound_module_pcm_jack">libasound_module_pcm_jack.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.