totem-pl-parser-3.4.2

Introduction to Totem PL Parser

The Totem PL Parser package contains a simple GObject-based library used to parse a host of playlist formats, as well as save those.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

Totem PL Parser Dependencies

Required

GMime-2.4.32, intltool-0.50.0 and libsoup-2.38.1

Recommended

Optional

GTK-Doc-1.18, libarchive-3.0.3, libgcrypt-1.5.0 and Quvi

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/totem-pl-parser

Installation of Totem PL Parser

Install Totem PL Parser by running the following commands:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue: make check. You will need an active internet connection in order to sucessfully complete all tests.

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.

Contents

Installed Libraries: libtotem-plparser-mini.so and libtotem-plparser.so
Installed Directories: /usr/include/totem-pl-parser and /usr/share/gtk-doc/html/totem-pl-parser

Short Descriptions

libtotem-plparser.so

is a Totem Playlist Parser library.

libtotem-plparser-mini.so

is a Totem Playlist Parser library, mini version.

Last updated on 2012-05-16 16:39:28 +0000