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 libvorbis-download-http "https://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.xz">
|
---|
8 | <!ENTITY libvorbis-download-ftp " ">
|
---|
9 | <!ENTITY libvorbis-md5sum "b7d1692f275c73e7833ed1cc2697cd65">
|
---|
10 | <!ENTITY libvorbis-size "1.1 MB">
|
---|
11 | <!ENTITY libvorbis-buildsize "12 MB">
|
---|
12 | <!ENTITY libvorbis-time "0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
|
---|
16 | <?dbhtml filename="libvorbis.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>libvorbis-&libvorbis-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="libvorbis">
|
---|
26 | <primary sortas="a-Libvorbis">Libvorbis</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to libvorbis</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>libvorbis</application> package contains a general
|
---|
34 | purpose audio and music encoding format. This is useful for creating
|
---|
35 | (encoding) and playing (decoding) sound in an open (patent free)
|
---|
36 | format.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs90_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&libvorbis-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&libvorbis-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &libvorbis-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &libvorbis-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &libvorbis-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &libvorbis-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para role="required">
|
---|
79 | <xref linkend="libogg"/>
|
---|
80 | </para>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
83 | <para role="optional">
|
---|
84 | <xref linkend="doxygen"/> and
|
---|
85 | <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
|
---|
86 | (specifically, pdflatex and htlatex) to build the PDF documentation
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">User Notes:
|
---|
90 | <ulink url='&blfs-wiki;/Libvorbis'/>
|
---|
91 | </para>
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of libvorbis</title>
|
---|
96 | <!--
|
---|
97 | <para>
|
---|
98 | Optionally fix installation of the package when
|
---|
99 | <command>- -enable-docs</command> is added to the configure switches:
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <screen><userinput>sed -i '/components.png \\/{n;d}' doc/Makefile.in</userinput></screen>
|
---|
103 | -->
|
---|
104 | <para>
|
---|
105 | Install <application>libvorbis</application> by running the following
|
---|
106 | commands:
|
---|
107 | </para>
|
---|
108 |
|
---|
109 | <screen><userinput>./configure --prefix=/usr --disable-static &&
|
---|
110 | make</userinput></screen>
|
---|
111 |
|
---|
112 | <para>
|
---|
113 | To test the results, issue: <command>make check</command>.
|
---|
114 | </para>
|
---|
115 |
|
---|
116 | <para>
|
---|
117 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <screen role="root"><userinput>make install &&
|
---|
121 | install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
|
---|
122 |
|
---|
123 | </sect2>
|
---|
124 |
|
---|
125 | <sect2 role="commands">
|
---|
126 | <title>Command Explanations</title>
|
---|
127 |
|
---|
128 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
129 | href="../../xincludes/static-libraries.xml"/>
|
---|
130 |
|
---|
131 | <para>
|
---|
132 | <option>--enable-docs</option>: This switch enables building the
|
---|
133 | documentation in formats other than the supplied html.
|
---|
134 | </para>
|
---|
135 |
|
---|
136 | </sect2>
|
---|
137 |
|
---|
138 | <sect2 role="content">
|
---|
139 | <title>Contents</title>
|
---|
140 |
|
---|
141 | <segmentedlist>
|
---|
142 | <segtitle>Installed Programs</segtitle>
|
---|
143 | <segtitle>Installed Libraries</segtitle>
|
---|
144 | <segtitle>Installed Directories</segtitle>
|
---|
145 |
|
---|
146 | <seglistitem>
|
---|
147 | <seg>
|
---|
148 | None
|
---|
149 | </seg>
|
---|
150 | <seg>
|
---|
151 | libvorbis.so, libvorbisenc.so and libvorbisfile.so
|
---|
152 | </seg>
|
---|
153 | <seg>
|
---|
154 | /usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;
|
---|
155 | </seg>
|
---|
156 | </seglistitem>
|
---|
157 | </segmentedlist>
|
---|
158 |
|
---|
159 | <variablelist>
|
---|
160 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
161 | <?dbfo list-presentation="list"?>
|
---|
162 | <?dbhtml list-presentation="table"?>
|
---|
163 |
|
---|
164 | <varlistentry id="libvorbis-lib">
|
---|
165 | <term><filename class="libraryfile">libvorbis.so</filename></term>
|
---|
166 | <listitem>
|
---|
167 | <para>
|
---|
168 | provides the functions used to read and write sound files.
|
---|
169 | </para>
|
---|
170 | <indexterm zone="libvorbis libvorbis-lib">
|
---|
171 | <primary sortas="c-libvorbis">libvorbis.so</primary>
|
---|
172 | </indexterm>
|
---|
173 | </listitem>
|
---|
174 | </varlistentry>
|
---|
175 |
|
---|
176 | </variablelist>
|
---|
177 |
|
---|
178 | </sect2>
|
---|
179 |
|
---|
180 | </sect1>
|
---|