source: x/lib/clutter.xml@ 716a45fb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 716a45fb was 716a45fb, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to cogl-1.22.6.
Update to clutter-1.26.4.

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

  • Property mode set to 100644
File size: 6.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 clutter-download-http "&gnome-download-http;/clutter/1.26/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.26/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "624dd776a5159de0267587b1df6b97b2">
10 <!ENTITY clutter-size "5.2 MB">
11 <!ENTITY clutter-buildsize "93 MB (with tests)">
12 <!ENTITY clutter-time "0.7 SBU (Using parallelism=4; with tests)">
13]>
14
15<sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
16 <?dbhtml filename="clutter.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Clutter-&clutter-version;</title>
24
25 <indexterm zone="clutter">
26 <primary sortas="a-Clutter">Clutter</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Clutter</title>
31
32 <para>
33 The <application>Clutter</application> package contains an open
34 source software library used for creating fast, visually rich
35 and animated graphical user interfaces.
36 </para>
37
38 &lfs91_checked;
39
40 <note>
41 <para>
42 Anything built with this toolkit needs hardware 3D acceleration from
43 the graphics driver at runtime. This is provided by
44 <application>Mesa</application> (or by proprietary graphics drivers),
45 but is not available for every graphics card nor for all virtual
46 machines. You may wish to review <xref linkend="checking-dri"/>.
47 </para>
48 </note>
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&clutter-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&clutter-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &clutter-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &clutter-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &clutter-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &clutter-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="atk"/>,
89 <xref linkend="cogl"/>, and
90 <xref linkend="json-glib"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gobject-introspection"/>,
96 <xref linkend="gtk3"/>,
97 <xref linkend="libgudev"/>,
98 <xref linkend="libinput"/>,
99 <xref linkend="libxkbcommon"/>, and
100 <xref linkend="wayland"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="gtk-doc"/> and
106 <ulink url="https://github.com/kergoth/tslib">Tslib</ulink>
107 </para>
108
109 <para condition="html" role="usernotes">User Notes:
110 <ulink url="&blfs-wiki;/clutter"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of Clutter</title>
116<!--
117 <para>
118 If you wish to run the tests, the following commands disable two tests
119 that fail.
120 </para>
121
122<screen><userinput>sed -i '/actor-offscreen-redirect/d' \
123 tests/conform/Makefile.am tests/conform/Makefile.in &amp;&amp;
124autoreconf -f -i</userinput></screen>
125-->
126 <para>
127 Install <application>Clutter</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>./configure --prefix=/usr \
132 --sysconfdir=/etc \
133 --enable-egl-backend \
134 --enable-evdev-input \
135 --enable-wayland-backend \
136 --enable-wayland-compositor &amp;&amp;
137make</userinput></screen>
138
139 <para>
140 To test the results, issue: <command>make -k check</command> (you must be
141 in an xterm or similar to do this, because it launches some windows).
142 <!-- The test named actor-offscreen-redirect may hang.-->
143 <!-- Two tests have been observed to indicate ERROR, but each is flagged twice.
144 For version 1.26.4 all tests pass. -->
145 </para>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>make install</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <para>
159 <parameter>--enable-egl-backend</parameter>: This switch enables
160 the experimental EGL windowing backend.
161 </para>
162
163 <para>
164 <parameter>--enable-evdev-input</parameter>: This switch enables
165 the experimental Evdev input backend which is required for
166 <application>GNOME</application> Wayland support.
167 </para>
168
169 <para>
170 <parameter>--enable-wayland</parameter> and
171 <parameter>--enable-wayland-compositor</parameter>: These
172 switches enable the experimental <application>Wayland</application> API
173 in <application>Clutter</application> which is required for
174 <application>GNOME</application> Wayland support.
175 </para>
176
177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
178 href="../../xincludes/gtk-doc-rebuild.xml"/>
179
180 </sect2>
181
182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Library</segtitle>
188 <segtitle>Installed Directories</segtitle>
189
190 <seglistitem>
191 <seg>
192 None
193 </seg>
194 <seg>
195 libclutter-1.0.so and libclutter-glx-1.0.so
196 </seg>
197 <seg>
198 /usr/include/clutter-1.0 and
199 /usr/share/gtk-doc/html/{cally,clutter}
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="libclutter-1">
210 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
211 <listitem>
212 <para>
213 contains the <application>Clutter</application> API functions.
214 </para>
215 <indexterm zone="clutter libclutter-1">
216 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.