source: gnome/add/totem.xml@ fc99733

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 fc99733 was fc99733, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to Totem-2.28.4.

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

  • Property mode set to 100644
File size: 8.0 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/&gnome-version;/totem-&totem-version;.tar.bz2">
8 <!ENTITY totem-download-ftp "&gnome-download-ftp;/totem/&gnome-version;/totem-&totem-version;.tar.bz2">
9 <!ENTITY totem-md5sum "a08fca39db3c3e7885c584e0fd533f5a">
10 <!ENTITY totem-size "2.9 MB">
11 <!ENTITY totem-buildsize "76 MB">
12 <!ENTITY totem-time "1.4 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 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&totem-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&totem-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &totem-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &totem-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &totem-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &totem-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="GConf"/>,
65 <xref linkend="gnome-doc-utils"/>,
66 <xref linkend="gst-plugins-good"/>,
67 <xref linkend="libunique"/>,
68 <xref linkend="shared-mime-info"/>, and
69 <xref linkend="totem-pl-parser"/></para>
70
71 <para>Ensure you built <application>GStreamer Good Plugins</application>
72 with <application>GConf</application> support or the
73 <command>configure</command> script will fail.</para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended"><xref linkend="pygtk"/> (Required for various plugins)</para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><ulink url="http://www.bluez.org/">BlueZ</ulink>,
80 <ulink url="http://gmyth.sourceforge.net">GMyth</ulink>,
81 <ulink url="http://gmyth.sourceforge.net">GMyth-upnp</ulink>,
82 <ulink url="http://www.home.unix-ag.org/simon/gromit/">Gromit</ulink>
83 (required for the telestrator mode),
84 <ulink url="http://live.gnome.org/libepc/">libepc</ulink>,
85 <ulink url="http://www.galago-project.org/">libgalago</ulink>,
86 <ulink url="http://live.gnome.org/libgdata/">libgdata</ulink>,
87 <ulink url="http://www.lirc.org">LIRC</ulink>,
88 <xref linkend="nautilus"/>,
89 <xref linkend="pygobject"/>,
90 <ulink url="http://live.gnome.org/Tracker/">Tracker</ulink>,
91 <ulink url="http://live.gnome.org/Vala/">Vala</ulink>, and
92 <xref linkend="xulrunner"/>
93 (to build the browser plug-in)</para>
94
95 <para>Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
96 wish to play encrypted DVDs</para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/totem"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Totem</title>
105
106 <para>Install <application>Totem</application> by running the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
110 --sysconfdir=&gnome-etc-dir; \
111 --localstatedir=/var/lib \
112 --libexecdir=$(pkg-config \
113 --variable=prefix ORBit-2.0)/lib/totem \
114 --mandir=$(pkg-config \
115 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
116make</userinput></screen>
117
118 <para>This package does not come with a test suite.</para>
119
120 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
130 href="../../xincludes/gnome-prefix.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
133 href="../../xincludes/gnome-sysconfdir.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
136 href="../../xincludes/scrollkeeper-dir.xml"/>
137
138 <para><parameter>--libexecdir=$(pkg-config
139 --variable=prefix ORBit-2.0)/lib/totem</parameter>: This parameter is
140 used so that the movie player browser plugin is installed in the preferred
141 location of
142 <filename class='directory'>$GNOME_PREFIX/lib/totem</filename> instead
143 of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
146 href="../../xincludes/gnome-mandir.xml"/>
147
148 <!-- This is broken now so disabling the comment
149 <para><option>-enable-vanity</option>: Using this parameter will build the
150 webcam utility (still in development).</para>
151 -->
152
153 </sect2>
154
155 <sect2 role="configuration">
156 <title>Configuring Totem</title>
157
158 <sect3><title>Configuration Information</title>
159
160 <para>There are no configuration files that need to be directly edited.
161 Configuration is accomplished by setting the desired values in the
162 various menu options accessed via the <command>totem</command> graphical
163 interface.</para>
164
165 </sect3>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>totem, totem-audio-preview, totem-video-indexer, and
179 totem-video-thumbnailer</seg>
180 <seg>Various <application>Totem</application> and
181 <application>Mozilla</application> plugins.</seg>
182 <seg><envar>$GNOME_PREFIX</envar>/{lib/totem/plugins/*,
183 share/gnome/help/totem/*}</seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="totem-prog">
193 <term><command>totem</command></term>
194 <listitem>
195 <para>is a <application>GNOME</application> desktop movie player based
196 on <application>GStreamer</application>.</para>
197 <indexterm zone="totem totem-prog">
198 <primary sortas="b-totem">totem</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="totem-video-thumbnailer">
204 <term><command>totem-video-thumbnailer</command></term>
205 <listitem>
206 <para>is a video thumbnailer for the GNOME desktop used internally by
207 GNOME applications such as <application>Nautilus</application> to
208 generate PNG thumbnails of video files. While it is possible to
209 invoke it manually, it is usually done automatically by
210 <application>Nautilus</application>.</para>
211 <indexterm zone="totem totem-video-thumbnailer">
212 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.