summaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29Don't fail build if CppUnit happens to be found.markd2-1/+19
2009-07-07update to 3.0.2drochner4-12/+14
sorry, didn't find a changelog pkgsrc change: pull in libdiscid, makes CD lookup work (eg in picard)
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-16neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.wiz2-4/+4
Noted by obache@ on pkgsrc-changes@
2009-04-06Bump PKGREVISION for neon update.markd1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-2/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-05Fixed category name in BUILDLINK_PKGSRCDIR.rillig1-2/+2
(hi wiz!)
2008-01-04Use USE_CMAKE rather that doing same explicitly.markd1-9/+5
Package supports DESTDIR.
2007-06-08Initial import of libmusicbrainz-3.x:wiz5-0/+96
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.