Changeset 3a579120 for x


Ignore:
Timestamp:
11/29/2023 08:46:34 AM (7 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
9c1319c
Parents:
f57d8fc (diff), 1b9bf3e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into ken/tuningfonts

Location:
x/lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    rf57d8fc r3a579120  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "69b17be6250b2c863411e0c5f6aefd6a">
     9  <!ENTITY libdrm-md5sum        "f7bd81d394af513ed8a67e3ea178bb54">
    1010  <!ENTITY libdrm-size          "468 KB">
    11   <!ENTITY libdrm-buildsize     "7.9 MB (with tests)">
     11  <!ENTITY libdrm-buildsize     "8.5 MB (with tests)">
    1212  <!ENTITY libdrm-time          "less than 0.1 SBU (with tests)">
    1313  <!-- With version 2.4.102, the tests add 1 second to my build. -->
     
    9898    <title>Installation of Libdrm</title>
    9999
     100<!--
    100101    <para>
    101102      First fix a problem building the libdrm_intel library:
     
    103104
    104105<screen><userinput>sed -i '/not.*system/s/system/cpu_family/' meson.build</userinput></screen>
     106-->
    105107
    106108    <para>
  • x/lib/qt6.xml

    rf57d8fc r3a579120  
    1010  <!ENTITY qt6-download-http "&qt6-url;/qt-everywhere-src-&qt6-version;.tar.xz">
    1111  <!ENTITY qt6-download-ftp  " ">
    12   <!ENTITY qt6-md5sum        "efc59647689c2548961a7312d075baf6">
    13   <!ENTITY qt6-size          "775 MB">
    14   <!ENTITY qt6-buildsize     "32 GB (376 MB installed)">
     12  <!ENTITY qt6-md5sum        "91aad0b55cf01be5a08ca9bece490f39">
     13  <!ENTITY qt6-size          "776 MB">
     14  <!ENTITY qt6-buildsize     "31 GB (356 MB installed)">
    1515  <!ENTITY qt6-time          "14 SBU (using parallelism=8)">
    1616]>
     
    275275      </para>
    276276    </note>
    277 
    278     <para>
    279       The libxkbcommon-1.6.0 package removes some definitions that are not used.  Remove
    280       those here:
    281     </para>
    282 
    283     <screen><userinput>sed -i '242,245d' qtbase/src/gui/platform/unix/qxkbcommon.cpp</userinput></screen>
    284277
    285278    <para>
  • x/lib/qtwebengine.xml

    rf57d8fc r3a579120  
    353353    <para>
    354354      If building with system <xref linkend='ffmpeg'/> as the editors
    355       recommand, apply a patch that resolves problems when building with
     355      recommend, apply a patch that resolves problems when building with
    356356      ffmpeg-5 and later:
    357357    </para>
  • x/lib/webkitgtk.xml

    rf57d8fc r3a579120  
    6969    </itemizedlist>
    7070
    71 <!--
    7271    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7372    <itemizedlist spacing="compact">
     
    7574        <para>
    7675          Required patch:
    77           <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-consolidated_fixes-1.patch"/>
     76          <ulink url="&patch-root;/webkitgtk-&webkitgtk-version;-upstream_fixes-1.patch"/>
    7877        </para>
    7978      </listitem>
    8079    </itemizedlist>
    81 -->
    8280
    8381    <bridgehead renderas="sect3">WebKitGTK Dependencies</bridgehead>
     
    170168    </important>
    171169
    172 <!--
    173     <para>
    174       First, fix several security vulnerabilities and some runtime problems
    175       when running in a virtual machine:
    176     </para>
    177 
    178 <screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-consolidated_fixes-1.patch</userinput></screen>
    179 -->
     170    <para>
     171      First, fix a build failure caused by libxml2-2.12.x:
     172    </para>
     173
     174<screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-upstream_fixes-1.patch</userinput></screen>
    180175
    181176    <para>
Note: See TracChangeset for help on using the changeset viewer.