Ignore:
Timestamp:
01/29/2020 08:43:08 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bd2365e0
Parents:
5c6ff2bf
Message:

Update to mesa-19.3.3.
Update to lxml-4.4.3 (Python Module).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r5c6ff2bf r5d51e9d8  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "9de2503cce0b864b99ff15d74e5059e9">
     9  <!ENTITY mesa-md5sum        "00010e0bb8f6641276ff6cb3e9386114">
    1010  <!ENTITY mesa-size          "11 MB">
    1111  <!ENTITY mesa-buildsize     "397 MB (with demos and docs), add 204 MB for tests">
     
    8080    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
     82      <listitem>
     83        <para>
     84          Required patch:
     85          <ulink
     86            url="&patch-root;/mesa-&mesa-version;-fix_svga_vmwgfx_segfaults-1.patch"/>
     87        </para>
     88      </listitem>
    8289      <listitem>
    8390        <para>
     
    153160  <sect2 role="installation">
    154161    <title>Installation of Mesa</title>
     162
     163    <para>
     164      First, fix a problem when using Xorg with any device that uses the SVGA
     165      driver:
     166    </para>
     167
     168<screen><userinput>patch -Np1 -i ../mesa-&mesa-version;-fix_svga_vmwgfx_segfaults-1.patch</userinput></screen>
    155169
    156170    <para>
Note: See TracChangeset for help on using the changeset viewer.