Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Feb 2022 09:20:20 5.0.0
|
Yuri Victorovich (yuri)  |
audio/rtmidi: Update 4.0.0 -> 5.0.0 |
02 Aug 2021 16:03:15 4.0.0_2
|
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
06 Apr 2021 14:31:07 4.0.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
4.0.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
04 May 2019 07:53:49
4.0.0
|
yuri  |
audio/rtmidi: Remove patch |
04 May 2019 07:53:16
4.0.0
|
yuri  |
audio/rtmidi: Update 3.0.0 -> 4.0.0
Reported by: portscout |
19 Dec 2018 17:18:36
3.0.0
|
yuri  |
audio/rtmidi: add USES=compiler:c11
PR: 234164
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
25 Feb 2018 00:40:37
3.0.0
|
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
11 Jan 2018 07:16:42
3.0.0
|
yuri  |
audio/rtmidi: Update to 3.0.0
Bumped PORTREVISION in audio/polyphone.
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13855 |
19 Aug 2017 17:53:00
2.1.1.38
|
ultima  |
RtMidi is a set of C++ classes (RtMidiIn, RtMidiOut, and API specific classes)
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 |