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-10.1 platform.
Download (HTTP): https://taglib.github.io/releases/taglib-1.12.tar.gz
Download MD5 sum: 4313ed2671234e029b7af8f97c84e9af
Download size: 1.3 MB
Estimated disk space required: 13 MB
Estimated build time: 0.3 SBU
User Notes: http://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
Last updated on 2021-02-21 17:09:04 -0600