2004-06-14 07:30:44 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY libvorbis-download-http "http://www.vorbis.com/files/1.0.1/unix/libvorbis-&libvorbis-version;.tar.gz">
|
|
|
|
<!ENTITY libvorbis-download-ftp " ">
|
|
|
|
<!ENTITY libvorbis-size "1.2 MB">
|
|
|
|
<!ENTITY libvorbis-buildsize "37 MB">
|
|
|
|
<!ENTITY libvorbis-time "0.57 SBU">
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="libvorbis.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>libvorbis-&libvorbis-version;</title>
|
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libvorbis</application></title>
|
|
|
|
|
|
|
|
<para>The <application>libvorbis</application> package contains a general
|
|
|
|
purpose audio and music encoding format. This is useful for creating (encoding)
|
|
|
|
and playing (decoding) sound in an open (patent free) format.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libvorbis-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libvorbis-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &libvorbis-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required:
|
|
|
|
&libvorbis-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libvorbis-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>libvorbis</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
|
|
<para><xref linkend="libogg"/></para></sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libvorbis</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>libvorbis</application> by running the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
<para><application>libvorbis</application> is known to cause compiler errors
|
|
|
|
on certain machines. If you get errors, try these commands to install libvorbis:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
|
|
cd lib &&
|
|
|
|
cp Makefile Makefile.bak &&
|
|
|
|
sed s/-mno-ieee-fp// Makefile.bak > Makefile &&
|
|
|
|
cd .. &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>libvorbis</application> package contains
|
|
|
|
<filename class="libraryfile">
|
|
|
|
libvorbis</filename> libraries.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>vorbis libraries</title>
|
|
|
|
<para><filename class="libraryfile">libvorbis</filename> libraries provide the functions to read and write
|
|
|
|
sound files.</para></sect3>
|
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|