totem-pl-parser-3.26.5

Introduction to Totem PL Parser

The Totem PL Parser package contains a simple GObject-based library used to parse multiple playlist formats.

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

Package Information

Totem PL Parser Dependencies

Required

libsoup-2.72.0

Recommended

Optional

CMake-3.20.1, GTK-Doc-1.33.2, Gvfs-1.48.0 (for some tests), LCOV, and libquvi >= 0.9.1 and libquvi-scripts - if they are installed, then lua-socket (git) is necessary for the tests

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:

mkdir build &&
cd    build &&

meson --prefix /usr --default-library shared .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

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 2021-04-06 20:06:55 -0500