55fb61b0b1
Changes for libmusicbrainz 2.1.3 ------------------------------------- - New queries for selecting album artists: - MBS_SelectAlbumArtist - MBE_AlbumGetAlbumArtistName - MBE_AlbumGetAlbumArtistSortName - New query MBE_AlbumGetCdindexId - Using size_t instead of int in networking code - Little fixes in the API documentation - Python bindings: - Using the new ctypes 0.9.9.x API, with support to fallback to the old API if only an old ctypes version is installed - Removed dependency on ctypes in setup.py
29 lines
710 B
Makefile
29 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.19 2006/07/10 16:11:26 wiz Exp $
|
|
|
|
DISTNAME= libmusicbrainz-2.1.3
|
|
PKGNAME= ${DISTNAME:S/lib//}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://www.musicbrainz.org/
|
|
COMMENT= Second generation incarnation of the CD Index
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE= libmusicbrainz.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-cpp-headers
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if empty(CC_VERSION:Mgcc*)
|
|
BUILDLINK_TRANSFORM+= rm:-lstdc++
|
|
.endif
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|