diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 07:04:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 07:04:52 +0000 |
commit | fc7e49d0cde0675dc8b96d905e64a46532ce35e2 (patch) | |
tree | da8f96589c8e251e45419cbbf9581e039831cf40 /audio | |
parent | 463aa3ceeb51795214954447446347e0501171bf (diff) | |
download | pkgsrc-fc7e49d0cde0675dc8b96d905e64a46532ce35e2.tar.gz |
Mention that this is the obsolete version, and that the current
version is available in audio/libmusicbrainz.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicbrainz/DESCR | 3 | ||||
-rw-r--r-- | audio/musicbrainz/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/musicbrainz/DESCR b/audio/musicbrainz/DESCR index 797cc314b3e..df7f8b498c5 100644 --- a/audio/musicbrainz/DESCR +++ b/audio/musicbrainz/DESCR @@ -3,3 +3,6 @@ This server is designed to enable Audio CD and MP3/Vorbis players to download metadata about the music they are playing. All of the data collected on the Musicbrainz server is made available to the public under the OpenContent license. + +This package contains the obsolete 2.x series of the library, new +development should use the 3.x series, available in audio/libmusicbrainz. diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index 45b1a6e28ca..f2094884fc8 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/06/08 06:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/06/08 07:04:52 wiz Exp $ DISTNAME= libmusicbrainz-2.1.5 PKGNAME= ${DISTNAME:S/lib//} @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz -COMMENT= Second generation incarnation of the CD Index +COMMENT= Second generation incarnation of the CD Index (2.x series) PKG_INSTALLATION_TYPES= overwrite pkgviews |