Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2022 17:01:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263196] emulators/wine-proton: update to 7.0
Message-ID:  <bug-263196-7788-KdKVMyHesW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263196-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263196-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263196

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=3D234789&action=
=3Dedit
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 i=
ssue
exists probably in all versions of wine (stable, development, older version=
s 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 bef=
ore
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 wo=
rk
correctly, it could not generate a new version of winevulkan code and compi=
le
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).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263196-7788-KdKVMyHesW>