pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine-devel



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Sep 18 17:53:41 UTC 2016

Modified Files:
        pkgsrc/emulators/wine-devel: PLIST.wine32 PLIST.wine64 options.mk

Log Message:
wine-devel: fix build with pulseaudio option


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/wine-devel/PLIST.wine32 \
    pkgsrc/emulators/wine-devel/PLIST.wine64
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/wine-devel/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/wine-devel/PLIST.wine32
diff -u pkgsrc/emulators/wine-devel/PLIST.wine32:1.1 pkgsrc/emulators/wine-devel/PLIST.wine32:1.2
--- pkgsrc/emulators/wine-devel/PLIST.wine32:1.1        Thu Sep 15 09:28:30 2016
+++ pkgsrc/emulators/wine-devel/PLIST.wine32    Sun Sep 18 17:53:41 2016
@@ -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/vgasyst.fon
 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
Index: pkgsrc/emulators/wine-devel/PLIST.wine64
diff -u pkgsrc/emulators/wine-devel/PLIST.wine64:1.1 pkgsrc/emulators/wine-devel/PLIST.wine64:1.2
--- pkgsrc/emulators/wine-devel/PLIST.wine64:1.1        Thu Sep 15 09:28:30 2016
+++ pkgsrc/emulators/wine-devel/PLIST.wine64    Sun Sep 18 17:53:41 2016
@@ -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/vgasyst.fon
 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

Index: pkgsrc/emulators/wine-devel/options.mk
diff -u pkgsrc/emulators/wine-devel/options.mk:1.8 pkgsrc/emulators/wine-devel/options.mk:1.9
--- pkgsrc/emulators/wine-devel/options.mk:1.8  Thu Sep 15 09:25:53 2016
+++ pkgsrc/emulators/wine-devel/options.mk      Sun Sep 18 17:53:41 2016
@@ -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 @@ PKG_SUGGESTED_OPTIONS=  opengl ssl x11
 
 .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 @@ CONFIGURE_ARGS+=      --without-x
 .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