source: multimedia/libdriv/alsa-oss.xml@ eede1a3

11.0 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 eede1a3 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: 4.2 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 <!ENTITY alsa-oss-download-http "&alsa-download-http;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
8 <!ENTITY alsa-oss-download-ftp "&alsa-download-ftp;/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
9 <!ENTITY alsa-oss-md5sum "9ec4bb783fdce19032aace086d65d874">
10 <!ENTITY alsa-oss-size "288 KB">
11 <!ENTITY alsa-oss-buildsize "3.0 MB">
12 <!ENTITY alsa-oss-time "less than 0.1 SBU">
13]>
14
15<sect1 id="alsa-oss" xreflabel="ALSA OSS-&alsa-oss-version;">
16 <?dbhtml filename="alsa-oss.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>alsa-oss-&alsa-oss-version;</title>
23
24 <indexterm zone="alsa-oss">
25 <primary sortas="a-alsa-oss">alsa-oss</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to alsa-oss</title>
30
31 <para>
32 The <application>alsa-oss</application> package contains
33 the alsa-oss compatibility library. This is used by programs
34 which wish to use the alsa-oss sound interface.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&alsa-oss-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&alsa-oss-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &alsa-oss-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &alsa-oss-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &alsa-oss-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &alsa-oss-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">ALSA OSS Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="alsa-lib"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/alsa-oss"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of ALSA OSS</title>
87
88 <para>
89 Install <application>ALSA OSS</application> by running the
90 following commands:
91 </para>
92
93<screen><userinput>./configure --disable-static &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/static-libraries.xml"/>
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 aoss
126 </seg>
127 <seg>
128 libalsatoss.so, libaoss.so, and libossredir.a
129 </seg>
130 <seg>
131 None
132 </seg>
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="aoss">
142 <term><command>aoss</command></term>
143 <listitem>
144 <para>
145 is a simple wrapper script which facilitates the use of the
146 ALSA oss compatibility library. It just sets the appropriate
147 <envar>LD_PRELOAD</envar> path and then runs the command
148 </para>
149 <indexterm zone="alsa-oss aoss">
150 <primary sortas="b-aoss">aoss</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.