Commit graph

10 commits

Author SHA1 Message Date
Yuri Victorovich
4fc7f4c473 audio/rtmidi: Update 4.0.0 -> 5.0.0 2022-02-05 01:20:20 -08:00
Yuri Victorovich
5708ae4005 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)
2021-08-02 09:03:15 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Yuri Victorovich
633c752489 audio/rtmidi: Remove patch 2019-05-04 07:53:49 +00:00
Yuri Victorovich
43a2d4f140 audio/rtmidi: Update 3.0.0 -> 4.0.0
Reported by:	portscout
2019-05-04 07:53:15 +00:00
Yuri Victorovich
f20fc578b3 audio/rtmidi: add USES=compiler:c11
PR:		234164
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 17:18:36 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Yuri Victorovich
c8d6cec0a0 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
2018-01-11 07:16:42 +00:00
Richard Gallamore
6160c6d165 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
2017-08-19 17:52:59 +00:00