source: multimedia/libdriv/alsa-oss.xml@ 3ff7901

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 3ff7901 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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