git: e7ba5f6bf187 - main - emulators/wine-devel: Switch the default from OSS to ALSA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Sep 2023 07:50:19 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ba5f6bf187b4d01feabb86ced156041faf081b commit e7ba5f6bf187b4d01feabb86ced156041faf081b Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-09-03 07:50:01 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-09-03 07:50:01 +0000 emulators/wine-devel: Switch the default from OSS to ALSA ALSA has been the default on Linux for ages and is what the majority of upstream Wine developers use. More importantly, though, it appears newer versions of Wine aren't actually quite working with OSS for many. So, switch the default over to ALSA. (This forward ports 06e0feb25f from emulators/wine.) Bump PORTREVISION. PR: 268164 Approved by: maintainer timeout --- emulators/wine-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 274178f432a2..0af421196243 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 8.11 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ @@ -70,7 +70,7 @@ SUB_FILES= pkg-message PORTDATA= wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GNUTLS OSS X11 +OPTIONS_DEFAULT=ALSA GNUTLS X11 OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS OPTIONS_SUB= yes