SHA256
1
0
forked from pool/wine

- Update to 3.13 development release

- Vulkan support on macOS using MoltenVK.
  - Initial support for performance data in the registry.
  - Mono engine updated with some bug fixes.
  - Support for fetching BIOS information on Linux.
  - GnuTLS also used on macOS when available.
  - Improvements in the standard Task Dialog.
  - Various bug fixes.
- updated staging to 3.13
- updated winetricks

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=527
This commit is contained in:
2018-07-21 08:16:13 +00:00
committed by Git OBS Bridge
parent ed6191faaf
commit 7e36522f2d
12 changed files with 78 additions and 34 deletions

View File

@@ -6653,7 +6653,7 @@ load_dxvk54()
{
# https://github.com/doitsujin/dxvk
w_download "https://github.com/doitsujin/dxvk/releases/download/v0.54/dxvk-0.54.tar.gz" 1c2f186baaa01d2de7b832f6f05021bdd29eccb65fc197c8b15adfd4e08f9640
helper_dxvk "$file1"
helper_dxvk "$file1" "3.6"
}
#----------------------------------------------------------------
@@ -6692,6 +6692,24 @@ load_dxvk61()
helper_dxvk "$file1" "3.10" "1.0.76"
}
#----------------------------------------------------------------
w_metadata dxvk62 dlls \
title="Vulkan-based D3D11 implementation for Linux / Wine (0.62)" \
publisher="Philip Rebohle" \
year="2018" \
media="download" \
file1="dxvk-0.62.tar.gz" \
installed_file1="$W_SYSTEM32_DLLS_WIN/d3d11.dll" \
installed_file2="$W_SYSTEM32_DLLS_WIN/dxgi.dll"
load_dxvk62()
{
# https://github.com/doitsujin/dxvk
w_download "https://github.com/doitsujin/dxvk/releases/download/v0.62/dxvk-0.62.tar.gz" b9dbb57908e24b094b68f665ad729b6ee277eecc8ba04a6e6e4f8a4d2dfd94e3
helper_dxvk "$file1" "3.10" "1.0.76"
}
#----------------------------------------------------------------
@@ -10809,6 +10827,7 @@ w_metadata corefonts fonts \
load_corefonts()
{
w_download "https://mirrors.kernel.org/gentoo/distfiles/andale32.exe" 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
w_download "https://mirrors.kernel.org/gentoo/distfiles/arial32.exe" 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6
w_download "https://mirrors.kernel.org/gentoo/distfiles/arialb32.exe" a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8
w_download "https://mirrors.kernel.org/gentoo/distfiles/comic32.exe" 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e
@@ -10825,6 +10844,10 @@ load_corefonts()
# files being present in the Windows font directory we use cabextract
# to obtain the files and register the fonts by hand.
w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/andale32.exe
w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "AndaleMo.TTF"
w_register_font andalemo.ttf "Andale Mono"
w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/arial32.exe
w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Arial*.TTF"
w_register_font arialbd.ttf "Arial Bold"
@@ -13299,19 +13322,26 @@ load_vc2005trial()
winwait, Visual Studio, Setup is loading
if ( w_opt_unattended > 0 ) {
winwait, Visual Studio, Loading completed
sleep 1000
controlclick, button2
winwait, Visual Studio, Select features
sleep 1000
controlclick, button38
sleep 1000
controlclick, button40
winwait, Visual Studio, You have chosen
sleep 1000
controlclick, button1
winwait, Visual Studio, Select features
sleep 1000
controlclick, button11
}
;this can take a while
; this can take a while
winwait, Finish Page
if ( w_opt_unattended > 0 )
if ( w_opt_unattended > 0 ) {
sleep 1000
controlclick, button2
}
winwaitclose, Finish Page
"
}