f5ca828ee3
This library is dead upstream and shouldn't be used for new stuff. It hasn't been updated to support the newer musepack library (audio/musepack) and thus depended on the old libmpcdec package instead. This causes conflicts if you want to install e.g. KDE and vlc. Requested by Sverre Froyen, ok markd@
40 lines
1.3 KiB
Makefile
40 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2014/04/30 06:33:21 wiz Exp $
|
|
|
|
DISTNAME= libtunepimp-0.5.3
|
|
PKGREVISION= 15
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
|
|
http://ftp.musicbrainz.org/pub/musicbrainz/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://musicbrainz.org/doc/libtunepimp
|
|
COMMENT= Library to support MusicBrainz enabled tagging
|
|
# alternatively, gnu-lgpl-v2 is also supported, but then the package
|
|
# would need to disable some plugins; so the pkgsrc version currently
|
|
# falls under gnu-gpl-v2
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
CONFLICTS+= tunepimp-[0-9]* trm-[0-9]*
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
pre-configure:
|
|
${ECHO} "#define HAVE_STATVFS 1" >> ${WRKSRC}/config.h.in
|
|
.endif
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/musicbrainz/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../audio/libofa/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../audio/taglib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/readline.buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../multimedia/libmp4v2/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|