source: gnome/platform/mutter.xml@ a2858f9

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

More GNOME Tags

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

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