2f54cb840a
- delete patch-ab, NetBSD support improved since 0.5.1 (upstream) - Update 0.5.0 to 0.6.1 libdiscid ChangeLog: -------------------- libdiscid-0.6.1: - LIB-59: windows: fix bug preventing ISRC reads libdiscid-0.6.0: - LIB-41: add discid_get_troc_string() for fuzzy toc lookup - LIB-54: add libmusicbrainz example with fuzzy toc lookup - LIB-43: windows: the default drive is the first cd drive letter - LIB-45: Linux/BSD/Solaris: try several possible default device names - LIB-28: Mac: allow drive numbers as devices, default now "1" - LIB-55, LIB-56: allow drive numbers for Windows and Linux - LIB-53: discid_get_submission_url() returns the new NGS url currently no functional change, the old url was redirected - LIB-52: more validation for parameters of discid_put() - LIB-48: assert successful read/put when API is used - the discisrc example prints the name of the device usedp libdiscid-0.5.2: - LIB-51: fix ISRC reading on Mac OS X again - LIB-50: fix segfault in mb_disc_load_toc on Solaris - LIB-26: add a better test suite, including valgrind memcheck target - print time information in the discid example libdiscid-0.5.1: - LIB-40: discid_get_webservice_url() (web service version 1) is deprecated please use libmusicbrainz to gather metadata by disc ID - LIB-7: rewrote data track handling, releases with multiple data tracks This also fixes LIB-18 (no ID for DVDs) and LIB-9 (PS/PS2 CDs) - LIB-44: fix invalid disc IDs on first read of multi-session discs - LIB-37: Autotools optimization (non-recursive build etc.) - LIB-42: remove Windows 9x platform code - renamed openbsd platform code to netbsd, still used by both.
21 lines
583 B
Makefile
21 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/11/21 22:59:47 mef Exp $
|
|
|
|
DISTNAME= libdiscid-0.6.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://musicbrainz.org/doc/libdiscid
|
|
COMMENT= Library for creating MusicBrainz DiscIDs
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
|
|
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= libdiscid.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|