[38560] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Fri Jul 25 00:38:21 PDT 2008


Revision: 38560
          http://trac.macosforge.org/projects/macports/changeset/38560
Author:   ryandesign at macports.org
Date:     2008-07-25 00:38:20 -0700 (Fri, 25 Jul 2008)
Log Message:
-----------
ardour2: new port, version 2.5; see #16051

Added Paths:
-----------
    trunk/dports/audio/ardour2/
    trunk/dports/audio/ardour2/Portfile

Added: trunk/dports/audio/ardour2/Portfile
===================================================================
--- trunk/dports/audio/ardour2/Portfile	                        (rev 0)
+++ trunk/dports/audio/ardour2/Portfile	2008-07-25 07:38:20 UTC (rev 38560)
@@ -0,0 +1,69 @@
+# -*- 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
+
+name                    ardour2
+version                 2.5
+distname                ardour-${version}
+maintainers             gmail.com:dbevans
+categories              audio x11
+platforms               darwin
+homepage                http://ardour.org/
+
+description             Ardour is a digital audio workstation.
+
+long_description \
+                        Ardour is a digital audio workstation. \
+                        You can use it to record, edit and mix multi-track audio. \
+                        Capabilities include: multichannel recording, non-destructive \
+                        editing with unlimited undo/redo, full automation support, \
+                        a powerful mixer, unlimited tracks/busses/plugins, timecode \
+                        synchronization, and hardware control from surfaces like \
+                        the Mackie Control Universal.
+
+use_parallel_build      yes
+use_bzip2               yes
+master_sites            ${homepage}files/releases/
+
+checksums               md5 88180d400e8c19ceea41aabadc098116 \
+                        sha1 6d3d563cc11772d4d6de6f89551dd89e43466f84 \
+                        rmd160 81961248b48f5a9cd1eed0f1010e02f3236da6dc
+
+depends_build           port:gettext \
+                        port:pkgconfig \
+                        port:libtool \
+                        port:python25 \
+                        port:scons
+
+depends_lib             port:jack \
+                        port:libxslt \
+                        port:libxml2 \
+                        port:libart_lgpl \
+                        port:libsamplerate \
+                        port:raptor \
+                        port:liblrdf \
+                        port:glib2 \
+                        port:gtk2 \
+                        port:libgnomecanvas \
+                        port:liblo \
+                        port:boost \
+                        port:fftw-3 \
+                        port:fftw-3-single \
+                        port:aubio \
+                        port:slv2
+
+post-patch {
+    reinplace "s%/opt/local%${prefix}%g" ${worksrcpath}/SConstruct
+}
+
+use_configure           no
+
+build.cmd               scons
+build.target
+build.args              PREFIX=${prefix} VST=0 AUBIO=1 FREESOUND=1 LV2=1
+
+livecheck.check         regex
+livecheck.url           ${homepage}source_downloads
+livecheck.regex         recommended version at this time. The source code tarball is <a href="/files/releases/ardour-(\[0-9.\]+)${extract.suffix}">
+


Property changes on: trunk/dports/audio/ardour2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080725/5cf6f3e0/attachment.html 


More information about the macports-changes mailing list