The Totem PL Parser package contains a simple GObject-based library used to parse multiple playlist formats.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.8.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/3.10/totem-pl-parser-3.10.8.tar.xz
Download MD5 sum: 2c2fb44c3124dd98ec827bcfcd040049
Download size: 1.5 MB
Estimated disk space required: 9.5 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
GMime-2.6.23 and libsoup-2.58.2
gobject-introspection-1.52.1, libarchive-3.3.2, and libgcrypt-1.8.0
GTK-Doc-1.26, 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-08-28 13:39:51 -0700