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.6
systemd platform.
Package Information
Totem Dependencies
Required
clutter-gst-2.0.12, clutter-gtk-1.5.4, gnome-icon-theme-3.12.0, gst-plugins-bad-1.4.1, gst-plugins-good-1.4.1, libpeas-1.10.1, totem-pl-parser-3.10.2, and yelp-xsl-3.12.0
Recommended
appdata-tools-0.1.8, dbus-glib-0.102, Grilo-Plugins-0.2.13 (Channels),
Nautilus-3.12.2, PyGObject-3.12.2, and Vala-0.24.0
Optional
Avahi-0.6.31, GTK-Doc-1.20,
LIRC, pylint, and
Zeitgeist
Recommended (Runtime)
gst-libav-1.4.1, gst-plugins-ugly-1.4.1, and libdvdcss-1.3.0
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.