source: multimedia/libdriv/libvorbis.xml@ 583c912d

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 583c912d was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Tag xfce and dependencies

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