1 | PortSystem 1.0 |
---|
2 | name faad2 |
---|
3 | version 2.0-rc3 |
---|
4 | categories audio |
---|
5 | maintainers pguyot@kallisys.net |
---|
6 | description Fastest ISO AAC audio decoder. |
---|
7 | long_description \ |
---|
8 | FAAD2 is the fastest ISO AAC audio decoder available. \ |
---|
9 | FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC \ |
---|
10 | (Low Complexity), HE (High Efficiency), LTP (Long Term \ |
---|
11 | Prediction), LD (Low Delay) and ER (Error Resiliency) \ |
---|
12 | object type AAC files. \ |
---|
13 | homepage http://www.audiocoding.com/ |
---|
14 | platforms darwin |
---|
15 | master_sites sourceforge:faac |
---|
16 | checksums md5 0080076438655ed7facf1089a9805aff |
---|
17 | worksrcdir ${name} |
---|
18 | |
---|
19 | pre-configure { |
---|
20 | system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake --copy" |
---|
21 | reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4" |
---|
22 | } |
---|
23 | |
---|
24 | use_automake yes |
---|
25 | automake.args --add-missing --copy |
---|
26 | use_autoconf yes |
---|