pkgsrc/audio/libdiscid/Makefile
epg 409c007e54 libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
It reads a CD's table of contents (TOC) and generates an identifier which
can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
Additionally, it provides a submission URL for adding the DiscID to
the database.

The interface of this library is new, but the DiscID algorithm and the
operating system dependent CD-ROM/DVD-ROM access code have been ported
from libmusicbrainz version 2.
2006-10-13 02:31:56 +00:00

21 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/10/13 02:31:56 epg Exp $
DISTNAME= libdiscid-0.1.0
CATEGORIES= audio
MASTER_SITES= http://users.musicbrainz.org/~matt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://musicbrainz.org/doc/libdiscid
COMMENT= Library for creating MusicBrainz DiscIDs
# XXX We don't yet have libmusicbrainz, so this could be wrong; it
# might end up packaged as libmusicbrainz3, for example.
CONFLICTS= libmusicbrainz>=3.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libdiscid.pc.in
.include "../../mk/bsd.pkg.mk"