aboutsummaryrefslogtreecommitdiff
path: root/audio/rtaudio
Commit message (Collapse)AuthorAgeFilesLines
* audio/rtaudio: Add options for several (all supported) audio backendsYuri Victorovich2022-06-242-9/+20
|
* audio/rtaudio: Update 5.1.0 -> 5.2.0Yuri Victorovich2022-02-053-6/+5
| | | | Reported by: portscout
* audio/rtaudio: Add PULSEAUDIO option to enable use with PulseAudioYuri Victorovich2021-05-131-2/+13
| | | | | PR: 255853 Reported by: Duane <parakleta@darkreality.org>
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* 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/rtaudio: add USES=compiler:c++11-lang to fix linking of ↵Piotr Kubaj2019-06-101-1/+1
| | | | | | | | | audio/muse-sequencer Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=503883
* audio/rtaudio: Update 5.0.0 -> 5.1.0Yuri Victorovich2019-05-044-18/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=500783
* New port: audio/rtaudio: C++ classes that provide a common API for realtime ↵Yuri Victorovich2017-11-045-0/+46
audio input/output PR: 223414 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12936 Notes: svn path=/head/; revision=453464