source: multimedia/libdriv/opus.xml@ 18a8da63

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 18a8da63 was c0b9aa94, checked in by Thomas Trepl <thomas@…>, 4 years ago

Tag some multimedia libs/drivers

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

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