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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user