Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as Amarok and VLC.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://taglib.org/releases/taglib-1.13.tar.gz
Download MD5 sum: 0b75619b67b9149cfcbbe5c127df6395
Download size: 1.3 MB
Estimated disk space required: 13 MB
Estimated build time: 0.3 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/taglib
Install Taglib by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install