source: gnome/add/totem.xml@ 2d37d32

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 2d37d32 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 8.1 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 totem-download-http "&gnome-download-http;/totem/3.4/totem-&totem-version;.tar.xz">
8 <!ENTITY totem-download-ftp "&gnome-download-ftp;/totem/3.4/totem-&totem-version;.tar.xz">
9 <!ENTITY totem-md5sum "2d91a16448db39e5e094395a2e143329">
10 <!ENTITY totem-size "3.1 MB">
11 <!ENTITY totem-buildsize "70 MB">
12 <!ENTITY totem-time "2.0 SBU">
13]>
14
15<sect1 id="totem" xreflabel="Totem-&totem-version;">
16 <?dbhtml filename="totem.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Totem-&totem-version;</title>
24
25 <indexterm zone="totem">
26 <primary sortas="a-Totem">Totem</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Totem</title>
31
32 <para>
33 <application>Totem</application> package contains the official
34 movie player of the <application>GNOME</application> Desktop based on
35 <application>GStreamer</application>. It features a playlist, a full-screen
36 mode, seek and volume controls, as well as keyboard navigation. This is
37 useful for playing any <application>GStreamer</application> supported file,
38 DVD, VCD or digital CD.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&totem-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&totem-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &totem-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &totem-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &totem-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &totem-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="clutter-gst"/>,
82 <xref linkend="clutter-gtk"/>,
83 <xref linkend="gnome-doc-utils"/>,
84 <xref linkend="gnome-icon-theme"/>,
85 <xref linkend="gst-plugins-good"/>,
86 <xref linkend="iso-codes"/>,
87 <xref linkend="libpeas"/>,
88 <xref linkend="mx"/>,
89 <xref linkend="shared-mime-info"/> and
90 <xref linkend="totem-pl-parser"/>
91 </para>
92
93 <para>
94 Ensure you built <application>GStreamer Good Plugins</application>
95 with <application>GConf</application> support or the
96 <command>configure</command> script will fail.
97 </para>
98
99 <bridgehead renderas="sect4">Recommended</bridgehead>
100 <para role="recommended">
101 <xref linkend="gobject-introspection"/>,
102 <xref linkend="nautilus"/>,
103 <xref linkend="pygobject3"/>,
104 <xref linkend="rarian"/> and
105 <xref linkend="vala"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <ulink url="http://live.gnome.org/Grilo/">Grilo</ulink>,
111 <xref linkend="gtk-doc"/>,
112 <ulink url="http://live.gnome.org/libepc/">libepc</ulink>,
113 <ulink url="http://www.lirc.org">LIRC</ulink>,
114 <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink> and
115 <xref linkend="xulrunner"/>
116 </para>
117
118 <para>
119 Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
120 wish to play encrypted DVDs
121 </para>
122
123 <para condition="html" role="usernotes">User Notes:
124 <ulink url="&blfs-wiki;/totem"/>
125 </para>
126 </sect2>
127
128 <sect2 role="installation">
129 <title>Installation of Totem</title>
130
131 <para>
132 Install <application>Totem</application> by running the following
133 commands:
134 </para>
135
136<screen><userinput>./configure --prefix=/usr \
137 --libexecdir=/usr/lib/totem \
138 --disable-static &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 If you have installed the dependencies for the testsuite,
143 issue: <command>make check</command>.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>make install</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <parameter>--libexecdir=/usr/lib/totem</parameter>: This
159 parameter is used so that the plugin viewer is installed in
160 the preferred location of <filename
161 class="directory">/usr/lib/totem</filename> instead of
162 <filename class="directory">/usr/libexec</filename>.
163 </para>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/static-libraries.xml"/>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="../../xincludes/without-scrollkeeper.xml"/>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="../../xincludes/gtk-doc-rebuild.xml"/>
173
174 </sect2>
175
176 <sect2 role="configuration">
177 <title>Configuring Totem</title>
178
179 <sect3><title>Configuration Information</title>
180
181 <para>
182 You may find that <application>totem</application> crashes. If so,
183 you can set the following in your environment, either in ~/.xinitrc or in
184 your .Xsession: <command>export CLUTTER_DISABLE_ARGB_VISUAL=1</command>
185 </para>
186
187 </sect3>
188
189 </sect2>
190
191 <sect2 role="content">
192 <title>Contents</title>
193
194 <segmentedlist>
195 <segtitle>Installed Programs</segtitle>
196 <segtitle>Installed Library</segtitle>
197 <segtitle>Installed Directories</segtitle>
198
199 <seglistitem>
200 <seg>
201 totem, totem-audio-preview and totem-video-thumbnailer
202 </seg>
203 <seg>
204 libtotem.so
205 </seg>
206 <seg>
207 /usr/include/totem,
208 /usr/lib/totem,
209 /usr/share/gnome/help/totem,
210 /usr/share/gtk-doc/html/totem,
211 /usr/share/omf/totem and
212 /usr/share/totem
213 </seg>
214 </seglistitem>
215 </segmentedlist>
216
217 <variablelist>
218 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
219 <?dbfo list-presentation="list"?>
220 <?dbhtml list-presentation="table"?>
221
222 <varlistentry id="totem-prog">
223 <term><command>totem</command></term>
224 <listitem>
225 <para>
226 is a <application>GNOME</application> Desktop movie player based
227 on <application>GStreamer</application>.
228 </para>
229 <indexterm zone="totem totem-prog">
230 <primary sortas="b-totem">totem</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="totem-video-thumbnailer">
236 <term><command>totem-video-thumbnailer</command></term>
237 <listitem>
238 <para>
239 is a video thumbnailer for the <application>GNOME</application>
240 Desktop used internally by <application>GNOME</application>
241 applications such as <application>Nautilus</application> to
242 generate PNG thumbnails of video files. While it is possible to
243 invoke it manually, it is usually done automatically by
244 <application>Nautilus</application>.
245 </para>
246 <indexterm zone="totem totem-video-thumbnailer">
247 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="libtotem">
253 <term><filename class='libraryfile'>libtotem.so</filename></term>
254 <listitem>
255 <para>
256 contains the <application>Totem</application> API functions.
257 </para>
258 <indexterm zone="totem libtotem">
259 <primary sortas="c-libtotem">libtotem.so</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 </variablelist>
265
266 </sect2>
267
268</sect1>
Note: See TracBrowser for help on using the repository browser.