source: multimedia/libdriv/libvorbis.xml@ b3f22da

6.3 6.3-rc3
Last change on this file since b3f22da was ff2d78f, checked in by Ken Moffat <ken@…>, 16 years ago

Merge r7507 to the 6.3 branch.

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

  • Property mode set to 100644
File size: 4.7 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">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required Patch: <ulink
63 url="&patch-root;/libvorbis-&libvorbis-version;-security_fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="libogg"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="pkgconfig"/>, and
74 <xref linkend="libxslt"/> and
75 <ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
76 (to build the PDF documentation)</para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url='&blfs-wiki;/Libvorbis'/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libvorbis</title>
85
86 <para>Install <application>libvorbis</application> by running the following
87 commands:</para>
88
89<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-security_fixes-1.patch &amp;&amp;
90./configure --prefix=/usr &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install &amp;&amp;
98install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para><option>--enable-docs</option>: This switch enables building the
106 documentation.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>None</seg>
120 <seg>libvorbis.{so,a}, libvorbisenc.{so,a}, and
121 libvorbisfile.{so,a}</seg>
122 <seg>/usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="libvorbis-lib">
132 <term><filename class='libraryfile'>libvorbis*.{so,a}</filename></term>
133 <listitem>
134 <para>libraries provide the functions to read and write sound
135 files.</para>
136 <indexterm zone="libvorbis libvorbis-lib">
137 <primary sortas="c-libvorbis">libvorbis*.{so,a}</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.