a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20728 2006-11-23 05:12:56Z markd@macports.org $
PortSystem 1.0
name aacgain
version 1.5
revision 1
categories audio
platforms darwin
maintainers tristan@cs.dartmouth.edu
description AAC/MP3 normalisation tool
long_description \
A modification of mp3gain to normalise the volume of \
MP3 and AAC audio files.
homepage http://altosdesign.com/aacgain/
master_sites http://altosdesign.com/aacgain/
use_bzip2 yes
checksums md5 620412590eb8eadc274eb7c699ddb6c2
patchfiles patch-libfaad-common.h
depends_lib port:mpeg4ip port:faad2
platform darwin {
configure.env CFLAGS=-DHAS_LRINTF
}