source: multimedia/libdriv/opus.xml

trunk
Last change on this file was 0a2672f, checked in by Thomas Trepl <thomas@…>, 5 days ago

Upgrade opus-1.5.2

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