The Totem PL Parser package contains a simple GObject-based library used to parse multiple playlist formats.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.7.tar.xz
MD5 校验和:5ec24e9d41984c50f84453a5fc92bafe
大小:1.5 MB
预计所需磁盘空间:14 MB(含测试)
预计构建时间:0.1 SBU(含测试)
GLib-2.88.2 (with GObject Introspection), libarchive-3.8.8, and libgcrypt-1.12.2
CMake-4.3.4, GTK-Doc-1.36.1, Gvfs-1.60.1 (for some tests), LCOV, and libquvi >= 0.9.1 and libquvi-scripts - if they are installed, then lua-socket (git) is necessary for the tests
An Internet connection is needed for some tests of this package. The system certificate store may need to be set up with make-ca-1.16.1 before testing this package.
Install Totem PL Parser by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja
test. The test named parser is known to fail.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.