source: multimedia/libdriv/libmpeg3.xml@ 7268366

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 7268366 was 7268366, checked in by Randy McMurchy <randy@…>, 20 years ago

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libmpeg3-download-http "http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
7 <!ENTITY libmpeg3-download-ftp " ">
8 <!ENTITY libmpeg3-size "612 KB">
9 <!ENTITY libmpeg3-buildsize "5.7 MB">
10 <!ENTITY libmpeg3-time "0.12 SBU">
11]>
12
13<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="libmpeg3.html"?>
19<title>libmpeg3-&libmpeg3-version;</title>
20
21<sect2>
22<title>Introduction to <application>libmpeg3</application></title>
23
24<para><application>Libmpeg3</application> supports advanced editing and
25manipulation of <acronym>MPEG</acronym> streams.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink url="&libmpeg3-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink url="&libmpeg3-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &libmpeg3-size;</para></listitem>
32<listitem><para>Estimated Disk space required: &libmpeg3-buildsize;</para></listitem>
33<listitem><para>Estimated build time: &libmpeg3-time;</para></listitem></itemizedlist>
34</sect3>
35
36<sect3><title>Additional downloads</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Required Patch (if compiled using
39<application><acronym>GCC</acronym></application>-3.4.x): <ulink
40url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc34-1.patch"/></para>
41</listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>libmpeg3</application> dependencies</title>
45<sect4><title>Required</title>
46<para><xref linkend="NASM"/></para></sect4>
47</sect3>
48
49</sect2>
50
51<sect2>
52<title>Installation of <application>libmpeg3</application></title>
53
54<para>Install <application>libmpeg3</application> by running the following
55commands:</para>
56
57<screen><userinput><command>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc34-1.patch &amp;&amp;
58make &amp;&amp;
59make install &amp;&amp;
60cp i686/libmpeg3.a /usr/lib &amp;&amp;
61cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Command explanations</title>
67
68<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
69{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since
70<command>make install</command> doesn't copy the library and header files to
71proper locations, it is done manually.</para>
72
73</sect2>
74
75<sect2>
76<title>Contents</title>
77
78<para>The <application>libmpeg3</application> package provides the
79<filename class="libraryfile">libmpeg3</filename> library,
80<command>mpeg3cat</command>, <command>mpeg3dump</command>
81and <command>mpeg3toc</command> utilities.</para>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>libmpeg3</title>
88<para><filename class="libraryfile">libmpeg3</filename> decodes several
89<acronym>MPEG</acronym> standards into uncompressed data
90suitable for editing and playback.</para></sect3>
91
92<sect3><title>mpeg3cat</title>
93<para><command>mpeg3cat</command> concatenates elementary streams or
94demultiplexes a program stream (separates components of the stream).</para>
95</sect3>
96
97<sect3><title>mpeg3dump</title>
98<para><command>mpeg3dump</command> dumps information or extracts audio
99to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
100
101<sect3><title>mpeg3toc</title>
102<para><command>mpeg3toc</command> creates a table of contents for a
103<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
104
105</sect2>
106
107</sect1>
Note: See TracBrowser for help on using the repository browser.