Сравнение dxvk-2.2-r1 с dxvk-2.3
/usr/portage/app-emulation/dxvk/dxvk-2.3.ebuild 2023-10-09 14:52:28.724368331 +0300 | ||
---|---|---|
18 | 18 |
) |
19 | 19 |
else |
20 | 20 |
HASH_SPIRV=0bcc624926a25a2a273d07877fd25a6ff5ba1cfb |
21 |
HASH_VULKAN=98f440ce6868c94f5ec6e198cc1adda4760e8849 |
|
22 |
HASH_DISPLAYINFO=d39344f466caae0495ebac4d49b03a886d83ba3a |
|
21 |
HASH_VULKAN=85c2334e92e215cce34e8e0ed8b2dce4700f4a50 |
|
22 |
HASH_DISPLAYINFO=275e6459c7ab1ddd4b125f28d0440716e4888078 |
|
23 | 23 |
SRC_URI=" |
24 | 24 |
https://github.com/doitsujin/dxvk/archive/refs/tags/v${PV}.tar.gz |
25 | 25 |
-> ${P}.tar.gz |
... | ... | |
38 | 38 | |
39 | 39 |
LICENSE="ZLIB Apache-2.0 MIT" |
40 | 40 |
SLOT="0" |
41 |
IUSE="+abi_x86_32 crossdev-mingw +d3d9 +d3d10 +d3d11 debug +dxgi" |
|
41 |
IUSE="+abi_x86_32 crossdev-mingw +d3d9 +d3d10 +d3d11 +dxgi +strip" |
|
42 | 42 |
REQUIRED_USE=" |
43 | 43 |
|| ( d3d9 d3d10 d3d11 dxgi ) |
44 | 44 |
d3d10? ( d3d11 ) |
... | ... | |
132 | 132 |
$(meson_use {,enable_}d3d10) |
133 | 133 |
$(meson_use {,enable_}d3d11) |
134 | 134 |
$(meson_use {,enable_}dxgi) |
135 |
$(usev !debug --strip) # portage won't strip .dll, so allow it here |
|
135 |
$(usev strip --strip) # portage won't strip .dll, so allow it here |
|
136 | 136 |
) |
137 | 137 | |
138 | 138 |
meson_src_configure |