From 3b6dcb11c87e692c1e037fd329896ef4e8b679a0 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 27 Jul 2014 18:05:12 +0200 Subject: [PATCH] Add Wine bugzilla bug number for winepulse patches. --- README.md | 2 +- patches/Makefile | 3 +++ patches/winepulse-PulseAudio_Support/definition | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 063f553b..8937033d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Wine-compholio contains fixes for the following Wine bugs: * Support for TransmitFile ([Wine Bug #5048](http://bugs.winehq.org/show_bug.cgi?id=5048 "Multiple applications and games need support for ws2_32 SIO_GET_EXTENSION_FUNCTION_POINTER TransmitFile (WSAID_TRANSMITFILE)")) * Need for Speed 3 installer requires devices in HKEY_DYN_DATA ([Wine Bug #7115](http://bugs.winehq.org/show_bug.cgi?id=7115 "Need for Speed III installer fails in Win9X mode, reporting \"Could not get 'HardWareKey' value\" (active PnP device keys in 'HKEY_DYN_DATA\\\\Config Manager\\\\Enum' missing)")) +* Support for PulseAudio backend for audio ([Wine Bug #10495](http://bugs.winehq.org/show_bug.cgi?id=10495 "Wine should support PulseAudio")) * Support for Junction Points ([Wine Bug #12401](http://bugs.winehq.org/show_bug.cgi?id=12401 "Support junction points, i.e. DeviceIoCtl(FSCTL_SET_REPARSE_POINT/FSCTL_GET_REPARSE_POINT)")) * Implement a Microsoft Yahei replacement font ([Wine Bug #13829](http://bugs.winehq.org/show_bug.cgi?id=13829 "Wine does not have CJK fonts")) * GetSecurityInfo returns NULL DACL for process object ([Wine Bug #15980](http://bugs.winehq.org/show_bug.cgi?id=15980 "Rhapsody 2 crashes on startup (GetSecurityInfo returns NULL DACL for process object)")) @@ -45,7 +46,6 @@ Besides that the following additional changes are included: * Other Pipelight specific enhancements * Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates) * Support for GetVolumePathName -* Support for PulseAudio backend for audio * Workaround for shlwapi URLs with relative paths * XEMBED support for embedding Wine windows inside Linux applications diff --git a/patches/Makefile b/patches/Makefile index 2660d33d..96540839 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -543,6 +543,9 @@ wineboot-HKEY_DYN_DATA.ok: # | * Winepulse patches extracted from https://launchpad.net/~ubuntu- # | wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. [rev 4, by Maarten Lankhorst] # | +# | This patchset fixes the following Wine bugs: +# | * [#10495] Wine should support PulseAudio +# | # | Modified files: # | * configure.ac, dlls/mmdevapi/main.c, dlls/mmdevapi/tests/render.c, dlls/winepulse.drv/Makefile.in, # | dlls/winepulse.drv/mmdevdrv.c, dlls/winepulse.drv/winepulse.drv.spec, dlls/winmm/lolvldrv.c diff --git a/patches/winepulse-PulseAudio_Support/definition b/patches/winepulse-PulseAudio_Support/definition index 341cb0a6..12638758 100644 --- a/patches/winepulse-PulseAudio_Support/definition +++ b/patches/winepulse-PulseAudio_Support/definition @@ -1,4 +1,4 @@ Author: Maarten Lankhorst Subject: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa/+files/wine1.7_1.7.22-0ubuntu1.debian.tar.gz. Revision: 4 -Fixes: Support for PulseAudio backend for audio +Fixes: [10495] Support for PulseAudio backend for audio