source: gnome/add/totem.xml@ 5254d12

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 5254d12 was e7307aa1, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Gnome.

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

  • Property mode set to 100644
File size: 7.7 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 "http://ftp.gnome.org/pub/GNOME/sources/totem/1.2/totem-&totem-version;.tar.bz2">
8 <!ENTITY totem-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/totem/1.2/totem-&totem-version;.tar.bz2">
9 <!ENTITY totem-md5sum "e07aded62a929779a4cd28c16fdb2efd">
10 <!ENTITY totem-size "1.7 MB">
11 <!ENTITY totem-buildsize "26.9 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 <keywordset>
22 <keyword role="package">totem-&totem-version;.tar</keyword>
23 <keyword role="ftpdir">totem</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Totem-&totem-version;</title>
28
29 <indexterm zone="totem">
30 <primary sortas="a-Totem">Totem</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Totem</title>
35
36 <para>The <application>Totem</application> package contains the official
37 movie player of the GNOME desktop environment based on
38 <application>xine-lib</application> or
39 <application>GStreamer</application>. It features a playlist, a
40 full-screen mode, seek and volume controls, as well as keyboard
41 navigation. This is useful for playing any
42 <application>xine-lib</application> or
43 <application>GStreamer</application> supported file, DVD, VCD or
44 digital CD.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&totem-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&totem-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &totem-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &totem-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &totem-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &totem-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required"><xref linkend="gnome-icon-theme"/>,
72 <xref linkend="gnome-desktop"/>,
73 <xref linkend="iso-codes"/>,
74 <xref linkend="libmusicbrainz"/> and
75 <xref linkend="xine-lib"/> (default back-end) or
76 <xref linkend="gst-plugins"/> (and <ulink
77 url="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html">
78 GStreamer FFmpeg plug-in</ulink>)</para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional"><xref linkend="nautilus"/>,
82 <xref linkend="mozilla"/> or <xref linkend="firefox"/> (to build
83 the browser plug-in, requires <xref linkend="dbus"/> also),
84 <ulink url="http://www.evation.com/libirman/libirman.html">libirman</ulink>,
85 <ulink url="http://www.lirc.org">LIRC</ulink>,
86 <ulink url="http://www.home.unix-ag.org/simon/gromit/">Gromit</ulink>
87 (required for the telestrator mode) and
88 <ulink url="http://sourceforge.net/projects/nv-tv-out/">NvTv Simple</ulink></para>
89
90 <para>Note: <xref linkend="libdvdcss"/> is a run-time requirement if you
91 wish to play encrypted DVDs</para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Totem</title>
97
98 <para>Install <application>Totem</application> by running the following
99 commands:</para>
100
101<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
102 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/totem \
103 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
104make</userinput></screen>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
118 puts <application>ScrollKeeper</application> files in
119 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
120 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
121
122 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
123 puts configuration files in <filename class="directory">/etc/gnome</filename>
124 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
125
126 <para><option>--enable-vanity</option>: Using this parameter will build the
127 webcam utility (still in development).</para>
128
129 </sect2>
130
131 <sect2 role="configuration">
132 <title>Configuring Totem</title>
133
134 <sect3><title>Configuration Information</title>
135
136 <para>There are no configuration files that need to be directly edited.
137 Configuration is accomplished by setting the desired values in the
138 various menu options accessed via the <command>totem</command> graphical
139 interface.</para>
140
141 </sect3>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>totem, totem-video-thumbnailer and optionally, vanity</seg>
155 <seg>libtotem-plparser.[so,a], a <application>Nautilus</application>
156 extension plugin and optionally, a <application>Mozilla</application>
157 video plugin</seg>
158 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/totem,
159 /etc/gnome/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/[many
160 directories],
161 /etc/gnome/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/[many
162 directories],
163 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/totem,
164 /etc/gnome/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/[many
165 directories],
166 /etc/gnome/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/[many
167 directories],
168 $GNOME_PREFIX/include/totem,
169 $GNOME_PREFIX/lib/totem,
170 $GNOME_PREFIX/share/gnome/help/totem,
171 $GNOME_PREFIX/share/omf/totem and
172 $GNOME_PREFIX/share/totem</seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="totem-prog">
182 <term><command>totem</command></term>
183 <listitem>
184 <para>is a GNOME-desktop movie player.</para>
185 <indexterm zone="totem totem-prog">
186 <primary sortas="b-totem">totem</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="totem-video-thumbnailer">
192 <term><command>totem-video-thumbnailer</command></term>
193 <listitem>
194 <para>is a video thumbnailer for the GNOME desktop used internally by
195 GNOME applications such as <application>Nautilus</application> to
196 generate PNG thumbnails of video files. While it is possible to
197 invoke it manually, it is usually done automatically by
198 <application>Nautilus</application>.</para>
199 <indexterm zone="totem totem-video-thumbnailer">
200 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.