aboutsummaryrefslogtreecommitdiff
path: root/audio/rtmidi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/rtmidi: Remove patchYuri Victorovich2019-05-041-32/+0
| | | | Notes: svn path=/head/; revision=500785
* audio/rtmidi: Update 3.0.0 -> 4.0.0Yuri Victorovich2019-05-043-7/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=500784
* audio/rtmidi: add USES=compiler:c11Yuri Victorovich2018-12-191-1/+1
| | | | | | | | PR: 234164 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487804
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462887
* audio/rtmidi: Update to 3.0.0Yuri Victorovich2018-01-114-50/+23
| | | | | | | | | | | | Bumped PORTREVISION in audio/polyphone. Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13855 Notes: svn path=/head/; revision=458713
* RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes)Richard Gallamore2017-08-195-0/+104
that provide a common API (Application Programming Interface) for realtime MIDI input/output across Linux (ALSA, JACK), Macintosh OS X (CoreMIDI, JACK), and Windows (Multimedia Library) operating systems. RtMidi significantly simplifies the process of interacting with computer MIDI hardware and software. It was designed with the following goals: * object oriented C++ design * simple, common API across all supported platforms * only one header and one source file for easy inclusion in programming projects * MIDI device enumeration WWW: https://github.com/thestk/rtmidi PR: 221398 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12078 Notes: svn path=/head/; revision=448348