Changeset 3904c76d


Ignore:
Timestamp:
09/05/2004 06:11:51 AM (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:
69da6d3
Parents:
ff646a09
Message:

Added gcc34 patch to libFAME instructions to fix broken library if compiled with GCC-3.4.x

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rff646a09 r3904c76d  
    1 <!ENTITY day          "04">
     1<!ENTITY day          "05">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2004">
  • introduction/welcome/changelog.xml

    rff646a09 r3904c76d  
    2323<itemizedlist>
    2424
     25<listitem><para>September 5th, 2004 [randy]: Added gcc34 patch to
     26libFAME instructions to fix broken library if compiled with
     27GCC-3.4.x.</para></listitem>
     28
    2529<listitem><para>September 4th, 2004 [randy]: Updated to
    2630Whois-4.6.21 as suggested by Jeremy Utley; Updated to
  • multimedia/libdriv/libfame.xml

    rff646a09 r3904c76d  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY libfame-download-http "http://prdownloads.sourceforge.net/fame/libfame-&libfame-version;.tar.gz">
    77  <!ENTITY libfame-download-ftp  " ">
     
    2020
    2121<sect2>
    22 <title>Introduction to <application>lib<acronym>FAME</acronym></application></title>
     22<title>Introduction to <application>lib<acronym>FAME</acronym></application>
     23</title>
    2324
    2425<para><application>lib<acronym>FAME</acronym></application> is a
    25 fast (real-time) MPEG-1 as well as MPEG-4 rectangular and arbitrary shaped
    26 video encoding library.</para>
     26fast (real-time) <acronym>MPEG</acronym>-1 as well as <acronym>MPEG</acronym>-4
     27rectangular and arbitrary shaped video encoding library.</para>
    2728
    2829<sect3><title>Package information</title>
     
    3536</sect3>
    3637
     38<sect3><title>Additional downloads</title>
     39<itemizedlist spacing='compact'>
     40<listitem><para>Required Patch (if compiled with
     41<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     42url="&patch-root;/libfame-&libfame-version;-gcc34-1.patch"/></para></listitem>
     43</itemizedlist>
     44</sect3>
     45
    3746</sect2>
    3847
    3948<sect2>
    40 <title>Installation of <application>lib<acronym>FAME</acronym></application></title>
     49<title>Installation of <application>lib<acronym>FAME</acronym></application>
     50</title>
    4151
    4252<para>Install <application>lib<acronym>FAME</acronym></application> by running
    4353the following commands:</para>
    4454
    45 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     55<screen><userinput><command>patch -Np1 -i ../libfame-&libfame-version;-gcc34-1.patch &amp;&amp;
     56./configure --prefix=/usr &amp;&amp;
    4657make &amp;&amp;
    4758make install</command></userinput></screen>
     
    6273<sect3><title>libfame-config</title>
    6374<para><command>libfame-config</command>
    64 provides configuration information for <filename class="libraryfile">libfame</filename>.
     75provides configuration information for
     76<filename class="libraryfile">libfame</filename>.
    6577</para></sect3>
    6678
Note: See TracChangeset for help on using the changeset viewer.