dd480d47ae
TagLib 1.6.1 (Oct 31, 2009) =========================== * Better detection of the audio codec of .oga files in FileRef. * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to include the Vorbis framing bit, which is only correct for Ogg Vorbis. * Public symbols now have explicitly set visibility to "default" on GCC. * Added missing exports for static ID3v1 functions. * Fixed a typo in taglib_c.pc * Fixed a failing test on ppc64. * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them as text atoms, which corrupted them in some cases. * Fixed ID3v1-style genre to string conversion in MP4 files.
32 lines
800 B
Makefile
32 lines
800 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/11/01 16:18:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= taglib-1.6.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/
|
|
|
|
MAINTAINER= chris@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
|
|
|
|
pre-build:
|
|
cp ${FILESDIR}/id3lib_strings.h ${WRKSRC}/taglib/toolkit/.
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/id3lib_strings.h ${DESTDIR}${PREFIX}/include/taglib/.
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|