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.8 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.5.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.5.tar.xz
Download MD5 sum: 7ff9cf8afa8df88e7856cce578d002fe
Download size: 1.6 MB
Estimated disk space required: 13 MB (additional 1 MB for the tests)
Estimated build time: 0.1 SBU (additional 0.9 SBU for the tests)
GMime-2.6.20 and libsoup-2.50.0
gobject-introspection-1.44.0, libarchive-3.1.2, and libgcrypt-1.6.3
GTK-Doc-1.24, 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-quvi \ --disable-static && make
If you wish to run the test suite, disable two tests which fail, by running:
sed -e '/g_test_add_func (\"\/parser\/parsability/d' \ -e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \ -i plparse/tests/parser.c
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-quvi
: This
parameter is used because libquvi
is broken with Lua-5.3.
--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 2015-09-27 13:40:33 -0700