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.5 platform.
Download (HTTP): https://github.com/taglib/taglib/releases/download/v1.9.1/taglib-1.9.1.tar.gz
Download MD5 sum: 0d35df96822bbd564c5504cb3c2e4d86
Download size: 644 KB
Estimated disk space required: 10 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 \ .. && make
Now, as the root
user:
make install
Last updated on 2014-02-28 15:16:23 -0800