Author: randy
Date: 2005-12-25 12:15:34 -0700 (Sun, 25 Dec 2005)
New Revision: 5466
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libmpeg3.xml
Log:
Updated to LibMPEG3-1.6
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-12-24 21:12:21 UTC (rev 5465)
+++ trunk/BOOK/general.ent 2005-12-25 19:15:34 UTC (rev 5466)
@@ -1,4 +1,4 @@
-<!ENTITY day "24">
+<!ENTITY day "25">
<!ENTITY month "12">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@@ -501,7 +501,7 @@
<!ENTITY libogg-version "1.1.3">
<!ENTITY libvorbis-version "1.1.2">
<!ENTITY nas-version "1.7">
-<!ENTITY libmpeg3-version "1.5.4">
+<!ENTITY libmpeg3-version "1.6">
<!ENTITY libmad-version "0.15.1b">
<!ENTITY openquicktime-version "1.0">
<!ENTITY libfame-version "0.9.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-24 21:12:21 UTC
(rev 5465)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-25 19:15:34 UTC
(rev 5466)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>December 25th, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to LibMPEG3-1.6.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 24th, 2005</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/libmpeg3.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libmpeg3.xml 2005-12-24 21:12:21 UTC (rev
5465)
+++ trunk/BOOK/multimedia/libdriv/libmpeg3.xml 2005-12-25 19:15:34 UTC (rev
5466)
@@ -6,13 +6,13 @@
<!ENTITY libmpeg3-download-http
"http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
<!ENTITY libmpeg3-download-ftp " ">
- <!ENTITY libmpeg3-md5sum "7adfc9c0beea2134575137f2e0d2ef11">
- <!ENTITY libmpeg3-size "612 KB">
- <!ENTITY libmpeg3-buildsize "5.7 MB">
- <!ENTITY libmpeg3-time "0.1 SBU">
+ <!ENTITY libmpeg3-md5sum "08ad35f5a88a59eb2b85ed7d912257e0">
+ <!ENTITY libmpeg3-size "496 KB">
+ <!ENTITY libmpeg3-buildsize "14.1 MB">
+ <!ENTITY libmpeg3-time "less than 0.1 SBU">
]>
-<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
+<sect1 id="libmpeg3" xreflabel="LibMPEG3-&libmpeg3-version;">
<?dbhtml filename="libmpeg3.html"?>
<sect1info>
@@ -24,16 +24,16 @@
</keywordset>
</sect1info>
- <title>Libmpeg3-&libmpeg3-version;</title>
+ <title>LibMPEG3-&libmpeg3-version;</title>
<indexterm zone="libmpeg3">
- <primary sortas="a-Libmpeg3">Libmpeg3</primary>
+ <primary sortas="a-LibMPEG3">LibMPEG3</primary>
</indexterm>
<sect2 role="package">
- <title>Introduction to Libmpeg3</title>
+ <title>Introduction to LibMPEG3</title>
- <para><application>Libmpeg3</application> supports advanced
+ <para><application>LibMPEG3</application> supports advanced
editing and manipulation of MPEG streams.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
@@ -62,11 +62,11 @@
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
-
url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc_fixes-1.patch"/></para>
+
url="&patch-root;/libmpeg3-&libmpeg3-version;-blfs_install-1.patch"/></para>
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Libmpeg3 Dependencies</bridgehead>
+ <bridgehead renderas="sect3">LibMPEG3 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="NASM"/></para>
@@ -74,35 +74,44 @@
</sect2>
<sect2 role="installation">
- <title>Installation of Libmpeg3</title>
+ <title>Installation of LibMPEG3</title>
- <para>Install <application>libmpeg3</application> by running the following
+ <para>Install <application>LibMPEG3</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i
../libmpeg3-&libmpeg3-version;-gcc_fixes-1.patch &&
+<screen><userinput>patch -Np1 -i
../libmpeg3-&libmpeg3-version;-blfs_install-1.patch &&
+./configure &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install &&
-install -v -m644 i686/libmpeg3.a /usr/lib &&
-install -v -m644 {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include &&
-install -v -m644 -D docs/index.html \
- /usr/share/doc/libmpeg3-&libmpeg3-version;/index.html</userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
+ <!-- Removed, as the patch modifies Makefile so that everything is
installed
<para><command>install -v -m644 i686/libmpeg3.a /usr/lib &&
install -v -m644 {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>
+ -->
+ <para><command>patch -Np1 -i ...</command>: The patch modifies the
+ <filename>Makefile</filename> so that everything is installed with the
+ <command>make install</command> command instead of just the executables
+ being installed and manual commands used to install the library, interface
+ headers and documentation.</para>
+
+ <para><command>./configure</command>: This is not a typical Autotools
+ script. It is only used to check for the availability of the NASM
+ compiler.</para>
+
</sect2>
<sect2 role="content">
@@ -114,9 +123,9 @@
<segtitle>Installed Directory</segtitle>
<seglistitem>
- <seg>mpeg3cat, mpeg3dump, and mpeg3toc</seg>
+ <seg>mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc</seg>
<seg>libmpeg3.a</seg>
- <seg>/usr/share/doc/libmpeg3-1.5.4</seg>
+ <seg>/usr/share/doc/libmpeg3-&libmpeg3-version;</seg>
</seglistitem>
</segmentedlist>
@@ -146,6 +155,17 @@
</listitem>
</varlistentry>
+ <varlistentry id="mpeg3peek">
+ <term><command>mpeg3peek</command></term>
+ <listitem>
+ <para>prints the byte offset of a given frame. It only works for
+ video and requires a table of contents.</para>
+ <indexterm zone="libmpeg3 mpeg3peek">
+ <primary sortas="b-mpeg3peek">mpeg3peek</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="mpeg3toc">
<term><command>mpeg3toc</command></term>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page