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)
This commit is contained in:
parent
4a3cd89794
commit
44d7a8f603
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2009/11/01 16:18:27 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/05/02 14:11:23 wiz Exp $
|
||||
|
||||
SHA1 (taglib-1.6.1.tar.gz) = 20d8d95316f084c872e70c9eddc0edd75b75ea09
|
||||
RMD160 (taglib-1.6.1.tar.gz) = cb70dee0e93a5da1a5b1208c393d97945c5ce1de
|
||||
Size (taglib-1.6.1.tar.gz) = 1104563 bytes
|
||||
SHA1 (taglib-1.6.3.tar.gz) = ee54f10c63f236ef1c29c82e39c227a75a7e3785
|
||||
RMD160 (taglib-1.6.3.tar.gz) = f5cd42cfa47102e92e70f0c4912563bffa829349
|
||||
Size (taglib-1.6.3.tar.gz) = 1127286 bytes
|
||||
SHA1 (patch-aa) = f1b1dd6686140cf64e59badc4601488b94c9f290
|
||||
|
|
Loading…
Reference in a new issue