Changeset 463b544e for gnome/platform


Ignore:
Timestamp:
06/09/2023 04:15:15 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
036b531
Parents:
a0baa1df
Message:

Update to mutter-44.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    ra0baa1df r463b544e  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-43;/mutter-&mutter-version;.tar.xz">
    8   <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-43;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "aba8f5170a27fe7d24f07a3b2fdf2725">
    10   <!ENTITY mutter-size          "2.7 MB">
    11   <!ENTITY mutter-buildsize     "151 MB (without tests)">
    12   <!ENTITY mutter-time          "0.6 SBU (Using parallelism=4)">
    13   <!ENTITY mutter-time-systemd  "0.6 SBU (Using parallelism=4, add 1.0 SBU for tests)">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-44;/mutter-&mutter-version;.tar.xz">
     8  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-44;/mutter-&mutter-version;.tar.xz">
     9  <!ENTITY mutter-md5sum        "3bb532d0c15fe21bb7ea7ba7203ddd8e">
     10  <!ENTITY mutter-size          "150 MB">
     11  <!ENTITY mutter-buildsize     "75 MB (without tests)">
     12  <!ENTITY mutter-time          "0.5 SBU (Using parallelism=4)">
     13  <!ENTITY mutter-time-systemd  "0.5 SBU (Using parallelism=4, add 1.0 SBU for tests)">
    1414]>
    1515
     
    139139
    140140meson setup --prefix=/usr              \
    141             --buildtype=debugoptimized \
     141            --buildtype=release        \
    142142            -Dtests=false              \
    143143            ..                         &amp;&amp;
     
    226226         If debug is disabled, the "assertion 'CLUTTER_IS_ACTOR (self)'
    227227         failed" message will turn into a crash.  Enabling debug is just a
    228          work around, it's not a proper fix.  -->
    229     <para>
    230       <parameter>--buildtype=debugoptimized</parameter>: Override the
     228         work around, it's not a proper fix.
     229    <para>
     230      <parameter>- -buildtype=debugoptimized</parameter>: Override the
    231231      default buildtype (<quote>debug</quote>), which would produce
    232232      unoptimized binaries.  It's used instead of
    233       <option>--buildtype=release</option> to work around an issue
     233      <option>- -buildtype=release</option> to work around an issue
    234234      causing gnome-shell to crash.
    235235    </para>
    236 <!--
     236    -->
     237
    237238    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    238239      href="../../xincludes/meson-buildtype-release.xml"/>
    239 -->
     240
    240241    <para>
    241242      <parameter>-Dtests=false</parameter>: Prevents building the tests,
     
    303304        </seg>
    304305        <seg>
    305           libmutter-11.so
     306          libmutter-12.so
    306307        </seg>
    307308        <seg>
    308           /usr/{lib,include,libexec/installed-tests,share/{,installed-tests}}/mutter-11
     309          /usr/{lib,include,libexec/installed-tests,share/{,installed-tests}}/mutter-12
    309310        </seg>
    310311      </seglistitem>
     
    330331
    331332      <varlistentry id="libmutter">
    332         <term><filename class="libraryfile">libmutter-11.so</filename></term>
     333        <term><filename class="libraryfile">libmutter-12.so</filename></term>
    333334        <listitem>
    334335          <para>
     
    336337          </para>
    337338          <indexterm zone="mutter libmutter">
    338             <primary sortas="c-libmutter">libmutter-11.so</primary>
     339            <primary sortas="c-libmutter">libmutter-12.so</primary>
    339340          </indexterm>
    340341        </listitem>
Note: See TracChangeset for help on using the changeset viewer.