a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20175 2006-10-27 04:23:52Z pguyot@kallisys.net $
PortSystem 1.0
name faac
version 1.25
categories audio
maintainers pguyot@kallisys.net
description ISO AAC audio encoder
long_description FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 \
LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW \
MPEG-2 object types. It also supports multichannel and \
gapless encoding.
homepage http://www.audiocoding.com/
platforms darwin
master_sites sourceforge
checksums md5 75eaffd18ee072eaca52ae2d622bb1db \
sha1 482a0217362c50ce523ce5e165c5566e1a4a2a87 \
rmd160 63a884775081e3d9a66dffaab341ed10e73365b8
worksrcdir ${name}
use_automake yes
automake.args --add-missing
use_autoconf yes
configure.env CFLAGS="-D__unix__"
patchfiles patch-configure.in
pre-configure {
system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake"
reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" \
"${worksrcpath}/aclocal.m4" }