# -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-mutagen version 1.17 description A Python module to handle audio metadata platforms darwin categories-append audio devel maintainers sfiera openmaintainer long_description \ 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. distname mutagen-${version} homepage http://code.google.com/p/mutagen/ master_sites googlecode:mutagen checksums md5 c24c7a6eda29dffdec9bef83f177e3d4 \ sha1 920330de7e5a58d277243dd74cbd41f4af2680b4 \ rmd160 97976c8f381e5c0bcb56c035e861f919084fdfa5 livecheck.type regex livecheck.url http://code.google.com/p/mutagen/downloads/list livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"