source: multimedia/libdriv/opus.xml@ 878126e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 878126e was 878126e, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Opus-1.0.3: think that it is useful to inform SBU for tests.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12112 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
8 "http://downloads.xiph.org/releases/opus/opus-&opus-version;.tar.gz">
9 <!ENTITY opus-download-ftp " ">
10 <!ENTITY opus-md5sum "86eedbd3c5a0171d2437850435e6edff">
11 <!ENTITY opus-size "763 KB">
12 <!ENTITY opus-buildsize "15 MB">
13 <!ENTITY opus-time "0.2 SBU (additional 0.5 for 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 &lfs74_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&opus-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&opus-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &opus-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &opus-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &opus-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &opus-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url='&blfs-wiki;/Opus'/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Opus</title>
85
86 <para>
87 Install <application>Opus</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 To test the results, issue: <command>make check</command>.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/static-libraries.xml"/>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 libopus.so
128 </seg>
129 <seg>
130 /usr/include/opus
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="libopus">
141 <term><filename class="libraryfile">libopus.so</filename></term>
142 <listitem>
143 <para>
144 provides the functions used to read and write Opus format.
145 </para>
146 <indexterm zone="opus libopus">
147 <primary sortas="c-libopus">libopus.so</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.