62943d2eda
* Libcddb now uses the FreeDB protocol version 6. The difference with version 5 is that now the responses from the FreeDB server are in UTF-8 format instead of ISO8859-1. So if the CD you query contains non-US-ASCII characters the results will be different in this new version of libcddb. * [NEW] It is now possible to set the character set that libcddb has to use when returning disc data (see also above). Use the cddb_set_charset function to set the user's character set. The example program, cddb_query, now also has a command-line option for specifying the character set. * [BUGFIX] FreeDB changed the specs of their CDDB file format. The results for certain discs failed to parse correctly because the libcddb parser was too strict. This should be fixed now. * [BUGFIX] When writing disc to cache, fill in category if genre is not specified. * [BUGFIX] When in CACHE_ONLY mode, do not perform network access when writing disc record.
23 lines
554 B
Makefile
23 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/11/10 15:16:47 adam Exp $
|
|
|
|
DISTNAME= libcddb-0.9.6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/}
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://libcddb.sourceforge.net/
|
|
COMMENT= Library to access data on a CDDB server
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libcddb.pc.in
|
|
GNU_CONFIGURE= yes
|
|
GCC_REQD+= 2.95
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|