Changeset 696735e


Ignore:
Timestamp:
04/25/2020 02:19:34 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, 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:
5a3182fd
Parents:
d979d68
Message:

Update to icu-67.1
Update to Mesa-20.0.5
Update to vala-0.48.5

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd979d68 r696735e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 22nd, &year;">
     9<!ENTITY releasedate  "April 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/icu.xml

    rd979d68 r696735e  
    88           "http://github.com/unicode-org/icu/releases/download/release-&icu-major;-&icu-minor;/icu4c-&icu-major;_&icu-minor;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "b33dc6766711517c98d318447e5110f8">
     10  <!ENTITY icu-md5sum        "c4d62b497cbd89ab2a9ca6b543e57b30">
    1111  <!ENTITY icu-size          "23 MB">
    12   <!ENTITY icu-buildsize     "307 MB (add 34 MB for tests)">
    13   <!ENTITY icu-time          "0.9 SBU (Using parallelism=4; add 2.1 SBU for tests)">
     12  <!ENTITY icu-buildsize     "350 MB (add 35 MB for tests)">
     13  <!ENTITY icu-time          "0.9 SBU (Using parallelism=4; add 1.9 SBU for tests)">
    1414]>
    1515
  • general/prog/vala.xml

    rd979d68 r696735e  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "9b682f3322acd0b65709fa275814c663">
     9  <!ENTITY vala-md5sum        "595254027b9d39d4df3738f3ebbca66c">
    1010  <!ENTITY vala-size          "3.3 MB">
    1111  <!ENTITY vala-buildsize     "174 MB (add 2 MB for tests)">
    12   <!ENTITY vala-time          "0.3 SBU (using parallelism=4; add 2.3 SBU for tests)">
     12  <!ENTITY vala-time          "0.3 SBU (using parallelism=4; add 2.2 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rd979d68 r696735e  
    4343    -->
    4444    <listitem>
     45      <para>April 24th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to vala-0.48.5. Fixes
     49          <ulink url="&blfs-ticket-root;13442">#13442</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to mesa-20.0.5. Fixes
     53          <ulink url="&blfs-ticket-root;13441">#13441</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to icu-67.1. Fixes
     57          <ulink url="&blfs-ticket-root;13440">#13440</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4563      <para>April 22nd, 2020</para>
    4664      <itemizedlist>
  • packages.ent

    rd979d68 r696735e  
    109109<!ENTITY gspell-version               "1.8.3">
    110110
    111 <!ENTITY icu-major                    "66">
     111<!ENTITY icu-major                    "67">
    112112<!ENTITY icu-minor                    "1">
    113113<!ENTITY icu-patch                    "0">
     
    366366<!ENTITY tk-version                   "8.6.10">
    367367<!ENTITY vala-major-version           "0.48">  <!-- even minors only -->
    368 <!ENTITY vala-version                 "&vala-major-version;.4">
     368<!ENTITY vala-version                 "&vala-major-version;.5">
    369369<!ENTITY valgrind-version             "3.15.0">
    370370<!ENTITY yasm-version                 "1.3.0">
     
    682682<!ENTITY xkeyboard-config-version     "2.29">
    683683<!ENTITY mesa-major-minor             "20.0">
    684 <!ENTITY mesa-version                 "&mesa-major-minor;.4">
     684<!ENTITY mesa-version                 "&mesa-major-minor;.5">
    685685<!ENTITY xcb-util-version             "0.4.0">
    686686<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    rd979d68 r696735e  
    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        "719fc1fbe8ba16ca6ddf45db19c41873">
     9  <!ENTITY mesa-md5sum        "056f644959320ac552522973f10e9dcf">
    1010  <!ENTITY mesa-size          "12 MB">
    11   <!ENTITY mesa-buildsize     "411 MB (with demos and docs), add 259 MB for tests">
    12   <!ENTITY mesa-time          "2.4 SBU (with parallelism=4, demos, and docs), add 0.4 SBU for tests">
     11  <!ENTITY mesa-buildsize     "541 MB (with demos and docs), add 261 MB for tests">
     12  <!ENTITY mesa-time          "2.5 SBU (with parallelism=4, demos, and docs), add 0.5 SBU for tests">
    1313]>
    1414
     
    221221    </note>
    222222
    223 <screen><userinput>GALLIUM_DRV="i915,iris,nouveau,r600,radeonsi,svga,swrast,virgl"
     223    <!-- The iris driver has been temporarily removed from the below line.
     224         With mesa-20.0.5, it caused crashes and occasional system lockups.
     225         Exporting MESA_LOADER_DRIVER_OVERRIDE=i965 was able to fix it on
     226         my Skylake (i5-6600k) system, but that overrides the iris driver.
     227         Let's revisit this at a later time, maybe in a few releases or when
     228         the hardware is more accessible. See
     229         http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-April/037385.html
     230         For more information/context.-->
     231
     232<screen><userinput>GALLIUM_DRV="i915,nouveau,r600,radeonsi,svga,swrast,virgl"
    224233DRI_DRIVERS="i965,nouveau"</userinput></screen>
    225234
     
    366375          swrast_dri.so,
    367376          virtio_gpu_dri.so,
    368           vmwgfx_dri.so
     377          vmwgfx_dri.so,
    369378          <!-- End DRI Drivers -->
    370379          libEGL.so,
Note: See TracChangeset for help on using the changeset viewer.