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-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.7.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.7.tar.xz
Download MD5 sum: a316c4c82ac64758d7b57e422a07a75e
Download size: 1.5 MB
Estimated disk space required: 13 MB (additional 144 KB for the tests)
Estimated build time: 0.1 SBU (additional 0.1 SBU for the tests)
GMime-2.6.23 and libsoup-2.56.0
gobject-introspection-1.50.0, libarchive-3.2.2, and libgcrypt-1.7.6
GTK-Doc-1.25, 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.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--disable-quvi
: This switch disables
libquvi support (libquvi is broken with Lua-5.3).
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-02-19 13:23:34 -0800