Changeset fd2f9a2


Ignore:
Timestamp:
03/01/2013 06:28:52 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
32696a4
Parents:
6459a7e2
Message:

MesaLib 9.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6459a7e2 rfd2f9a2  
    555555<!ENTITY xcursor-themes-version       "1.0.3">
    556556<!ENTITY xkeyboard-config-version     "2.8">
    557 <!ENTITY mesalib-version              "9.0.2">
     557<!ENTITY mesalib-version              "9.1">
    558558<!ENTITY glu-version                  "9.0.0">
    559559<!ENTITY xcb-util-version             "0.3.9">
  • introduction/welcome/changelog.xml

    r6459a7e2 rfd2f9a2  
    8787        </listitem>
    8888        <listitem>
     89          <para>[krejzi] - MesaLib 9.1.</para>
     90        </listitem>
     91        <listitem>
    8992          <para>[krejzi] - MIT Kerberos V5 1.11.1.</para>
    9093        </listitem>
  • x/installing/mesalib.xml

    r6459a7e2 rfd2f9a2  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
    9   <!ENTITY mesalib-md5sum        "dc45d1192203e418163e0017640e1cfc">
     9  <!ENTITY mesalib-md5sum        "d3891e02215422e120271d976ff1947e">
    1010  <!ENTITY mesalib-size          "5.9 MB">
    11   <!ENTITY mesalib-buildsize     "685 MB">
     11  <!ENTITY mesalib-buildsize     "305 MB">
    1212  <!ENTITY mesalib-time          "5.5 SBU">
    1313
     
    117117        <para>
    118118          Recommended patch:
    119           <ulink url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-5.patch"/>
     119          <ulink url="&patch-root;/MesaLib-&mesalib-version;-add_xdemos-1.patch"/>
    120120          (Needed if testing the Xorg installation per BLFS instructions).
    121121        </para>
     
    138138      <xref linkend="llvm"/>
    139139    </para>
     140
     141    <warning>
     142      <para>
     143        The instructions below assume that <application>LLVM</application>
     144        is installed. You will need to modify the instructions if you
     145        choose not to install it. Please note that
     146        <application>LLVM</application> is <emphasis>required</emphasis> for
     147        Radeon 3D drivers.
     148      </para>
     149    </warning>
    140150
    141151    <note>
     
    171181    </para>
    172182
    173 <screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-5.patch</userinput></screen>
     183<screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-1.patch</userinput></screen>
    174184
    175185    <para>
     
    192202            --enable-gallium-gbm           \
    193203            --enable-glx-tls               \
     204            --with-llvm-shared-libs        \
    194205            --with-egl-platforms="drm,x11" \
    195206            --with-gallium-drivers="nouveau,r300,r600,svga,swrast" &amp;&amp;
     
    262273      <application>Autoconf</application> sets CFLAGS and CXXFLAGS to
    263274      "-g -O2". That results in binaries and libraries being built with
    264       debugging symbols which make them bigger. It is recommended that
    265       you override the default flags to omit -g switch so the final
    266       libraries are smaller.
     275      debugging symbols which make them bigger. Override the default
     276      flags to omit -g switch so the final libraries are smaller.
    267277    </para>
    268278
     
    317327      <option>--enable-glx-tls</option>: This switch enables TLS support
    318328      in GLX.
     329    </para>
     330
     331    <para>
     332      <option>--with-llvm-shared-libs</option>: This switch is used so
     333      Gallium drivers will link against shared
     334      <application>LLVM</application> libraries instead of the static
     335      ones. Remove if you did not install <xref linkend="llvm"/>.
    319336    </para>
    320337
     
    351368        </seg>
    352369        <seg>
    353           libdricore9.0.0.so, libEGL.so, libgbm.so, libglapi.so,
     370          libdricore9.1.0.so, libEGL.so, libgbm.so, libglapi.so,
    354371          libGLESv1_CM.so, libGLESv2.so, libGL.so, libGLU.so,
    355372          libOpenVG.so, libOSMesa.so and libxatracker.so
     
    360377          /usr/include/GLES,
    361378          /usr/include/GLES2,
     379          /usr/include/GLES3,
    362380          /usr/include/KHR,
    363           /usr/include/VG and
    364           /usr/lib/dri
     381          /usr/include/VG,
     382          /usr/lib/dri,
     383          /usr/lib/egl,
     384          /usr/lib/gallium-pipe and
     385          /usr/lib/gbm
    365386        </seg>
    366387      </seglistitem>
     
    399420
    400421      <varlistentry id="libdricore">
    401         <term><filename class="libraryfile">libdricore9.0.0.so</filename></term>
     422        <term><filename class="libraryfile">libdricore9.1.0.so</filename></term>
    402423        <listitem>
    403424          <para>
     
    406427          </para>
    407428          <indexterm zone="mesalib libdricore">
    408             <primary sortas="c-libdricore">libdricore9.0.0.so</primary>
     429            <primary sortas="c-libdricore">libdricore9.1.0.so</primary>
    409430          </indexterm>
    410431        </listitem>
Note: See TracChangeset for help on using the changeset viewer.