summaryrefslogtreecommitdiff
path: root/audio/taglib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-05-02 14:11:23 +0000
committerwiz <wiz@pkgsrc.org>2010-05-02 14:11:23 +0000
commit76a31ba778e285926a0b5e0b3843444b60576d64 (patch)
tree89cbd2ecbace6cba909057247fa090e08e5aa6d0 /audio/taglib/Makefile
parent6fcef5abac75b74c4595a847f4fc10b3ae133efe (diff)
downloadpkgsrc-76a31ba778e285926a0b5e0b3843444b60576d64.tar.gz
Update to 1.6.3:
TagLib 1.6.3 (Apr 17, 2010) =========================== * Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros. * Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues). * New method `int String::toInt(bool *ok)` which can return whether the conversion to a number was successfull. * Fixed parsing of incorrectly written lengths in ID3v2 (affects mainly compressed frames). (BUG:231075) TagLib 1.6.2 (Apr 9, 2010) ========================== * Read Vorbis Comments from the first FLAC metadata block, if there are multipe ones. (BUG:211089) * Fixed a memory leak in FileRef's OGA format detection. * Fixed compilation with the Sun Studio compiler. (BUG:215225) * Handle WM/TrackNumber attributes with DWORD content in WMA files. (BUG:218526) * More strict check if something is a valid MP4 file. (BUG:216819) * Correctly save MP4 int-pair atoms with flags set to 0. * Fixed compilation of the test runner on Windows. * Store ASF attributes larger than 64k in the metadata library object. * Ignore trailing non-data atoms when parsing MP4 covr atoms. * Don't upgrade ID3v2.2 frame TDA to TDRC. (BUG:228968)
Diffstat (limited to 'audio/taglib/Makefile')
-rw-r--r--audio/taglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index f75d0f9b9c4..00b764403ce 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2010/03/21 16:29:38 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2010/05/02 14:11:23 wiz Exp $
#
-DISTNAME= taglib-1.6.1
+DISTNAME= taglib-1.6.3
CATEGORIES= audio
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/