mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
210 lines
5.8 KiB
XML
210 lines
5.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libmpeg3-download-http "&sourceforge-repo;/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
|
|
<!ENTITY libmpeg3-download-ftp " ">
|
|
<!ENTITY libmpeg3-md5sum "a9d0d34e8941a4437eb8e7dfe559eca1">
|
|
<!ENTITY libmpeg3-size "2.4 MB">
|
|
<!ENTITY libmpeg3-buildsize "13 MB">
|
|
<!ENTITY libmpeg3-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libmpeg3" xreflabel="libMPEG3-&libmpeg3-version;">
|
|
<?dbhtml filename="libmpeg3.html"?>
|
|
|
|
|
|
<title>libMPEG3-&libmpeg3-version;</title>
|
|
|
|
<indexterm zone="libmpeg3">
|
|
<primary sortas="a-libMPEG3">libMPEG3</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libMPEG3</title>
|
|
|
|
<para>
|
|
<application>libMPEG3</application> supports advanced
|
|
editing and manipulation of MPEG streams.
|
|
</para>
|
|
|
|
&lfs74_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<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 MD5 sum: &libmpeg3-md5sum;
|
|
</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>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/libmpeg3-&libmpeg3-version;-makefile_fixes-2.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libMPEG3 Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="liba52"/> and
|
|
<xref linkend="NASM"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libmpeg3"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libMPEG3</title>
|
|
|
|
<para>
|
|
Install <application>libMPEG3</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-makefile_fixes-2.patch &&
|
|
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</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc
|
|
</seg>
|
|
<seg>
|
|
libmpeg3.{so,a}
|
|
</seg>
|
|
<seg>
|
|
/usr/include/audio and
|
|
/usr/include/video
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="mpeg3cat">
|
|
<term><command>mpeg3cat</command></term>
|
|
<listitem>
|
|
<para>
|
|
concatenates elementary streams or demultiplexes a program
|
|
stream (separates components of the stream).
|
|
</para>
|
|
<indexterm zone="libmpeg3 mpeg3cat">
|
|
<primary sortas="b-mpeg3cat">mpeg3cat</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="mpeg3dump">
|
|
<term><command>mpeg3dump</command></term>
|
|
<listitem>
|
|
<para>
|
|
dumps information or extracts audio to a 24 bit PCM file.
|
|
</para>
|
|
<indexterm zone="libmpeg3 mpeg3dump">
|
|
<primary sortas="b-mpeg3dump">mpeg3dump</primary>
|
|
</indexterm>
|
|
</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>
|
|
<para>
|
|
creates a table of contents for a DVD or MPEG stream.
|
|
</para>
|
|
<indexterm zone="libmpeg3 mpeg3toc">
|
|
<primary sortas="b-mpeg3toc">mpeg3toc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libmpeg3-lib">
|
|
<term><filename class='libraryfile'>libmpeg3.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>
|
|
decodes several MPEG standards into uncompressed data
|
|
suitable for editing and playback.
|
|
</para>
|
|
<indexterm zone="libmpeg3 libmpeg3-lib">
|
|
<primary sortas="c-libmpeg3">libmpeg3.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|