git: 8e3cfe23a82e - main - audio/virtual_oss: Enable BT_SPEAKER by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Aug 2024 14:35:31 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e3cfe23a82ebd60c44b2d1855076ba0738ba9b8 commit 8e3cfe23a82ebd60c44b2d1855076ba0738ba9b8 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-08-20 14:35:21 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-08-20 14:35:21 +0000 audio/virtual_oss: Enable BT_SPEAKER by default There is no good reason not to have this option disabled by default. Most people nowadays want bluetooth support as well so it's good to have it enabled. PR: 203745 Requested by: Zahemszky Gábor <gabor@zahemszky.hu> Sponsored by: The FreeBSD Foundation MFC after: 2 days Reviewed by: lwhsu, emaste Differential Revision: https://reviews.freebsd.org/D46376 --- audio/virtual_oss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/virtual_oss/Makefile b/audio/virtual_oss/Makefile index 7516049ab627..1ef0d50d6c09 100644 --- a/audio/virtual_oss/Makefile +++ b/audio/virtual_oss/Makefile @@ -1,7 +1,7 @@ PORTNAME= virtual_oss DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= christos@FreeBSD.org @@ -21,7 +21,7 @@ GH_ACCOUNT= freebsd SUB_LIST+= LIBSAMPLERATE="${LOCALBASE}/lib/libsamplerate.so:" OPTIONS_DEFINE= BLUETOOTH BT_SPEAKER COMMAND DEBUG EQUALIZER HTTPD SNDIO -OPTIONS_DEFAULT=BLUETOOTH COMMAND EQUALIZER +OPTIONS_DEFAULT=BLUETOOTH BT_SPEAKER COMMAND EQUALIZER .if exists(/usr/include/sys/sndstat.h) MAKE_ARGS+= HAVE_SNDSTAT="YES"