mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
4c2be43886
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10043 af4574ff-66df-0310-9fd7-8a98e5e911e0
140 lines
4.2 KiB
XML
140 lines
4.2 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-gst-download-http
|
|
"&gnome-download-http;/clutter-gst/1.5/clutter-gst-&clutter-gst-version;.tar.xz">
|
|
<!ENTITY clutter-gst-download-ftp
|
|
"&gnome-download-ftp;/clutter-gst/1.5/clutter-gst-&clutter-gst-version;.tar.xz">
|
|
<!ENTITY clutter-gst-md5sum "ab75f92e36bdd6b6bbb7cd0d44a18da5">
|
|
<!ENTITY clutter-gst-size "344 KB">
|
|
<!ENTITY clutter-gst-buildsize "6.0 MB">
|
|
<!ENTITY clutter-gst-time "0.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="clutter-gst" xreflabel="clutter-gst-&clutter-gst-version;">
|
|
<?dbhtml filename="clutter-gst.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>clutter-gst-&clutter-gst-version;</title>
|
|
|
|
<indexterm zone="clutter-gst">
|
|
<primary sortas="a-clutter-gst">clutter-gst</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to clutter-gst</title>
|
|
|
|
<para>The <application>clutter-gst</application> is an
|
|
integration library for using GStreamer with Clutter. Its purpose is to
|
|
implement the ClutterMedia interface using GStreamer.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&clutter-gst-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&clutter-gst-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &clutter-gst-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &clutter-gst-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &clutter-gst-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &clutter-gst-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">clutter-gst Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="clutter"/> and
|
|
<xref linkend="gst-plugins-base"/>
|
|
</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-gst"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of clutter-gst</title>
|
|
|
|
<para>Install <application>clutter-gst</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
libclutter-gst-1.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/clutter-1.0/clutter-gst and
|
|
/usr/share/gtk-doc/html/clutter-gst
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libclutter-gst-1">
|
|
<term><filename class='libraryfile'>libclutter-gst-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>contains the clutter-gst API functions.</para>
|
|
<indexterm zone="clutter-gst libclutter-gst-1">
|
|
<primary sortas="c-libclutter-gst-1">libclutter-gst-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|