mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
69a16457da
(systemd/gnome merge staging) Update to libgweather-3.20.1 (systemd/gnome merge staging) Update to libgtop-2.34.0 (systemd/gnome merge staging) Update to libgdata-0.17.5 (systemd/gnome merge staging) Update to libchamplain-0.12.13 (systemd/gnome merge staging) Update to gtkhtml-4.10.0 (systemd/gnome merge staging) Update to grilo-0.3.1 (systemd/gnome merge) Greenlighted libgtop and libpeas (systemd/gnome merge) Moved grilo, gtkhtml, libchamplain, libgdata, libgee, libgweather, and libwacom over to trunk Added libwacom as an optional dependency to libinput on systemd systems Merged switches and dependencies for Clutter from systemd branch (for systemd systems) Tags Added DJ's name in the changelog for his recent commit git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17564 af4574ff-66df-0310-9fd7-8a98e5e911e0
175 lines
4.7 KiB
XML
175 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY clutter-gtk-download-http
|
|
"&gnome-download-http;/clutter-gtk/1.8/clutter-gtk-&clutter-gtk-version;.tar.xz">
|
|
<!ENTITY clutter-gtk-download-ftp
|
|
"&gnome-download-ftp;/clutter-gtk/1.8/clutter-gtk-&clutter-gtk-version;.tar.xz">
|
|
<!ENTITY clutter-gtk-md5sum "351cf9229cf941d36b441ede2236d742">
|
|
<!ENTITY clutter-gtk-size "320 KB">
|
|
<!ENTITY clutter-gtk-buildsize "5.3 MB">
|
|
<!ENTITY clutter-gtk-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="clutter-gtk" xreflabel="clutter-gtk-&clutter-gtk-version;">
|
|
<?dbhtml filename="clutter-gtk.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>clutter-gtk-&clutter-gtk-version;</title>
|
|
|
|
<indexterm zone="clutter-gtk">
|
|
<primary sortas="a-clutter-gtk">clutter-gtk</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Clutter Gtk</title>
|
|
|
|
<para>
|
|
The <application>Clutter Gtk</application> package is a library
|
|
providing facilities to integrate <application>Clutter</application>
|
|
into <application>GTK+</application> applications.
|
|
</para>
|
|
|
|
&lfs79_checked;&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&clutter-gtk-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&clutter-gtk-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &clutter-gtk-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &clutter-gtk-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &clutter-gtk-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &clutter-gtk-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Clutter Gtk Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="clutter"/> and
|
|
<xref linkend="gtk3"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/clutter-gtk"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Clutter Gtk</title>
|
|
|
|
<para>
|
|
Install <application>Clutter Gtk</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libclutter-gtk-1.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/clutter-gtk-1.0 and
|
|
/usr/share/gtk-doc/html/clutter-gtk-1.0
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libclutter-gtk-1">
|
|
<term><filename
|
|
class="libraryfile">libclutter-gtk-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>Clutter Gtk</application> API functions.
|
|
</para>
|
|
<indexterm zone="clutter-gtk libclutter-gtk-1">
|
|
<primary sortas="c-libclutter-gtk-1">libclutter-gtk-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|