SHA256
1
0
forked from pool/wine

- wine-fix-faudio.patch: fix build

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=873
This commit is contained in:
Marcus Meissner 2021-10-23 14:11:05 +00:00 committed by Git OBS Bridge
parent 244752b716
commit 2b449ca32f
3 changed files with 12 additions and 1 deletions

10
wine-fix-faudio.patch Normal file
View File

@ -0,0 +1,10 @@
--- wine-6.20/libs/faudio/src/FAudio_platform_win32.c.xx 2021-10-23 16:09:26.791259433 +0200
+++ wine-6.20/libs/faudio/src/FAudio_platform_win32.c 2021-10-23 16:09:38.291259232 +0200
@@ -622,6 +622,7 @@
{
if (!data) return 0;
FAudio_free(data);
+ return 0;
}
FAudioIOStream* FAudio_memopen(void *mem, int len)

View File

@ -8,6 +8,7 @@ Sat Oct 23 08:22:24 UTC 2021 - Marcus Meissner <meissner@suse.com>
- Better support for MSVCRT builds in Winelib. - Better support for MSVCRT builds in Winelib.
- Various bug fixes. - Various bug fixes.
- update staging to 6.20 release - update staging to 6.20 release
- wine-fix-faudio.patch: fix build
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 9 07:57:53 UTC 2021 - Marcus Meissner <meissner@suse.com> Sat Oct 9 07:57:53 UTC 2021 - Marcus Meissner <meissner@suse.com>

View File

@ -143,7 +143,7 @@ Source7: baselibs.conf
Source8: wine-rpmlintrc Source8: wine-rpmlintrc
# SUSE specific patches # SUSE specific patches
# - currently none, but add them here # - currently none, but add them here
#Patch0: susefixes.patch Patch0: wine-fix-faudio.patch
Recommends: wine-gecko >= 2.47.2 Recommends: wine-gecko >= 2.47.2
Conflicts: wine-gecko < 2.47.2 Conflicts: wine-gecko < 2.47.2
Recommends: wine-mono >= 6.1.1 Recommends: wine-mono >= 6.1.1