source: general/graphlib/clutter.xml@ 41067694

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 41067694 was cd68ead6, checked in by Krejzi <krejzi@…>, 12 years ago

librsvg 2.36.1, clutter 1.10.2, gnome-themes-standard 3.4.1

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

  • Property mode set to 100644
File size: 6.0 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.10/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.10/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "7447512b4cb4e7b360a691ed2ceee1b1">
10 <!ENTITY clutter-size "4.6 MB">
11 <!ENTITY clutter-buildsize "90 MB">
12 <!ENTITY clutter-time "1.3 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>The <application>Clutter</application> package is an open source
33 software library for creating fast, visually rich and animated graphical
34 user interfaces.</para>
35
36 <note>
37 <para>Anything built with this toolkit needs hardware 3D acceleration from the
38 graphics driver at runtime. This is provided by <application>MesaLib</application>
39 (or by proprietary graphics drivers), but is not available for every graphics card,
40 nor for all virtual machines). You may wish to review <xref linkend="checking-dri"/>.
41 </para>
42<!-- I don't quite understand this second paragraph, but I think first one covers
43 clutter enough
44
45 <para>If you use <application>GNOME-3</application> and it selects the
46 <emphasis>fallback</emphasis> window manager
47 (<application>metacity</application>) you should treat this package as a build
48 dependency and expect unsatisfactory runtime performance from other
49 <application>clutter</application> packages such as
50 <application>totem</application>.</para> -->
51 </note>
52
53 &lfs70_checked;
54
55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>Download (HTTP): <ulink url="&clutter-download-http;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download (FTP): <ulink url="&clutter-download-ftp;"/></para>
62 </listitem>
63 <listitem>
64 <para>Download MD5 sum: &clutter-md5sum;</para>
65 </listitem>
66 <listitem>
67 <para>Download size: &clutter-size;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated disk space required: &clutter-buildsize;</para>
71 </listitem>
72 <listitem>
73 <para>Estimated build time: &clutter-time;</para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="atk"/>,
82 <xref linkend="cogl"/> and
83 <xref linkend="json-glib"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 (Required if building GNOME)
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional (to build the application developers
98 manual)</bridgehead>
99 <para role="optional">
100 <xref linkend="docbook-utils"/>,
101 <xref linkend="jadetex"/>,
102 <xref linkend="xmlto"/> and either
103 <xref linkend="Links"/>,
104 <xref linkend="lynx"/> or
105 <xref linkend="w3m"/>
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/clutter"/></para>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of clutter</title>
115
116 <para>Install <application>clutter</application> by running the following
117 commands:</para>
118
119<screen><userinput>./configure --prefix=/usr &amp;&amp;
120make</userinput></screen>
121
122 <!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
123 <para>To test the results, issue: <command>make check</command> (you must be
124 in an xterm or similar to do this, because it launches some windows).</para>
125
126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para><option>--enable-manual</option>: Use this parameter if
136 <application>DocBook-utils</application>, <application>xmlto</application>,
137 <application>JadeTeX</application>, and either
138 <application>Links</application>, <application>Lynx</application>, or
139 <application>W3m</application> are installed and you wish to build the
140 application developers manual.</para>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 libclutter-glx-1.0.so
157 </seg>
158 <seg>
159 /usr/include/clutter-1.0 and
160 /usr/share/gtk-doc/html/{cally,clutter}
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="libclutter-glx-1.0">
171 <term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
172 <listitem>
173 <para>contains the clutter API functions.</para>
174 <indexterm zone="clutter libclutter-glx-1.0">
175 <primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.