Changeset c361a46 for x


Ignore:
Timestamp:
11/22/2019 02:35:09 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
c1ee005
Parents:
ec77633
Message:

Update to Mesa-19.2.6
gtk3: Remove obsolete sed command
gtk2: Document test suite failure due to new GdkPixbuf

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

Location:
x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    rec77633 rc361a46  
    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        "998d4d913f8a58ecf419c359a6c4a68c">
     9  <!ENTITY mesa-md5sum        "696fd473c8956c81da1c04928ec08aa9">
    1010  <!ENTITY mesa-size          "11 MB">
    1111  <!ENTITY mesa-buildsize     "492 MB (with demos and docs), add 188 MB for tests">
  • x/lib/gtk+2.xml

    rec77633 rc361a46  
    124124      not a text-based terminal/console) as the tests attempt to open an X
    125125      window, and the tests can take an excessively long time. Using an X
    126       Window, the tests should take less than 0.3 SBU.
     126      Window, the tests should take less than 0.3 SBU. One test,
     127      DefaultValues/GdkPixbuf, is known to fail.
    127128    </para>
    128129
  • x/lib/gtk+3.xml

    rec77633 rc361a46  
    129129    </caution>
    130130
     131    <!--
    131132    <para>First, fix a minor problem in the meson configuration:</para>
    132133
    133134    <screen><userinput>sed -i 's/3.24.10/3.24.11/' meson.build</userinput></screen>
     135    -->
    134136
    135137    <para>
Note: See TracChangeset for help on using the changeset viewer.