git: 06e0feb25f3f - main - emulators/wine: Switch the default from OSS to ALSA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 21:22:45 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=06e0feb25f3fd07bfd324314d408a553a7770066 commit 06e0feb25f3fd07bfd324314d408a553a7770066 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-08-27 21:06:45 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-08-27 21:16:32 +0000 emulators/wine: 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. So, switch the default over to ALSA. Bump PORTREVISION. PR: 268164 --- emulators/wine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4cf0522d4fdf..2a2389790d39 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 7.0.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.0/ @@ -64,7 +64,7 @@ SUB_FILES= pkg-message PORTDATA= wine.inf OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS LDAP OPENAL V4L WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GNUTLS OPENAL OSS X11 +OPTIONS_DEFAULT=ALSA GNUTLS OPENAL X11 OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS OPTIONS_SUB= yes