[34011] trunk/dports/audio/vorbis-tools/Portfile

ram at macports.org ram at macports.org
Sun Feb 10 09:46:01 PST 2008


Revision: 34011
          http://trac.macosforge.org/projects/macports/changeset/34011
Author:   ram at macports.org
Date:     2008-02-10 09:46:01 -0800 (Sun, 10 Feb 2008)

Log Message:
-----------
audio/vorbis-tools: whitespace changes

Modified Paths:
--------------
    trunk/dports/audio/vorbis-tools/Portfile

Modified: trunk/dports/audio/vorbis-tools/Portfile
===================================================================
--- trunk/dports/audio/vorbis-tools/Portfile	2008-02-10 17:44:01 UTC (rev 34010)
+++ trunk/dports/audio/vorbis-tools/Portfile	2008-02-10 17:46:01 UTC (rev 34011)
@@ -1,12 +1,14 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem       1.0
 
 name             vorbis-tools
 version          1.1.1
 revision         2
 categories       audio
+platforms        darwin
 maintainers      ram openmaintainer
+
 description      The Ogg Vorbis CODEC tools
 long_description \
     Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, \
@@ -16,44 +18,47 @@
     the same competetive class as audio representations such as MPEG-4 \
     (AAC), and similar to, but higher performance than MPEG-1/2 audio \
     layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.
+
 homepage         http://www.xiph.org/ogg/vorbis/
-platforms        darwin
 master_sites     http://downloads.xiph.org/releases/vorbis/
+
 checksums        sha1 a1394b39905b389d72f12c2a9f0c86a33d07a487
+
+# Patches from the Debian vorbis-tools package (version 1.1.1-6) and
+# a patch to be able to compile vorbis-tools against the latest curl
+# version in MacPorts (7.16.0) [upstream bug #1097].
+patchfiles       patch-debian.diff patch-http_transport.c.diff
+patch.pre_args   -p1
+
 depends_lib      lib:libogg.0:libogg lib:libvorbis.0:libvorbis \
                  lib:libcurl.2:curl
-configure.cppflags-append	"-no-cpp-precomp"
+
+configure.cppflags-append "-no-cpp-precomp"
 configure.args   --mandir=${prefix}/share/man \
                  --without-ao \
                  --disable-ogg123 \
                  --without-flac \
                  --without-speex
 
-# Patches from the Debian vorbis-tools package (version 1.1.1-6) and
-# a patch to be able to compile vorbis-tools against the latest curl
-# version in MacPorts (7.16.0) [upstream bug #1097].
-patchfiles       patch-debian.diff patch-http_transport.c.diff
-patch.pre_args   -p1
-
 variant player description "Build ogg123" {
-	depends_lib-append    lib:libao.2:libao
-	configure.args-delete --without-ao --disable-ogg123
-	configure.args-append --with-ao --enable-ogg123
+  depends_lib-append    lib:libao.2:libao
+  configure.args-delete --without-ao --disable-ogg123
+  configure.args-append --with-ao --enable-ogg123
 }
 
 variant flac description "Enable FLAC support" {
-	depends_lib-append    lib:libFLAC.7:flac
-	configure.args-delete --without-flac
-	configure.args-append --with-flac
+  depends_lib-append    lib:libFLAC.7:flac
+  configure.args-delete --without-flac
+  configure.args-append --with-flac
 }
 
 variant speex description "Enable Speex support" {
-	depends_lib-append    lib:libspeex.1:speex
-	configure.args-delete --without-speex
-	configure.args-append --with-speex
+  depends_lib-append    lib:libspeex.1:speex
+  configure.args-delete --without-speex
+  configure.args-append --with-speex
 }
 
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/locale/locale.alias
-	file delete -force ${destroot}${prefix}/lib/charset.alias
+  file delete -force ${destroot}${prefix}/share/locale/locale.alias
+  file delete -force ${destroot}${prefix}/lib/charset.alias
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080210/86bb5358/attachment.html


More information about the macports-changes mailing list