pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/taglib Update to version 1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae4f28eb8253
branches: trunk
changeset: 498673:ae4f28eb8253
user: seb <seb%pkgsrc.org@localhost>
date: Mon Aug 29 20:51:14 2005 +0000
description:
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:
audio/taglib/Makefile | 4 ++--
audio/taglib/PLIST | 4 ++--
audio/taglib/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r 9a038adce6cd -r ae4f28eb8253 audio/taglib/Makefile
--- a/audio/taglib/Makefile Mon Aug 29 20:39:37 2005 +0000
+++ b/audio/taglib/Makefile Mon Aug 29 20:51:14 2005 +0000
@@ -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/
diff -r 9a038adce6cd -r ae4f28eb8253 audio/taglib/PLIST
--- a/audio/taglib/PLIST Mon Aug 29 20:39:37 2005 +0000
+++ b/audio/taglib/PLIST Mon Aug 29 20:51:14 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/02/14 22:47:48 chris Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/08/29 20:51:14 seb Exp $
bin/taglib-config
include/taglib/apefooter.h
include/taglib/apeitem.h
@@ -34,7 +34,6 @@
include/taglib/taglib.h
include/taglib/tbytevector.h
include/taglib/tbytevectorlist.h
-include/taglib/tdebug.h
include/taglib/textidentificationframe.h
include/taglib/tfile.h
include/taglib/tlist.h
@@ -51,4 +50,5 @@
include/taglib/xiphcomment.h
lib/libtag.la
lib/libtag_c.la
+lib/pkgconfig/taglib.pc
@dirrm include/taglib
diff -r 9a038adce6cd -r ae4f28eb8253 audio/taglib/distinfo
--- a/audio/taglib/distinfo Mon Aug 29 20:39:37 2005 +0000
+++ b/audio/taglib/distinfo Mon Aug 29 20:51:14 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 20:39:52 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/08/29 20:51:14 seb Exp $
-SHA1 (taglib-1.3.1.tar.gz) = 72241d0e4d2c9c491832fd87a20da2ed195dc215
-RMD160 (taglib-1.3.1.tar.gz) = c7b33ee56375c4288609dce8f957d51546d9738b
-Size (taglib-1.3.1.tar.gz) = 734938 bytes
+SHA1 (taglib-1.4.tar.gz) = 9830aed2e8d4e0d5da399e2e6b0c5d5db3a0c270
+RMD160 (taglib-1.4.tar.gz) = 447055f5bc03dd8869e95205690cadd437372b21
+Size (taglib-1.4.tar.gz) = 732938 bytes
SHA1 (patch-aa) = 541795a7c2a551bde2ee2492b56e4b4a9335967c
Home |
Main Index |
Thread Index |
Old Index