source: multimedia/libdriv/opus.xml@ 7c51f58

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

Lotsa tags

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

  • Property mode set to 100644
File size: 4.0 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 "http://downloads.xiph.org/releases/opus/opus-&opus-version;.tar.gz">
8 <!ENTITY opus-download-ftp " ">
9 <!ENTITY opus-md5sum "c5a8cf7c0b066759542bc4ca46817ac6">
10 <!ENTITY opus-size "831 KB">
11 <!ENTITY opus-buildsize "16 MB">
12 <!ENTITY opus-time "0.2 SBU (additional 0.5 SBU for tests)">
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
40 &lfs77_checked;
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
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url='&blfs-wiki;/Opus'/>
78 </para>
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 --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 To test the results, issue: <command>make check</command>.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/static-libraries.xml"/>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>
123 None
124 </seg>
125 <seg>
126 libopus.so
127 </seg>
128 <seg>
129 /usr/include/opus
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libopus">
140 <term><filename class="libraryfile">libopus.so</filename></term>
141 <listitem>
142 <para>
143 provides the functions used to read and write Opus format.
144 </para>
145 <indexterm zone="opus libopus">
146 <primary sortas="c-libopus">libopus.so</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.