Changeset 2c83c17


Ignore:
Timestamp:
07/20/2014 09:13:42 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
1b152cf
Parents:
27efae5
Message:

manually adding updated mesalib will NOT attempt a merge again

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13494 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r27efae5 r2c83c17  
    1010<!--  <!ENTITY mesalib-download-ftp
    1111  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">-->
    12   <!ENTITY mesalib-md5sum        "892122b226f218c140ef2db90fe1acb4">
    13   <!ENTITY mesalib-size          "6.8 MB">
    14   <!ENTITY mesalib-buildsize     "296 MB (additional 1.6 MB for the docs)">
    15   <!ENTITY mesalib-time          "4.7 SBU">
     12  <!ENTITY mesalib-md5sum        "11d3542da1b703618634be840a87b0b2">
     13  <!ENTITY mesalib-size          "6.9 MB">
     14  <!ENTITY mesalib-buildsize     "313 MB (additional 1.6 MB for the docs)">
     15  <!ENTITY mesalib-time          "4.4 SBU">
    1616
    1717]>
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Additional Patches</bridgehead>
     77    <bridgehead renderas="sect3">Additional Patch</bridgehead>
    7878    <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/MesaLib-&mesalib-version;-svga_texture-1.patch"/>
    83         </para>
    84       </listitem>
    8579      <listitem>
    8680        <para>
     
    112106    <bridgehead renderas="sect4">Optional</bridgehead>
    113107    <para role="optional">
     108      <ulink url="ftp://ftp.freedesktop.org/pub/mesa/demos/">mesa-demos</ulink>
     109      provides more than 300 extra demos to test
     110      <application>MesaLib</application>; two of them overwrites the ones
     111      included by
     112      <filename>MesaLib-&mesalib-version;-add_xdemos-1.patch</filename>;
     113      to avoid that, install in a different prefix or add, e.g.
     114      <option>--program-prefix=md</option> to configure, and
    114115      <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
    115116    </para>
     
    166167    </para>
    167168
    168 <screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-svga_texture-1.patch &amp;&amp;
    169 ./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
     169<screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
    170170            --prefix=$XORG_PREFIX          \
    171171            --sysconfdir=/etc              \
     
    329329          libxatracker.so,
    330330          <!--libXvMCnouveau.so and libXvMCr600.so--> and
    331           several libs under /usr/lib/{dri,egl,gallium-pipe,gbm<!--,vdpau-->}
     331          several libs under /usr/lib/{dri,egl,gallium-pipe,gbm,vdpau}
    332332        </seg>
    333333        <seg>
     
    342342          $XORG_PREFIX/lib/egl,
    343343          $XORG_PREFIX/lib/gallium-pipe,
    344           $XORG_PREFIX/lib/gbm<!--,
    345           $XORG_PREFIX/lib/vdpau--> and
     344          $XORG_PREFIX/lib/gbm,
     345          $XORG_PREFIX/lib/vdpau, and
    346346          /usr/share/doc/MesaLib-&mesalib-version; (optional)
    347347        </seg>
Note: See TracChangeset for help on using the changeset viewer.