[Bug 263196] emulators/wine-proton: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263196] emulators/wine-proton: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jun 2022 17:01:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263196 Bartek Jasicki <thindil@laeran.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #234467|0 |1 is obsolete| | --- Comment #10 from Bartek Jasicki <thindil@laeran.pl> --- Created attachment 234789 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234789&action=edit 6.3.2_5_to_7.0.3.patch A few days ago, wine-proton upgraded to the new version 7.0_3. Here is the new patch for it. In Makefile: 1. Same as in my previous patches, updated version to 6.3.2_5. 2. Added gstreamer to USES. 3. New version updated to 7.0_3. 4. Fixed generating winevulkan library from native Vulkan libraries. This issue exists probably in all versions of wine (stable, development, older versions of this one). By default, wine distributed with an outdated version of auto-generated winevulkan code. Earlier it wasn't a big problem, but with 7.0_3 Valve removed those files. The command `make_vulkan` has to be executed before the configuration stage or the wine-proton will not compile due to lack of proper header files. Additionally, I'm not sure did the previous version work correctly, it could not generate a new version of winevulkan code and compile the outdated one. Fsync.h: updated the patch to the new version of the file. Again. ;) That's probably all, I didn't notice any regression on my side, only the old ones difficulties observed in the previous versions (6.0 and older). -- You are receiving this mail because: You are the assignee for the bug.