source: multimedia/libdriv/libmpeg3.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

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