Changeset dcea4e3 for gnome/platform


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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/folks.xml

    rf330e62 rdcea4e3  
    55  %general-entities;
    66
    7   <!ENTITY folks-download-http "&gnome-download-http;/folks/0.11/folks-&folks-version;.tar.xz">
    8   <!ENTITY folks-download-ftp  "&gnome-download-ftp;/folks/0.11/folks-&folks-version;.tar.xz">
    9   <!ENTITY folks-md5sum        "08a0e9759d577c6ece43e2db4e0d039e">
    10   <!ENTITY folks-size          "1.9 MB">
    11   <!ENTITY folks-buildsize     "93 MB (add 51 MB for tests)">
    12   <!ENTITY folks-time          "1.0 SBU (add 2.4 SBU for tests)">
     7  <!ENTITY folks-download-http "&gnome-download-http;/folks/0.12/folks-&folks-version;.tar.xz">
     8  <!ENTITY folks-download-ftp  "&gnome-download-ftp;/folks/0.12/folks-&folks-version;.tar.xz">
     9  <!ENTITY folks-md5sum        "58bcf65a7b744ecbbb53f44dc8919204">
     10  <!ENTITY folks-size          "512 KB">
     11  <!ENTITY folks-buildsize     "69 MB (with tests)">
     12  <!ENTITY folks-time          "1.3 SBU (with tests)">
    1313]>
    1414
     
    9292    <bridgehead renderas="sect4">Optional</bridgehead>
    9393    <para role="optional">
    94       <xref linkend="tracker"/> (Broken due to API change),
     94      <xref linkend="tracker"/> (Broken due to API changes in tracker),
    9595      <ulink url="&gnome-download-http;/libsocialweb/">libsocialweb</ulink>, and
    9696      <ulink url="https://packages.debian.org/jessie/zeitgeist">Zeitgeist</ulink>
     
    110110    </para>
    111111
    112 <screen><userinput>./configure --prefix=/usr --disable-fatal-warnings &amp;&amp;
    113 make</userinput></screen>
    114 
    115     <para>
    116       To test the results, issue <command>make -k check</command> from a local
     112<screen><userinput>mkdir build &amp;&amp;
     113cd build &amp;&amp;
     114
     115meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     116ninja</userinput></screen>
     117
     118    <para>
     119      To test the results, issue <command>ninja test</command> from a local
    117120      X session started with <command>dbus-launch</command>.
     121      <!-- In the future, we need to run the tests with Tracker's backend
     122      enabled before we suggest enabling that backend. I tried this with 0.12.1
     123      and had 103 test failures in Tracker's section of the test suite.
     124      This is unacceptable and is why we have it disabled by default. -->
    118125    </para>
    119126
     
    122129    </para>
    123130
    124 <screen role="root"><userinput>make install</userinput></screen>
     131<screen role="root"><userinput>ninja install</userinput></screen>
    125132
    126133  </sect2>
     
    130137
    131138    <para>
    132       <parameter>--disable-fatal-warnings</parameter>: This switch
    133       allows the package to build with latest versions of the
    134       dependencies.
    135     </para>
    136 
    137     <para>
    138       <option>--enable-tracker-backend</option>: This switch enables
     139      <option>-Dtracker_backend=true</option>: This switch enables
    139140      building the <application>Tracker</application> backend.
    140       Use it if you have <application>Tracker</application> installed. Note
    141       that this functionality is currently not working properly.
    142     </para>
    143 
    144     <para>
    145       <option>--enable-docs</option>: This switch enables
     141      Use it if you have <application>Tracker</application> installed. This
     142      functionality is current broken, however, due to an upstream API change
     143      in Tracker that hasn't been accounted for in this package.
     144    </para>
     145
     146    <para>
     147      <option>-Ddocs=true</option>: This switch enables
    146148      documentation generation.
    147149    </para>
     
    250252        </listitem>
    251253      </varlistentry>
    252 
     254<!--
    253255      <varlistentry id="libfolks-tracker">
    254256        <term><filename class="libraryfile">libfolks-tracker.so</filename></term>
     
    262264        </listitem>
    263265      </varlistentry>
     266-->
    264267
    265268    </variablelist>
  • 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.