source: multimedia/libdriv/libvorbis.xml@ a747b3c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 a747b3c was a747b3c, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Multimedia-libdriv chapter.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5353 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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.gz">
8 <!ENTITY libvorbis-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libvorbis-&libvorbis-version;.tar.gz">
9 <!ENTITY libvorbis-md5sum "b77270c24840af4de54bea5ad1c0b252">
10 <!ENTITY libvorbis-size "1.3 MB">
11 <!ENTITY libvorbis-buildsize "17.1 MB">
12 <!ENTITY libvorbis-time "0.2 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 <keywordset>
22 <keyword role="package">libvorbis-&libvorbis-version;.tar</keyword>
23 <keyword role="ftptdir">libvorbis</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libvorbis-&libvorbis-version;</title>
28
29 <indexterm zone="libvorbis">
30 <primary sortas="a-Libvorbis">Libvorbis</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libvorbis</title>
35
36 <para>The <application>libvorbis</application> package contains a general
37 purpose audio and music encoding format. This is useful for creating (encoding)
38 and playing (decoding) sound in an open (patent free) format.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libvorbis-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libvorbis-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libvorbis-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libvorbis-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libvorbis-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libvorbis-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>Required patch: <ulink
66 url="&patch-root;/libvorbis-&libvorbis-version;-gcc4-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required"><xref linkend="libogg"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="pkgconfig"/>, and
77 <xref linkend="libxslt"/> and
78 <ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink>
79 (to build the PDF documentation)</para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libvorbis</title>
85
86 <para>Install <application>libvorbis</application> by running the following
87 commands:</para>
88
89<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-gcc4-1.patch &amp;&amp;
90./configure --prefix=/usr &amp;&amp;
91make</userinput></screen>
92
93 <para><application>libvorbis</application> is known to cause compiler errors
94 on certain machines. If you get errors, insert this command after running
95 the configure script:</para>
96
97<screen><userinput>sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><option>--enable-docs</option>: This switch enables building the
111 documentation.</para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>None</seg>
125 <seg>libvorbis.[so,a], libvorbisenc.[so,a], and
126 libvorbisfile.[so,a]</seg>
127 <seg>/usr/include/vorbis and /usr/share/doc/libvorbis-&libvorbis-version;</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libvorbis-lib">
137 <term><filename class='libraryfile'>libvorbis*.[so,a]</filename></term>
138 <listitem>
139 <para>libraries provide the functions to read and write sound files.</para>
140 <indexterm zone="libvorbis libvorbis-lib">
141 <primary sortas="c-libvorbis">libvorbis*.[so,a]</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.