mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup thestk rtmidi 6.0.0
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories audio
|
|
license Permissive
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A set of C++ classes that provide a common API for realtime MIDI \
|
|
input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMIDI) \
|
|
and Windows (Multimedia)
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 c680afa8a9a028737a51f5d6c2e9189ae84db61f \
|
|
sha256 48660784c0ee128d591df63cd570e3451590fdea4c886159a790a71885b0d904 \
|
|
size 515549
|
|
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib port:jack
|
|
|
|
# Target "rtmidi" requires the language dialect "CXX11"
|
|
compiler.cxx_standard 2011
|