source: multimedia/libdriv/opus.xml@ 86010b1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 86010b1 was 86010b1, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Update to opus-1.1.1.
  • Update to mplayer-SVN-r37561.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16687 af4574ff-66df-0310-9fd7-8a98e5e911e0

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