source: multimedia/libdriv/libvorbis.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.xz">
8 <!ENTITY libvorbis-download-ftp " ">
9 <!ENTITY libvorbis-md5sum "50902641d358135f06a8392e61c9ac77">
10 <!ENTITY libvorbis-size "1.1 MB">
11 <!ENTITY libvorbis-buildsize "15 MB">
12 <!ENTITY libvorbis-time "0.1 SBU">
13]>
14
15<sect1 id="libvorbis" xreflabel="libvorbis-&libvorbis-version;">
16 <?dbhtml filename="libvorbis.html"?>
17
18
19 <title>libvorbis-&libvorbis-version;</title>
20
21 <indexterm zone="libvorbis">
22 <primary sortas="a-Libvorbis">Libvorbis</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libvorbis</title>
27
28 <para>
29 The <application>libvorbis</application> package contains a general
30 purpose audio and music encoding format. This is useful for creating
31 (encoding) and playing (decoding) sound in an open (patent free)
32 format.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libvorbis-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libvorbis-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libvorbis-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libvorbis-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libvorbis-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libvorbis-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="libogg"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/> and
81 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
82 (specifically, pdflatex and htlatex) to build the PDF documentation
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libvorbis</title>
89<!--
90 <para>
91 Optionally fix installation of the package when
92 <command>- -enable-docs</command> is added to the configure switches:
93 </para>
94
95<screen><userinput>sed -i '/components.png \\/{n;d}' doc/Makefile.in</userinput></screen>
96-->
97 <para>
98 Install <application>libvorbis</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make -j1 check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install &amp;&amp;
114install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 <para>
125 <option>--enable-docs</option>: This switch enables building the
126 documentation in formats other than the supplied html.
127 </para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libvorbis.so, libvorbisenc.so and libvorbisfile.so
145 </seg>
146 <seg>
147 /usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libvorbis-lib">
158 <term><filename class="libraryfile">libvorbis.so</filename></term>
159 <listitem>
160 <para>
161 provides the functions used to read and write sound files
162 </para>
163 <indexterm zone="libvorbis libvorbis-lib">
164 <primary sortas="c-libvorbis">libvorbis.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.