pkgsrc/audio/libcddb/Makefile

26 lines
607 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.28 2016/04/20 12:10:27 nros Exp $
DISTNAME= libcddb-1.3.2
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/}
Changes 1.2.1: * [NEW] It is now possible to fine tune the text search by specifying which fields and categories to consider. * [BUGFIX] Fixed cddb_sites function returning random values due to uninitialized value. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 121. Changes 1.2.0: * [NEW] Support for searching the FreeDB database using a text string has been added. This feature has a similar API as the query command but uses a string instead of actual disc data. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 120. Changes 1.1.0: * [IMPORTANT] The installed header files now no longer contain any actual structure definitions. All libcddb structures are now truly opaque for the user of the library. Some of the structures have also been updated. This means that the library is not binary compatible with the previous version. It should however be possible to just recompile any software using libcddb and link it against this new library. The API is backwards compatible so no changes to the software should be necessary. * [NEW] Support for the FreeDB sites command that can be used to get a list of mirror servers. A function was also added to initialize the libcddb server connection data using one of the servers returned by this command * [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned when invalid input parameters are passed to one of the library functions. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 110.
2005-08-08 10:41:44 +02:00
EXTRACT_SUFX= .tar.bz2
2004-04-22 18:08:47 +02:00
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://libcddb.sourceforge.net/
COMMENT= Library to access data on a CDDB server
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libcddb.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-cdio
GCC_REQD+= 2.95
USE_TOOLS+= pkg-config
TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"