1 | # $Id: Portfile 22721 2007-03-12 23:44:39Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-mutagen |
---|
7 | version 1.11 |
---|
8 | categories python audio |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer@macports.org |
---|
11 | description python module to handle audio metadata |
---|
12 | long_description Mutagen is a Python module to handle audio metadata. \ |
---|
13 | It supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg \ |
---|
14 | FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack \ |
---|
15 | and OptimFROG audio files. All versions of ID3v2 are supported, \ |
---|
16 | and all standard ID3v2.4 frames are parsed. It can read Xing \ |
---|
17 | headers to accurately calculate the bitrate and length of MP3s. \ |
---|
18 | ID3 and APEv2 tags can be edited regardless of audio format. It \ |
---|
19 | can also manipulate Ogg streams on an individual packet/page \ |
---|
20 | level. |
---|
21 | |
---|
22 | homepage http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen |
---|
23 | master_sites http://www.sacredchao.net/~piman/software/ |
---|
24 | distname mutagen-${version} |
---|
25 | checksums md5 9aaa021d30ac9e46769cbd7fdcda4a51 \ |
---|
26 | sha1 26c276b1d7d3bf1e5837c3e0071971b9d41ed5bf \ |
---|
27 | rmd160 fc2f6be574e0ad39c0c1efd414b171081bc58c4e |
---|
28 | |
---|
29 | post-destroot { |
---|
30 | xinstall -m 644 -W ${worksrcpath} API-NOTES COPYING NEWS \ |
---|
31 | README TODO TUTORIAL \ |
---|
32 | ${destroot}${prefix}/share/doc/${name} |
---|
33 | } |
---|
34 | |
---|