Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2023 08:08:27 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba0e1a78f3e1 - main - emulators/wine-devel: Add run-time dependency on alsa-plugins
Message-ID:  <202308200808.37K88Rfb000724@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba0e1a78f3e1623b5bc1740b2afbc1d2075c4699

commit ba0e1a78f3e1623b5bc1740b2afbc1d2075c4699
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-08-20 08:07:09 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-08-20 08:07:09 +0000

    emulators/wine-devel: Add run-time dependency on alsa-plugins
    
    When using the ALSA option (which is not the default) audio did not
    work - 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.
    
    (This is a forward port of a26844393b and 3a2594ed6f from the primary
    wine port.)
    
    Bump PORTREVSION accordingly.
    
    PR:             273137
---
 emulators/wine-devel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index a7e6fc3c0049..7fa870a7fc3f 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wine
 DISTVERSION=	8.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/8.x/
@@ -82,6 +83,7 @@ MONO_DESC=	Bundle Mono MSI package for Wine
 
 ALSA_CONFIGURE_ON=	--with-alsa --without-oss
 ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
+ALSA_RUN_DEPENDS=	alsa-plugins>0:audio/alsa-plugins
 
 CUPS_CONFIGURE_WITH=	cups
 CUPS_LIB_DEPENDS=	libcups.so:print/cups



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308200808.37K88Rfb000724>