source: gnome/platform/mutter.xml@ 0797528

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 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 nosym 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 0797528 was f3f96f3, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to pangomm-2.40.1
Update to gnome-maps-3.20.3
Update to gnome-shell-3.20.4
Update to file-roller-3.20.3
Update to EOG-3.20.4
Update to Appstream-glib-0.6.1
Fix the build of gnome-calculator with Glib-2.48.2
iBus page: Indentation Fixes
Tag / Update the entire GNOME section. That is all done

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

  • Property mode set to 100644
File size: 5.7 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-20;/mutter-&mutter-version;.tar.xz">
8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-20;/mutter-&mutter-version;.tar.xz">
9 <!ENTITY mutter-md5sum "7b847d952a108be4c4096e8842db00eb">
10 <!ENTITY mutter-size "1.4 MB">
11 <!ENTITY mutter-buildsize "64 MB">
12 <!ENTITY mutter-time "1.0 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 &lfs7a_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="libxkbcommon"/>,
82 <xref linkend="upower"/>, and
83 <xref linkend="zenity"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="libcanberra"/>, and
90 <xref linkend="startup-notification"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended (Required to
94 build the Wayland compositor)</bridgehead>
95 <para role="recommended">
96 <xref linkend="libinput"/>,
97 <xref linkend="wayland"/>,
98 <xref linkend="wayland-protocols"/>, and
99 <xref linkend="xorg-server"/> (with <command>Xwayland</command>).
100 Additionally, <xref linkend="cogl"/>, <xref linkend="clutter"/>
101 and <xref linkend="gtk3"/> need to be built with
102 <application>Wayland</application> support.
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/mutter"/>
107 </para>
108
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Mutter</title>
113
114 <para>
115 Install <application>Mutter</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/static-libraries.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/gtk-doc-rebuild.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 mutter
156 </seg>
157 <seg>
158 libmutter.so
159 </seg>
160 <seg>
161 /usr/include/mutter,
162 /usr/lib/mutter, and
163 /usr/share/gtk-doc/html/meta
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="mutter-prog">
174 <term><command>mutter</command></term>
175 <listitem>
176 <para>
177 is a <application>Clutter</application> based compositing
178 <application>GTK+</application> Window Manager.
179 </para>
180 <indexterm zone="mutter mutter-prog">
181 <primary sortas="b-mutter">mutter</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libmutter">
187 <term><filename class="libraryfile">libmutter.so</filename></term>
188 <listitem>
189 <para>
190 contains the <application>Mutter</application> API functions.
191 </para>
192 <indexterm zone="mutter libmutter">
193 <primary sortas="c-libmutter">libmutter.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.