Changeset 157f1352


Ignore:
Timestamp:
10/23/2023 05:43:47 PM (8 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
79c1473
Parents:
520f69df
Message:

Update to libdrm-2.4.117.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r520f69df r157f1352  
    4040    -->
    4141    <listitem>
     42      <para>October 23rd, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to libdrm-2.4.117. Fixes
     46          <ulink url="&blfs-ticket-root;18752">#18752</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>October 20th, 2023</para>
    4353      <itemizedlist>
  • packages.ent

    r520f69df r157f1352  
    837837<!ENTITY libgedit-gtksourceview-version "299.0.4">
    838838<!ENTITY libhandy1-version            "1.8.2">
    839 <!ENTITY libdrm-version               "2.4.116">
     839<!ENTITY libdrm-version               "2.4.117">
    840840<!ENTITY libei-version                "1.1.0">
    841841<!ENTITY libepoxy-minor               "1.5">
  • x/lib/libdrm.xml

    r520f69df r157f1352  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "1e4e75070b8c5cb1e828cef1d704f734">
    10   <!ENTITY libdrm-size          "462 KB">
    11   <!ENTITY libdrm-buildsize     "9.8 MB (with tests)">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (with tests) with parallelism=4">
     9  <!ENTITY libdrm-md5sum        "69b17be6250b2c863411e0c5f6aefd6a">
     10  <!ENTITY libdrm-size          "468 KB">
     11  <!ENTITY libdrm-buildsize     "7.9 MB (with tests)">
     12  <!ENTITY libdrm-time          "less than 0.1 SBU (with tests)">
    1313  <!-- With version 2.4.102, the tests add 1 second to my build. -->
    1414  <!-- The 'threaded' test adds about 15 seconds if you're on an NVIDIA system
  • x/lib/qt5-alternate.xml

    r520f69df r157f1352  
    240240
    241241    <para>
    242       First, apply a patch to pull in the fixes curated by kde for those
     242      The libxkbcommon-1.6.0 package removes some definitions that are not
     243      used. Remove those here also:
     244    </para>
     245
     246    <screen><userinput>sed -i '276,279d' qtbase/src/platformsupport/input/xkbcommon/qxkbcommon.cpp</userinput></screen>
     247
     248    <para>
     249      Now apply a patch to pull in the fixes curated by kde for those
    243250      modules which are required by packages mentioned in this book:
    244251    </para>
     
    256263
    257264    <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
    258 
    259     <para>
    260       The libxkbcommon-1.6.0 package removes some definitions that are not
    261       used. Remove those here also:
    262     </para>
    263 
    264     <screen><userinput>sed -i '276,279d' qtbase/src/platformsupport/input/xkbcommon/qxkbcommon.cpp</userinput></screen>
    265265
    266266    <para>
  • x/lib/qt5.xml

    r520f69df r157f1352  
    269269
    270270    <para>
    271       First apply a patch to pull in the fixes curated by kde for those
     271      The libxkbcommon-1.6.0 package removes some definitions that are not used.  Remove
     272      those here:
     273    </para>
     274
     275    <screen><userinput>sed -i '276,279d' qtbase/src/platformsupport/input/xkbcommon/qxkbcommon.cpp</userinput></screen>
     276
     277    <para>
     278      Now apply a patch to pull in the fixes curated by kde for those
    272279      modules which are required by packages mentioned in this book:
    273280    </para>
     
    285292
    286293    <screen><userinput remap="pre">mkdir -pv qtbase/.git</userinput></screen>
    287 
    288     <para>
    289       The libxkbcommon-1.6.0 package removes some definitions that are not used.  Remove
    290       those here also:
    291     </para>
    292 
    293     <screen><userinput>sed -i '276,279d' qtbase/src/platformsupport/input/xkbcommon/qxkbcommon.cpp</userinput></screen>
    294294
    295295    <para>
Note: See TracChangeset for help on using the changeset viewer.