summaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-21Recursive bump by audio/libdiscid 0.50 -> 0.61mef2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-05-29Set LICENSE.wiz1-1/+2
2012-05-29Mark as version 3 of the library, now that version 5 is packaged.wiz2-2/+5
Bump PKGREVISION.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2010-11-30update to 3.0.3drochner3-9/+9
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
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-3/+4
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.