emulators/wine: Add dependency on alsa-plugins
When using the ALSA option (which is not the default) audio did not worke - no audio device appeared for playing and recording and the following message appeared: ALSA lib dlmisc.c:285:(snd_dlobj_cache_get0) Cannot open shared library /usr/local/lib/alsa-lib/libasound_module_pcm_oss.so Providing alsa-plugins at run time addresses this. Bump PORTREVSION accordingly. PR: 273137
This commit is contained in:
committed by
Gerald Pfeifer
parent
f074c2c1bc
commit
a26844393b
@@ -1,6 +1,6 @@
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 7.0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/7.0/
|
||||
@@ -78,6 +78,7 @@ PORTSCOUT= limit:^7\.0
|
||||
|
||||
ALSA_CONFIGURE_ON= --with-alsa --without-oss
|
||||
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
ALSA_RUN_DEPENDS= libasound_module_pcm_oss.so:audio/alsa-plugins
|
||||
|
||||
CUPS_CONFIGURE_WITH= cups
|
||||
CUPS_LIB_DEPENDS= libcups.so:print/cups
|
||||
|
||||
Reference in New Issue
Block a user