Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Felix Kronlage committed Dec 28, 2003
1 parent 755e56c commit 679d95f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions 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

0 comments on commit 679d95f

Please sign in to comment.