git: 2de261ab70ec - main - emulators/wine7: Switch the default from OSS to ALSA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 23:05:43 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=2de261ab70ec8e744d122f0bc2cd273fcec6c29f commit 2de261ab70ec8e744d122f0bc2cd273fcec6c29f Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-09-01 22:59:03 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-09-01 22:59:03 +0000 emulators/wine7: 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. (This backports 06e0feb25f from emulators/wine.) Bump PORTREVISION. PR: 268164 --- emulators/wine7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine7/Makefile b/emulators/wine7/Makefile index b13afae6e43a..1434054e93bf 100644 --- a/emulators/wine7/Makefile +++ b/emulators/wine7/Makefile @@ -1,6 +1,6 @@ PORTNAME= wine DISTVERSION= 7.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/7.0/ PKGNAMESUFFIX= 7 @@ -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