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.
This commit is contained in:
parent
616e409aa5
commit
3d1219c90a
3 changed files with 11 additions and 8 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue