Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as VLC.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://taglib.org/releases/taglib-2.1.1.tar.gz
Download SHA256 Sum: 3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba
Download MD5 sum: 9feffe76b4643eb724185310879c3123
Download size: 4,468.4 KB
Estimated disk space required: 11,688.9 KB
Estimated build time: less than 0.5 SBU
Prepare Taglib by running the following commands:
cmake -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ONcmake --build build
The test suite requires Cppunit but it's not a BLFS package.
Now Install the package, as the root user:
cmake --install build