Updated taglib to 1.11.1.
TagLib 1.11.1 (Oct 24, 2016) ============================ * Fixed binary incompatible change in TagLib::String. * Fixed reading ID3v2 CTOC frames with a lot of entries. * Fixed seeking ByteVectorStream from the end.
This commit is contained in:
parent
5a4e09e80c
commit
ab14a904fb
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.36 2016/05/14 15:01:05 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2016/10/31 16:32:56 wiz Exp $
|
||||
|
||||
DISTNAME= taglib-1.11
|
||||
PKGREVISION= 1
|
||||
DISTNAME= taglib-1.11.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://taglib.github.io/releases/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2016/05/05 12:01:51 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2016/10/31 16:32:56 wiz Exp $
|
||||
bin/taglib-config
|
||||
include/taglib/aifffile.h
|
||||
include/taglib/aiffproperties.h
|
||||
|
@ -107,7 +107,7 @@ include/taglib/xmfile.h
|
|||
include/taglib/xmproperties.h
|
||||
lib/libtag.so
|
||||
lib/libtag.so.1
|
||||
lib/libtag.so.1.16.0
|
||||
lib/libtag.so.1.17.0
|
||||
lib/libtag_c.so
|
||||
lib/libtag_c.so.0
|
||||
lib/libtag_c.so.0.0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.20 2016/05/05 12:01:51 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.21 2016/10/31 16:32:56 wiz Exp $
|
||||
|
||||
SHA1 (taglib-1.11.tar.gz) = 426e49f5e2f941b805ce148415a3ad58462263f4
|
||||
RMD160 (taglib-1.11.tar.gz) = 1f900807c5f0998fbc7f7c4005d00fc42e0bce83
|
||||
SHA512 (taglib-1.11.tar.gz) = f353bd0dadcc75f8a8f08919efc3aec2502166a3e23dd605f1b1c14ffe68ea1d2c59731bc4e0e4ee879ccf33436e4084e7c4d983034a1ce85fe0fa31a78dede7
|
||||
Size (taglib-1.11.tar.gz) = 1263736 bytes
|
||||
SHA1 (taglib-1.11.1.tar.gz) = 80a30eeae67392f636c9f113c60d778c2995c99e
|
||||
RMD160 (taglib-1.11.1.tar.gz) = 408d2a888875bc29fc64c4d0056daebba2c55192
|
||||
SHA512 (taglib-1.11.1.tar.gz) = 7846775c4954ea948fe4383e514ba7c11f55d038ee06b6ea5a0a1c1069044b348026e76b27aa4ba1c71539aa8143e1401fab39184cc6e915ba0ae2c06133cb98
|
||||
Size (taglib-1.11.1.tar.gz) = 1261620 bytes
|
||||
|
|
Loading…
Reference in a new issue