1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name faac |
---|
5 | version 1.23.1 |
---|
6 | categories audio |
---|
7 | maintainers pguyot@kallisys.net |
---|
8 | description ISO AAC audio encoder |
---|
9 | long_description FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 \ |
---|
10 | LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW \ |
---|
11 | MPEG-2 object types. It also supports multichannel and \ |
---|
12 | gapless encoding. |
---|
13 | |
---|
14 | homepage http://www.audiocoding.com/ |
---|
15 | platforms darwin |
---|
16 | master_sites sourceforge |
---|
17 | checksums md5 75aa397a9b123a2bf6f0ce9f78db8b3d |
---|
18 | worksrcdir ${name} |
---|
19 | patchfiles patch-libfaac-util.h |
---|
20 | use_automake yes |
---|
21 | automake.args --add-missing |
---|
22 | use_autoconf yes |
---|
23 | configure.env CFLAGS="-D__unix__" |
---|
24 | |
---|
25 | pre-configure { |
---|
26 | system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake" |
---|
27 | reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" \ |
---|
28 | "${worksrcpath}/aclocal.m4" } |
---|