source: multimedia/libdriv/alsa-oss.xml@ 8a71122

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8a71122 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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