Author: ken Date: 2012-01-26 14:02:28 -0700 (Thu, 26 Jan 2012) New Revision: 9232
Added: trunk/BOOK/general/graphlib/clutter-gst.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/graphlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Add clutter-gst. Added: trunk/BOOK/general/graphlib/clutter-gst.xml =================================================================== --- trunk/BOOK/general/graphlib/clutter-gst.xml (rev 0) +++ trunk/BOOK/general/graphlib/clutter-gst.xml 2012-01-26 21:02:28 UTC (rev 9232) @@ -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> Property changes on: trunk/BOOK/general/graphlib/clutter-gst.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general/graphlib/graphlib.xml =================================================================== --- trunk/BOOK/general/graphlib/graphlib.xml 2012-01-26 20:29:37 UTC (rev 9231) +++ trunk/BOOK/general/graphlib/graphlib.xml 2012-01-26 21:02:28 UTC (rev 9232) @@ -45,6 +45,7 @@ <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"/> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-01-26 20:29:37 UTC (rev 9231) +++ trunk/BOOK/general.ent 2012-01-26 21:02:28 UTC (rev 9232) @@ -259,6 +259,7 @@ <!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"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-01-26 20:29:37 UTC (rev 9231) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-01-26 21:02:28 UTC (rev 9232) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
