Changeset f72bfbe1 for general


Ignore:
Timestamp:
11/14/2021 09:50:16 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, 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:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r6b4bc17 rf72bfbe1  
    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        "4b08228707d28a9f23f7369902f4b166">
     9  <!ENTITY glib2-md5sum        "fb613d21fabce3d3d8520f37d12bd473">
    1010  <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "130 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using parallelism=4)">
     11  <!ENTITY glib2-buildsize     "131 MB (add 6 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    229229      <!-- with 2.60.4 on systemd, all tests pass. -->
    230230      <!-- with 2.64.1 on sysV, all tests pass. -->
    231       <!-- with 2.70.0 on sysV, all tests pass. -->
     231      <!-- with 2.70.1 on sysV, all tests pass. -->
    232232    </para>
    233233
     
    291291          /usr/share/glib-2.0,
    292292          /usr/share/doc/glib-&glib2-version;, and
    293           /usr/share/gtk-doc/html/{gio,glib,gobject}
     293          /usr/share/gtk-doc/html/{gio,glib,gobject} (optional)
    294294        </seg>
    295295      </seglistitem>
  • general/prog/cmake.xml

    r6b4bc17 rf72bfbe1  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "c0feb5855604f68b09bdb3acb623619e">
    10   <!ENTITY cmake-size          "9.1 MB">
    11   <!ENTITY cmake-buildsize     "319 MB (add 881 MB for tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (add 3.2 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "9d399e7a5032ef8cbe8eb23aad17e3c6">
     10  <!ENTITY cmake-size          "9.2 MB">
     11  <!ENTITY cmake-buildsize     "388 MB (add 935 MB for tests)">
     12  <!ENTITY cmake-time          "2.2 SBU (add 3.6 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    156156      use <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    157157      <command>bin/ctest -E "problem1-test"</command>. These options can be
    158       used together: <command>bin/ctest -R "problem1-test" -E
    159       "problem2-test"</command>.  Option -N can be used to display all
     158      used together:
     159      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     160      Option <option>-N</option> can be used to display all
    160161      available tests, and you can run <command>bin/ctest</command> for a
    161162      sub-set of tests by using separated by spaces names or numbers as
    162       options. Option -/-help can be used to show all options.
     163      options. Option <option>--help</option> can be used to show all options.
    163164    </para>
    164165
Note: See TracChangeset for help on using the changeset viewer.