source: multimedia/libdriv/libvorbis.xml@ 8186151

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 8186151 was 6c1403a, checked in by Xi Ruoyao <xry111@…>, 4 years ago

libvorbis: remove unnecessary make check parameter

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

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