source: general/graphlib/clutter.xml@ a23aa7b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a23aa7b was a33e01ac, checked in by Ken Moffat <ken@…>, 13 years ago

Clutter-1.8.2 and correct my previous changelog entry.

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

  • Property mode set to 100644
File size: 5.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.8/clutter-&clutter-version;.tar.xz">
8 <!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.8/clutter-&clutter-version;.tar.xz">
9 <!ENTITY clutter-md5sum "f9b072536f40b236c09b8d076cafe5d7">
10 <!ENTITY clutter-size "4.3 MB">
11 <!ENTITY clutter-buildsize "77 MB">
12 <!ENTITY clutter-time "1.2 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 accelerated 3D support from the
38 graphics driver at runtime. If you use <application>GNOME-3</application> and
39 it selects the <emphasis>fallback</emphasis> window manager
40 (<application>metacity</application>) you should treat this package as a build
41 dependency and expect unsatisfactory runtime performance from other
42 <application>clutter</application> packages, particularly
43 <application>totem</application>.</para>
44 </note>
45
46 &lfs70_built;
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>Download (HTTP): <ulink url="&clutter-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&clutter-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &clutter-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &clutter-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &clutter-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &clutter-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">clutter Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required"><xref linkend="atk"/>,
74 <xref linkend="cairo"/>,
75 <!-- FIXME:ken -->
76 cogl-1.8.2,
77 <!--
78 <xref linkend="cogl"/>,
79 -->
80 <xref linkend="gdk-pixbuf"/>,
81 <xref linkend="json-glib"/>,
82 <xref linkend="mesalib"/>, and
83 <xref linkend="pango"/></para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional"><xref linkend="gtk-doc"/></para>
87
88 <bridgehead renderas="sect4">Optional (to build the application developers
89 manual)</bridgehead>
90 <para role="optional"><xref linkend="docbook-utils"/>,
91 <xref linkend="jadetex"/>,
92 <xref linkend="xmlto"/>, and either
93 <xref linkend="Links"/>,
94 <xref linkend="lynx"/>, or
95 <xref linkend="w3m"/></para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/clutter"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of clutter</title>
104
105 <para>Install <application>clutter</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
112 <para>To test the results, issue: <command>make check</command> (you must be
113 in an xterm or similar to do this, because it launches some windows).</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para><option>--enable-manual</option>: Use this parameter if
125 <application>DocBook-utils</application>, <application>xmlto</application>,
126 <application>JadeTeX</application>, and either
127 <application>Links</application>, <application>Lynx</application>, or
128 <application>W3m</application> are installed and you wish to build the
129 application developers manual.</para>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/gtk-doc-rebuild.xml"/>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>None</seg>
146 <seg>libclutter-glx-1.0.so</seg>
147 <seg>/usr/{include/clutter-1.0/{cally,clutter/{glx,x11}},
148 share/gtk-doc/html/{cally,clutter}}</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="libclutter-glx-1.0">
158 <term><filename class='libraryfile'>libclutter-glx-1.0.so</filename></term>
159 <listitem>
160 <para>contains the clutter API functions.</para>
161 <indexterm zone="clutter libclutter-glx-1.0">
162 <primary sortas="c-libclutter-glx-1.0">libclutter-glx-1.0.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.