source: multimedia/libdriv/opus.xml@ d8e1be0

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d8e1be0 was d8e1be0, checked in by Xi Ruoyao <xry111@…>, 11 months ago

multimedia: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 4.1 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 opus-download-http
8 "&mozilla-http;/opus/opus-&opus-version;.tar.gz">
9 <!ENTITY opus-download-ftp " ">
10 <!ENTITY opus-md5sum "d7c07db796d21c9cf1861e0c2b0c0617">
11 <!ENTITY opus-size "1.0 MB">
12 <!ENTITY opus-buildsize "26 MB (with tests)">
13 <!ENTITY opus-time "0.8 SBU (with tests)">
14]>
15
16<sect1 id="opus" xreflabel="Opus-&opus-version;">
17 <?dbhtml filename="opus.html"?>
18
19
20 <title>Opus-&opus-version;</title>
21
22 <indexterm zone="opus">
23 <primary sortas="a-Opus">Opus</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Opus</title>
28
29 <para>
30 <application>Opus</application> is a lossy audio compression format
31 developed by the Internet Engineering Task Force (IETF) that is
32 particularly suitable for interactive speech and audio transmission over
33 the Internet. This package provides the Opus development library and
34 headers.
35 </para>
36
37 &lfs113_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&opus-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&opus-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &opus-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &opus-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &opus-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &opus-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional">
75 <xref linkend="doxygen"/> and
76 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
77 </para>
78
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Opus</title>
84
85 <para>
86 Install <application>Opus</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --disable-static \
92 --docdir=/usr/share/doc/opus-&opus-version; &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>make check</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/static-libraries.xml"/>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 libopus.so
129 </seg>
130 <seg>
131 /usr/include/opus and /usr/share/doc/opus-&opus-version;
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="libopus">
142 <term><filename class="libraryfile">libopus.so</filename></term>
143 <listitem>
144 <para>
145 provides the functions used to read and write Opus format
146 </para>
147 <indexterm zone="opus libopus">
148 <primary sortas="c-libopus">libopus.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.