git: 7c4da3108468 - main - audio/jack: Remove celt support (deprecated upstream).
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Oct 2021 07:29:55 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c4da31084684f28b9e171ccea8da8d835f7cbca commit 7c4da31084684f28b9e171ccea8da8d835f7cbca Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2021-10-09 07:27:32 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2021-10-09 07:29:51 +0000 audio/jack: Remove celt support (deprecated upstream). PR: 258658 Reported by: diizzy --- audio/jack/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 08b91a7ef2d3..0873feb1ac25 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -3,6 +3,7 @@ PORTNAME= jackit DISTVERSIONPREFIX= v DISTVERSION= 1.9.16 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -13,8 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ - libsysinfo.so:devel/libsysinfo \ - libcelt0.so:audio/celt + libsysinfo.so:devel/libsysinfo USES= compiler:c11 pkgconfig python:3.4+ shebangfix waf USE_LDCONFIG= yes @@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include SHEBANG_FILES= tools/jack_control SHEBANG_LANG= python3 -CONFIGURE_ARGS= --celt=yes --sndfile=yes --samplerate=yes +CONFIGURE_ARGS= --celt=no --sndfile=yes --samplerate=yes OPTIONS_DEFINE= ALSA DBUS READLINE OPUS PROFILING OPTIONS_DEFAULT= DBUS READLINE OPUS