totem-pl-parser-3.4.5

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.4 platform.

Package Information

Totem PL Parser Dependencies

Required

GMime-2.6.17, Intltool-0.50.2, and libsoup-2.42.2

Recommended

Optional

GTK-Doc-1.19 and libquvi

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 successfully 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 Programs: None
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 the Totem Playlist Parser library.

libtotem-plparser-mini.so

is the Totem Playlist Parser library, mini version.

Last updated on 2013-09-02 13:01:46 -0700