This commit is contained in:
parent
b144f10ace
commit
d7da035585
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">wined3d9(.*)</param>
|
<param name="versionrewrite-pattern">wined3d9(.*)</param>
|
||||||
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
|
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
|
||||||
<param name="revision">refs/tags/wine-d3d9-3.17</param>
|
<param name="revision">refs/tags/wine-d3d9-3.20</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58528d0473c8c6ac1382216cb4b2030141e0955ea23543c874b13a8f54595193
|
|
||||||
size 42268
|
|
3
wine-d3d9-patches-3.20.tar.xz
Normal file
3
wine-d3d9-patches-3.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:224e40f5490b17e5d0149ed7c748ccf37f716241fc61e33ee4b00bad411dcc8d
|
||||||
|
size 42292
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc0f5df4d3510bbf117c78be6696779af7114d8723bd04b4fa85ca2c30ca1435
|
|
||||||
size 7474356
|
|
3
wine-staging-3.21.tar.xz
Normal file
3
wine-staging-3.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eaa08ac8abd5d9329eb6ea831623ccbc9d5857895ab66a937eb8495d4cc296b2
|
||||||
|
size 7469036
|
@ -146,7 +146,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
|
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
|
||||||
%if %{staging}
|
%if %{staging}
|
||||||
# upstream patch target version
|
# upstream patch target version
|
||||||
%define staging_version 3.20
|
%define staging_version 3.21
|
||||||
Source100: wine-staging-%{staging_version}.tar.xz
|
Source100: wine-staging-%{staging_version}.tar.xz
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: libOSMesa-devel
|
BuildRequires: libOSMesa-devel
|
||||||
@ -154,7 +154,7 @@ BuildRequires: libva-devel
|
|||||||
%endif
|
%endif
|
||||||
%if %{nine}
|
%if %{nine}
|
||||||
# upstream patch target version
|
# upstream patch target version
|
||||||
%define nine_version 3.17
|
%define nine_version 3.20
|
||||||
BuildRequires: Mesa-libd3d-devel
|
BuildRequires: Mesa-libd3d-devel
|
||||||
BuildRequires: libOSMesa-devel
|
BuildRequires: libOSMesa-devel
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
|
19
winetricks
19
winetricks
@ -7089,6 +7089,25 @@ load_dxvk92()
|
|||||||
helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
|
helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
w_metadata dxvk93 dlls \
|
||||||
|
title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (0.93)" \
|
||||||
|
publisher="Philip Rebohle" \
|
||||||
|
year="2018" \
|
||||||
|
media="download" \
|
||||||
|
file1="dxvk-0.93.tar.gz" \
|
||||||
|
installed_file1="$W_SYSTEM32_DLLS_WIN/d3d10.dll" \
|
||||||
|
installed_file2="$W_SYSTEM32_DLLS_WIN/d3d10_1.dll" \
|
||||||
|
installed_file3="$W_SYSTEM32_DLLS_WIN/d3d10core.dll" \
|
||||||
|
installed_file4="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \
|
||||||
|
installed_file5="$W_SYSTEM32_DLLS_WIN/dxgi.dll"
|
||||||
|
|
||||||
|
load_dxvk93()
|
||||||
|
{
|
||||||
|
# https://github.com/doitsujin/dxvk
|
||||||
|
w_download "https://github.com/doitsujin/dxvk/releases/download/v0.93/dxvk-0.93.tar.gz" 4d964e4e10e67ba7705312496e472ae9859520a78d8742d6d377886318c95e53
|
||||||
|
helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------
|
#----------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user