Changeset 60bcf481


Ignore:
Timestamp:
03/21/2012 10:52:12 PM (12 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:
d6341da
Parents:
7ea2a6f
Message:

mesalib 8.0.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7ea2a6f r60bcf481  
    589589<!ENTITY xcursor-themes-version       "1.0.3">
    590590<!ENTITY xkeyboard-config-version     "2.0">
    591 <!ENTITY mesalib-version              "8.0.1">
     591<!ENTITY mesalib-version              "8.0.2">
    592592<!ENTITY xcb-util-version             "0.3.8">
    593593<!ENTITY xorg-server-version          "1.11.2">
  • introduction/welcome/changelog.xml

    r7ea2a6f r60bcf481  
    4848          <para>[rthomsen] - added amarok 2.5.0 and updated mysql configuration accordingly.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[krejzi] - MesaLib 8.0.2.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • x/installing/mesalib.xml

    r7ea2a6f r60bcf481  
    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        "24eeebf66971809d8f40775a379b36c9">
     9  <!ENTITY mesalib-md5sum        "a368104e5700707048dc3e8691a9a7a1">
    1010  <!ENTITY mesalib-size          "5.5 MB">
    1111  <!ENTITY mesalib-buildsize     "460 MB">
     
    7575      <xref linkend="expat"/>,
    7676      <xref linkend="libdrm"/>,
    77       <xref linkend="llvm"/>,
     77      <xref linkend="libxml2"/>,
    7878      <xref linkend="makedepend"/>,
    7979      <xref linkend="talloc"/>, and
    8080      <xref linkend="xorg7-lib"/>
    8181    </para>
     82
     83    <bridgehead renderas="sect4">Optional</bridgehead>
     84    <para role="optional">
     85      <xref linkend="llvm"/>
     86    </para>
     87
     88    <note>
     89      <para>The <application>libxml2</application>
     90      <application>Python</application> module must have been built
     91      during the installation of <application>libxml2</application>
     92      or else <application>MesaLib</application> build will fail.</para>
     93    </note>
    8294
    8395    <para condition="html" role="usernotes">User Notes:
     
    101113patch -Np1 -i ../MesaLib-&mesalib-version;-add_xdemos-2.patch &amp;&amp;
    102114./configure --prefix=$XORG_PREFIX --enable-shared-dricore --enable-xa \
    103             --with-gallium-drivers="nouveau,r300,r600,svga,swrast" &amp;&amp;
     115            --with-gallium-drivers="nouveau,svga,swrast" &amp;&amp;
    104116make</userinput></screen>
    105117
     
    109121
    110122<screen role="root"><userinput>make install &amp;&amp;
    111 install -v -m755 -d ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &amp;&amp;
    112 install -v -m644    docs/* \
    113                     ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
     123mkdir -pv ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; &amp;&amp;
     124cp -rv docs/* ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;
     125</userinput></screen>
    114126
    115127    <para>Finally, if installing to any prefix other than
     
    143155    Acceleration API (Required for VMware 3D Driver).</para>
    144156
    145     <para><command>--with-gallium-drivers=...</command>: build additional gallium
    146     drivers. Defaults to r300, r600, and swrast. Extended to build nouveau
    147     driver.</para>
     157    <para><command>--with-gallium-drivers="..."</command>: controls building
     158    of gallium drivers. Available drivers are: i915, nouveau, r300, r600,
     159    swrast and svga. Note that r300 and r600 require <xref linkend="llvm"/>
     160    to be installed.</para>
    148161
    149162  </sect2>
Note: See TracChangeset for help on using the changeset viewer.