1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ardour2 |
---|
7 | version 2.5 |
---|
8 | distname ardour-${version} |
---|
9 | maintainers gmail.com:dbevans |
---|
10 | categories audio x11 |
---|
11 | platforms darwin |
---|
12 | homepage http://ardour.org/ |
---|
13 | |
---|
14 | description Ardour is a digital audio workstation. |
---|
15 | |
---|
16 | long_description \ |
---|
17 | Ardour is a digital audio workstation. \ |
---|
18 | You can use it to record, edit and mix multi-track audio. \ |
---|
19 | Capabilities include: multichannel recording, non-destructive \ |
---|
20 | editing with unlimited undo/redo, full automation support, \ |
---|
21 | a powerful mixer, unlimited tracks/busses/plugins, timecode \ |
---|
22 | synchronization, and hardware control from surfaces like \ |
---|
23 | the Mackie Control Universal. |
---|
24 | |
---|
25 | use_bzip2 yes |
---|
26 | master_sites ${homepage}files/releases/ |
---|
27 | |
---|
28 | checksums md5 88180d400e8c19ceea41aabadc098116 \ |
---|
29 | sha1 6d3d563cc11772d4d6de6f89551dd89e43466f84 \ |
---|
30 | rmd160 81961248b48f5a9cd1eed0f1010e02f3236da6dc |
---|
31 | |
---|
32 | depends_build port:gettext \ |
---|
33 | port:pkgconfig \ |
---|
34 | port:libtool \ |
---|
35 | port:python25 \ |
---|
36 | port:scons |
---|
37 | |
---|
38 | depends_lib port:jack \ |
---|
39 | port:libxslt \ |
---|
40 | port:libxml2 \ |
---|
41 | port:libart_lgpl \ |
---|
42 | port:libsamplerate \ |
---|
43 | port:raptor \ |
---|
44 | port:liblrdf \ |
---|
45 | port:glib2 \ |
---|
46 | port:gtk2 \ |
---|
47 | port:libgnomecanvas \ |
---|
48 | port:liblo \ |
---|
49 | port:boost \ |
---|
50 | port:fftw-3 \ |
---|
51 | port:fftw-3-single \ |
---|
52 | port:aubio \ |
---|
53 | port:slv2 |
---|
54 | |
---|
55 | patchfiles patch-SConstruct.diff |
---|
56 | |
---|
57 | use_configure no |
---|
58 | |
---|
59 | build {} |
---|
60 | |
---|
61 | destroot.cmd scons |
---|
62 | destroot.post_args \ |
---|
63 | PREFIX=${prefix} DESTDIR=${destroot} VST=0 AUBIO=1 FREESOUND=1 LV2=1 |
---|
64 | |
---|
65 | livecheck.check regex |
---|
66 | livecheck.url ${homepage}source_downloads |
---|
67 | livecheck.regex recommended version at this time. The source code tarball is <a href="/files/releases/ardour-(\[0-9.\]+).tar.bz2"> |
---|
68 | |
---|