Date: Tue, 30 Jan 2024 17:01:55 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c402d06aa792 - main - audio/alsa-plugins: drop unused SPEEX=on dependency Message-ID: <202401301701.40UH1t7x079370@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c402d06aa792be1bae62f27efe6e999ea43428a4 commit c402d06aa792be1bae62f27efe6e999ea43428a4 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:01:42 +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 --- 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?202401301701.40UH1t7x079370>