source: gnome/applications/totem.xml@ 8a999991

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 8a999991 was 8a999991, checked in by Krejzi <krejzi@…>, 10 years ago

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13958 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[3bef2f0]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
[5b5f7561]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">
[8a999991]11 <!ENTITY totem-md5sum "939272a90d60c075b957a220c87bd680">
[479fc12]12 <!ENTITY totem-size "3.2 MB">
[7715803]13 <!ENTITY totem-buildsize "68 MB">
[8a999991]14 <!ENTITY totem-time "1.6 SBU">
[3bef2f0]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
[682f45b2]43 &lfs75_checked;
[3bef2f0]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">
[1ca1a68f]83 <xref linkend="clutter-gst2"/>,
[3bef2f0]84 <xref linkend="clutter-gtk"/>,
85 <xref linkend="gnome-icon-theme"/>,
[1ca1a68f]86 <xref linkend="gst10-plugins-bad"/>,
87 <xref linkend="gst10-plugins-good"/>,
[8e16ba1]88 <xref linkend="libpeas"/>,
[5b5f7561]89 <xref linkend="totem-pl-parser"/>, and
[8e16ba1]90 <xref linkend="yelp-xsl"/>
[3bef2f0]91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
[479fc12]95 <xref linkend="appdata-tools"/>,
[1ca1a68f]96 <xref linkend="dbus-glib"/>,
[479fc12]97 <xref linkend="grilo-plugins"/> (Channels),
[3bef2f0]98 <xref linkend="nautilus"/>,
[5b5f7561]99 <xref linkend="pygobject3"/>, and
[3bef2f0]100 <xref linkend="vala"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
[18310d86]105 <xref linkend="avahi"/> (if installed at build time, make sure
106 avahi-daemon is running as a system daemon, started by
107 bootscript/systemd unit),
[3bef2f0]108 <xref linkend="gtk-doc"/>,
[8a999991]109 <xref linkend="xulrunner"/>,
[3bef2f0]110 <ulink url="http://www.lirc.org">LIRC</ulink>,
[8a999991]111 <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink>, and
112 <ulink url="http://launchpad.net/zeitgeist">zeitgeist</ulink>,
[3bef2f0]113 </para>
114
[1ca1a68f]115 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
116 <para role="recommended">
117 <xref linkend="gst10-libav"/>,
[5b5f7561]118 <xref linkend="gst10-plugins-ugly"/>, and
[1ca1a68f]119 <xref linkend="libdvdcss"/>
[3bef2f0]120 </para>
121
122 <para condition="html" role="usernotes">User Notes:
123 <ulink url="&blfs-wiki;/totem"/>
124 </para>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of Totem</title>
129
130 <para>
131 Install <application>Totem</application> by running the following
132 commands:
133 </para>
134
[8a999991]135<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[3bef2f0]136make</userinput></screen>
137
138 <para>
[1ca1a68f]139 This package does not come with a testsuite.
[3bef2f0]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
[663b79c2]159 <para><option>--libexecdir=/usr/lib</option>: This option
160 will put the package's private programs into
161 <filename class="directory">/usr/lib/totem</filename> instead of
162 <filename class="directory">/usr/libexec/totem</filename> in
163 accordance with the old version of the FHS used before LFS-7.5.</para>
164
[3bef2f0]165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Library</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
[479fc12]177 totem, totem-audio-preview, totem-bugreport.py,
178 totem-plugin-viewer, and totem-video-thumbnailer
[3bef2f0]179 </seg>
180 <seg>
[479fc12]181 libtotem.so and several plugins under /usr/lib/mozilla/plugins/,
[8a999991]182 and /usr/lib/nautilus/extensions-3.0/
[3bef2f0]183 </seg>
184 <seg>
185 /usr/include/totem,
186 /usr/lib/totem,
[682f45b2]187 /usr/libexec/totem,
[3bef2f0]188 /usr/share/gtk-doc/html/totem,
[5b5f7561]189 /usr/share/help/*/totem, and
[3bef2f0]190 /usr/share/totem
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="totem-prog">
201 <term><command>totem</command></term>
202 <listitem>
203 <para>
204 is a <application>GNOME</application> Desktop movie player based
205 on <application>GStreamer</application>.
206 </para>
207 <indexterm zone="totem totem-prog">
208 <primary sortas="b-totem">totem</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="totem-video-thumbnailer">
214 <term><command>totem-video-thumbnailer</command></term>
215 <listitem>
216 <para>
217 is a video thumbnailer for the <application>GNOME</application>
218 Desktop used internally by <application>GNOME</application>
219 applications such as <application>Nautilus</application> to
220 generate PNG thumbnails of video files. While it is possible to
221 invoke it manually, it is usually done automatically by
222 <application>Nautilus</application>.
223 </para>
224 <indexterm zone="totem totem-video-thumbnailer">
225 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="libtotem">
[1ca1a68f]231 <term><filename class="libraryfile">libtotem.so</filename></term>
[3bef2f0]232 <listitem>
233 <para>
234 contains the <application>Totem</application> API functions.
235 </para>
236 <indexterm zone="totem libtotem">
237 <primary sortas="c-libtotem">libtotem.so</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 </variablelist>
243
244 </sect2>
245
246</sect1>
Note: See TracBrowser for help on using the repository browser.