source: gnome/add/totem.xml@ b0db915

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 b0db915 was b0db915, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated the md5sums and build data for the GNOME add-on utilities to be compatible with GNOME-2.14.3

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

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY totem-download-http "&gnome-download-http;/totem/1.4/totem-&totem-version;.tar.bz2">
8 <!ENTITY totem-download-ftp "&gnome-download-ftp;/totem/1.4/totem-&totem-version;.tar.bz2">
9 <!ENTITY totem-md5sum "971f99d769cb865f9a6b55284357f415">
10 <!ENTITY totem-size "1.7 MB">
11 <!ENTITY totem-buildsize "24.6 MB">
12 <!ENTITY totem-time "0.6 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>xine-lib</application> or
35 <application>GStreamer</application>. It features a playlist, a
36 full-screen mode, seek and volume controls, as well as keyboard
37 navigation. This is useful for playing any
38 <application>xine-lib</application> or
39 <application>GStreamer</application> supported file, DVD, VCD or
40 digital CD.</para>
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&totem-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&totem-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &totem-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &totem-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &totem-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &totem-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="gnome-icon-theme"/>,
68 <xref linkend="gnome-desktop"/>,
69 <xref linkend="iso-codes"/>, and
70 <xref linkend="xine-lib"/> (default back-end) or
71 <xref linkend="gst-plugins-good"/> (secondary back-end)</para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="intltool"/>,
75 <xref linkend="nautilus"/>,
76 <xref linkend="dbus"/>,
77 <xref linkend="seamonkey"/> or <xref linkend="firefox"/>
78 (to build the browser plug-in, requires <xref linkend="dbus"/> also),
79 <ulink url="http://www.evation.com/libirman/libirman.html">libirman</ulink>,
80 <ulink url="http://www.lirc.org">LIRC</ulink>,
81 <ulink url="http://www.home.unix-ag.org/simon/gromit/">Gromit</ulink>
82 (required for the telestrator mode), and
83 <ulink url="http://sourceforge.net/projects/nv-tv-out/">NvTv Simple</ulink></para>
84
85 <para>Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
86 wish to play encrypted DVDs</para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/totem"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Totem</title>
95
96 <para>Install <application>Totem</application> by running the following
97 commands:</para>
98
99<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
100 --sysconfdir=&gnome-etc-dir; \
101 --localstatedir=/var/lib \
102 --libexecdir=$(pkg-config \
103 --variable=prefix ORBit-2.0)/lib/totem \
104 --mandir=$(pkg-config \
105 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
120 href="../../xincludes/gnome-prefix.xml"/>
121
122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
123 href="../../xincludes/gnome-sysconfdir.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
126 href="../../xincludes/scrollkeeper-dir.xml"/>
127
128 <para><parameter>--libexecdir=$(pkg-config
129 --variable=prefix ORBit-2.0)/lib/totem</parameter>: This parameter is
130 used so that the movie player browser plugin is installed in the preferred
131 location of
132 <filename class='directory'>$GNOME_PREFIX/lib/totem</filename> instead
133 of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
134
135 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
136 href="../../xincludes/gnome-mandir.xml"/>
137
138 <!-- This is broken now so disabling the comment
139 <para><option>-enable-vanity</option>: Using this parameter will build the
140 webcam utility (still in development).</para>
141 -->
142
143 </sect2>
144
145 <sect2 role="configuration">
146 <title>Configuring Totem</title>
147
148 <sect3><title>Configuration Information</title>
149
150 <para>There are no configuration files that need to be directly edited.
151 Configuration is accomplished by setting the desired values in the
152 various menu options accessed via the <command>totem</command> graphical
153 interface.</para>
154
155 </sect3>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>totem, totem-video-thumbnailer and optionally, vanity</seg>
169 <seg>libtotem-plparser.{so,a}, a <application>Nautilus</application>
170 extension plugin and optionally, a <application>Mozilla</application>
171 video plugin</seg>
172 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
173 include/totem,
174 lib/totem,
175 share/{,gnome/help/ ,omf/}totem</seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="totem-prog">
185 <term><command>totem</command></term>
186 <listitem>
187 <para>is a GNOME-desktop movie player.</para>
188 <indexterm zone="totem totem-prog">
189 <primary sortas="b-totem">totem</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="totem-video-thumbnailer">
195 <term><command>totem-video-thumbnailer</command></term>
196 <listitem>
197 <para>is a video thumbnailer for the GNOME desktop used internally by
198 GNOME applications such as <application>Nautilus</application> to
199 generate PNG thumbnails of video files. While it is possible to
200 invoke it manually, it is usually done automatically by
201 <application>Nautilus</application>.</para>
202 <indexterm zone="totem totem-video-thumbnailer">
203 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.