2012-09-08 22:38:46 +08:00
|
|
|
<?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;
|
|
|
|
|
2015-04-05 11:27:15 +08:00
|
|
|
<!ENTITY clutter-gst-download-http
|
|
|
|
"&gnome-download-http;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
|
|
|
|
<!ENTITY clutter-gst-download-ftp
|
|
|
|
"&gnome-download-ftp;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
|
2019-02-07 07:26:58 +08:00
|
|
|
<!ENTITY clutter-gst-md5sum "2bf9d7ca146c9d71e86c45cd00e9a28e">
|
2018-03-19 10:18:21 +08:00
|
|
|
<!ENTITY clutter-gst-size "396 KB">
|
2019-02-07 07:26:58 +08:00
|
|
|
<!ENTITY clutter-gst-buildsize "10 MB">
|
2016-03-30 04:18:53 +08:00
|
|
|
<!ENTITY clutter-gst-time "0.2 SBU">
|
2012-09-08 22:38:46 +08:00
|
|
|
]>
|
|
|
|
|
2015-04-05 11:27:15 +08:00
|
|
|
<sect1 id="clutter-gst" xreflabel="clutter-gst-&clutter-gst-version;">
|
|
|
|
<?dbhtml filename="clutter-gst.html"?>
|
2012-09-08 22:38:46 +08:00
|
|
|
|
|
|
|
|
2015-04-05 11:27:15 +08:00
|
|
|
<title>clutter-gst-&clutter-gst-version;</title>
|
2012-09-08 22:38:46 +08:00
|
|
|
|
2015-04-05 11:27:15 +08:00
|
|
|
<indexterm zone="clutter-gst">
|
2012-09-08 22:38:46 +08:00
|
|
|
<primary sortas="a-clutter-gst">clutter-gst</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Clutter Gst</title>
|
|
|
|
|
|
|
|
<para>
|
2016-12-27 02:09:55 +08:00
|
|
|
The <application>Clutter Gst</application> package contains an
|
|
|
|
integration library for using <application>GStreamer</application> with
|
2012-09-08 22:38:46 +08:00
|
|
|
<application>Clutter</application>. Its purpose is to implement the
|
|
|
|
ClutterMedia interface using <application>GStreamer</application>.
|
|
|
|
</para>
|
|
|
|
|
2023-02-18 12:35:46 +08:00
|
|
|
&lfs113_checked;
|
2012-09-08 22:38:46 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Download (HTTP): <ulink url="&clutter-gst-download-http;"/>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Download (FTP): <ulink url="&clutter-gst-download-ftp;"/>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Download MD5 sum: &clutter-gst-md5sum;
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Download size: &clutter-gst-size;
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Estimated disk space required: &clutter-gst-buildsize;
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-04-05 11:27:15 +08:00
|
|
|
Estimated build time: &clutter-gst-time;
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Clutter Gst Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2016-09-09 09:50:13 +08:00
|
|
|
<xref linkend="clutter"/>,
|
|
|
|
<xref linkend="gst10-plugins-base"/>, and
|
|
|
|
<xref linkend="libgudev"/>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2013-07-15 05:00:25 +08:00
|
|
|
<xref linkend="gobject-introspection"/> and
|
|
|
|
<xref linkend="gst10-plugins-bad"/>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2018-08-27 03:11:33 +08:00
|
|
|
<xref linkend="gtk-doc"/> and
|
|
|
|
<ulink url="https://github.com/castano/cgc-opensrc">Cgc</ulink>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
2015-04-05 11:27:15 +08:00
|
|
|
<ulink url="&blfs-wiki;/clutter-gst"/>
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Clutter Gst</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Clutter Gst</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2015-10-17 06:10:29 +08:00
|
|
|
<!--
|
2013-09-04 03:08:19 +08:00
|
|
|
<note><para>
|
2015-10-17 06:10:29 +08:00
|
|
|
This package<!- -must be built from an Xterm. It will- -> fails to build
|
2014-06-04 06:30:45 +08:00
|
|
|
over an ssh session.
|
2013-09-04 03:08:19 +08:00
|
|
|
</para></note>
|
2015-10-17 06:10:29 +08:00
|
|
|
Seems to work now 20151016. - Bruce
|
|
|
|
-->
|
2012-09-08 22:38:46 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
2022-12-14 02:19:29 +08:00
|
|
|
This package does not come with a test suite.
|
2012-09-08 22:38:46 +08:00
|
|
|
</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>
|
2013-07-15 05:00:25 +08:00
|
|
|
<segtitle>Installed Programs</segtitle>
|
2013-09-23 18:40:40 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2012-09-08 22:38:46 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
2013-07-15 05:00:25 +08:00
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2020-10-27 21:38:49 +08:00
|
|
|
libclutter-gst-3.0.so and /usr/lib/gstreamer-1.0/libcluttergst3.so
|
2012-09-08 22:38:46 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2015-04-05 11:27:15 +08:00
|
|
|
/usr/include/clutter-gst-3.0 and
|
2016-09-09 09:50:13 +08:00
|
|
|
/usr/share/gtk-doc/html/clutter-gst-3.0
|
2012-09-08 22:38:46 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
2015-04-05 11:27:15 +08:00
|
|
|
<varlistentry id="libclutter-gst-3">
|
|
|
|
<term><filename class="libraryfile">libclutter-gst-3.0.so</filename></term>
|
2012-09-08 22:38:46 +08:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
contains the <application>Clutter Gst</application> API functions
|
2012-09-08 22:38:46 +08:00
|
|
|
</para>
|
2015-04-05 11:27:15 +08:00
|
|
|
<indexterm zone="clutter-gst libclutter-gst-3">
|
|
|
|
<primary sortas="c-libclutter-gst-3">libclutter-gst-3.0.so</primary>
|
2012-09-08 22:38:46 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|