source: multimedia/libdriv/opus.xml@ 75e17b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 75e17b9 was 75e17b9, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to opus-1.2.
Update to webkitgtk-2.16.4.

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

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