Changeset 6db44fc for general


Ignore:
Timestamp:
09/03/2024 10:56:16 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
fec6436
Parents:
cf8a8a85
Message:

Update to glib-2.82.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rcf8a8a85 r6db44fc  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  " ">
    9   <!ENTITY glib2-md5sum        "4334211338220a165350d1c4a1597b0e">
     9  <!ENTITY glib2-md5sum        "9f94b8b15bc22dbe6a2c8aafd6fb0293">
    1010  <!ENTITY glib2-size          "5.3 MB">
    11   <!ENTITY glib2-buildsize     "189 MB (add 22 MB for tests)">
    12   <!ENTITY glib2-time          "0.9 SBU (add 0.4 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "197 MB (add 22 MB for tests)">
     12  <!ENTITY glib2-time          "0.7 SBU (add 0.4 SBU for tests; both using parallelism=4)">
    1313
    1414  <!ENTITY gobject-introspection-download-http
     
    110110
    111111    <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
    112 
     112<!--
    113113    <bridgehead renderas="sect4">Required</bridgehead>
    114114    <para role="required">
    115115      <xref linkend='packaging'/>
    116116    </para>
    117 
     117-->
    118118    <bridgehead renderas="sect4">Recommended</bridgehead>
    119119    <para role="recommended">
     
    212212      --buildtype=release       \
    213213      -D introspection=disabled \
     214      -D glib_debug=disabled    \
    214215      -D man-pages=enabled      &amp;&amp;
    215216ninja</userinput></screen>
     
    301302    </note>
    302303
     304    <note>
     305      <para>
     306        If you have used the -D glib_debug=disabled option, 17 tests will
     307        fail. 
     308      </para>
     309    </note>
     310
    303311    <para>
    304312      To test the results, after having installed the packages, issue:
     
    316324      <parameter>-D man-pages=enabled</parameter>: This switch causes the
    317325      build to create and install the package man pages.
     326    </para>
     327
     328    <para>
     329      <parameter>-D glib_debug=disabled</parameter>: This switch causes the
     330      build to not include debugging information in the built programs and libraries..
    318331    </para>
    319332
Note: See TracChangeset for help on using the changeset viewer.