source: gnome/platform/mutter.xml@ 425f19af

elogind
Last change on this file since 425f19af was 425f19af, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21241.

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

  • Property mode set to 100644
File size: 6.3 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;">
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" revision="sysv">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact" revision="sysv">
77 <listitem>
78 <para>
79 Recommended patch:
80 <ulink url="&patch-root;/mutter-&mutter-version;-elogind-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="clutter"/>,
90 <xref linkend="gnome-desktop"/>,
91 <xref linkend="libwacom"/>,
92 <xref linkend="libxkbcommon"/>,
93 <xref linkend="upower"/>, and
94 <xref linkend="zenity"/>
95 </para>
96
97 <bridgehead renderas="sect4">Recommended</bridgehead>
98 <para role="recommended">
99 <xref linkend="gobject-introspection"/>,
100 <xref linkend="libcanberra"/>, and
101 <xref linkend="startup-notification"/>
102 </para>
103
104 <bridgehead renderas="sect4">Recommended (Required to
105 build the Wayland compositor)</bridgehead>
106 <para role="recommended">
107 <xref linkend="libinput"/>,
108 <xref linkend="wayland"/>,
109 <xref linkend="wayland-protocols"/>, and
110 <xref linkend="xorg-server"/> (with <command>Xwayland</command>).
111 Additionally, <xref linkend="gtk3"/> needs to be built with
112 <application>Wayland</application> support.
113 </para>
114
115 <!-- NOTE: For some reason, it builds internal git versions of
116 cogl and clutter during the building process, even with them preinstalled.
117 This adds 1.5 SBU, and I have no clue why it needs to do this. -->
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/mutter"/>
121 </para>
122
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Mutter</title>
127
128 <para revision="sysv">
129 Apply a patch to use <xref linkend="elogind"/> session tracking:
130 </para>
131
132<screen revision="sysv"><userinput>patch -Np1 -i ../mutter-&mutter-version;-elogind-1.patch &amp;&amp;
133autoreconf -fi</userinput></screen>
134
135 <para>
136 Install <application>Mutter</application> by running the following
137 commands:
138 </para>
139
140<screen><userinput>./configure --prefix=/usr \
141 --disable-static \
142 --enable-compile-warnings=minimum &amp;&amp;
143make</userinput></screen>
144
145 <para>
146 This package does not come with a test suite.
147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>make install</userinput></screen>
154
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/static-libraries.xml"/>
162
163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Programs</segtitle>
170 <segtitle>Installed Libraries</segtitle>
171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
174 <seg>
175 mutter
176 </seg>
177 <seg>
178 libmutter-3.so
179 </seg>
180 <seg>
181 /usr/{lib,include}/mutter
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="mutter-prog">
192 <term><command>mutter</command></term>
193 <listitem>
194 <para>
195 is a <application>Clutter</application> based compositing
196 <application>GTK+</application> Window Manager.
197 </para>
198 <indexterm zone="mutter mutter-prog">
199 <primary sortas="b-mutter">mutter</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libmutter">
205 <term><filename class="libraryfile">libmutter-3.so</filename></term>
206 <listitem>
207 <para>
208 contains the <application>Mutter</application> API functions.
209 </para>
210 <indexterm zone="mutter libmutter">
211 <primary sortas="c-libmutter">libmutter-3.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.