mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
a8bc18a82f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3861 af4574ff-66df-0310-9fd7-8a98e5e911e0
94 lines
2.9 KiB
XML
94 lines
2.9 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libogg-download-http "http://downloads.xiph.org/releases/ogg/libogg-&libogg-version;.tar.gz">
|
|
<!ENTITY libogg-download-ftp " ">
|
|
<!ENTITY libogg-md5sum "4d82996517bf33bb912c97e9d0b635c4">
|
|
<!ENTITY libogg-size "414 KB">
|
|
<!ENTITY libogg-buildsize "4.1 MB">
|
|
<!ENTITY libogg-time "0.07 SBU">
|
|
]>
|
|
|
|
<sect1 id="libogg" xreflabel="libogg-&libogg-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="libogg.html"?>
|
|
<title>libogg-&libogg-version;</title>
|
|
<indexterm zone="libogg">
|
|
<primary sortas="a-Libogg">Libogg</primary></indexterm>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>libogg</application></title>
|
|
|
|
<para>The <application>libogg</application> package contains the Ogg file
|
|
structure. This is useful for creating (encoding) or playing (decoding) a
|
|
single physical bit stream.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&libogg-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&libogg-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &libogg-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &libogg-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&libogg-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&libogg-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>libogg</application></title>
|
|
|
|
<para>Install <application>libogg</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make</command></userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<screen><userinput role="root"><command>make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libogg.[so,a]</seg>
|
|
<seg>/usr/include/ogg and /usr/share/doc/libogg-&libogg-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<varlistentry id="libogg-lib">
|
|
<term><filename class='libraryfile'>libogg.[so,a]</filename></term>
|
|
<listitem><para>libraries provide the functions for programs wishing to
|
|
read or write Ogg formatted bit streams.</para>
|
|
<indexterm zone="libogg libogg-lib">
|
|
<primary sortas="c-libogg">libogg.[so,a]</primary></indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|