source: multimedia/libdriv/libvorbis.xml@ c93c620c

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

Tags

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