pkgsrc/audio/py-mutagen/Makefile
wiz 3d1219c90a 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.
2007-01-25 23:33:19 +00:00

18 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/01/25 23:33:19 wiz Exp $
#
DISTNAME= mutagen-1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= http://www.sacredchao.net/~piman/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
COMMENT= Audio metadata handling for Python
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"