source: archive/celt051.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d7900a was f894c6ab, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10582 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
Line 
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 celt051-download-http "http://downloads.xiph.org/releases/celt/celt-&celt051-version;.tar.gz">
8 <!ENTITY celt051-download-ftp " ">
9 <!ENTITY celt051-md5sum "67e7b5e45db57a6f1f0a6962f5ecb190">
10 <!ENTITY celt051-size "432 KB">
11 <!ENTITY celt051-buildsize "5.5 MB">
12 <!ENTITY celt051-time "0.1 SBU">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="celt051" xreflabel="Celt-&celt051-version;">
17 <?dbhtml filename="celt051.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Celt-&celt051-version;</title>
25
26 <indexterm zone="celt051">
27 <primary sortas="a-celt051">celt051</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Celt</title>
32
33 <para>
34 CELT is a very low delay audio codec designed for high-quality
35 communications. Its potential uses include video-conferencing and
36 network music performance.
37 </para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&celt051-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&celt051-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &celt051-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &celt051-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &celt051-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &celt051-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Celt Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="libogg"/> (For encoder/decoder tools).
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/celt051"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Celt</title>
89
90 <para>
91 Install <application>Celt</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directory</segtitle>
124
125 <seglistitem>
126 <seg>
127 celtdec051 and celtenc051
128 </seg>
129 <seg>
130 libcelt051.so
131 </seg>
132 <seg>
133 /usr/include/celt051
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="celtdec051">
144 <term><command>celtdec051</command></term>
145 <listitem>
146 <para>
147 is CELT decoder.
148 </para>
149 <indexterm zone="celt051 celtdec051">
150 <primary sortas="b-celtdec051">celtdec051</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="celtenc051">
156 <term><command>celtenc051</command></term>
157 <listitem>
158 <para>
159 is CELT encoder.
160 </para>
161 <indexterm zone="celt051 celtenc051">
162 <primary sortas="b-celtenc051">celtenc051</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libcelt051">
168 <term><filename class="libraryfile">libcelt051.so</filename></term>
169 <listitem>
170 <para>
171 contains CELT API functions.
172 </para>
173 <indexterm zone="celt051 libcelt051">
174 <primary sortas="c-libcelt051">libcelt051.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.