source: gnome/applications/totem.xml@ 378c163

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 378c163 was 378c163, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

New package: grilo-plugins-0.2.9.

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

  • Property mode set to 100644
File size: 7.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
8 "&gnome-download-http;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
9 <!ENTITY totem-download-ftp
10 "&gnome-download-ftp;/totem/&gnome-minor;/totem-&totem-version;.tar.xz">
11 <!ENTITY totem-md5sum "d2382097573744d273af8e28c56fe3bd">
12 <!ENTITY totem-size "3.1 MB">
13 <!ENTITY totem-buildsize "65 MB">
14 <!ENTITY totem-time "0.8 SBU">
15]>
16
17<sect1 id="totem" xreflabel="Totem-&totem-version;">
18 <?dbhtml filename="totem.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Totem-&totem-version;</title>
26
27 <indexterm zone="totem">
28 <primary sortas="a-Totem">Totem</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Totem</title>
33
34 <para>
35 <application>Totem</application> package contains the official
36 movie player of the <application>GNOME</application> Desktop based on
37 <application>GStreamer</application>. It features a playlist, a full-screen
38 mode, seek and volume controls, as well as keyboard navigation. This is
39 useful for playing any <application>GStreamer</application> supported file,
40 DVD, VCD or digital CD.
41 </para>
42
43 &lfs74_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&totem-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&totem-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &totem-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &totem-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &totem-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &totem-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="clutter-gst2"/>,
84 <xref linkend="clutter-gtk"/>,
85 <xref linkend="gnome-icon-theme"/>,
86 <xref linkend="gst10-plugins-bad"/>,
87 <xref linkend="gst10-plugins-good"/>,
88 <xref linkend="libpeas"/>,
89 <xref linkend="totem-pl-parser"/>, and
90 <xref linkend="yelp-xsl"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="dbus-glib"/>,
96 <xref linkend="grilo"/>,
97 <xref linkend="grilo-plugins"/> (they appear under View -> Browse or
98 View -> Search),
99 <xref linkend="nautilus"/>,
100 <xref linkend="pygobject3"/>, and
101 <xref linkend="vala"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="gtk-doc"/>,
107 <xref linkend="libzeitgeist"/>,
108 <ulink url="http://www.lirc.org">LIRC</ulink>,
109 <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink>, and
110 <xref linkend="xulrunner"/>
111 </para>
112
113 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
114 <para role="recommended">
115 <xref linkend="gst10-libav"/>,
116 <xref linkend="gst10-plugins-ugly"/>, and
117 <xref linkend="libdvdcss"/>
118 </para>
119
120 <para condition="html" role="usernotes">User Notes:
121 <ulink url="&blfs-wiki;/totem"/>
122 </para>
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Totem</title>
127
128 <para>
129 Install <application>Totem</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure --prefix=/usr \
134 --libexecdir=/usr/lib/totem \
135 --disable-static &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 This package does not come with a testsuite.
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>make install</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/static-libraries.xml"/>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Programs</segtitle>
166 <segtitle>Installed Library</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 totem, totem-audio-preview, and totem-video-thumbnailer
172 </seg>
173 <seg>
174 libtotem.so
175 </seg>
176 <seg>
177 /usr/include/totem,
178 /usr/lib/totem,
179 /usr/share/gtk-doc/html/totem,
180 /usr/share/help/*/totem, and
181 /usr/share/totem
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="totem-prog">
192 <term><command>totem</command></term>
193 <listitem>
194 <para>
195 is a <application>GNOME</application> Desktop movie player based
196 on <application>GStreamer</application>.
197 </para>
198 <indexterm zone="totem totem-prog">
199 <primary sortas="b-totem">totem</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="totem-video-thumbnailer">
205 <term><command>totem-video-thumbnailer</command></term>
206 <listitem>
207 <para>
208 is a video thumbnailer for the <application>GNOME</application>
209 Desktop used internally by <application>GNOME</application>
210 applications such as <application>Nautilus</application> to
211 generate PNG thumbnails of video files. While it is possible to
212 invoke it manually, it is usually done automatically by
213 <application>Nautilus</application>.
214 </para>
215 <indexterm zone="totem totem-video-thumbnailer">
216 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libtotem">
222 <term><filename class="libraryfile">libtotem.so</filename></term>
223 <listitem>
224 <para>
225 contains the <application>Totem</application> API functions.
226 </para>
227 <indexterm zone="totem libtotem">
228 <primary sortas="c-libtotem">libtotem.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.