- updated staging to 3.15
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=539
This commit is contained in:
parent
4987ea4b14
commit
301b4f03d5
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.14</param>
|
<param name="revision">refs/tags/wine-d3d9-3.15</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:4b0cee2121d14fc812fe88539a06604de33bb1251962e3126e0aaf6366a5dae4
|
|
||||||
size 42272
|
|
3
wine-d3d9-patches-3.15.tar.xz
Normal file
3
wine-d3d9-patches-3.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:991b15e36619a848b2f36aeaf6ac741269333c82217f6394bc940e79b19764ab
|
||||||
|
size 42272
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ce10521e11628f141e6da4d91b84fb7fa3ac1f8fc8d73a66c0f50508f4efbb3
|
|
||||||
size 7520156
|
|
3
wine-staging-3.15.tar.xz
Normal file
3
wine-staging-3.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c4767e602a4bd23a7ab22845df6920e7d86776d29281c115556292699ec4955
|
||||||
|
size 7522760
|
@ -8,6 +8,7 @@ Sat Sep 1 06:17:50 UTC 2018 - meissner@suse.com
|
|||||||
- WinHTTP converted to use Windows Sockets.
|
- WinHTTP converted to use Windows Sockets.
|
||||||
- Syntax fixes in the command line interpreter.
|
- Syntax fixes in the command line interpreter.
|
||||||
- Various bug fixes.
|
- Various bug fixes.
|
||||||
|
- updated staging to 3.15
|
||||||
- updated winetricks
|
- updated winetricks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -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.14
|
%define staging_version 3.15
|
||||||
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.13
|
%define nine_version 3.15
|
||||||
BuildRequires: Mesa-libd3d-devel
|
BuildRequires: Mesa-libd3d-devel
|
||||||
BuildRequires: libOSMesa-devel
|
BuildRequires: libOSMesa-devel
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
|
19
winetricks
19
winetricks
@ -6829,6 +6829,25 @@ load_dxvk70()
|
|||||||
helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
|
helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
w_metadata dxvk71 dlls \
|
||||||
|
title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (0.71)" \
|
||||||
|
publisher="Philip Rebohle" \
|
||||||
|
year="2018" \
|
||||||
|
media="download" \
|
||||||
|
file1="dxvk-0.71.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_dxvk71()
|
||||||
|
{
|
||||||
|
# https://github.com/doitsujin/dxvk
|
||||||
|
w_download "https://github.com/doitsujin/dxvk/releases/download/v0.71/dxvk-0.71.tar.gz" fbe66337d1450f366961a7699253cd7a96c12a88c2fcda64b79be1cbb13d37d5
|
||||||
|
helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------
|
#----------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user