mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
5f6ab326d0
commit
a33e01acb9
@ -258,7 +258,7 @@ $Date$
|
||||
<!ENTITY poppler-version "0.14.4">
|
||||
<!ENTITY jasper-version "1.900.1">
|
||||
<!ENTITY pixman-version "0.24.0">
|
||||
<!ENTITY clutter-version "1.2.10">
|
||||
<!ENTITY clutter-version "1.8.2">
|
||||
<!ENTITY clutter-gst-version "1.4.4">
|
||||
<!ENTITY clutter-gtk-version "1.0.4">
|
||||
<!ENTITY babl-version "0.1.6">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY clutter-download-http "http://www.clutter-project.org/sources/clutter/1.2/clutter-&clutter-version;.tar.bz2">
|
||||
<!ENTITY clutter-download-ftp " ">
|
||||
<!ENTITY clutter-md5sum "ca8dbc4a65c55720779872c13eac86ba">
|
||||
<!ENTITY clutter-size "2.3 MB">
|
||||
<!ENTITY clutter-buildsize "50 MB">
|
||||
<!ENTITY clutter-time "0.8 SBU">
|
||||
<!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.8/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-download-ftp "&gnome-download-ftp;/clutter/1.8/clutter-&clutter-version;.tar.xz">
|
||||
<!ENTITY clutter-md5sum "f9b072536f40b236c09b8d076cafe5d7">
|
||||
<!ENTITY clutter-size "4.3 MB">
|
||||
<!ENTITY clutter-buildsize "77 MB">
|
||||
<!ENTITY clutter-time "1.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="clutter" xreflabel="clutter-&clutter-version;">
|
||||
@ -33,7 +33,17 @@
|
||||
software library for creating fast, visually rich and animated graphical
|
||||
user interfaces.</para>
|
||||
|
||||
&lfs65_built;
|
||||
<note>
|
||||
<para>Anything built with this toolkit needs accelerated 3D support from the
|
||||
graphics driver at runtime. If you use <application>GNOME-3</application> and
|
||||
it selects the <emphasis>fallback</emphasis> window manager
|
||||
(<application>metacity</application>) you should treat this package as a build
|
||||
dependency and expect unsatisfactory runtime performance from other
|
||||
<application>clutter</application> packages, particularly
|
||||
<application>totem</application>.</para>
|
||||
</note>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -60,12 +70,20 @@
|
||||
<bridgehead renderas="sect3">clutter Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk2"/> and
|
||||
<xref linkend="mesalib"/></para>
|
||||
<para role="required"><xref linkend="atk"/>,
|
||||
<xref linkend="cairo"/>,
|
||||
<!-- FIXME:ken -->
|
||||
cogl-1.8.2,
|
||||
<!--
|
||||
<xref linkend="cogl"/>,
|
||||
-->
|
||||
<xref linkend="gdk-pixbuf"/>,
|
||||
<xref linkend="json-glib"/>,
|
||||
<xref linkend="mesalib"/>, and
|
||||
<xref linkend="pango"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gir-repository"/> and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
<para role="optional"><xref linkend="gtk-doc"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (to build the application developers
|
||||
manual)</bridgehead>
|
||||
@ -90,7 +108,9 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<!-- I have assumed my test failures are because I don't have acclerated graphics. ken -->
|
||||
<para>To test the results, issue: <command>make check</command> (you must be
|
||||
in an xterm or similar to do this, because it launches some windows).</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -124,8 +144,8 @@ make</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libclutter-glx-1.0.so</seg>
|
||||
<seg>/usr/{include/clutter-1.0/{clutter/{glx,json,x11},cogl},
|
||||
share/gtk-doc/html/{clutter,cogl}}</seg>
|
||||
<seg>/usr/{include/clutter-1.0/{cally,clutter/{glx,x11}},
|
||||
share/gtk-doc/html/{cally,clutter}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Merge clutter-1.0.4 from Wayne.</para>
|
||||
<para>[ken] - Merge clutter-1.8.2 and clutter-gtk-1.0.4 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user