Totem-3.10.1
Introduction to Totem
Totem package contains the
official movie player of the GNOME
Desktop based on GStreamer. It
features a playlist, a full-screen mode, seek and volume controls,
as well as keyboard navigation. This is useful for playing any
GStreamer supported file, DVD, VCD
or digital CD.
This package is known to build and work properly using an LFS-7.5
platform.
Package Information
Totem Dependencies
Required
clutter-gst-2.0.10, clutter-gtk-1.4.4, gnome-icon-theme-3.10.0, gst-plugins-bad-1.2.3, gst-plugins-good-1.2.3, libpeas-1.9.0,
totem-pl-parser-3.10.0, and yelp-xsl-3.10.1
Recommended
dbus-glib-0.102, Grilo-0.2.8,
Grilo-Plugins-0.2.10 (they appear under
View -> Browse or View -> Search), Nautilus-3.10.1,
PyGObject-3.10.2, and Vala-0.22.1
Optional
GTK-Doc-1.19, libzeitgeist-0.3.18, LIRC, pylint, and Xulrunner-27.0.1
Recommended (Runtime)
gst-libav-1.2.3, gst-plugins-ugly-1.2.3, and libdvdcss-1.2.13
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/totem
Installation of Totem
Install Totem by running the
following commands:
./configure --prefix=/usr \
--disable-static &&
make
This package does not come with a testsuite.
Now, as the root
user:
make install
Command Explanations
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
--libexecdir=/usr/lib
: This option will
put the package's private programs into /usr/lib/totem
instead of /usr/libexec/totem
in accordance with the old
version of the FHS used before LFS-7.5.
Contents
Installed Programs:
totem, totem-audio-preview, and
totem-video-thumbnailer
Installed Library:
libtotem.so
Installed Directories:
/usr/include/totem, /usr/lib/totem,
/usr/libexec/totem, /usr/share/gtk-doc/html/totem,
/usr/share/help/*/totem, and /usr/share/totem
Short Descriptions
totem
|
is a GNOME Desktop movie
player based on GStreamer.
|
totem-video-thumbnailer
|
is a video thumbnailer for the GNOME Desktop used internally by
GNOME applications such
as Nautilus to generate
PNG thumbnails of video files. While it is possible to
invoke it manually, it is usually done automatically by
Nautilus.
|
libtotem.so
|
contains the Totem API
functions.
|
Last updated on 2014-03-03 19:06:31 -0800