Ignore:
Timestamp:
12/03/2022 11:13:17 AM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
d1901e49
Parents:
faf21451
Message:

Update to glib-2.74.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rfaf21451 rb327731  
    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        "06745709784eddb4a3860e1814f795e8">
     9  <!ENTITY glib2-md5sum        "fb204b89b0004110911dede3441597a1">
    1010  <!ENTITY glib2-size          "4.9 MB">
    11   <!ENTITY glib2-buildsize     "119 MB (add 7 MB for tests)">
    12   <!ENTITY glib2-time          "0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "140 MB (add 8 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="dbus"/> and
     91      <xref linkend="dbus"/> (for some tests),
     92      <xref linkend="fuse3"/> and
    9293      <ulink url="https://bindfs.org/">bindfs</ulink>
    93         (both may be used in some tests),
     94        (both needed for one test),
    9495      <xref linkend="gdb"/> (for bindings),
    9596      <xref linkend="DocBook"/>,
     
    124125  <sect2 role="installation">
    125126    <title>Installation of GLib</title>
    126     <!-- Remove the next para and screen for glib-2.72.3 or above
    127     <para>
    128       First, fix an issue in MIME file content lookup, which may prevent
    129       displaying <command>file://</command> URL's in webkitgtk based browsers.
    130     </para>
    131 
    132 <screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen>
    133 -->
     127
    134128    <para>
    135129      If desired, apply the optional patch. In many cases, applications that
     
    237231
    238232      NOTE: systemd implements this as a hard requirement.  -->
    239       <!-- with 2.60.4 on systemd, all tests pass. -->
     233      <!-- one test, g-file-info-filesystem-readonly.c, needs both
     234      bindfs and fusermount. With fuse3, you need to either create
     235      a fusermount->fusermount3 symlink or alter the source of the
     236      test so that fusermount3 is seeked and used. bindfs can be
     237      built against fuse3. The test is skipped if the dependencies
     238      are not found, and reported to pass.-->
    240239      <!-- with 2.64.1 on sysV, all tests pass. -->
    241240      <!-- with 2.70.1 on sysV, all tests pass. -->
     
    243242      <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
    244243      <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
    245     </para>
    246 
     244      <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
     245    </para>
     246<!-- 2.64 is two years old
    247247    <para>
    248248      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     
    252252
    253253<screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    254 
     254-->
    255255  </sect2>
    256256
Note: See TracChangeset for help on using the changeset viewer.