source: multimedia/libdriv/libvorbis.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 05eb990a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.9 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 "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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
86 <ulink url='&blfs-wiki;/Libvorbis'/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libvorbis</title>
92<!--
93 <para>
94 Optionally fix installation of the package when
95 <command>- -enable-docs</command> is added to the configure switches:
96 </para>
97
98<screen><userinput>sed -i '/components.png \\/{n;d}' doc/Makefile.in</userinput></screen>
99-->
100 <para>
101 Install <application>libvorbis</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make -j1 check</command>.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 <para>
128 <option>--enable-docs</option>: This switch enables building the
129 documentation in formats other than the supplied html.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libvorbis.so, libvorbisenc.so and libvorbisfile.so
148 </seg>
149 <seg>
150 /usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="libvorbis-lib">
161 <term><filename class="libraryfile">libvorbis.so</filename></term>
162 <listitem>
163 <para>
164 provides the functions used to read and write sound files
165 </para>
166 <indexterm zone="libvorbis libvorbis-lib">
167 <primary sortas="c-libvorbis">libvorbis.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.