source: x/lib/clutter-gst2.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 4.6 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-gst2-download-http
8 "&gnome-download-http;/clutter-gst/2.0/clutter-gst-&clutter-gst2-version;.tar.xz">
9 <!ENTITY clutter-gst2-download-ftp
10 "&gnome-download-ftp;/clutter-gst/2.0/clutter-gst-&clutter-gst2-version;.tar.xz">
11 <!ENTITY clutter-gst2-md5sum "cdd593ca2051ee14c2b03e882f008d19">
12 <!ENTITY clutter-gst2-size "344 KB">
13 <!ENTITY clutter-gst2-buildsize "7.0 MB">
14 <!ENTITY clutter-gst2-time "0.1 SBU">
15]>
16
17<sect1 id="clutter-gst2" xreflabel="clutter-gst-&clutter-gst2-version;">
18 <?dbhtml filename="clutter-gst2.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>clutter-gst-&clutter-gst2-version;</title>
26
27 <indexterm zone="clutter-gst2">
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 &lfs72_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&clutter-gst2-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&clutter-gst2-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &clutter-gst2-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &clutter-gst2-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &clutter-gst2-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &clutter-gst2-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 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/clutter-gst2"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Clutter Gst</title>
103
104 <para>
105 Install <application>Clutter Gst</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a testsuite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 libclutter-gst-2.0.so
134 </seg>
135 <seg>
136 /usr/include/clutter-gst-2.0 and
137 /usr/share/gtk-doc/html/clutter-gst
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libclutter-gst-2">
148 <term><filename class="libraryfile">libclutter-gst-2.0.so</filename></term>
149 <listitem>
150 <para>
151 contains the <application>Clutter Gst</application> API functions.
152 </para>
153 <indexterm zone="clutter-gst2 libclutter-gst-2">
154 <primary sortas="c-libclutter-gst-2">libclutter-gst-2.0.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.