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.
MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. You can use the MusicBrainz data either by browsing the web site, or you can access the data from a client program — for example, a CD player program can use MusicBrainz to identify CDs and provide information about the CD, about the artist or other related information.
libmusicbrainz version 3 is not backward compatible with version 2.
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
libdiscid-0.2.2 and 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 2011-08-03 13:17:37 +0000