mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.3 KiB
Tcl
32 lines
1.3 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.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup ssj71 OSC2MIDI 0.2.5 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name osc2midi
|
|
checksums rmd160 d96d361a5a765a8409943c5f0d1375dd113ad64c \
|
|
sha256 fc01f12eab4dfd9c0197e436a26cbb17d40e6d016e67fd2fe9c4152c20b9e3e6 \
|
|
size 74610
|
|
|
|
maintainers {ryandesign @ryandesign} \
|
|
{gmail.com:aggraef @agraef} \
|
|
openmaintainer
|
|
|
|
categories audio
|
|
description OSC to JACK MIDI bridge
|
|
long_description This is a flexible OSC to JACK MIDI (and back) Bridge \
|
|
written in C for Linux. It was designed to be configurable \
|
|
so that any combination of MIDI and OSC client or host \
|
|
can work perfectly with it.
|
|
|
|
license GPL-3
|
|
|
|
depends_build-append port:pkgconfig
|
|
|
|
depends_lib-append port:jack \
|
|
port:liblo
|