Changeset 030d7a0f for multimedia


Ignore:
Timestamp:
12/25/2005 07:15:34 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
fb33bddb
Parents:
27706cc
Message:

Updated to LibMPEG3-1.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmpeg3.xml

    r27706cc r030d7a0f  
    77  <!ENTITY libmpeg3-download-http "http://prdownloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
    88  <!ENTITY libmpeg3-download-ftp  " ">
    9   <!ENTITY libmpeg3-md5sum        "7adfc9c0beea2134575137f2e0d2ef11">
    10   <!ENTITY libmpeg3-size          "612 KB">
    11   <!ENTITY libmpeg3-buildsize     "5.7 MB">
    12   <!ENTITY libmpeg3-time          "0.1 SBU">
     9  <!ENTITY libmpeg3-md5sum        "08ad35f5a88a59eb2b85ed7d912257e0">
     10  <!ENTITY libmpeg3-size          "496 KB">
     11  <!ENTITY libmpeg3-buildsize     "14.1 MB">
     12  <!ENTITY libmpeg3-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <sect1 id="libmpeg3" xreflabel="libmpeg3-&libmpeg3-version;">
     15<sect1 id="libmpeg3" xreflabel="LibMPEG3-&libmpeg3-version;">
    1616  <?dbhtml filename="libmpeg3.html"?>
    1717
     
    2525  </sect1info>
    2626
    27   <title>Libmpeg3-&libmpeg3-version;</title>
     27  <title>LibMPEG3-&libmpeg3-version;</title>
    2828
    2929  <indexterm zone="libmpeg3">
    30     <primary sortas="a-Libmpeg3">Libmpeg3</primary>
     30    <primary sortas="a-LibMPEG3">LibMPEG3</primary>
    3131  </indexterm>
    3232
    3333  <sect2 role="package">
    34     <title>Introduction to Libmpeg3</title>
     34    <title>Introduction to LibMPEG3</title>
    3535
    36     <para><application>Libmpeg3</application> supports advanced
     36    <para><application>LibMPEG3</application> supports advanced
    3737    editing and manipulation of MPEG streams.</para>
    3838
     
    6363      <listitem>
    6464        <para>Required Patch: <ulink
    65         url="&patch-root;/libmpeg3-&libmpeg3-version;-gcc_fixes-1.patch"/></para>
     65        url="&patch-root;/libmpeg3-&libmpeg3-version;-blfs_install-1.patch"/></para>
    6666      </listitem>
    6767    </itemizedlist>
    6868
    69     <bridgehead renderas="sect3">Libmpeg3 Dependencies</bridgehead>
     69    <bridgehead renderas="sect3">LibMPEG3 Dependencies</bridgehead>
    7070
    7171    <bridgehead renderas="sect4">Required</bridgehead>
     
    7575
    7676  <sect2 role="installation">
    77     <title>Installation of Libmpeg3</title>
     77    <title>Installation of LibMPEG3</title>
    7878
    79     <para>Install <application>libmpeg3</application> by running the following
     79    <para>Install <application>LibMPEG3</application> by running the following
    8080    commands:</para>
    8181
    82 <screen><userinput>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc_fixes-1.patch &amp;&amp;
     82<screen><userinput>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-blfs_install-1.patch &amp;&amp;
     83./configure &amp;&amp;
    8384make</userinput></screen>
    8485
     
    8788    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8889
    89 <screen role="root"><userinput>make install &amp;&amp;
    90 install -v -m644 i686/libmpeg3.a /usr/lib &amp;&amp;
    91 install -v -m644 {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include &amp;&amp;
    92 install -v -m644 -D docs/index.html \
    93     /usr/share/doc/libmpeg3-&libmpeg3-version;/index.html</userinput></screen>
     90<screen role="root"><userinput>make install</userinput></screen>
    9491
    9592  </sect2>
     
    9895    <title>Command Explanations</title>
    9996
     97    <!-- Removed, as the patch modifies Makefile so that everything is installed
    10098    <para><command>install -v -m644 i686/libmpeg3.a /usr/lib &amp;&amp;
    10199    install -v -m644 {libmpeg3,mpeg3private,mpeg3protos}.h
     
    103101    the library and header files to proper locations, it is done
    104102    manually.</para>
     103    -->
     104
     105    <para><command>patch -Np1 -i ...</command>: The patch modifies the
     106    <filename>Makefile</filename> so that everything is installed with the
     107    <command>make install</command> command instead of just the executables
     108    being installed and manual commands used to install the library, interface
     109    headers and documentation.</para>
     110
     111    <para><command>./configure</command>: This is not a typical Autotools
     112    script. It is only used to check for the availability of the NASM
     113    compiler.</para>
    105114
    106115  </sect2>
     
    115124
    116125      <seglistitem>
    117         <seg>mpeg3cat, mpeg3dump, and mpeg3toc</seg>
     126        <seg>mpeg3cat, mpeg3dump, mpeg3peek and mpeg3toc</seg>
    118127        <seg>libmpeg3.a</seg>
    119         <seg>/usr/share/doc/libmpeg3-1.5.4</seg>
     128        <seg>/usr/share/doc/libmpeg3-&libmpeg3-version;</seg>
    120129      </seglistitem>
    121130    </segmentedlist>
     
    143152          <indexterm zone="libmpeg3 mpeg3dump">
    144153            <primary sortas="b-mpeg3dump">mpeg3dump</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157
     158      <varlistentry id="mpeg3peek">
     159        <term><command>mpeg3peek</command></term>
     160        <listitem>
     161          <para>prints the byte offset of a given frame. It only works for
     162          video and requires a table of contents.</para>
     163          <indexterm zone="libmpeg3 mpeg3peek">
     164            <primary sortas="b-mpeg3peek">mpeg3peek</primary>
    145165          </indexterm>
    146166        </listitem>
Note: See TracChangeset for help on using the changeset viewer.