The libmusicbrainz package contains a library which allows you to access the data held on the MusicBrainz server. This is useful for adding MusicBrainz lookup capabilities to other applications.
libmusicbrainz version 3 is not backward compatible with version 2.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-3.0.3.tar.gz
Download MD5 sum: f4824d0a75bdeeef1e45cc88de7bb58a
Download size: 103 KB
Estimated disk space required: 9 MB
Estimated build time: less than 0.1 SBU
cmake-2.8.7, libdiscid-0.2.2 and neon-0.29.6
cppunit (Required to run the test suite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmusicbrainz3
Install libmusicbrainz by running the following commands:
cmake -DCMAKE_INSTALL_PREFIX=/usr . && make
To test the results, issue: make check.
Now, as the root user:
make install
Last updated on 2012-05-15 20:06:10 +0000