source: gnome/platform/mutter.xml@ 2adcc63b

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 2adcc63b was dbea07b, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to tracker-2.2.0
Update to libchamplain-0.12.17
Add security patches for GDM Authentication Bypasses. This includes patches to gnome-shell and GDM.
Move gnome-video-effects to before gnome-online-accounts. This only affects systemd because gnome-online-accounts isn't present in sysv.
Tag the entirety of GNOME Platform up to a working Desktop. Applications to come later on this morning.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21221 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-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">
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="libwacom"/>,
82 <xref linkend="libxkbcommon"/>,
83 <xref linkend="upower"/>, and
84 <xref linkend="zenity"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>,
90 <xref linkend="libcanberra"/>, and
91 <xref linkend="startup-notification"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended (Required to
95 build the Wayland compositor)</bridgehead>
96 <para role="recommended">
97 <xref linkend="libinput"/>,
98 <xref linkend="wayland"/>,
99 <xref linkend="wayland-protocols"/>, and
100 <xref linkend="xorg-server"/> (with <command>Xwayland</command>).
101 Additionally, <xref linkend="gtk3"/> needs to be built with
102 <application>Wayland</application> support.
103 </para>
104
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. -->
108
109 <para condition="html" role="usernotes">User Notes:
110 <ulink url="&blfs-wiki;/mutter"/>
111 </para>
112
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Mutter</title>
117
118 <para>
119 Install <application>Mutter</application> by running the following
120 commands:
121 </para>
122
123<screen><userinput>./configure --prefix=/usr \
124 --disable-static \
125 --enable-compile-warnings=minimum &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
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"/>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 mutter
159 </seg>
160 <seg>
161 libmutter-3.so
162 </seg>
163 <seg>
164 /usr/{lib,include}/mutter
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="mutter-prog">
175 <term><command>mutter</command></term>
176 <listitem>
177 <para>
178 is a <application>Clutter</application> based compositing
179 <application>GTK+</application> Window Manager.
180 </para>
181 <indexterm zone="mutter mutter-prog">
182 <primary sortas="b-mutter">mutter</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libmutter">
188 <term><filename class="libraryfile">libmutter-3.so</filename></term>
189 <listitem>
190 <para>
191 contains the <application>Mutter</application> API functions.
192 </para>
193 <indexterm zone="mutter libmutter">
194 <primary sortas="c-libmutter">libmutter-3.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.