Ignore:
Timestamp:
08/22/2004 03:42:24 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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:
b8e6a3be
Parents:
014030f
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmpeg3.xml

    r014030f r7268366  
    3434</sect3>
    3535
     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
    3644<sect3><title><application>libmpeg3</application> dependencies</title>
    3745<sect4><title>Required</title>
     
    4755commands:</para>
    4856
    49 <screen><userinput><command>make &amp;&amp;
     57<screen><userinput><command>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-gcc34-1.patch &amp;&amp;
     58make &amp;&amp;
    5059make install &amp;&amp;
    5160cp i686/libmpeg3.a /usr/lib &amp;&amp;
     
    5867
    5968<para><command>cp i686/libmpeg3.a /usr/lib &amp;&amp; cp
    60 {libmpeg3,mpeg3private,mpeg3protos}.h /usr/include</command>: Since make install
    61 doesn't copy the library and header files to proper locations,
    62 we have to do it manually.</para>
     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>
    6372
    6473</sect2>
     
    6776<title>Contents</title>
    6877
    69 <para>The <application>libmpeg3</application> package provides <filename
    70 class="libraryfile">libmpeg3</filename> library,
     78<para>The <application>libmpeg3</application> package provides the
     79<filename class="libraryfile">libmpeg3</filename> library,
    7180<command>mpeg3cat</command>, <command>mpeg3dump</command>
    7281and <command>mpeg3toc</command> utilities.</para>
     
    8392<sect3><title>mpeg3cat</title>
    8493<para><command>mpeg3cat</command> concatenates elementary streams or
    85 demultiplexes a program stream (separates components of the stream).</para></sect3>
     94demultiplexes a program stream (separates components of the stream).</para>
     95</sect3>
    8696
    8797<sect3><title>mpeg3dump</title>
Note: See TracChangeset for help on using the changeset viewer.