diff options
author | salo <salo@pkgsrc.org> | 2003-02-20 16:02:34 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-20 16:02:34 +0000 |
commit | 8ad3dcddf450038526c1dabd58d7b193e1efc28b (patch) | |
tree | c9c82f5b4e28a2f0833b6e36af5b7c97a7516159 /audio/musicbrainz/PLIST | |
parent | 472bd1ccd1401988d192ab7ba0523c9a7de2ab3e (diff) | |
download | pkgsrc-8ad3dcddf450038526c1dabd58d7b193e1efc28b.tar.gz |
Updated to version 2.0.0.
Addresses PR pkg/20446 by Matthias Friedrich.
Changes:
2.0.0:
======
- Removed some spurious C++ comments from mb_c.h
- Fixes and improvements to the python language bindings and tools
- Updated NetBSD cdrom reading code
2.0.0-pre4:
===========
- Two new functions have been added:
mb_GetFragmentFromURL - Retrieve a fragment from a URI
mb_GetOrdinalFromList - Retrieve a list ordinal from a given list --
this is sometimes needed to determine the
location of an item in a list. (e.g. a track
in an album in order to find the track number)
- The TRM code has been updated for TRM B#er.
- New queries have been added to queries.h in order to support the improved
FileLookupInterface.
- The client library now uses the mm-2.1 and mq-1.1 namespaces.
- The client library will now be referred to as libmusicbrainz
2.0.0-pre1:
===========
- Added authentication support
- Added new queries
- Added support for submitting client version to the server during TRM
submits
- Updated client code for TRM B#er
Diffstat (limited to 'audio/musicbrainz/PLIST')
-rw-r--r-- | audio/musicbrainz/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicbrainz/PLIST b/audio/musicbrainz/PLIST index 94b3b434cdb..ce89ac8383d 100644 --- a/audio/musicbrainz/PLIST +++ b/audio/musicbrainz/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/19 20:23:58 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/20 16:02:34 salo Exp $ include/musicbrainz/bitprintinfo.h include/musicbrainz/bitzi/bitcollider.h include/musicbrainz/bitzi/gui_win32.h include/musicbrainz/bitzi/list.h include/musicbrainz/bitzi/plugin.h +include/musicbrainz/browser.h include/musicbrainz/errors.h include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h |