UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

taglib

Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as Amarok and VLC.

Package info

Codename: taglib
Source file: taglib-1.13.1.tar.gz
Source directory: taglib-1.13.1
Package URL: https://umvirt.com/linux/downloads/0.2/packages/t/taglib-1.13.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/t/taglib-1.13.1.tar.gz.md5sum
Dependances: cmake.
Dependance of: vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DBUILD_SHARED_LIBS=ON \
      ..

Build script:
cd    build &&
make

Install script:
cd    build &&
make install