Ticket #10910: Portfile

File Portfile, 639 bytes (added by tristan@…, 18 years ago)

updated Portfile

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