The libmusicbrainz package contains a library which allows you to access the data held on the MusicBrainz server.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): https://github.com/downloads/metabrainz/libmusicbrainz/libmusicbrainz-5.0.1.tar.gz
Download MD5 sum: a0406b94c341c2b52ec0fe98f57cadf3
Download size: 108 KB
Estimated disk space required: 7.0 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmusicbrainz5
Install libmusicbrainz by running the following commands:
patch -Np1 -i ../libmusicbrainz-5.0.1-build_system-1.patch && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2014-09-17 21:56:07 -0700