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 slv2 |
---|
7 | version 0.6.0 |
---|
8 | maintainers gmail.com:dbevans |
---|
9 | categories audio |
---|
10 | platforms darwin |
---|
11 | homepage http://wiki.drobilla.net/SLV2 |
---|
12 | |
---|
13 | description SLV2 is a library to make the use of LV2 plugins as simple as possible for applications. |
---|
14 | |
---|
15 | long_description \ |
---|
16 | ${description} |
---|
17 | |
---|
18 | master_sites http://download.drobilla.net/ |
---|
19 | |
---|
20 | checksums md5 1a407a6573d37e8959e1f103e768007a \ |
---|
21 | sha1 cb5ec973158d83dd077e8315efbadee78276186a \ |
---|
22 | rmd160 a06d7b616926f0968612ce6dec187db4c3f22410 |
---|
23 | |
---|
24 | depends_build port:pkgconfig |
---|
25 | |
---|
26 | depends_lib port:rasqal \ |
---|
27 | port:raptor \ |
---|
28 | port:redland \ |
---|
29 | port:jack \ |
---|
30 | port:lv2core |
---|
31 | |
---|
32 | patchfiles patch-hosts-lv2_event_helpers.h.diff |
---|
33 | |
---|
34 | configure.args \ |
---|
35 | --disable-documentation |
---|
36 | |
---|
37 | variant docs description {Enable building of API documentation} { |
---|
38 | configure.args-delete --disable-documentation |
---|
39 | depends_build-append port:doxygen |
---|
40 | } |
---|
41 | |
---|
42 | livecheck.check regex |
---|
43 | livecheck.url ${homepage} |
---|
44 | livecheck.regex The latest version of SLV2 is (\[0-9.\]+) |
---|