source: multimedia/libdriv/libvorbis.xml@ 98beefa

6.3 6.3-rc3
Last change on this file since 98beefa was e6526c44, checked in by Ag Hatzimanikas <ag@…>, 16 years ago

Updated to libvorbis-1.2.0

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

  • Property mode set to 100644
File size: 4.4 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 libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
8 <!ENTITY libvorbis-download-ftp " ">
9 <!ENTITY libvorbis-md5sum "7c6e409d7aa1fa8a5481dea571d5bde0">
10 <!ENTITY libvorbis-size "1.2 MB">
11 <!ENTITY libvorbis-buildsize "18 MB">
12 <!ENTITY libvorbis-time "0.2 SBU">
13]>
14
15<sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
16 <?dbhtml filename="libvorbis.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libvorbis-&libvorbis-version;</title>
24
25 <indexterm zone="libvorbis">
26 <primary sortas="a-Libvorbis">Libvorbis</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libvorbis</title>
31
32 <para>The <application>libvorbis</application> package contains a general
33 purpose audio and music encoding format. This is useful for creating
34 (encoding) and playing (decoding) sound in an open (patent free)
35 format.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libvorbis-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libvorbis-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libvorbis-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libvorbis-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libvorbis-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libvorbis-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="libogg"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="pkgconfig"/>, and
66 <xref linkend="libxslt"/> and
67 <ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
68 (to build the PDF documentation)</para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url='&blfs-wiki;/Libvorbis'/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libvorbis</title>
77
78 <para>Install <application>libvorbis</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=/usr &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install &amp;&amp;
89install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <para><option>--enable-docs</option>: This switch enables building the
97 documentation.</para>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>libvorbis.{so,a}, libvorbisenc.{so,a}, and
112 libvorbisfile.{so,a}</seg>
113 <seg>/usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="libvorbis-lib">
123 <term><filename class='libraryfile'>libvorbis*.{so,a}</filename></term>
124 <listitem>
125 <para>libraries provide the functions to read and write sound
126 files.</para>
127 <indexterm zone="libvorbis libvorbis-lib">
128 <primary sortas="c-libvorbis">libvorbis*.{so,a}</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132
133 </variablelist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.