source: gnome/applications/totem.xml@ 1858c8a

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 1858c8a was 1858c8a, checked in by Ken Moffat <ken@…>, 11 years ago

Add grilo, tag totem.

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

  • Property mode set to 100644
File size: 7.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/3.8/totem-&totem-version;.tar.xz">
8 <!ENTITY totem-download-ftp "&gnome-download-ftp;/totem/3.8/totem-&totem-version;.tar.xz">
9 <!ENTITY totem-md5sum "a7b332a6d3bb475e425fcb3bc45affee">
10 <!ENTITY totem-size "3.1 MB">
11 <!ENTITY totem-buildsize "80 MB">
12 <!ENTITY totem-time "0.8 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>
33 <application>Totem</application> package contains the official
34 movie player of the <application>GNOME</application> Desktop based on
35 <application>GStreamer</application>. It features a playlist, a full-screen
36 mode, seek and volume controls, as well as keyboard navigation. This is
37 useful for playing any <application>GStreamer</application> supported file,
38 DVD, VCD or digital CD.
39 </para>
40
41 &lfs74_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&totem-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&totem-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &totem-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &totem-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &totem-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &totem-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Totem Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="clutter-gst2"/>,
82 <xref linkend="clutter-gtk"/>,
83 <xref linkend="gnome-icon-theme"/>,
84 <xref linkend="gst10-plugins-bad"/>,
85 <xref linkend="gst10-plugins-good"/>,
86 <xref linkend="libpeas"/>,
87 <xref linkend="totem-pl-parser"/> and
88 <xref linkend="yelp-xsl"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="dbus-glib"/>,
94 <xref linkend="grilo"/>,
95 <xref linkend="nautilus"/>,
96 <xref linkend="pygobject3"/> and
97 <xref linkend="vala"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <ulink url="http://live.gnome.org/Grilo/">grilo-plugins</ulink>,
103 <xref linkend="gtk-doc"/>,
104 <xref linkend="libzeitgeist"/>,
105 <ulink url="http://www.lirc.org">LIRC</ulink>,
106 <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink> and
107 <xref linkend="xulrunner"/>
108 </para>
109
110 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
111 <para role="recommended">
112 <xref linkend="gst10-libav"/>,
113 <xref linkend="gst10-plugins-ugly"/> and
114 <xref linkend="libdvdcss"/>
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/totem"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Totem</title>
124
125 <para>
126 Install <application>Totem</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>./configure --prefix=/usr \
131 --libexecdir=/usr/lib/totem \
132 --disable-static &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 This package does not come with a testsuite.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/static-libraries.xml"/>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/gtk-doc-rebuild.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Library</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 totem, totem-audio-preview and totem-video-thumbnailer
169 </seg>
170 <seg>
171 libtotem.so
172 </seg>
173 <seg>
174 /usr/include/totem,
175 /usr/lib/totem,
176 /usr/share/gtk-doc/html/totem,
177 /usr/share/help/*/totem and
178 /usr/share/totem
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="totem-prog">
189 <term><command>totem</command></term>
190 <listitem>
191 <para>
192 is a <application>GNOME</application> Desktop movie player based
193 on <application>GStreamer</application>.
194 </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>
205 is a video thumbnailer for the <application>GNOME</application>
206 Desktop used internally by <application>GNOME</application>
207 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>.
211 </para>
212 <indexterm zone="totem totem-video-thumbnailer">
213 <primary sortas="b-totem-video-thumbnailer">totem-video-thumbnailer</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="libtotem">
219 <term><filename class="libraryfile">libtotem.so</filename></term>
220 <listitem>
221 <para>
222 contains the <application>Totem</application> API functions.
223 </para>
224 <indexterm zone="totem libtotem">
225 <primary sortas="c-libtotem">libtotem.so</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.