1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY clutter-gst-download-http
|
---|
8 | "&gnome-download-http;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
|
---|
9 | <!ENTITY clutter-gst-download-ftp
|
---|
10 | "&gnome-download-ftp;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
|
---|
11 | <!ENTITY clutter-gst-md5sum "2bf9d7ca146c9d71e86c45cd00e9a28e">
|
---|
12 | <!ENTITY clutter-gst-size "396 KB">
|
---|
13 | <!ENTITY clutter-gst-buildsize "10 MB">
|
---|
14 | <!ENTITY clutter-gst-time "0.2 SBU">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="clutter-gst" xreflabel="clutter-gst-&clutter-gst-version;">
|
---|
18 | <?dbhtml filename="clutter-gst.html"?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <othername>$LastChangedBy$</othername>
|
---|
22 | <date>$Date$</date>
|
---|
23 | </sect1info>
|
---|
24 |
|
---|
25 | <title>clutter-gst-&clutter-gst-version;</title>
|
---|
26 |
|
---|
27 | <indexterm zone="clutter-gst">
|
---|
28 | <primary sortas="a-clutter-gst">clutter-gst</primary>
|
---|
29 | </indexterm>
|
---|
30 |
|
---|
31 | <sect2 role="package">
|
---|
32 | <title>Introduction to Clutter Gst</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | The <application>Clutter Gst</application> package contains an
|
---|
36 | integration library for using <application>GStreamer</application> with
|
---|
37 | <application>Clutter</application>. Its purpose is to implement the
|
---|
38 | ClutterMedia interface using <application>GStreamer</application>.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | &lfs10_checked;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>
|
---|
47 | Download (HTTP): <ulink url="&clutter-gst-download-http;"/>
|
---|
48 | </para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>
|
---|
52 | Download (FTP): <ulink url="&clutter-gst-download-ftp;"/>
|
---|
53 | </para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>
|
---|
57 | Download MD5 sum: &clutter-gst-md5sum;
|
---|
58 | </para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>
|
---|
62 | Download size: &clutter-gst-size;
|
---|
63 | </para>
|
---|
64 | </listitem>
|
---|
65 | <listitem>
|
---|
66 | <para>
|
---|
67 | Estimated disk space required: &clutter-gst-buildsize;
|
---|
68 | </para>
|
---|
69 | </listitem>
|
---|
70 | <listitem>
|
---|
71 | <para>
|
---|
72 | Estimated build time: &clutter-gst-time;
|
---|
73 | </para>
|
---|
74 | </listitem>
|
---|
75 | </itemizedlist>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect3">Clutter Gst Dependencies</bridgehead>
|
---|
78 |
|
---|
79 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
80 | <para role="required">
|
---|
81 | <xref linkend="clutter"/>,
|
---|
82 | <xref linkend="gst10-plugins-base"/>, and
|
---|
83 | <xref linkend="libgudev"/>
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
87 | <para role="recommended">
|
---|
88 | <xref linkend="gobject-introspection"/> and
|
---|
89 | <xref linkend="gst10-plugins-bad"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="gtk-doc"/> and
|
---|
95 | <ulink url="https://github.com/castano/cgc-opensrc">Cgc</ulink>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <para condition="html" role="usernotes">User Notes:
|
---|
99 | <ulink url="&blfs-wiki;/clutter-gst"/>
|
---|
100 | </para>
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | <sect2 role="installation">
|
---|
104 | <title>Installation of Clutter Gst</title>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | Install <application>Clutter Gst</application> by running the following
|
---|
108 | commands:
|
---|
109 | </para>
|
---|
110 | <!--
|
---|
111 | <note><para>
|
---|
112 | This package<!- -must be built from an Xterm. It will- -> fails to build
|
---|
113 | over an ssh session.
|
---|
114 | </para></note>
|
---|
115 | Seems to work now 20151016. - Bruce
|
---|
116 | -->
|
---|
117 | <screen><userinput>./configure --prefix=/usr &&
|
---|
118 | make</userinput></screen>
|
---|
119 |
|
---|
120 | <para>
|
---|
121 | This package does not come with a testsuite.
|
---|
122 | </para>
|
---|
123 |
|
---|
124 | <para>
|
---|
125 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
126 | </para>
|
---|
127 |
|
---|
128 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
129 |
|
---|
130 | </sect2>
|
---|
131 |
|
---|
132 | <sect2 role="content">
|
---|
133 | <title>Contents</title>
|
---|
134 |
|
---|
135 | <segmentedlist>
|
---|
136 | <segtitle>Installed Programs</segtitle>
|
---|
137 | <segtitle>Installed Library</segtitle>
|
---|
138 | <segtitle>Installed Directories</segtitle>
|
---|
139 |
|
---|
140 | <seglistitem>
|
---|
141 | <seg>
|
---|
142 | None
|
---|
143 | </seg>
|
---|
144 | <seg>
|
---|
145 | libclutter-gst-3.0.so and /usr/lib/gstreamer-1.0/libgstclutter.so
|
---|
146 | </seg>
|
---|
147 | <seg>
|
---|
148 | /usr/include/clutter-gst-3.0 and
|
---|
149 | /usr/share/gtk-doc/html/clutter-gst-3.0
|
---|
150 | </seg>
|
---|
151 | </seglistitem>
|
---|
152 | </segmentedlist>
|
---|
153 |
|
---|
154 | <variablelist>
|
---|
155 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
156 | <?dbfo list-presentation="list"?>
|
---|
157 | <?dbhtml list-presentation="table"?>
|
---|
158 |
|
---|
159 | <varlistentry id="libclutter-gst-3">
|
---|
160 | <term><filename class="libraryfile">libclutter-gst-3.0.so</filename></term>
|
---|
161 | <listitem>
|
---|
162 | <para>
|
---|
163 | contains the <application>Clutter Gst</application> API functions.
|
---|
164 | </para>
|
---|
165 | <indexterm zone="clutter-gst libclutter-gst-3">
|
---|
166 | <primary sortas="c-libclutter-gst-3">libclutter-gst-3.0.so</primary>
|
---|
167 | </indexterm>
|
---|
168 | </listitem>
|
---|
169 | </varlistentry>
|
---|
170 |
|
---|
171 | </variablelist>
|
---|
172 |
|
---|
173 | </sect2>
|
---|
174 |
|
---|
175 | </sect1>
|
---|