mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
name dsd
|
|
categories science comms
|
|
platforms darwin macosx
|
|
license {GPL-2 ISC}
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
|
description DSD is able to decode several digital voice formats (ex. P25p1, DMR and NXDN).
|
|
long_description {*}${description}
|
|
|
|
github.setup szechyjs dsd 59423fa46be8b41ef0bd2f3d2b45590600be29f0
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20220314-[string range ${github.version} 0 7]
|
|
checksums rmd160 e6378ab28a6be0f12138cbd09a9adcf07d523f4a \
|
|
sha256 f5a8b6f23d2e98cfa49219ccd65798683c31b19fba91e3c38e45e3935c81e096 \
|
|
size 438643
|
|
revision 0
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
depends_build-append \
|
|
port:pkgconfig \
|
|
port:help2man
|
|
|
|
depends_lib-append \
|
|
port:portaudio \
|
|
path:lib/libitpp.dylib:itpp \
|
|
port:mbelib \
|
|
port:libsndfile
|
|
|
|
configure.args-append \
|
|
-DDISABLE_TEST=ON
|