From 52b3e1a26f5658d748418748c3aaf5498b9e0017 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 25 Jan 2007 23:33:19 +0000 Subject: Update to 1.10: 1.10 - 2007.01.21 * New Features: * FLAC: Skip ID3 tags. Added option to delete them on save. * EncodedTextSpec: Make private members more private. * Corrupted Oggs generated by GStreamer (e.g. Sound Juicer) can be read. * FileTypes have a .mime attribute which is a list of likely MIME types for the file. * ASF (WMA/WMV) support. * Bug Fixes: * ID3: Fixed reading of v2.3 tags with unsynchronized data. * ID3: The data length indicator for compressed tags is written as a synch-safe integer. --- audio/py-mutagen/Makefile | 6 +++--- audio/py-mutagen/PLIST | 5 ++++- audio/py-mutagen/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'audio') diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile index fe832e63a1a..d4871147d6d 100644 --- a/audio/py-mutagen/Makefile +++ b/audio/py-mutagen/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/01/13 12:06:19 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/01/25 23:33:19 wiz Exp $ # -DISTNAME= mutagen-1.9 -PKGNAME= ${PYPKGPREFIX}-mutagen-1.9 +DISTNAME= mutagen-1.10 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= audio MASTER_SITES= http://www.sacredchao.net/~piman/software/ diff --git a/audio/py-mutagen/PLIST b/audio/py-mutagen/PLIST index 2b742ae3496..d44a05caf25 100644 --- a/audio/py-mutagen/PLIST +++ b/audio/py-mutagen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 10:21:25 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/01/25 23:33:19 wiz Exp $ ${PYSITELIB}/mutagen/__init__.py ${PYSITELIB}/mutagen/__init__.pyc ${PYSITELIB}/mutagen/__init__.pyo @@ -14,6 +14,9 @@ ${PYSITELIB}/mutagen/_vorbis.pyo ${PYSITELIB}/mutagen/apev2.py ${PYSITELIB}/mutagen/apev2.pyc ${PYSITELIB}/mutagen/apev2.pyo +${PYSITELIB}/mutagen/asf.py +${PYSITELIB}/mutagen/asf.pyc +${PYSITELIB}/mutagen/asf.pyo ${PYSITELIB}/mutagen/easyid3.py ${PYSITELIB}/mutagen/easyid3.pyc ${PYSITELIB}/mutagen/easyid3.pyo diff --git a/audio/py-mutagen/distinfo b/audio/py-mutagen/distinfo index 4a2475ea0fc..81f4a2703bf 100644 --- a/audio/py-mutagen/distinfo +++ b/audio/py-mutagen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/10 10:21:25 drochner Exp $ +$NetBSD: distinfo,v 1.2 2007/01/25 23:33:19 wiz Exp $ -SHA1 (mutagen-1.9.tar.gz) = 4454014b6127d5b9c16dd1621efd38e1c66aa651 -RMD160 (mutagen-1.9.tar.gz) = 4d20ad2bf67ad377ef121bd2077b40e9911f8dd0 -Size (mutagen-1.9.tar.gz) = 495662 bytes +SHA1 (mutagen-1.10.tar.gz) = 7afacb4aafdbab3e93984727565221fce8ed7036 +RMD160 (mutagen-1.10.tar.gz) = 375044c6173807383ebca197154628b85f0c2203 +Size (mutagen-1.10.tar.gz) = 504463 bytes SHA1 (patch-aa) = e1c7c4a562862f0bc7842961cc4c7ff423a5847f -- cgit v1.2.3