1 | # -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | #$Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-mutagen |
---|
8 | version 1.16 |
---|
9 | description A Python module to handle audio metadata |
---|
10 | platforms darwin |
---|
11 | categories-append audio devel |
---|
12 | maintainers wanadoo.fr:neric27 openmaintainer |
---|
13 | long_description \ |
---|
14 | Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg \ |
---|
15 | Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio \ |
---|
16 | files. All versions of ID3v2 are supported, and all standard ID3v2.4 \ |
---|
17 | frames are parsed. It can read Xing headers to accurately calculate the \ |
---|
18 | bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of \ |
---|
19 | audio format. It can also manipulate Ogg streams on an individual \ |
---|
20 | packet/page level. |
---|
21 | |
---|
22 | distname mutagen-${version} |
---|
23 | homepage http://code.google.com/p/quodlibet/wiki/Development/Mutagen |
---|
24 | master_sites googlecode:mutagen |
---|
25 | |
---|
26 | checksums md5 feea89bebee5816aed911f33a2171559 \ |
---|
27 | sha1 01a84e48408cde18a7c755e0cd38eef7db866087 \ |
---|
28 | rmd160 d00b438c950366064a86d3de39c63fd7f4ec019d |
---|
29 | |
---|
30 | livecheck.check regex |
---|
31 | livecheck.url http://code.google.com/p/mutagen/downloads/list |
---|
32 | livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|