Info2: << Package: pymutagen-py%type_pkg[python] Version: 1.14 Revision: 1 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Source: http://www.sacredchao.net/~piman/software/mutagen-%v.tar.gz Source-MD5: b156bd157d1eda7614fc28125b501061 SourceDirectory: mutagen-%v License: GPL Maintainer: Pierre-Henri Lavigne HomePage: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen Description: Module to handle audio metadata DescDetail: << Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. << DocFiles: API-NOTES COPYING NEWS PKG-INFO README TODO TUTORIAL Type: python (2.4 2.5 2.6 2.7) Depends: python%type_pkg[python] CompileScript: << #!/bin/sh -ev %p/bin/python%type_raw[python] setup.py build << InstallScript: << #!/bin/sh -ev %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p mv %i/bin/mid3iconv %i/bin/mid3iconv-py%type_pkg[python] mv %i/bin/mid3v2 %i/bin/mid3v2-py%type_pkg[python] mv %i/bin/moggsplit %i/bin/moggsplit-py%type_pkg[python] mv %i/bin/mutagen-inspect %i/bin/mutagen-inspect-py%type_pkg[python] mv %i/bin/mutagen-pony %i/bin/mutagen-pony-py%type_pkg[python] mv %i/share/man/man1/mid3iconv.1 %i/share/man/man1/mid3iconv-py%type_pkg[python].1 mv %i/share/man/man1/mid3v2.1 %i/share/man/man1/mid3v2-py%type_pkg[python].1 mv %i/share/man/man1/moggsplit.1 %i/share/man/man1/moggsplit-py%type_pkg[python].1 mv %i/share/man/man1/mutagen-inspect.1 %i/share/man/man1/mutagen-inspect-py%type_pkg[python].1 mv %i/share/man/man1/mutagen-pony.1 %i/share/man/man1/mutagen-pony-py%type_pkg[python].1 << <<