SHA256
1
0
forked from pool/wine
Marcus Meissner 2018-09-16 10:22:51 +00:00 committed by Git OBS Bridge
parent 5f7a618500
commit df6bcb13c1
5 changed files with 24 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param> <param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v3.15</param> <param name="revision">refs/tags/v3.16</param>
<param name="match-tag">v*.*</param> <param name="match-tag">v*.*</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c4767e602a4bd23a7ab22845df6920e7d86776d29281c115556292699ec4955
size 7522760

3
wine-staging-3.16.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:016774d6e4077207adf65533e9510bd6e239dc18eacb99e0514a50c211c720ad
size 7517688

View File

@ -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.15 %define staging_version 3.16
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

View File

@ -6849,6 +6849,25 @@ load_dxvk71()
helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76" helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
} }
w_metadata dxvk72 dlls \
title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (0.72)" \
publisher="Philip Rebohle" \
year="2018" \
media="download" \
file1="dxvk-0.72.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_dxvk72()
{
# https://github.com/doitsujin/dxvk
w_download "https://github.com/doitsujin/dxvk/releases/download/v0.72/dxvk-0.72.tar.gz" bc84f48f99cf5add3c8919a43d7a9c0bf208c994dc58326a636b56b8db650c52
helper_dxvk "$file1" "d3d10_enabled" "3.10" "1.0.76"
}
#---------------------------------------------------------------- #----------------------------------------------------------------