git: 07d9f6c8b910 - main - multimedia/mlt7: mark RTAUDIO option BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 00:12:49 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=07d9f6c8b9107bd723f893a9cc0da98d47a338cd commit 07d9f6c8b9107bd723f893a9cc0da98d47a338cd Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-07-25 00:09:53 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-07-25 00:09:53 +0000 multimedia/mlt7: mark RTAUDIO option BROKEN Fails to build with current RtAudio 6.0.0. May remove option and banish to CMAKE_OFF later. Details: https://github.com/mltframework/mlt/issues/930 --- multimedia/mlt7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index df3fae90633f..1bcaf369b85a 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -116,6 +116,7 @@ RESAMPLE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate RESAMPLE_CMAKE_BOOL= MOD_RESAMPLE RTAUDIO_DESC= Enable RtAudio module +RTAUDIO_BROKEN= fails to build with RtAudio 6.0.0, see https://github.com/mltframework/mlt/issues/930 RTAUDIO_LIB_DEPENDS= librtaudio.so:audio/rtaudio \ libpulse-simple.so:audio/pulseaudio RTAUDIO_CMAKE_BOOL= MOD_RTAUDIO