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.7
platform.
Package Information
Totem Dependencies
Required
adwaita-icon-theme-3.14.1,
clutter-gst-2.0.14, clutter-gtk-1.6.0, gst-plugins-bad-1.4.5, gst-plugins-good-1.4.5, Itstool-2.0.2, libpeas-1.13.0, and
totem-pl-parser-3.10.4
Recommended
appstream-glib-0.3.0, dbus-glib-0.104, Grilo-Plugins-0.2.14 (Channels),
Nautilus-3.14.2, PyGObject-3.14.0, and Vala-0.26.2
Optional
Avahi-0.6.31 (if installed at build time, make
sure avahi-daemon is running as a system daemon, started by
bootscript/systemd unit), Brasero-3.12.0, GTK-Doc-1.21,
LIRC, pylint, and
zeitgeist,
Recommended (Runtime)
gst-libav-1.4.5, gst-plugins-ugly-1.4.5, 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.