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-7.9 platform.
Download (HTTP): https://taglib.github.io/releases/taglib-1.10.tar.gz
Download MD5 sum: 5b4441a15423b046dd92a096e09ea22c
Download size: 1.2 MB
Estimated disk space required: 12 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 \ .. && make
Now, as the root
user:
make install
Last updated on 2016-02-24 00:06:22 -0800