source: x/lib/clutter.xml@ 2fc9e1d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 2fc9e1d was 2fc9e1d, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to guile-2.0.11, cogl-1.18.0 and clutter-1.18.0.

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

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