Ignore:
Timestamp:
06/13/2004 11:30:44 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
8d8631b5
Parents:
16998db6
Message:

XML update for Chapter 37

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmpeg3.xml

    r16998db6 r48b7295  
     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
    113<sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
    214<?dbhtml filename="libmpeg3.html"?>
    315<title>libmpeg3-&libmpeg3-version;</title>
    416
    5 &libmpeg3-intro;
    6 &libmpeg3-inst;
    7 &libmpeg3-exp;
    8 &libmpeg3-desc;
     17<sect2>
     18<title>Introduction to <application>libmpeg3</application></title>
     19
     20<para><application>Libmpeg3</application> supports advanced editing and
     21manipulation of <acronym>MPEG</acronym> streams.</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink url="&libmpeg3-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink url="&libmpeg3-download-ftp;"/></para></listitem>
     27<listitem><para>Download size: &libmpeg3-size;</para></listitem>
     28<listitem><para>Estimated Disk space required: &libmpeg3-buildsize;</para></listitem>
     29<listitem><para>Estimated build time: &libmpeg3-time;</para></listitem></itemizedlist>
     30</sect3>
     31
     32<sect3><title><application>libmpeg3</application> dependencies</title>
     33<sect4><title>Required</title>
     34<para><xref linkend="NASM"/></para></sect4>
     35</sect3>
     36
     37</sect2>
     38
     39<sect2>
     40<title>Installation of <application>libmpeg3</application></title>
     41
     42<para>Install <application>libmpeg3</application> by running the following
     43commands:</para>
     44
     45<screen><userinput><command>make &amp;&amp;
     46make install &amp;&amp;
     47cp i686/libmpeg3.a /usr/lib &amp;&amp;
     48cp {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command></userinput></screen>
     49
     50</sect2>
     51
     52<sect2>
     53<title>Command explanations</title>
     54
     55<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
     56{libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since make install
     57doesn't copy the library and header files to proper locations,
     58we have to do it manually.</para>
     59
     60</sect2>
     61
     62<sect2>
     63<title>Contents</title>
     64
     65<para>The <application>libmpeg3</application> package provides <filename
     66class="libraryfile">libmpeg3</filename> library,
     67<command>mpeg3cat</command>, <command>mpeg3dump</command>
     68and <command>mpeg3toc</command> utilities.</para>
     69
     70</sect2>
     71
     72<sect2><title>Description</title>
     73
     74<sect3><title>libmpeg3</title>
     75<para><filename class="libraryfile">libmpeg3</filename> decodes several
     76<acronym>MPEG</acronym> standards into uncompressed data
     77suitable for editing and playback.</para></sect3>
     78
     79<sect3><title>mpeg3cat</title>
     80<para><command>mpeg3cat</command> concatenates elementary streams or
     81demultiplexes a program stream (separates components of the stream).</para></sect3>
     82
     83<sect3><title>mpeg3dump</title>
     84<para><command>mpeg3dump</command> dumps information or extracts audio
     85to a 24 bit <acronym>PCM</acronym> file.</para></sect3>
     86
     87<sect3><title>mpeg3toc</title>
     88<para><command>mpeg3toc</command> creates a table of contents for a
     89<acronym>DVD</acronym> or <acronym>MPEG</acronym> stream.</para></sect3>
     90
     91</sect2>
    992
    1093</sect1>
Note: See TracChangeset for help on using the changeset viewer.