Changeset f72bfbe1 for x


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

Location:
x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.