0a88aaa600
set to 1.0.0. 2008-09-21 -- 1.0.0 * Improved: XSPF writing API re-designed * Added: Customizable malicious XML detection, off by default * Fixed: Deep-copy broken in SpiffTrack and SpiffProps * Fixed: Strip example working again * Fixed: Some Code::Blocks files missing in release archives * Fixed: Documentation fixes * Added: Virtual hook to hopefully save a few ABI breaks in the future * Improved: Now shipping gnulib's config.guess from HEAD * Changed: No longer exposing these classes: - SpiffDataWriter - SpiffTrackWriter - SpiffPropsWriter - SpiffSkipExtensionReader - SpiffStrictReaderCallback * Changed: No longer bundling Expat and uriparser * Soname: 4:0:0
30 lines
768 B
Makefile
30 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/31 22:36:28 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= libspiff-1.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libspiff/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= bjs@NetBSD.org
|
|
HOMEPAGE= http://libspiff.sourceforge.net/
|
|
COMMENT= XML Shareable Playlist Format (XSPF) library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat:Q}
|
|
CONFIGURE_ARGS+= --with-uriparser=${BUILDLINK_PREFIX.uriparser:Q}
|
|
|
|
TEST_TARGET= check
|
|
|
|
BUILDLINK_ABI_DEPENDS.expat+= expat>=2.0.0nb1
|
|
BUILDLINK_API_DEPENDS.uriparser+= uriparser>=0.7.2
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../textproc/uriparser/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|