summaryrefslogtreecommitdiff
path: root/audio/taglib
diff options
context:
space:
mode:
authorwiz <wiz>2013-10-17 07:30:39 +0000
committerwiz <wiz>2013-10-17 07:30:39 +0000
commit7c7902e8008ca4b85238a04b5e4184765537952d (patch)
tree44578dfa7aca9e7d66be81f9d84b0ac9b696a1e5 /audio/taglib
parentd96ebb1ca70e906f1e82961c508aa32d0cbacd70 (diff)
downloadpkgsrc-7c7902e8008ca4b85238a04b5e4184765537952d.tar.gz
Update to 1.9.1.
TagLib 1.9.1 (Oct 8, 2013) ========================== * Fixed binary incompatible change in TagLib::Map and TagLib::List. * Fixed constructing String from ByteVector. * Fixed compilation on MSVC with the /Zc:wchar_t- option. * Fixed detecting of RIFF files with invalid chunk sizes. * Added TagLib::MP4::PropertyMap::codec(). TagLib 1.9 (Oct 6, 2013) ======================== * Added support for the Ogg Opus file format. * Added support for INFO tags in WAV files. * Changed FileStream to use Windows file API. * Included taglib-config.cmd script for Windows. * New ID3v1::Tag methods for working directly with genre numbers. * New MPEG::File methods for checking which tags are saved in the file. * Added support for the PropertyMap API to ASF and MP4 files. * Added MusicBrainz identifiers to the PropertyMap API. * Allowed reading of MP4 cover art without an explicitly specified format. * Better parsing of corrupted FLAC files. * Fixed saving of PropertyMap comments without description into ID3v2 tags. * Fixed crash when parsing certain XM files. * Fixed compilation of unit test with clang. * Better handling of files that can't be open or have read-only permissions. * Improved atomic reference counting. * New hookable API for debug messages. * More complete Windows install instructions. * Many smaller bug fixes and performance improvements.
Diffstat (limited to 'audio/taglib')
-rw-r--r--audio/taglib/Makefile10
-rw-r--r--audio/taglib/PLIST9
-rw-r--r--audio/taglib/distinfo8
3 files changed, 15 insertions, 12 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 55f22548837..f5f4ac5b580 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.31 2012/12/17 12:39:46 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.32 2013/10/17 07:30:39 wiz Exp $
-DISTNAME= taglib-1.8
-PKGREVISION= 1
+DISTNAME= taglib-1.9.1
CATEGORIES= audio
-MASTER_SITES= http://cloud.github.com/downloads/taglib/taglib/
+MASTER_SITES= http://taglib.github.io/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://taglib.github.com/
+HOMEPAGE= http://taglib.github.io/
COMMENT= Library for accessing id tags in various media files
LICENSE= gnu-lgpl-v2.1 OR mpl-1.1
diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST
index 2e282c81ead..106e00475aa 100644
--- a/audio/taglib/PLIST
+++ b/audio/taglib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2012/10/02 17:24:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2013/10/17 07:30:39 wiz Exp $
bin/taglib-config
include/taglib/aifffile.h
include/taglib/aiffproperties.h
@@ -30,6 +30,7 @@ include/taglib/id3v2framefactory.h
include/taglib/id3v2header.h
include/taglib/id3v2synchdata.h
include/taglib/id3v2tag.h
+include/taglib/infotag.h
include/taglib/itfile.h
include/taglib/itproperties.h
include/taglib/modfile.h
@@ -51,6 +52,8 @@ include/taglib/oggfile.h
include/taglib/oggflacfile.h
include/taglib/oggpage.h
include/taglib/oggpageheader.h
+include/taglib/opusfile.h
+include/taglib/opusproperties.h
include/taglib/ownershipframe.h
include/taglib/popularimeterframe.h
include/taglib/privateframe.h
@@ -68,6 +71,7 @@ include/taglib/taglib_export.h
include/taglib/tbytevector.h
include/taglib/tbytevectorlist.h
include/taglib/tbytevectorstream.h
+include/taglib/tdebuglistener.h
include/taglib/textidentificationframe.h
include/taglib/tfile.h
include/taglib/tfilestream.h
@@ -77,6 +81,7 @@ include/taglib/tlist.tcc
include/taglib/tmap.h
include/taglib/tmap.tcc
include/taglib/tpropertymap.h
+include/taglib/trefcounter.h
include/taglib/trueaudiofile.h
include/taglib/trueaudioproperties.h
include/taglib/tstring.h
@@ -97,7 +102,7 @@ include/taglib/xmfile.h
include/taglib/xmproperties.h
lib/libtag.so
lib/libtag.so.1
-lib/libtag.so.1.12.0
+lib/libtag.so.1.14.0
lib/libtag_c.so
lib/libtag_c.so.0
lib/libtag_c.so.0.0.0
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index 669342bb960..5bd293a7ba5 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/10/02 17:24:48 wiz Exp $
+$NetBSD: distinfo,v 1.17 2013/10/17 07:30:39 wiz Exp $
-SHA1 (taglib-1.8.tar.gz) = bdbfd746fde42401d3a77cd930c7802d374a692d
-RMD160 (taglib-1.8.tar.gz) = 1009fe5b59043ff2096087ea167b358a175e5a92
-Size (taglib-1.8.tar.gz) = 595937 bytes
+SHA1 (taglib-1.9.1.tar.gz) = 4fa426c453297e62c1d1eff64a46e76ed8bebb45
+RMD160 (taglib-1.9.1.tar.gz) = 932a71f5c9e8fe332a90d29a36ac1310c025879c
+Size (taglib-1.9.1.tar.gz) = 654074 bytes