Changeset 2f0010a9 for general


Ignore:
Timestamp:
07/15/2021 06:47:56 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b7e2ce4
Parents:
7863cf6
Message:

Add --buildtype=release for genlib packages

Add --buildtype=release for packages in General Libraries
(Chapter 9) the use meson and did not have it already specified.

Location:
general/genlib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r7863cf6 r2f0010a9  
    99  <!ENTITY glibmm-md5sum        "ee8c00fd7f08ae59f6af38dfa599194a">
    1010  <!ENTITY glibmm-size          "7.2 MB">
    11   <!ENTITY glibmm-buildsize     "148 MB (with tests)">
     11  <!ENTITY glibmm-buildsize     "88 MB (with tests)">
    1212  <!ENTITY glibmm-time          "0.5 SBU (Using parallelism=4; with tests)">
    1313]>
     
    103103cd    bld &amp;&amp;
    104104
    105 meson --prefix=/usr .. &amp;&amp;
     105meson --prefix=/usr --buildtype=release .. &amp;&amp;
    106106ninja</userinput></screen>
    107107
  • general/genlib/inih.xml

    r7863cf6 r2f0010a9  
    1010  <!ENTITY inih-md5sum        "8b52bf308de2ad1eab94fad64c116610">
    1111  <!ENTITY inih-size          "17 KB">
    12   <!ENTITY inih-buildsize     "1.3 MB">
     12  <!ENTITY inih-buildsize     "0.6 MB">
    1313  <!ENTITY inih-time          "less than 0.1 SBU">
    1414]>
     
    8686cd    build &amp;&amp;
    8787
    88 meson --prefix=/usr .. &amp;&amp;
     88meson --prefix=/usr --buildtype=release .. &amp;&amp;
    8989ninja</userinput></screen>
    9090
  • general/genlib/libsigc++.xml

    r7863cf6 r2f0010a9  
    99  <!ENTITY libsigc-md5sum        "9e1e9a9796987cbbbc6563c732c723d1">
    1010  <!ENTITY libsigc-size          "4.6 MB">
    11   <!ENTITY libsigc-buildsize     "38 MB (with tests)">
     11  <!ENTITY libsigc-buildsize     "25 MB (with tests)">
    1212  <!ENTITY libsigc-time          "0.2 SBU (with tests)">
    1313]>
     
    101101cd    bld &amp;&amp;
    102102
    103 meson --prefix=/usr .. &amp;&amp;
     103meson --prefix=/usr --buildtype=release .. &amp;&amp;
    104104ninja</userinput></screen>
    105105
  • general/genlib/libsigc3.xml

    r7863cf6 r2f0010a9  
    99  <!ENTITY libsigc3-md5sum        "7eda63038a9b2073cb5b1c9adf2187b2">
    1010  <!ENTITY libsigc3-size          "776 KB">
    11   <!ENTITY libsigc3-buildsize     "34 MB (with tests)">
     11  <!ENTITY libsigc3-buildsize     "9.2 MB (with tests)">
    1212  <!ENTITY libsigc3-time          "0.4 SBU (with tests)">
    1313]>
     
    102102cd    bld &amp;&amp;
    103103
    104 meson --prefix=/usr .. &amp;&amp;
     104meson --prefix=/usr --buildtype=release .. &amp;&amp;
    105105ninja</userinput></screen>
    106106
  • general/genlib/umockdev.xml

    r7863cf6 r2f0010a9  
    99  <!ENTITY umockdev-md5sum        "0ac814a517c8289d83b2e340b6f522e9">
    1010  <!ENTITY umockdev-size          "468 KB">
    11   <!ENTITY umockdev-buildsize     "9.0 MB (with tests)">
     11  <!ENTITY umockdev-buildsize     "6.3 MB (with tests)">
    1212  <!ENTITY umockdev-time          "0.1 SBU (with tests)">
    1313
     
    102102cd    build &amp;&amp;
    103103
    104 meson --prefix=/usr .. &amp;&amp;
     104meson --prefix=/usr --buildtype=release .. &amp;&amp;
    105105ninja</userinput></screen>
    106106
Note: See TracChangeset for help on using the changeset viewer.