[64089] trunk/dports/audio/faad2/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sun Feb 21 20:24:17 PST 2010


Revision: 64089
          http://trac.macports.org/changeset/64089
Author:   rmsfisher at macports.org
Date:     2010-02-21 20:24:14 -0800 (Sun, 21 Feb 2010)
Log Message:
-----------
audio/faad2 added modeline, major whitespace edit

Modified Paths:
--------------
    trunk/dports/audio/faad2/Portfile

Modified: trunk/dports/audio/faad2/Portfile
===================================================================
--- trunk/dports/audio/faad2/Portfile	2010-02-22 04:15:52 UTC (rev 64088)
+++ trunk/dports/audio/faad2/Portfile	2010-02-22 04:24:14 UTC (rev 64089)
@@ -1,39 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		faad2
-version		2.7
-categories	audio
-maintainers	nomaintainer
-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
+name            faad2
+version         2.7
+categories      audio
+maintainers     nomaintainer
+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     ee1b4d67ea2d76ee52c5621bc6dbf61e \
                     sha1    80eaaa5cc576c35dd28863767b795c50cbcc0511 \
                     rmd160  3f0ca461e2953014d5b17edccb3337767d478b8d
 
-depends_build	port:libtool \
-				port:autoconf \
-				port:automake
+depends_build   \
+    port:libtool \
+    port:autoconf \
+    port:automake
 
-pre-configure	{
-	system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
-	reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
+pre-configure {
+    system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
+    reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
 }
 
-configure.args	--without-bmp --without-xmms --without-drm --without-mpeg4ip
+configure.args  --without-bmp --without-xmms --without-drm --without-mpeg4ip
 
 platform darwin {
-	configure.cflags-append  -DHAS_LRINTF
+    configure.cflags-append  -DHAS_LRINTF
 }
 
-livecheck.type	regex
-livecheck.url	http://www.audiocoding.com/downloads.html
+livecheck.type  regex
+livecheck.url   http://www.audiocoding.com/downloads.html
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100221/b4139b09/attachment.html>


More information about the macports-changes mailing list