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-8.3 platform.
Download (HTTP): https://taglib.github.io/releases/taglib-1.11.1.tar.gz
Download MD5 sum: cee7be0ccfc892fa433d6c837df9522a
Download size: 1.2 MB
Estimated disk space required: 9.4 MB
Estimated build time: 0.4 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 2018-08-20 13:08:58 -0700