pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/taglib Update taglib to 1.3. Main changes from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f00c71894e7
branches:  trunk
changeset: 481505:1f00c71894e7
user:      chris <chris%pkgsrc.org@localhost>
date:      Wed Oct 06 00:09:02 2004 +0000

description:
Update taglib to 1.3.  Main changes from 1.2 to 1.3 are:
Added support for APE tags
Added support for MPC files
Added support for APE tags in MP3 files
Added support for compressed ID3v2 frames
Added support for uniuque file identifier frames in ID3v2
Added checks for several potential divide by zero (SIGFPE) cases
Fixed support for custom text frames

Fixes PR 27061 (basically applied the patch in PR, but added the change to
buildlink3.mk and removed LIBTOOLIZE_PLIST option from Makefile.)

diffstat:

 audio/taglib/Makefile      |  5 ++---
 audio/taglib/PLIST         |  7 ++++++-
 audio/taglib/buildlink3.mk |  4 ++--
 audio/taglib/distinfo      |  6 +++---
 4 files changed, 13 insertions(+), 9 deletions(-)

diffs (73 lines):

diff -r 8751b6a2fcd8 -r 1f00c71894e7 audio/taglib/Makefile
--- a/audio/taglib/Makefile     Tue Oct 05 23:22:26 2004 +0000
+++ b/audio/taglib/Makefile     Wed Oct 06 00:09:02 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:09 tv Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/06 00:09:02 chris Exp $
 #
 
-DISTNAME=      taglib-1.2
-PKGREVISION=   1
+DISTNAME=      taglib-1.3
 CATEGORIES=    audio
 MASTER_SITES=  http://ktown.kde.org/~wheeler/files/src/
 
diff -r 8751b6a2fcd8 -r 1f00c71894e7 audio/taglib/PLIST
--- a/audio/taglib/PLIST        Tue Oct 05 23:22:26 2004 +0000
+++ b/audio/taglib/PLIST        Wed Oct 06 00:09:02 2004 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/10/06 00:09:02 chris Exp $
 bin/taglib-config
+include/taglib/apefooter.h
+include/taglib/apetag.h
 include/taglib/attachedpictureframe.h
 include/taglib/audioproperties.h
 include/taglib/commentsframe.h
@@ -16,6 +18,8 @@
 include/taglib/id3v2header.h
 include/taglib/id3v2synchdata.h
 include/taglib/id3v2tag.h
+include/taglib/mpcfile.h
+include/taglib/mpcproperties.h
 include/taglib/mpegfile.h
 include/taglib/mpegheader.h
 include/taglib/mpegproperties.h
@@ -38,6 +42,7 @@
 include/taglib/tmap.tcc
 include/taglib/tstring.h
 include/taglib/tstringlist.h
+include/taglib/uniquefileidentifierframe.h
 include/taglib/unknownframe.h
 include/taglib/vorbisfile.h
 include/taglib/vorbisproperties.h
diff -r 8751b6a2fcd8 -r 1f00c71894e7 audio/taglib/buildlink3.mk
--- a/audio/taglib/buildlink3.mk        Tue Oct 05 23:22:26 2004 +0000
+++ b/audio/taglib/buildlink3.mk        Wed Oct 06 00:09:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:13:09 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/10/06 00:09:02 chris Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 TAGLIB_BUILDLINK3_MK:= ${TAGLIB_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 
 .if !empty(TAGLIB_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.taglib+=     taglib>=1.0
-BUILDLINK_RECOMMENDED.taglib+= taglib>=1.2nb1
+BUILDLINK_RECOMMENDED.taglib+= taglib>=1.3
 BUILDLINK_PKGSRCDIR.taglib?=   ../../audio/taglib
 .endif # TAGLIB_BUILDLINK3_MK
 
diff -r 8751b6a2fcd8 -r 1f00c71894e7 audio/taglib/distinfo
--- a/audio/taglib/distinfo     Tue Oct 05 23:22:26 2004 +0000
+++ b/audio/taglib/distinfo     Wed Oct 06 00:09:02 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/08/21 11:30:28 markd Exp $
+$NetBSD: distinfo,v 1.3 2004/10/06 00:09:02 chris Exp $
 
-SHA1 (taglib-1.2.tar.gz) = 141ad05f4a71398646780260e96f01cae9d7bde0
-Size (taglib-1.2.tar.gz) = 710514 bytes
+SHA1 (taglib-1.3.tar.gz) = b10bbc9546aabe1d06c4f240d081b6550bbe2eaa
+Size (taglib-1.3.tar.gz) = 733667 bytes
 SHA1 (patch-aa) = 541795a7c2a551bde2ee2492b56e4b4a9335967c



Home | Main Index | Thread Index | Old Index