Remove special wchar handling. It's not clear for which OS versions this is needed, exactly. If this change causes failures, let me know! Bump PKGREVISION.
27 lines
652 B
Makefile
27 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.22 2010/07/10 07:56:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= taglib-1.6.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://developer.kde.org/~wheeler/taglib.html
|
|
COMMENT= Library for accessing id tags in various media files
|
|
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --enable-asf
|
|
CONFIGURE_ARGS+= --enable-mp4
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
PKGCONFIG_OVERRIDE= bindings/c/taglib_c.pc.in taglib.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|