git: 14b194a6952f - main - audio/alsa-plugins: make JACK independent from SAMPLERATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jan 2024 17:04:24 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=14b194a6952fa9bf0b877d8a443d6db09db276f8 commit 14b194a6952fa9bf0b877d8a443d6db09db276f8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-01-31 16:44:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-01-31 17:03:23 +0000 audio/alsa-plugins: make JACK independent from SAMPLERATE Dates back to 4070922aacfb but the submitted patches unconditionally passed --disable-samplerate, so SAMPLERATE option was added by fluffy@. According to v1.0.23 vendor sources there was no such dependency. Drop as JACK=on SAMPLERATE=off builds fine, and neither 50-jack.conf nor alsa-lib/files/asound.conf.sample use samplerate. --- audio/alsa-plugins/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index cdffe0a1769e..d7789d03fcae 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -25,7 +25,6 @@ OPTIONS_SUB= yes FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE= libav -JACK_IMPLIES= SAMPLERATE JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ENABLE= jack