From 679d95fdbf7a04c72ee939e11123b7bde7b7a471 Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Sun, 28 Dec 2003 00:07:52 +0000 Subject: [PATCH] Bug: https://trac.macports.org/ticket/1266 Submitted by: pguyot@kallisys.net (Paul Guyot) Reviewed by: Approved by: Obtained from: Port: faad2 Version: 2.0-RC3 new port, faad2, the so-called "Fastest ISO AAC audio decoder". git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4319 d073be05-634f-4543-b044-5fe20cf6d1d6 --- audio/faad2/Portfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 audio/faad2/Portfile diff --git a/audio/faad2/Portfile b/audio/faad2/Portfile new file mode 100644 index 0000000000000..e305f30f85799 --- /dev/null +++ b/audio/faad2/Portfile @@ -0,0 +1,27 @@ +# $Id: Portfile,v 1.1 2003/12/28 00:07:52 fkr Exp $ + +PortSystem 1.0 +name faad2 +version 2.0-rc3 +categories audio +maintainers pguyot@kallisys.net +description Fastest ISO AAC audio decoder. +long_description FAAD2 is the fastest ISO AAC audio decoder available. \ + FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC \ + (Low Complexity), HE (High Efficiency), LTP (Long Term \ + Prediction), LD (Low Delay) and ER (Error Resiliency) \ + object type AAC files. +homepage http://www.audiocoding.com/ +platforms darwin +master_sites sourceforge:faac +checksums md5 0080076438655ed7facf1089a9805aff +worksrcdir ${name} + +pre-configure { + system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake --copy" + reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4" +} + +use_automake yes +automake.args --add-missing --copy +use_autoconf yes