summaryrefslogtreecommitdiff
path: root/audio/taglib/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-08-29 20:51:14 +0000
committerseb <seb@pkgsrc.org>2005-08-29 20:51:14 +0000
commit4e5c8448b48d44c7fae145b53903e03cfc95cb5d (patch)
treeacf32a2405eda7092a72792b62fd40c2c4f4bf93 /audio/taglib/Makefile
parentca4c22cb170e5db60ef81d1ceafdb743c517d16b (diff)
downloadpkgsrc-4e5c8448b48d44c7fae145b53903e03cfc95cb5d.tar.gz
Update to version 1.4.
Approved by chris@. Changes since last packaged version (1.3.1) as seen on taglib's homepage: * Added a package-config file * Added support for plugging in file type resolvers to make it easier to use native mime type resolution systems and to add support for additional file formats * Fixed a memory leak in APE items * Fixed a crash when requesting the text of an empty APE item * Added a README noting the Ruby and Python bindings * Added the ability to save mp3 tags using the save mask without discarding those tags that are not part of the mask * Fixed the misspelling of "A Cappella" * Implemented support for the ID3v2 frame flag for discarding frames on tag alteration * Use the above flag for ID3v2 frames that are discarded because they are no longer supported in ID3v2.4 (which TagLib uses). This allows for these tags to still be handled by library users if desired * Fix memory corruption (deleting a no longer valid iterator) when removing a frame from an ID3v2 tag * Make it possible to read and modify the descriptions of images in attached picture frames of ID3v2 tags * Introduced an argument for limiting the number of fields that will be created usign ByteVectorList::split() * Significantly unbroke the relative volume adjustment ID3v2 frame's API. It now properly supports multiple volume fields in the same frame * Added support for reading the comment portion of "Xiph" tags (used in Ogg Vorbis and FLAC) from the "COMMENT" field rather than only from the "DESCRIPTION" field mentioned in the spec * Added support for Ogg FLAC v1.1.1 * Added prepend methods to the List<T> class * Added support for UTF-16 little endian strings as used in some tagging formats * Fixed or implemented roughly 35 bug or wishlist items relative to 1.3.1
Diffstat (limited to 'audio/taglib/Makefile')
-rw-r--r--audio/taglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index cc88ce533d0..36febfb9705 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 04:49:45 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/29 20:51:14 seb Exp $
#
-DISTNAME= taglib-1.3.1
+DISTNAME= taglib-1.4
CATEGORIES= audio
MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/