Skip to content

Commit

Permalink
emulators/wine: Switch the default from OSS to ALSA
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Aug 27, 2023
1 parent 1fbbcf7 commit 06e0feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06e0feb

Please sign in to comment.