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.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.0.tar.xz
Download MD5 sum: e87264edb3d6437c119c511a2e547bb5
Download size: 1.5 MB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
GMime-2.6.19, Intltool-0.50.2, and libsoup-2.44.2
gobject-introspection-1.38.0, libarchive-3.1.2, and libgcrypt-1.6.1
GTK-Doc-1.19 and libquvi (version 0.9)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.
Last updated on 2014-02-22 07:06:53 -0800