mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add clutter-gst.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9232 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
deb8fc0713
commit
af6b3bede2
@ -259,6 +259,7 @@ $Date$
|
||||
<!ENTITY jasper-version "1.900.1">
|
||||
<!ENTITY pixman-version "0.24.0">
|
||||
<!ENTITY clutter-version "1.2.10">
|
||||
<!ENTITY clutter-gst-version "1.4.4">
|
||||
<!ENTITY clutter-gtk-version "0.10.4">
|
||||
<!ENTITY babl-version "0.1.6">
|
||||
<!ENTITY gegl-version "0.1.8">
|
||||
|
126
general/graphlib/clutter-gst.xml
Normal file
126
general/graphlib/clutter-gst.xml
Normal file
@ -0,0 +1,126 @@
|
||||
<?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.4/clutter-gst-&clutter-gst-version;.tar.xz">
|
||||
<!ENTITY clutter-gst-download-ftp "&gnome-download-ftp;/clutter-gst/1.4/clutter-gst-&clutter-gst-version;.tar.xz">
|
||||
<!ENTITY clutter-gst-md5sum "051df024908bce6a7bb037bb72c868e2">
|
||||
<!ENTITY clutter-gst-size "330 KB">
|
||||
<!ENTITY clutter-gst-buildsize "5.7 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><application>Clutter-GStreamer (clutter-gst)</application> is an
|
||||
integration library for using GStreamer with Clutter. Its purpose is to
|
||||
implement the ClutterMedia interface using GStreamer.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<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"/>,
|
||||
<xref linkend="gstreamer"/>, and
|
||||
<xref linkend="gst-plugins-base"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="gobject-introspection"/></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 Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libclutter-gst-1.0.so</seg>
|
||||
<seg>/usr/{include/clutter-1.0/clutter-gst,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 functions that .....</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>
|
@ -45,6 +45,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jasper.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pixman.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="babl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gegl.xml"/>
|
||||
|
@ -45,8 +45,9 @@
|
||||
<para>January 27th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Add autogen-5.12 from Wayne, and mention Cantarell
|
||||
fonts in the Xft Font Protocol part of xorg-config.</para>
|
||||
<para>[ken] - Add autogen-5.12 and clutter-gst-1.4.4 from Wayne, and
|
||||
mention Cantarell fonts in the Xft Font Protocol part of xorg-config.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user