mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
182 lines
4.8 KiB
XML
182 lines
4.8 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY celt051-download-http "http://downloads.xiph.org/releases/celt/celt-&celt051-version;.tar.gz">
|
||
|
<!ENTITY celt051-download-ftp " ">
|
||
|
<!ENTITY celt051-md5sum "67e7b5e45db57a6f1f0a6962f5ecb190">
|
||
|
<!ENTITY celt051-size "432 KB">
|
||
|
<!ENTITY celt051-buildsize "5.5 MB">
|
||
|
<!ENTITY celt051-time "0.1 SBU">
|
||
|
]>
|
||
|
|
||
|
<!-- Try to keep the indentation used in this file-->
|
||
|
<sect1 id="celt051" xreflabel="Celt-&celt051-version;">
|
||
|
<?dbhtml filename="celt051.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>Celt-&celt051-version;</title>
|
||
|
|
||
|
<indexterm zone="celt051">
|
||
|
<primary sortas="a-celt051">celt051</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to Celt</title>
|
||
|
|
||
|
<para>
|
||
|
CELT is a very low delay audio codec designed for high-quality
|
||
|
communications. Its potential uses include video-conferencing and
|
||
|
network music performance.
|
||
|
</para>
|
||
|
|
||
|
&lfs70_checked;
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download (HTTP): <ulink url="&celt051-download-http;"/>
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download (FTP): <ulink url="&celt051-download-ftp;"/>
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download MD5 sum: &celt051-md5sum;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Download size: &celt051-size;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Estimated disk space required: &celt051-buildsize;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Estimated build time: &celt051-time;
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<bridgehead renderas="sect3">Celt Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional">
|
||
|
<xref linkend="libogg"/> (For encoder/decoder tools).
|
||
|
</para>
|
||
|
|
||
|
<para condition="html" role="usernotes">
|
||
|
User Notes: <ulink url="&blfs-wiki;/celt051"/>
|
||
|
</para>
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of Celt</title>
|
||
|
|
||
|
<para>
|
||
|
Install <application>Celt</application> by running the following
|
||
|
commands:
|
||
|
</para>
|
||
|
|
||
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||
|
make</userinput></screen>
|
||
|
|
||
|
<para>
|
||
|
To test the results, issue: <command>make check</command>.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||
|
</para>
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
|
href="../../xincludes/static-libraries.xml"/>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Library</segtitle>
|
||
|
<segtitle>Installed Directory</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>
|
||
|
celtdec051 and celtenc051
|
||
|
</seg>
|
||
|
<seg>
|
||
|
libcelt051.so
|
||
|
</seg>
|
||
|
<seg>
|
||
|
/usr/include/celt051
|
||
|
</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="celtdec051">
|
||
|
<term><command>celtdec051</command></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
is CELT decoder.
|
||
|
</para>
|
||
|
<indexterm zone="celt051 celtdec051">
|
||
|
<primary sortas="b-celtdec051">celtdec051</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="celtenc051">
|
||
|
<term><command>celtenc051</command></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
is CELT encoder.
|
||
|
</para>
|
||
|
<indexterm zone="celt051 celtenc051">
|
||
|
<primary sortas="b-celtenc051">celtenc051</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="libcelt051">
|
||
|
<term><filename class="libraryfile">libcelt051.so</filename></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
contains CELT API functions.
|
||
|
</para>
|
||
|
<indexterm zone="celt051 libcelt051">
|
||
|
<primary sortas="c-libcelt051">libcelt051.so</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|