source: gnome/platform/mutter.xml@ dcea4e3

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
Last change on this file since dcea4e3 was dcea4e3, checked in by Douglas R. Reno <renodr@…>, 5 years ago

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

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
13]>
14
15<sect1 id="mutter" xreflabel="Mutter-&mutter-version;" revision="systemd">
16 <?dbhtml filename="mutter.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mutter-&mutter-version;</title>
24
25 <indexterm zone="mutter">
26 <primary sortas="a-Mutter">Mutter</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Mutter</title>
31
32 <para>
33 <application>Mutter</application> is the window manager for
34 <application>GNOME</application>. It is not invoked directly,
35 but from <application>GNOME Session</application> (on a
36 machine with a hardware accelerated video driver).
37 </para>
38
39 &lfs84_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mutter-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mutter-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mutter-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mutter-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mutter-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mutter-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="clutter"/>,
80 <xref linkend="gnome-desktop"/>,
81 <xref linkend="libcanberra"/>,
82 <xref linkend="libwacom"/>,
83 <xref linkend="libxkbcommon"/>,
84 <xref linkend="pipewire"/>,
85 <xref linkend="upower"/>, and
86 <xref linkend="zenity"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/> and
92 <xref linkend="startup-notification"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended (Required to
96 build the Wayland compositor)</bridgehead>
97 <para role="recommended">
98 <xref linkend="libinput"/>,
99 <xref linkend="wayland"/>,
100 <xref linkend="wayland-protocols"/>, and
101 <xref linkend="xorg-server"/> (with <command>Xwayland</command>).
102 Additionally, <xref linkend="gtk3"/> needs to be built with
103 <application>Wayland</application> support.
104 </para>
105
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. -->
109
110 <para condition="html" role="usernotes">User Notes:
111 <ulink url="&blfs-wiki;/mutter"/>
112 </para>
113
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Mutter</title>
118
119 <para>
120 Install <application>Mutter</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr .. &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
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.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>ninja install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 mutter
155 </seg>
156 <seg>
157 libmutter-4.so
158 </seg>
159 <seg>
160 /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter-4
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="mutter-prog">
171 <term><command>mutter</command></term>
172 <listitem>
173 <para>
174 is a <application>Clutter</application> based compositing
175 <application>GTK+</application> Window Manager.
176 </para>
177 <indexterm zone="mutter mutter-prog">
178 <primary sortas="b-mutter">mutter</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="libmutter">
184 <term><filename class="libraryfile">libmutter-4.so</filename></term>
185 <listitem>
186 <para>
187 contains the <application>Mutter</application> API functions.
188 </para>
189 <indexterm zone="mutter libmutter">
190 <primary sortas="c-libmutter">libmutter-4.so</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.