Commits
David B. Evans authored 60eb7b9625e
25 25 | subport audacity-devel { |
26 26 | long_description A port of the Audacity audio editor aimed at development purposes. |
27 27 | } |
28 28 | |
29 29 | |
30 30 | if {${subport} eq "${name}"} { |
31 31 | conflicts ${name}-devel |
32 32 | # get the source tarball from github because it contains all required external libs |
33 33 | # incl. those not in MacPorts. |
34 34 | github.setup audacity audacity 2.2.2 Audacity- |
35 + | revision 1 |
35 36 | checksums rmd160 c48e8467fc06c1ffb11af2b0fba4ede77b66ee2f \ |
36 37 | sha256 7963cedab841aff181ea25b06991ba5ba56249533815ba5cdd82ec1282dbadd8 \ |
37 38 | size 25941576 |
38 39 | set PPREFIX ./ |
39 40 | } else { |
40 41 | conflicts ${name} |
41 42 | # git describe --tags : Audacity-2.2.2-407-g56bca7427 |
42 43 | github.setup audacity audacity 56bca7427218ab9bdd9a54f4eb7d7490c07657bb |
43 44 | version 2.2.2.407 |
45 + | revision 1 |
44 46 | # this port is intended to facilitate development efforts shared with "upstreams" |
45 47 | # so using git instead of a tarball fetch type is more appropriate. |
46 48 | # fetch.type git |
47 49 | # distname audacity-git |
48 50 | checksums rmd160 43b66fdbe873d5f64059f5b58b20b676d9540d20 \ |
49 51 | sha256 9231238cfe468b7b0531853564cfc19dea635f50b1acd5c9b468c5795d6e767b \ |
50 52 | size 26049423 |
51 53 | set PPREFIX devel/ |
52 54 | |
53 55 | variant wx32 description {Use wxWidgets 3.2 - experimental!} {} |