Date: Tue, 30 Jan 2024 17:02:07 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: d90cf2ee254d - 2024Q1 - audio/alsa-plugins: drop unused SPEEX=on dependency Message-ID: <202401301702.40UH27iB081484@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d90cf2ee254d5f4d7bc564f3a292bd60e0caf9e8 commit d90cf2ee254d5f4d7bc564f3a292bd60e0caf9e8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-01-30 17:00:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-01-30 17:02:03 +0000 audio/alsa-plugins: drop unused SPEEX=on dependency ====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libspeex.so (cherry picked from commit c402d06aa792be1bae62f27efe6e999ea43428a4) --- audio/alsa-plugins/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index 238821dfced1..cdffe0a1769e 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -35,8 +35,7 @@ PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_ENABLE= samplerate -SPEEX_LIB_DEPENDS= libspeex.so:audio/speex \ - libspeexdsp.so:audio/speexdsp +SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp SPEEX_CONFIGURE_ON= --with-speex=lib SPEEX_CONFIGURE_OFF= --without-speex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401301702.40UH27iB081484>