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 1.6.1, set LICENSE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a3d60a9826c
branches:  trunk
changeset: 566947:5a3d60a9826c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 01 16:18:27 2009 +0000

description:
Update to 1.6.1, set LICENSE.

TagLib 1.6.1 (Oct 31, 2009)
===========================

 * Better detection of the audio codec of .oga files in FileRef.
 * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to
   include the Vorbis framing bit, which is only correct for Ogg Vorbis.
 * Public symbols now have explicitly set visibility to "default" on GCC.
 * Added missing exports for static ID3v1 functions.
 * Fixed a typo in taglib_c.pc
 * Fixed a failing test on ppc64.
 * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them
   as text atoms, which corrupted them in some cases.
 * Fixed ID3v1-style genre to string conversion in MP4 files.

diffstat:

 audio/taglib/Makefile |  6 +++---
 audio/taglib/PLIST    |  3 ++-
 audio/taglib/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r c149d1a6806b -r 5a3d60a9826c audio/taglib/Makefile
--- a/audio/taglib/Makefile     Sun Nov 01 16:07:44 2009 +0000
+++ b/audio/taglib/Makefile     Sun Nov 01 16:18:27 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.18 2009/09/24 10:24:52 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/11/01 16:18:27 wiz Exp $
 #
 
-DISTNAME=      taglib-1.6
-PKGREVISION=   1
+DISTNAME=      taglib-1.6.1
 CATEGORIES=    audio
 MASTER_SITES=  http://ktown.kde.org/~wheeler/files/src/
 
 MAINTAINER=    chris%NetBSD.org@localhost
 HOMEPAGE=      http://developer.kde.org/~wheeler/taglib.html
 COMMENT=       Library for accessing id tags in various media files
+LICENSE=       gnu-lgpl-v2.1 OR mpl-1.1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r c149d1a6806b -r 5a3d60a9826c audio/taglib/PLIST
--- a/audio/taglib/PLIST        Sun Nov 01 16:07:44 2009 +0000
+++ b/audio/taglib/PLIST        Sun Nov 01 16:18:27 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/09/19 13:38:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/11/01 16:18:27 wiz Exp $
 bin/taglib-config
 include/taglib/aifffile.h
 include/taglib/aiffproperties.h
@@ -27,6 +27,7 @@
 include/taglib/id3v2synchdata.h
 include/taglib/id3v2tag.h
 include/taglib/mp4atom.h
+include/taglib/mp4coverart.h
 include/taglib/mp4file.h
 include/taglib/mp4item.h
 include/taglib/mp4properties.h
diff -r c149d1a6806b -r 5a3d60a9826c audio/taglib/distinfo
--- a/audio/taglib/distinfo     Sun Nov 01 16:07:44 2009 +0000
+++ b/audio/taglib/distinfo     Sun Nov 01 16:18:27 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2009/09/19 17:14:21 tnn Exp $
+$NetBSD: distinfo,v 1.11 2009/11/01 16:18:27 wiz Exp $
 
-SHA1 (taglib-1.6.tar.gz) = 2cb5309fa658c695b4ee28a72f85b4d892b63045
-RMD160 (taglib-1.6.tar.gz) = 895788b1f6e6d84f749cd545c107afb174edc4a2
-Size (taglib-1.6.tar.gz) = 1098674 bytes
+SHA1 (taglib-1.6.1.tar.gz) = 20d8d95316f084c872e70c9eddc0edd75b75ea09
+RMD160 (taglib-1.6.1.tar.gz) = cb70dee0e93a5da1a5b1208c393d97945c5ce1de
+Size (taglib-1.6.1.tar.gz) = 1104563 bytes
 SHA1 (patch-aa) = f1b1dd6686140cf64e59badc4601488b94c9f290



Home | Main Index | Thread Index | Old Index