Commits
Davide Gerhard authored and Chris Jones committed 7739689f9b3
1 + | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup github 1.0 |
5 + | PortGroup cmake 1.1 |
6 + | PortGroup cxx11 1.1 |
7 + | |
8 + | platforms darwin macosx |
9 + | categories audio |
10 + | license GPL-3+ |
11 + | maintainers {@ra1nb0w irh.it:rainbow} openmaintainer |
12 + | |
13 + | description Digital Speech Decoder (DSD) rewritten as a C++ library |
14 + | long_description ${description} |
15 + | |
16 + | github.setup f4exb dsdcc 5dd8d1eeddb5df53c9e46f53b50781864cf5f6fe |
17 + | version 1.8.5 |
18 + | checksums rmd160 e6011b353ae560dca34566076b04b18c6b54c498 \ |
19 + | sha256 689afa355b2fcb9f02f5ee6789a3844489e14fe8797146f94e2594fa0db308a7 \ |
20 + | size 12745955 |
21 + | revision 0 |
22 + | |
23 + | configure.args-append \ |
24 + | -DBUILD_TYPE=RELEASE \ |
25 + | -DUSE_MBELIB=OFF |
26 + | |
27 + | variant mbelib description {Enable mbelib support} { |
28 + | depends_lib-append port:mbelib |
29 + | configure.args-replace -DUSE_MBELIB=OFF -DUSE_MBELIB=ON |
30 + | } |
31 + | |
32 + | test.run yes |
33 + | test.cmd ./dsdccx |