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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.4/totem-pl-parser-3.4.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.4/totem-pl-parser-3.4.5.tar.xz
Download MD5 sum: c675bb7e0195397d3870fd3c9690b220
Download size: 1.6 MB
Estimated disk space required: 14 MB
Estimated build time: 0.2 SBU
GMime-2.6.17, Intltool-0.50.2, and libsoup-2.42.2
gobject-introspection-1.36.0, libarchive-3.1.2, and libgcrypt-1.5.3
GTK-Doc-1.19 and libquvi
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 2013-09-02 13:01:46 -0700