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
RevLine 
[331f4169]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[08d52d9]6
[e6526c44]7 <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
[3961b7e]8 <!ENTITY libvorbis-download-ftp " ">
[e6526c44]9 <!ENTITY libvorbis-md5sum "7c6e409d7aa1fa8a5481dea571d5bde0">
10 <!ENTITY libvorbis-size "1.2 MB">
11 <!ENTITY libvorbis-buildsize "18 MB">
[002ea7db]12 <!ENTITY libvorbis-time "0.2 SBU">
[48b7295]13]>
14
[f45b1953]15<sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
[331f4169]16 <?dbhtml filename="libvorbis.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[72e4cd18]23 <title>libvorbis-&libvorbis-version;</title>
[331f4169]24
25 <indexterm zone="libvorbis">
26 <primary sortas="a-Libvorbis">Libvorbis</primary>
27 </indexterm>
28
29 <sect2 role="package">
[72e4cd18]30 <title>Introduction to libvorbis</title>
[331f4169]31
[50b692d]32 <para>The <application>libvorbis</application> package contains a general
[3961b7e]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>
[331f4169]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
[ff2d78f]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
[72e4cd18]67 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
[331f4169]68
69 <bridgehead renderas="sect4">Required</bridgehead>
[a747b3c]70 <para role="required"><xref linkend="libogg"/></para>
[331f4169]71
72 <bridgehead renderas="sect4">Optional</bridgehead>
[a747b3c]73 <para role="optional"><xref linkend="pkgconfig"/>, and
[50b692d]74 <xref linkend="libxslt"/> and
[e6526c44]75 <ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
[331f4169]76 (to build the PDF documentation)</para>
77
[1663c2b5]78 <para condition="html" role="usernotes">User Notes:
79 <ulink url='&blfs-wiki;/Libvorbis'/></para>
[5a2505c]80
[331f4169]81 </sect2>
82
83 <sect2 role="installation">
[72e4cd18]84 <title>Installation of libvorbis</title>
[331f4169]85
[50b692d]86 <para>Install <application>libvorbis</application> by running the following
[331f4169]87 commands:</para>
88
[ff2d78f]89<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-security_fixes-1.patch &amp;&amp;
90./configure --prefix=/usr &amp;&amp;
[331f4169]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
[3961b7e]97<screen role="root"><userinput>make install &amp;&amp;
98install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
[331f4169]99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
[50b692d]105 <para><option>--enable-docs</option>: This switch enables building the
[331f4169]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>
[0e2aa08]120 <seg>libvorbis.{so,a}, libvorbisenc.{so,a}, and
121 libvorbisfile.{so,a}</seg>
[331f4169]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">
[0e2aa08]132 <term><filename class='libraryfile'>libvorbis*.{so,a}</filename></term>
[331f4169]133 <listitem>
[3961b7e]134 <para>libraries provide the functions to read and write sound
135 files.</para>
[331f4169]136 <indexterm zone="libvorbis libvorbis-lib">
[0e2aa08]137 <primary sortas="c-libvorbis">libvorbis*.{so,a}</primary>
[331f4169]138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
[f45b1953]145
146</sect1>
Note: See TracBrowser for help on using the repository browser.