source: gnome/platform/mutter.xml@ 560b86d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 560b86d was de414da, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tag the rest of the GNOME Desktop and Dependencies!
Fix a URL in GEGL

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

  • Property mode set to 100644
File size: 6.0 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-22;/mutter-&mutter-version;.tar.xz">
8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-22;/mutter-&mutter-version;.tar.xz">
9 <!ENTITY mutter-md5sum "e1b0d199ed1165916aaeedc013b41489">
10 <!ENTITY mutter-size "3.4 MB">
11 <!ENTITY mutter-buildsize "192 MB">
12 <!ENTITY mutter-time "2.7 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 &lfs80_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="cogl"/>, <xref linkend="clutter"/>
102 and <xref linkend="gtk3"/> need to be built with
103 <application>Wayland</application> support.
104 </para>
105
106 <!-- NOTE: For some reason, it builds internal git versions of
107 cogl and clutter during the building process, even with them preinstalled.
108 This adds 1.5 SBU, and I have no clue why it needs to do this. -->
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>./configure --prefix=/usr --disable-static &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
145<!-- Doesn't seem to recognize this. I'll hold off on removing it entirely
146 until the next point release.
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/gtk-doc-rebuild.xml"/>
149-->
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 mutter
164 </seg>
165 <seg>
166 libmutter.so
167 </seg>
168 <seg>
169 /usr/{lib,include}/mutter
170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="mutter-prog">
180 <term><command>mutter</command></term>
181 <listitem>
182 <para>
183 is a <application>Clutter</application> based compositing
184 <application>GTK+</application> Window Manager.
185 </para>
186 <indexterm zone="mutter mutter-prog">
187 <primary sortas="b-mutter">mutter</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libmutter">
193 <term><filename class="libraryfile">libmutter.so</filename></term>
194 <listitem>
195 <para>
196 contains the <application>Mutter</application> API functions.
197 </para>
198 <indexterm zone="mutter libmutter">
199 <primary sortas="c-libmutter">libmutter.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.