mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added documentation installation and indexing tags to the liba52 instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3813 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a50b81b2e0
commit
64eb1e8403
@ -24,7 +24,8 @@ who wrote what.</para>
|
||||
|
||||
<listitem><para>April 27th, 2005 [randy]: Updated to FLAC-1.1.2 and
|
||||
libdv-0.104; added Doxygen dependency and documentation installation to the
|
||||
libdvdcss instructions.</para></listitem>
|
||||
libdvdcss instructions; added documentation installation to the liba52
|
||||
instructions.</para></listitem>
|
||||
|
||||
<listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9 and
|
||||
libao-0.8.6; added a download URL to the PassiveTeX dependency in the
|
||||
|
@ -7,8 +7,8 @@
|
||||
<!ENTITY liba52-download-ftp " ">
|
||||
<!ENTITY liba52-md5sum "caa9f5bc44232dc8aeea773fea56be80">
|
||||
<!ENTITY liba52-size "236 KB">
|
||||
<!ENTITY liba52-buildsize "2.8 MB">
|
||||
<!ENTITY liba52-time "0.07 SBU">
|
||||
<!ENTITY liba52-buildsize "2.5 MB">
|
||||
<!ENTITY liba52-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="liba52" xreflabel="liba52-&liba52-version;">
|
||||
@ -18,6 +18,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="liba52.html"?>
|
||||
<title>liba52-&liba52-version;</title>
|
||||
<indexterm zone="liba52">
|
||||
<primary sortas="a-Liba52">Liba52</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>liba52</application></title>
|
||||
@ -50,36 +52,61 @@ television and <acronym>DVD</acronym>.</para>
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --enable-shared &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
install -v -m644 -D doc/liba52.txt \
|
||||
/usr/share/doc/liba52-&liba52-version;/liba52.txt</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The liba52 package contains <command>a52dec</command>,
|
||||
<command>extract_a52</command> and <filename
|
||||
class="libraryfile">liba52</filename>.
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</para>
|
||||
<seglistitem>
|
||||
<seg>a52dec and extract_a52</seg>
|
||||
<seg>liba52.[so,a]</seg>
|
||||
<seg>/usr/include/a52dec and /usr/share/doc/liba52-&liba52-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<varlistentry id="a52dec">
|
||||
<term><command>a52dec</command></term>
|
||||
<listitem><para>plays <acronym>ATSC</acronym> A/52 audio streams.</para>
|
||||
<indexterm zone="liba52 a52dec">
|
||||
<primary sortas="b-a52dec">a52dec</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>a52dec</title>
|
||||
<para><command>a52dec</command> plays <acronym>ATSC</acronym> A/52 audio
|
||||
streams.</para></sect3>
|
||||
<varlistentry id="extract_a52">
|
||||
<term><command>extract_a52</command></term>
|
||||
<listitem><para>extracts <acronym>ATSC</acronym> A/52 audio from an
|
||||
<acronym>MPEG</acronym> stream.</para>
|
||||
<indexterm zone="liba52 extract_a52">
|
||||
<primary sortas="b-extract_a52">extract_a52</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>extract_a52</title>
|
||||
<para><command>extract_a52</command> extracts <acronym>ATSC</acronym> A/52
|
||||
audio from an <acronym>MPEG</acronym> stream.</para></sect3>
|
||||
|
||||
<sect3><title>liba52</title>
|
||||
<para><filename class="libraryfile">liba52</filename> provides functions
|
||||
for the programs dealing with <acronym>ATSC</acronym> A/52
|
||||
streams.</para></sect3>
|
||||
<varlistentry id="liba52-lib">
|
||||
<term><filename class='libraryfile'>liba52.[so,a]</filename></term>
|
||||
<listitem><para>provides functions for the programs dealing with
|
||||
<acronym>ATSC</acronym> A/52 streams.</para>
|
||||
<indexterm zone="liba52 liba52-lib">
|
||||
<primary sortas="c-liba52">liba52.[so,a]</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user