UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

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

Template:
Codename: taglib
Source file: taglib-1.13.1.tar.gz
Source file size: 1372618
Source file MD5-checkum: 2fe6089da73ad414aa1b982b83415362
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