source: multimedia/libdriv/libvorbis.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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