Changeset a857a42


Ignore:
Timestamp:
07/04/2013 02:08:05 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
306fb0e
Parents:
3e9e6b6
Message:

libmad: x84_64 and optimization fixes

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3e9e6b6 ra857a42  
    44-->
    55
    6 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "04">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
  • introduction/welcome/changelog.xml

    r3e9e6b6 ra857a42  
    4545-->
    4646    <listitem>
    47       <para>July 3rd. 2013</para>
    48       <itemizedlist>
    49         <listitem>
    50           <para>[ken - libXv-1.0.9 and libXi-1.7.2.</para>
     47      <para>July 4th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - libmad: x84_64 and optimization fixes (thanks Mykyta
     51            Iziumtsev).</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>July 3rd, 2013</para>
     58      <itemizedlist>
     59        <listitem>
     60          <para>[ken] - libXv-1.0.9 and libXi-1.7.2.</para>
    5161        </listitem>
    5262      </itemizedlist>
  • multimedia/libdriv/libmad.xml

    r3e9e6b6 ra857a42  
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing='compact'>
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/libmad-&libmad-version;-fixes-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <para condition="html" role="usernotes">User Notes:
    6068    <ulink url="&blfs-wiki;/libmad"/></para>
     
    6876    following commands:</para>
    6977
    70 <screen><userinput>sed -i '/-fforce-mem/d' configure &amp;&amp;
     78<screen><userinput>patch -Np1 -i ../libmad-&libmad-version;-fixes-1.patch &amp;&amp;
     79autoconf &amp;&amp;
    7180./configure --prefix=/usr --disable-static &amp;&amp;
    7281make</userinput></screen>
     
    103112  <sect2 role="commands">
    104113    <title>Command Explanations</title>
    105 
    106     <para><command>sed -i '/-fforce-mem/d'</command>: This removes an obsolete
    107     compilation option that causes compilation to fail under GCC 4.4.x</para>
    108114
    109115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.