source: x/lib/clutter.xml@ 435a74c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 435a74c was 0fed30eb, checked in by Fernando de Oliveira <fernando@…>, 11 years ago

Update to clutter-1.16.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12256 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 clutter-download-http "&gnome-download-http;/clutter/1.16/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.16/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "976614a2f7e60af088a0a460fe9d267e">
10 <!ENTITY clutter-size "5.0 MB">
11 <!ENTITY clutter-buildsize "84 MB (additional 7.0 MB for docs creation
12 and 13 MB for tests)">
13 <!ENTITY clutter-time "0.8 SBU (additional 2.0 SBU for docs creation
14 and 0.4 SBU for tests)">
15]>
16
17<sect1 id="clutter" xreflabel="Clutter-&clutter-version;">
18 <?dbhtml filename="clutter.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Clutter-&clutter-version;</title>
26
27 <indexterm zone="clutter">
28 <primary sortas="a-Clutter">Clutter</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Clutter</title>
33
34 <para>
35 The <application>Clutter</application> package contains an open
36 source software library used for creating fast, visually rich
37 and animated graphical user interfaces.
38 </para>
39
40 &lfs74_checked;
41
42 <note>
43 <para>
44 Anything built with this toolkit needs hardware 3D acceleration from
45 the graphics driver at runtime. This is provided by
46 <application>MesaLib</application> (or by proprietary graphics drivers),
47 but is not available for every graphics card nor for all virtual
48 machines. You may wish to review <xref linkend="checking-dri"/>.
49 </para>
50 </note>
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>
56 Download (HTTP): <ulink url="&clutter-download-http;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download (FTP): <ulink url="&clutter-download-ftp;"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download MD5 sum: &clutter-md5sum;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Download size: &clutter-size;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated disk space required: &clutter-buildsize;
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 Estimated build time: &clutter-time;
82 </para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="atk"/>,
91 <xref linkend="cogl"/>, and
92 <xref linkend="json-glib"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="gobject-introspection"/> and
98 <xref linkend="gtk3"/>
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="gtk-doc"/>,
104 <ulink url="http://www.freedesktop.org/wiki/Software/libevdev/">
105 libevdev</ulink>,
106 <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
107 <ulink url="http://tslib.berlios.de/">Tslib</ulink>,
108 <xref linkend="udev-extras"/> (for GUdev), and
109 <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
110 </para>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/clutter"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of Clutter</title>
119
120 <para>
121 Install <application>Clutter</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 To test the results, issue: <command>make -k check</command> (you must be
130 in an xterm or similar to do this, because it launches some windows). The
131 abicheck.sh test fails, due to the use of the parameter
132 <parameter>--enable-egl-backend</parameter>. Without that switch, the
133 tests pass.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--enable-egl-backend</parameter>: This switch enables
149 the experimental EGL windowing backend.
150 </para>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/gtk-doc-rebuild.xml"/>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Library</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
167 None
168 </seg>
169 <seg>
170 libclutter-1.0.so and libclutter-glx-1.0.so
171 </seg>
172 <seg>
173 /usr/include/clutter-1.0 and
174 /usr/share/gtk-doc/html/{cally,clutter}
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="libclutter-1">
185 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
186 <listitem>
187 <para>
188 contains the <application>Clutter</application> API functions.
189 </para>
190 <indexterm zone="clutter libclutter-1">
191 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.