source: multimedia/libdriv/libvorbis.xml@ e1827ca

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 e1827ca was e1827ca, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to Audacious-3.3.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10677 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.xz">
8 <!ENTITY libvorbis-download-ftp " ">
9 <!ENTITY libvorbis-md5sum "71b649d3e08e63ece16649df906ce8b9">
10 <!ENTITY libvorbis-size "1.1 MB">
11 <!ENTITY libvorbis-buildsize "18 MB">
12 <!ENTITY libvorbis-time "0.3 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>
33 The <application>libvorbis</application> package contains a general
34 purpose audio and music encoding format. This is useful for creating
35 (encoding) and playing (decoding) sound in an open (patent free)
36 format.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libvorbis-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libvorbis-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libvorbis-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libvorbis-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libvorbis-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libvorbis-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libogg"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="doxygen"/> and
85 <xref linkend="texlive"/>
86 (specifically, pdflatex and htlatex) to build the PDF documentation
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url='&blfs-wiki;/Libvorbis'/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libvorbis</title>
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 LIBS=-lm 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 Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 libvorbis.so, libvorbisenc.so and libvorbisfile.so
141 </seg>
142 <seg>
143 /usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="libvorbis-lib">
154 <term><filename class="libraryfile">libvorbis.so</filename></term>
155 <listitem>
156 <para>
157 provides the functions used to read and write sound files.
158 </para>
159 <indexterm zone="libvorbis libvorbis-lib">
160 <primary sortas="c-libvorbis">libvorbis.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.