source: multimedia/libdriv/opus.xml@ d78e102e

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d78e102e was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 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
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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
80 <ulink url='&blfs-wiki;/Opus'/>
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Opus</title>
87
88 <para>
89 Install <application>Opus</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --disable-static \
95 --docdir=/usr/share/doc/opus-&opus-version; &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/static-libraries.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libopus.so
132 </seg>
133 <seg>
134 /usr/include/opus and /usr/share/doc/opus-&opus-version;
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libopus">
145 <term><filename class="libraryfile">libopus.so</filename></term>
146 <listitem>
147 <para>
148 provides the functions used to read and write Opus format
149 </para>
150 <indexterm zone="opus libopus">
151 <primary sortas="c-libopus">libopus.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.