summaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30update to 3.0.3drochner1-4/+4
changes: -Use Requires.private instead of Requires for dependencies in libmusicbrainz3.pc -Support for reading and submitting ISRCs -Support for reading ratings for all entity type -Full release group and label support -C wrappers for extractFragment and extractUuid -Support for filtering by any Lucene query
2009-07-29Don't fail build if CppUnit happens to be found.markd1-1/+2
2009-07-07update to 3.0.2drochner1-4/+4
sorry, didn't find a changelog pkgsrc change: pull in libdiscid, makes CD lookup work (eg in picard)
2007-06-08Initial import of libmusicbrainz-3.x:wiz1-0/+5
MusicBrainz is a user-maintained community music metadatabase. Music metadata is information such as the artist name, the release title, and the list of tracks that appear on a release. MusicBrainz collects this information about recordings and makes it available to the public. All of the data in MusicBrainz is user contributed and user maintained. This library is an interface to the MusicBrainz database. It is aimed at developers of media players, CD rippers, taggers and other applications requiring music metadata. The service's architecture follows the REST design principles. Interaction with the web service is done using HTTP and all content is served in a simple but flexible XML format.