summaryrefslogtreecommitdiff
path: root/audio/taglib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-17 07:30:39 +0000
committerwiz <wiz@pkgsrc.org>2013-10-17 07:30:39 +0000
commit1da333da9e09b8b145f25ffe1d895676cd085e85 (patch)
tree44578dfa7aca9e7d66be81f9d84b0ac9b696a1e5 /audio/taglib/Makefile
parent21f24a781e1185932504e94d28d66eb22b1baf3b (diff)
downloadpkgsrc-1da333da9e09b8b145f25ffe1d895676cd085e85.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/Makefile')
-rw-r--r--audio/taglib/Makefile10
1 files changed, 4 insertions, 6 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