Ignore:
Timestamp:
04/25/2019 07:20:58 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
0c61cb89
Parents:
f330e62
Message:

Update download size for net-tools (MD5SUM remained the same)
Add pipewire
Update to folks-0.12.1
Update to mutter-3.32.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21511 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    rf330e62 rdcea4e3  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-30;/mutter-&mutter-version;.tar.xz">
    8   <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-30;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "d74b9bf421b2b82ebfe11cccc055a760">
    10   <!ENTITY mutter-size          "3.6 MB">
    11   <!ENTITY mutter-buildsize     "236 MB">
    12   <!ENTITY mutter-time          "2.9 SBU">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
     8  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
     9  <!ENTITY mutter-md5sum        "6748ec4afdef5e06a9d5639cba3a5cdb">
     10  <!ENTITY mutter-size          "2.7 MB">
     11  <!ENTITY mutter-buildsize     "163 MB">
     12  <!ENTITY mutter-time          "2.2 SBU">
    1313]>
    1414
     
    7979      <xref linkend="clutter"/>,
    8080      <xref linkend="gnome-desktop"/>,
     81      <xref linkend="libcanberra"/>,
    8182      <xref linkend="libwacom"/>,
    8283      <xref linkend="libxkbcommon"/>,
     84      <xref linkend="pipewire"/>,
    8385      <xref linkend="upower"/>, and
    8486      <xref linkend="zenity"/>
     
    8789    <bridgehead renderas="sect4">Recommended</bridgehead>
    8890    <para role="recommended">
    89       <xref linkend="gobject-introspection"/>,
    90       <xref linkend="libcanberra"/>, and
     91      <xref linkend="gobject-introspection"/> and
    9192      <xref linkend="startup-notification"/>
    9293    </para>
     
    103104    </para>
    104105
    105     <!-- NOTE: For some reason, it builds internal git versions of
    106     cogl and clutter during the building process, even with them preinstalled.
    107     This adds 1.5 SBU, and I have no clue why it needs to do this. -->
     106    <!-- NOTE: Mutter compiles git versions of COGL and Clutter for it's own
     107    internal use. This is because the wayland support upstream isn't advanced
     108    enough for the graphics stack used in Mutter. -->
    108109
    109110    <para condition="html" role="usernotes">User Notes:
     
    121122    </para>
    122123
    123 <screen><userinput>./configure --prefix=/usr    \
    124             --disable-static \
    125             --enable-compile-warnings=minimum &amp;&amp;
    126 make</userinput></screen>
     124<screen><userinput>mkdir build &amp;&amp;
     125cd build &amp;&amp;
     126
     127meson --prefix=/usr .. &amp;&amp;
     128ninja</userinput></screen>
    127129
    128130    <para>
    129       This package does not come with a test suite.
     131      To test the results, issue: <command>ninja test</command>. The tests
     132      require an active X session to run correctly. A few tests may fail
     133      depending on the gobject-introspection version installed as well.
    130134    </para>
    131135
     
    134138    </para>
    135139
    136 <screen role="root"><userinput>make install</userinput></screen>
    137 
    138   </sect2>
    139 
    140   <sect2 role="commands">
    141     <title>Command Explanations</title>
    142 
    143     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144       href="../../xincludes/static-libraries.xml"/>
     140<screen role="root"><userinput>ninja install</userinput></screen>
    145141
    146142  </sect2>
     
    159155        </seg>
    160156        <seg>
    161           libmutter-3.so
     157          libmutter-4.so
    162158        </seg>
    163159        <seg>
    164           /usr/{lib,include}/mutter
     160          /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter-4
    165161        </seg>
    166162      </seglistitem>
     
    186182
    187183      <varlistentry id="libmutter">
    188         <term><filename class="libraryfile">libmutter-3.so</filename></term>
     184        <term><filename class="libraryfile">libmutter-4.so</filename></term>
    189185        <listitem>
    190186          <para>
     
    192188          </para>
    193189          <indexterm zone="mutter libmutter">
    194             <primary sortas="c-libmutter">libmutter-3.so</primary>
     190            <primary sortas="c-libmutter">libmutter-4.so</primary>
    195191          </indexterm>
    196192        </listitem>
Note: See TracChangeset for help on using the changeset viewer.