mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
92baa4d147
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2534 af4574ff-66df-0310-9fd7-8a98e5e911e0
96 lines
3.0 KiB
XML
96 lines
3.0 KiB
XML
<!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">
|
|
]>
|
|
|
|
<sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
|
|
<?dbhtml filename="libvorbis.html"?>
|
|
<title>libvorbis-&libvorbis-version;</title>
|
|
|
|
<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>
|
|
<sect4><title>Optional</title>
|
|
<para>
|
|
<xref linkend="pkgconfig"/>,
|
|
<xref linkend="libxslt"/> and <application>PassiveTeX</application>
|
|
</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 &&
|
|
sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><option>--enable-docs</option>: This switch enables
|
|
building the documentation. (requires <application>PassiveTeX</application>)
|
|
</para>
|
|
|
|
</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>
|
|
|
|
</sect1>
|