1 | # $Id: Portfile 19376 2006-09-02 03:19:06Z yeled@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name aacgain |
---|
5 | version 1.5 |
---|
6 | categories audio |
---|
7 | platforms darwin |
---|
8 | maintainers tristan@cs.dartmouth.edu |
---|
9 | description AAC/MP3 normalisation tool |
---|
10 | long_description \ |
---|
11 | A modification of mp3gain to normalise the volume of \ |
---|
12 | MP3 and AAC audio files. |
---|
13 | |
---|
14 | homepage http://altosdesign.com/aacgain/ |
---|
15 | master_sites http://altosdesign.com/aacgain/ |
---|
16 | use_bzip2 yes |
---|
17 | checksums md5 620412590eb8eadc274eb7c699ddb6c2 |
---|
18 | patchfiles patch-libfaad-common.h |
---|
19 | |
---|
20 | depends_lib port:mpeg4ip port:faad2 |
---|
21 | |
---|
22 | platform darwin { |
---|
23 | configure.env CFLAGS=-DHAS_LRINTF |
---|
24 | } |
---|
25 | |
---|