glfs/multimedia/libdriv/libmpeg3.xml
Randy McMurchy 726836606c Added gcc34 patch to libmpeg3 to fix an LFS-6.0 build problem
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2638 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-22 15:42:24 +00:00

108 lines
3.6 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libmpeg3-download-http "http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
<!ENTITY libmpeg3-download-ftp " ">
<!ENTITY libmpeg3-size "612 KB">
<!ENTITY libmpeg3-buildsize "5.7 MB">
<!ENTITY libmpeg3-time "0.12 SBU">
]>
<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libmpeg3.html"?>
<title>libmpeg3-&libmpeg3-version;</title>
<sect2>
<title>Introduction to <application>libmpeg3</application></title>
<para><application>Libmpeg3</application> supports advanced editing and
manipulation of <acronym>MPEG</acronym> streams.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&libmpeg3-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&libmpeg3-download-ftp;"/></para></listitem>
<listitem><para>Download size: &libmpeg3-size;</para></listitem>
<listitem><para>Estimated Disk space required: &libmpeg3-buildsize;</para></listitem>
<listitem><para>Estimated build time: &libmpeg3-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch (if compiled using
<application><acronym>GCC</acronym></application>-3.4.x): <ulink
url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc34-1.patch"/></para>
</listitem></itemizedlist>
</sect3>
<sect3><title><application>libmpeg3</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="NASM"/></para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libmpeg3</application></title>
<para>Install <application>libmpeg3</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc34-1.patch &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp i686/libmpeg3.a /usr/lib &amp;&amp;
cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since
<command>make install</command> doesn't copy the library and header files to
proper locations, it is done manually.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>libmpeg3</application> package provides the
<filename class="libraryfile">libmpeg3</filename> library,
<command>mpeg3cat</command>, <command>mpeg3dump</command>
and <command>mpeg3toc</command> utilities.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libmpeg3</title>
<para><filename class="libraryfile">libmpeg3</filename> decodes several
<acronym>MPEG</acronym> standards into uncompressed data
suitable for editing and playback.</para></sect3>
<sect3><title>mpeg3cat</title>
<para><command>mpeg3cat</command> concatenates elementary streams or
demultiplexes a program stream (separates components of the stream).</para>
</sect3>
<sect3><title>mpeg3dump</title>
<para><command>mpeg3dump</command> dumps information or extracts audio
to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
<sect3><title>mpeg3toc</title>
<para><command>mpeg3toc</command> creates a table of contents for a
<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
</sect2>
</sect1>