source: gnome/add/totem.xml@ ef6d249

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

ghex 3.4.0, nemiver 0.9.2, seahorse 3.4.1, totem 3.4.1. Made rarian recommended where it was optional.

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

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