pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine-devel wine-devel: fix build with pulsea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbc26a962f78
branches:  trunk
changeset: 352733:cbc26a962f78
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Sep 18 17:53:41 2016 +0000

description:
wine-devel: fix build with pulseaudio option

diffstat:

 emulators/wine-devel/PLIST.wine32 |  4 +++-
 emulators/wine-devel/PLIST.wine64 |  4 +++-
 emulators/wine-devel/options.mk   |  5 +++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 54b15af174f1 -r cbc26a962f78 emulators/wine-devel/PLIST.wine32
--- a/emulators/wine-devel/PLIST.wine32 Sun Sep 18 17:30:43 2016 +0000
+++ b/emulators/wine-devel/PLIST.wine32 Sun Sep 18 17:53:41 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.wine32,v 1.1 2016/09/15 09:28:30 maya Exp $
+@comment $NetBSD: PLIST.wine32,v 1.2 2016/09/18 17:53:41 maya Exp $
 bin/function_grep.pl
 bin/msiexec
 bin/notepad
@@ -2543,3 +2543,5 @@
 share/wine/fonts/wingding.ttf
 share/wine/l_intl.nls
 share/wine/wine.inf
+${PLIST.pulseaudio}lib/wine/fakedlls/winepulse.drv
+${PLIST.pulseaudio}lib/wine/winepulse.drv.so
diff -r 54b15af174f1 -r cbc26a962f78 emulators/wine-devel/PLIST.wine64
--- a/emulators/wine-devel/PLIST.wine64 Sun Sep 18 17:30:43 2016 +0000
+++ b/emulators/wine-devel/PLIST.wine64 Sun Sep 18 17:53:41 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.wine64,v 1.1 2016/09/15 09:28:30 maya Exp $
+@comment $NetBSD: PLIST.wine64,v 1.2 2016/09/18 17:53:41 maya Exp $
 bin/function_grep.pl
 bin/msiexec
 bin/notepad
@@ -2411,3 +2411,5 @@
 share/wine/fonts/wingding.ttf
 share/wine/l_intl.nls
 share/wine/wine.inf
+${PLIST.pulseaudio}lib/wine/fakedlls/winepulse.drv
+${PLIST.pulseaudio}lib/wine/winepulse.drv.so
diff -r 54b15af174f1 -r cbc26a962f78 emulators/wine-devel/options.mk
--- a/emulators/wine-devel/options.mk   Sun Sep 18 17:30:43 2016 +0000
+++ b/emulators/wine-devel/options.mk   Sun Sep 18 17:53:41 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2016/09/15 09:25:53 maya Exp $
+# $NetBSD: options.mk,v 1.9 2016/09/18 17:53:41 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.wine
 PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio
@@ -6,7 +6,7 @@
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           esd opengl x11
+PLIST_VARS+=           esd opengl x11 pulseaudio
 
 .if !empty(PKG_OPTIONS:Mcups)
 .include "../../print/cups15/buildlink3.mk"
@@ -61,6 +61,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)
+PLIST.pulseaudio=      yes
 CONFIGURE_ARGS+=       --with-pulse
 .include "../../audio/pulseaudio/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index