Changeset c361a46


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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rec77633 rc361a46  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to mesa-19.2.6. Fixes
     49          <ulink url="&blfs-ticket-root;12795">#12795</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to mesa-19.2.5. Fixes
    4953          <ulink url="&blfs-ticket-root;12791">#12791</ulink>.</para>
  • packages.ent

    rec77633 rc361a46  
    659659<!ENTITY xkeyboard-config-version     "2.28">
    660660<!ENTITY mesa-major-minor             "19.2">
    661 <!ENTITY mesa-version                 "&mesa-major-minor;.5">
     661<!ENTITY mesa-version                 "&mesa-major-minor;.6">
    662662<!ENTITY xcb-util-version             "0.4.0">
    663663<!ENTITY xcb-util-image-version       "0.4.0">
  • 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.