Changeset 72f0b9c


Ignore:
Timestamp:
11/14/2016 03:09:44 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
909868fa
Parents:
c506c3d
Message:

Update to mesa-13.0.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc506c3d r72f0b9c  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to mesa-13.0.0. Fixes
     51          <ulink url="&blfs-ticket-root;8452">#8452</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[bdubbs] - Update to jasper-1.900.28. Fixes
    5155          <ulink url="&blfs-ticket-root;8499">#8499</ulink>.</para>
  • packages.ent

    rc506c3d r72f0b9c  
    490490<!ENTITY xcursor-themes-version       "1.0.4">
    491491<!ENTITY xkeyboard-config-version     "2.19">
    492 <!ENTITY mesa-version                 "12.0.3">
     492<!ENTITY mesa-version                 "13.0.0">
    493493<!ENTITY xcb-util-version             "0.4.0">
    494494<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    rc506c3d r72f0b9c  
    77  <!ENTITY mesa-download-http " ">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "1113699c714042d8c4df4766be8c57d8">
    10   <!ENTITY mesa-size          "8.2 MB">
    11   <!ENTITY mesa-buildsize     "348 MB (with tests and docs)">
    12   <!ENTITY mesa-time          "3.7 SBU (with tests and docs - all with parallelism = 4),">
     9  <!ENTITY mesa-md5sum        "8c4ca7da1be2b8f9a877db09304335a4">
     10  <!ENTITY mesa-size          "8.7 MB">
     11  <!ENTITY mesa-buildsize     "344 MB (with tests and docs)">
     12  <!ENTITY mesa-time          "4.2 SBU (with tests and docs and parallelism = 4),">
    1313]>
    1414
     
    181181    </note>
    182182
    183 <screen><userinput>sed -i "/pthread-stubs/d" configure.ac      &amp;&amp;
    184 sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh &amp;&amp;
     183<screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
     184sed -i "/seems to be moved/s/^/: #/" bin/ltmain.sh       &amp;&amp;
    185185
    186186./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
Note: See TracChangeset for help on using the changeset viewer.