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.4 platform.
Download (HTTP): https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz
Download MD5 sum: dcb8bd1b756f2843e18b1fdf3aaeee15
Download size: 584 KB
Estimated disk space required: 10 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 2013-08-23 13:56:44 -0700