source: x/lib/clutter-gst.xml@ 080eb9bb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 080eb9bb was f3f96f3, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to pangomm-2.40.1
Update to gnome-maps-3.20.3
Update to gnome-shell-3.20.4
Update to file-roller-3.20.3
Update to EOG-3.20.4
Update to Appstream-glib-0.6.1
Fix the build of gnome-calculator with Glib-2.48.2
iBus page: Indentation Fixes
Tag / Update the entire GNOME section. That is all done

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17695 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
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 "3e4f64477f26d9cfd2db06d3aaed203a">
12 <!ENTITY clutter-gst-size "400 KB">
13 <!ENTITY clutter-gst-buildsize "8.5 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> is an integration library
36 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 &lfs7a_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"/> and
82 <xref linkend="gst10-plugins-base"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/> and
88 <xref linkend="gst10-plugins-bad"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <ulink url="https://github.com/castano/cgc-opensrc">Cgc</ulink>,
94 <xref linkend="gtk-doc"/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/clutter-gst"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Clutter Gst</title>
104
105 <para>
106 Install <application>Clutter Gst</application> by running the following
107 commands:
108 </para>
109<!--
110 <note><para>
111 This package<!- -must be built from an Xterm. It will- -> fails to build
112 over an ssh session.
113 </para></note>
114Seems to work now 20151016. - Bruce
115-->
116<screen><userinput>./configure --prefix=/usr &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a testsuite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Library</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libclutter-gst-3.0.so and /usr/lib/gstreamer-1.0/libgstclutter.so
145 </seg>
146 <seg>
147 /usr/include/clutter-gst-3.0 and
148 /usr/share/gtk-doc/html/clutter-gst
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libclutter-gst-3">
159 <term><filename class="libraryfile">libclutter-gst-3.0.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>Clutter Gst</application> API functions.
163 </para>
164 <indexterm zone="clutter-gst libclutter-gst-3">
165 <primary sortas="c-libclutter-gst-3">libclutter-gst-3.0.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.