Changeset f72bfbe1


Ignore:
Timestamp:
11/14/2021 09:50:16 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
157b2eb8, b43f617
Parents:
6b4bc17
Message:

Updates
glib-2.70.1
cmake-3.21.4
libevdev-1.12.0
mesa-21.2.5
libdrm-2.4.108

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r6b4bc17 rf72bfbe1  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "4b08228707d28a9f23f7369902f4b166">
     9  <!ENTITY glib2-md5sum        "fb613d21fabce3d3d8520f37d12bd473">
    1010  <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "130 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "131 MB (add 6 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    229229      <!-- with 2.60.4 on systemd, all tests pass. -->
    230230      <!-- with 2.64.1 on sysV, all tests pass. -->
    231       <!-- with 2.70.0 on sysV, all tests pass. -->
     231      <!-- with 2.70.1 on sysV, all tests pass. -->
    232232    </para>
    233233
     
    291291          /usr/share/glib-2.0,
    292292          /usr/share/doc/glib-&glib2-version;, and
    293           /usr/share/gtk-doc/html/{gio,glib,gobject}
     293          /usr/share/gtk-doc/html/{gio,glib,gobject} (optional)
    294294        </seg>
    295295      </seglistitem>
  • general/prog/cmake.xml

    r6b4bc17 rf72bfbe1  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "c0feb5855604f68b09bdb3acb623619e">
    10   <!ENTITY cmake-size          "9.1 MB">
    11   <!ENTITY cmake-buildsize     "319 MB (add 881 MB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (add 3.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "9d399e7a5032ef8cbe8eb23aad17e3c6">
     10  <!ENTITY cmake-size          "9.2 MB">
     11  <!ENTITY cmake-buildsize     "388 MB (add 935 MB for tests)">
     12  <!ENTITY cmake-time          "2.2 SBU (add 3.6 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    156156      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    157157      <command>bin/ctest -E "problem1-test"</command>. These options can be
    158       used together: <command>bin/ctest -R "problem1-test" -E
    159       "problem2-test"</command>.  Option -N can be used to display all
     158      used together:
     159      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     160      Option <option>-N</option> can be used to display all
    160161      available tests, and you can run <command>bin/ctest</command> for a
    161162      sub-set of tests by using separated by spaces names or numbers as
    162       options. Option -/-help can be used to show all options.
     163      options. Option <option>--help</option> can be used to show all options.
    163164    </para>
    164165
  • introduction/welcome/changelog.xml

    r6b4bc17 rf72bfbe1  
    4343    -->
    4444    <listitem>
     45      <para>November 14th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to libdrm-2.4.108. Fixes
     49          <ulink url="&blfs-ticket-root;15739">#15739</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[pierre] - Update to libevdev-1.12.0. Fixes
     53          <ulink url="&blfs-ticket-root;15738">#15738</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[pierre] - Update to mesa-21.2.5. Fixes
     57          <ulink url="&blfs-ticket-root;15713">#15713</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Update to glib-2.70.1. Fixes
     61          <ulink url="&blfs-ticket-root;15710">#15710</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[pierre] - Update to cmake-3.21.4. Fixes
     65          <ulink url="&blfs-ticket-root;15707">#15707</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
     70    <listitem>
    4571      <para>November 11th, 2021</para>
    4672      <itemizedlist>
  • packages.ent

    r6b4bc17 rf72bfbe1  
    9898<!ENTITY gcab-version                 "0.7">
    9999<!ENTITY glib2-minor                  "2.70">
    100 <!ENTITY glib2-version                "&glib2-minor;.0">
     100<!ENTITY glib2-version                "&glib2-minor;.1">
    101101<!ENTITY glibmm-version               "2.66.2">
    102102<!ENTITY gmime-version                "2.6.23">
     
    133133<!--<!ENTITY libcroco-version             "0.6.13">-->
    134134<!ENTITY libdaemon-version            "0.14">
    135 <!ENTITY libdrm-version               "2.4.107">
     135<!ENTITY libdrm-version               "2.4.108">
    136136<!ENTITY libepoxy-minor               "1.5">
    137137<!ENTITY libepoxy-version             "&libepoxy-minor;.9">
     
    335335<!ENTITY clisp-version                "2.49">
    336336<!ENTITY cmake-major-version          "3.21">
    337 <!ENTITY cmake-minor-version          "3">
     337<!ENTITY cmake-minor-version          "4">
    338338<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    339339<!ENTITY dejagnu-version              "1.6.2">
     
    710710<!ENTITY xcb-util-cursor-version      "0.1.3">
    711711<!ENTITY mesa-major-minor             "21.2">
    712 <!ENTITY mesa-version                 "&mesa-major-minor;.4">
     712<!ENTITY mesa-version                 "&mesa-major-minor;.5">
    713713<!ENTITY xbitmaps-version             "1.1.2">
    714714<!ENTITY xcursor-themes-version       "1.0.6">
  • x/installing/libevdev.xml

    r6b4bc17 rf72bfbe1  
    55  %general-entities;
    66
    7   <!ENTITY libevdev-version "1.11.0">
     7  <!ENTITY libevdev-version "1.12.0">
    88
    99  <!ENTITY libevdev-download-http "https://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    1010  <!ENTITY libevdev-download-ftp  " ">
    11   <!ENTITY libevdev-md5sum        "b09838ec120dabeebc08fa6a1943594f">
    12   <!ENTITY libevdev-size          "436 KB">
     11  <!ENTITY libevdev-md5sum        "2186bc6b92c2c9573d8915b0a43acb43">
     12  <!ENTITY libevdev-size          "433 KB">
    1313  <!ENTITY libevdev-buildsize     "9.1 MB (with tests)">
    1414  <!ENTITY libevdev-time          "0.2 SBU (with tests)">
     
    8888      <title>Kernel Configuration</title>
    8989
    90     <para>
    91       Enable the following options in the kernel configuration and recompile the
    92       kernel if necessary:
    93     </para>
     90      <para>
     91        Enable the following options in the kernel configuration and recompile
     92        the kernel if necessary:
     93      </para>
    9494
    9595<screen><literal>Device Drivers  ---&gt;
     
    9898    &lt;*&gt;   Event interface                   [CONFIG_INPUT_EVDEV]
    9999    [*]   Miscellaneous devices  ---&gt;       [CONFIG_INPUT_MISC]
    100       &lt;*&gt;    User level driver support      [CONFIG_INPUT_UINPUT]</literal></screen>
     100      &lt;*/m&gt;    User level driver support    [CONFIG_INPUT_UINPUT]</literal></screen>
     101
     102      <para>
     103        The last item is not strictly required for libevdev. If it is
     104        compiled as a module, it is not loaded automatically.
     105        It is needed for full test coverage.
     106      </para>
    101107
    102108      <indexterm zone="libevdev libevdev-kernel">
     
    119125        The regression tests can be run as the <systemitem
    120126        class="username">root</systemitem> user with <command>make
    121         check</command>, in a graphical session. Note that on some systems, the
     127        check</command>, in a graphical session. You need to have enabled
     128        the CONFIG_INPUT_UINPUT setting in the kernel for full test coverage.
     129        If it is enabled as a module, the module is named
     130        <command>uinput</command> and needs to be loaded before running the
     131        tests. Note that on some systems, the
    122132        tests may cause a hard lockup and require a reboot. On laptops, the
    123133        system will go into Sleep and need to be woken up to finish the test
  • x/installing/mesa.xml

    r6b4bc17 rf72bfbe1  
    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        "68cc97f99ed38e9fbae026ca825c9703">
     9  <!ENTITY mesa-md5sum        "63ef94beb6677db0c5a43289e7e76ba4">
    1010  <!ENTITY mesa-size          "15 MB">
    11   <!ENTITY mesa-buildsize     "722 MB (with docs, add 373 MB if running the tests)">
    12   <!ENTITY mesa-time          "3.2 SBU (Using parallelism=4; with docs and tests)">
     11  <!ENTITY mesa-buildsize     "635 MB (with docs, add 367 MB if running the tests)">
     12  <!ENTITY mesa-time          "4.0 SBU (Using parallelism=4; with docs and tests)">
    1313]>
    1414
     
    383383          libGLESv1_CM.so,
    384384          libGLESv2.so,
    385           libOSMesa.so,
     385<!--          libOSMesa.so,-->
    386386          libXvMCnouveau.so,
    387387          libXvMCr600.so,
     
    400400                                          Direct3D -->
    401401          crocus_dri.so,
    402           i830_dri.so,
     402<!--          i830_dri.so,-->
    403403          i915_dri.so,
    404404          i965_dri.so,
     
    432432          $XORG_PREFIX/lib/d3d (optional),
    433433          $XORG_PREFIX/share/drirc.d (contains workarounds for various applications,
    434           particularly browsers and games)
     434          particularly browsers and games),
    435435          $XORG_PREFIX/share/vulkan/icd.d,
    436436          and
     
    532532        </listitem>
    533533      </varlistentry>
    534 
     534<!--
    535535      <varlistentry id="libOSMesa">
    536536        <term><filename class="libraryfile">libOSMesa.so</filename></term>
     
    544544        </listitem>
    545545      </varlistentry>
    546 
     546-->
    547547    </variablelist>
    548548
  • x/lib/libdrm.xml

    r6b4bc17 rf72bfbe1  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "252175d363e3dbc4ffe32faaa8e93494">
    10   <!ENTITY libdrm-size          "415 KB">
    11   <!ENTITY libdrm-buildsize     "10 MB (with tests)">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (with tests)">
     9  <!ENTITY libdrm-md5sum        "1cc371b9201b8e68f6f8c061926f6157">
     10  <!ENTITY libdrm-size          "422 KB">
     11  <!ENTITY libdrm-buildsize     "8.7 MB (with tests)">
     12  <!ENTITY libdrm-time          "0.2 SBU (with tests)">
    1313  <!-- With version 2.4.102, the tests add 1 second to my build. -->
    1414]>
Note: See TracChangeset for help on using the changeset viewer.