7738fa764c
pkgsrc change: Fix installed .pc file to include rpath. Changes from 1.4 to 1.5 * Support for Mac OS X and Microsoft Windows * Distributed under the MPL (in addition to the previous LGPL license) * Added support for Speex files * Added support for TrueAudio files * Added support for WavPack files * Added support for ID3v2 general encapsulated object frames * Added support for ID3v2 unsynchronized lyrics frames * Added support for ID3v2 URL frames * Propper exports of all public classes / functions * Updated the APE::Item API to work with value lists * Added support to the FileRef class for new Xiph (Ogg) extensions * Made the samples per frame for MPEG headers accessible * Made MP3 Xing headers accessible * Prevent invalid encodings from being written to ID3v1 tags * Non-Latin1 ID3v2 text frames are automatically converted to UTF-8 on write (if they are not explicitly set to UTF-16) * Added support for reading ID3v2.2/3 unsynchronized tags * Made it possible to search for ID3v2 comment frames by description * Fixed a number of bugs in ID3v2 relative volume adjustment reading and writing * Added work arounds for iTunes writing invalid ID3v2 frame lengths * Added work arounds for iTunes not being able to correctly parse numerical ID3v2 genres * Added work arounds for iTunes putting non-text information in ID3v2 comment frames * Added a function to export strings to std::wstring * Added a function to check ASCII compatibility of strings * Added a function to check Latin1 compatibility of strings
28 lines
701 B
Makefile
28 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/03/04 10:31:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= taglib-1.5
|
|
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 mp3 and ogg files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= YES
|
|
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"
|