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.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.2.tar.xz
Download MD5 sum: 554242a4e3e0864e825cdf0ea3720a6d
Download size: 1.6 MB
Estimated disk space required: 10 MB (additional 3 MB for the tests)
Estimated build time: 0.2 SBU (additional 0.1-0.9 SBU for the tests)
GMime-2.6.20 and libsoup-2.46.0
gobject-introspection-1.40.0, libarchive-3.1.2, and libgcrypt-1.6.2
GTK-Doc-1.20, lcov, and libquvi (version 0.9) 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
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. In a graphical section with gvfs running, test suite take much longer.
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-09-18 14:33:53 -0700