summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-19 13:38:31 +0000
committerwiz <wiz>2009-09-19 13:38:31 +0000
commit78ee9d5f0e03d3f0155275dad20f394c31e349e6 (patch)
tree096f6f62e71ab9147d618e6f7bb0acd88f49f78d /audio
parentc1d1e7fcc46e6e6efe4f8720c01dc6ac2b1e93b6 (diff)
downloadpkgsrc-78ee9d5f0e03d3f0155275dad20f394c31e349e6.tar.gz
Update to 1.6:
1.6: * New CMake option to build a static version - ENABLE_STATIC. * Added support for disabling dllimport/dllexport on Windows using the TAGLIB_STATIC macro. * Support for parsing the obsolete 'gnre' MP4 atom. * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if TagLib was built with MP4/ASF support. 1.6 RC1: * Split Ogg packets larger than 64k into multiple pages. (BUG:171957) * TagLib can now use FLAC padding block. (BUG:107659) * ID3v2.2 frames are now not incorrectly saved. (BUG:176373) * Support for ID3v2.2 PIC frames. (BUG:167786) * Fixed a bug in ByteVectorList::split(). * XiphComment::year() now falls back to YEAR if DATE doesn't exist and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't exist. (BUG:144396) * Improved ID3v2.3 genre parsing. (BUG:188578) * Better checking of corrupted ID3v2 APIC data. (BUG:168382) * Bitrate calculating using the Xing header now uses floating point numbers. (BUG:172556) * New TagLib::String method rfind(). * Added support for MP4 file format with iTunes-style metadata [optional]. * Added support for ASF (WMA) file format [optional]. * Fixed crash when saving a Locator APEv2 tag. (BUG:169810) * Fixed a possible crash in the non-const version of String::operator[] and in String::operator+=. (BUG:169389) * Added support for PRIV ID3v2 frames. * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres. * Added support for the POPM (rating/playcount) ID3v2 frame. * Generic RIFF file format support: * Support for AIFF files with ID3v2 tags. * Support for WAV files with ID3v2 tags. * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted frames. (BUG:161721) * Fixed overflow while calculating bitrate of FLAC files with a very high bitrate.
Diffstat (limited to 'audio')
-rw-r--r--audio/taglib/Makefile6
-rw-r--r--audio/taglib/PLIST19
-rw-r--r--audio/taglib/distinfo8
3 files changed, 25 insertions, 8 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 6873522f29f..0bfe222fd0e 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2008/03/04 10:31:01 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/09/19 13:38:31 wiz Exp $
#
-DISTNAME= taglib-1.5
+DISTNAME= taglib-1.6
CATEGORIES= audio
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/
MAINTAINER= chris@NetBSD.org
HOMEPAGE= http://developer.kde.org/~wheeler/taglib.html
-COMMENT= Library for accessing id tags in mp3 and ogg files
+COMMENT= Library for accessing id tags in various media files
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST
index 279e29cb85d..d1fc51f3f69 100644
--- a/audio/taglib/PLIST
+++ b/audio/taglib/PLIST
@@ -1,8 +1,14 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:32:23 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2009/09/19 13:38:31 wiz Exp $
bin/taglib-config
+include/taglib/aifffile.h
+include/taglib/aiffproperties.h
include/taglib/apefooter.h
include/taglib/apeitem.h
include/taglib/apetag.h
+include/taglib/asfattribute.h
+include/taglib/asffile.h
+include/taglib/asfproperties.h
+include/taglib/asftag.h
include/taglib/attachedpictureframe.h
include/taglib/audioproperties.h
include/taglib/commentsframe.h
@@ -20,6 +26,11 @@ include/taglib/id3v2framefactory.h
include/taglib/id3v2header.h
include/taglib/id3v2synchdata.h
include/taglib/id3v2tag.h
+include/taglib/mp4atom.h
+include/taglib/mp4file.h
+include/taglib/mp4item.h
+include/taglib/mp4properties.h
+include/taglib/mp4tag.h
include/taglib/mpcfile.h
include/taglib/mpcproperties.h
include/taglib/mpegfile.h
@@ -29,12 +40,16 @@ include/taglib/oggfile.h
include/taglib/oggflacfile.h
include/taglib/oggpage.h
include/taglib/oggpageheader.h
+include/taglib/popularimeterframe.h
+include/taglib/privateframe.h
include/taglib/relativevolumeframe.h
+include/taglib/rifffile.h
include/taglib/speexfile.h
include/taglib/speexproperties.h
include/taglib/tag.h
include/taglib/tag_c.h
include/taglib/taglib.h
+include/taglib/taglib_config.h
include/taglib/taglib_export.h
include/taglib/tbytevector.h
include/taglib/tbytevectorlist.h
@@ -54,8 +69,10 @@ include/taglib/unsynchronizedlyricsframe.h
include/taglib/urllinkframe.h
include/taglib/vorbisfile.h
include/taglib/vorbisproperties.h
+include/taglib/wavfile.h
include/taglib/wavpackfile.h
include/taglib/wavpackproperties.h
+include/taglib/wavproperties.h
include/taglib/xingheader.h
include/taglib/xiphcomment.h
lib/libtag.la
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index 6771db2b4e8..10396acc0a7 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2008/03/04 10:31:01 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/09/19 13:38:31 wiz Exp $
-SHA1 (taglib-1.5.tar.gz) = 0f57d4763af82a3d87f6c3f8875ca5d87ead918f
-RMD160 (taglib-1.5.tar.gz) = b591ab074e6b854cbbd0469a36d9d799b252baaf
-Size (taglib-1.5.tar.gz) = 1394506 bytes
+SHA1 (taglib-1.6.tar.gz) = 2cb5309fa658c695b4ee28a72f85b4d892b63045
+RMD160 (taglib-1.6.tar.gz) = 895788b1f6e6d84f749cd545c107afb174edc4a2
+Size (taglib-1.6.tar.gz) = 1098674 bytes
SHA1 (patch-aa) = 541795a7c2a551bde2ee2492b56e4b4a9335967c