source: x/lib/clutter-systemd.xml@ ccebb24

systemd-11177
Last change on this file since ccebb24 was ccebb24, checked in by Krejzi <krejzi@…>, 10 years ago

Bump to clutter-1.18.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13908 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 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.18/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.18/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "f4f37216a9278defb50b721c8f8ff583">
10 <!ENTITY clutter-size "5.0 MB">
11 <!ENTITY clutter-buildsize "110 MB">
12 <!ENTITY clutter-time "0.8 SBU">
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 &lfs75_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>MesaLib</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">Additional Downloads</bridgehead>
85 <itemizedlist spacing="compact">
86 <listitem>
87 <para>
88 Required patch:
89 <ulink url="&patch-root;/clutter-&clutter-version;-libinput_fixes-1.patch"/>
90 </para>
91 </listitem>
92 </itemizedlist>
93
94 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
95
96 <bridgehead renderas="sect4">Required</bridgehead>
97 <para role="required">
98 <xref linkend="atk"/>,
99 <xref linkend="cogl"/>, and
100 <xref linkend="json-glib"/>
101 </para>
102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
105 <xref linkend="gobject-introspection"/>,
106 <xref linkend="libinput"/>,
107 <xref linkend="libxkbcommon"/>,
108 <xref linkend="systemd"/> (for GUdev), and
109 <xref linkend="wayland"/>
110 </para>
111
112 <bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="gtk-doc"/> and
115 <ulink url="http://tslib.berlios.de/">Tslib</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/clutter"/>
120 </para>
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Clutter</title>
125
126 <para>
127 Install <application>Clutter</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>patch -Np1 -i ../clutter-&clutter-version;-libinput_fixes-1.patch &amp;&amp;
132./configure --prefix=/usr \
133 --sysconfdir=/etc \
134 --enable-egl-backend \
135 --enable-evdev-input \
136 --enable-wayland-backend \
137 --enable-wayland-compositor &amp;&amp;
138make</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>make check</command> from an
142 X terminal emulator.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>make install</userinput></screen>
150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para>
157 <parameter>--enable-egl-backend</parameter>: This switch enables
158 the experimental EGL windowing backend which is required for
159 <application>GNOME</application> Wayland support.
160 </para>
161
162 <para>
163 <parameter>--enable-evdev-input</parameter>: This switch enables
164 the experimental Evdev input backend which is required for
165 <application>GNOME</application> Wayland support.
166 </para>
167
168 <para>
169 <parameter>--enable-wayland-*</parameter>: These switches enable
170 experimental <application>Wayland</application> API in
171 <application>Clutter</application> which is required for
172 <application>GNOME</application> Wayland support.
173 </para>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="../../xincludes/gtk-doc-rebuild.xml"/>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 None
191 </seg>
192 <seg>
193 libclutter-1.0.so and libclutter-glx-1.0.so
194 </seg>
195 <seg>
196 /usr/include/clutter-1.0 and
197 /usr/share/gtk-doc/html/{cally,clutter}
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="libclutter-1">
208 <term><filename class="libraryfile">libclutter-1.0.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>Clutter</application> API functions.
212 </para>
213 <indexterm zone="clutter libclutter-1">
214 <primary sortas="c-libclutter-1">libclutter-1.0.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.