The Totem PL Parser package contains a simple GObject-based library used to parse multiple playlist formats.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.6.tar.xz
ダウンロード MD5 sum: 69dc2cf0e61e6df71ed45156b24b14da
ダウンロードサイズ: 1.4 MB
必要ディスク容量: 9.6 MB (with tests)
概算ビルド時間: 0.1 SBU (with tests)
gobject-introspection-1.78.1, libarchive-3.7.2, libgcrypt-1.10.3
CMake-3.28.1, GTK-Doc-1.33.2, Gvfs-1.52.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
本パッケージのテストの中には、インターネット接続を必要とするものがあります。
以下のコマンドを実行して totem-pl-parser をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja
test を実行します。 parser
というテストは失敗します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。