- Updated to 1.9.9 development snapshot
- More work towards the WineD3D command stream. - Service proxies in WebServices. - Query support in the builtin reg.exe utility. - Improved support for long URLs in WinInet. - Various bug fixes. - updated winetricks OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=351
This commit is contained in:
59
winetricks
59
winetricks
@@ -2,7 +2,7 @@
|
||||
|
||||
# Name of this version of winetricks (YYYYMMDD)
|
||||
# (This doesn't change often, use the sha1sum of the file when reporting problems)
|
||||
WINETRICKS_VERSION=20160329
|
||||
WINETRICKS_VERSION=20160425
|
||||
|
||||
# This is a utf-8 file
|
||||
# You should see an o with two dots over it here [ö]
|
||||
@@ -4291,6 +4291,8 @@ winetricks_init()
|
||||
esac
|
||||
WINETRICKS_WINE_MINOR=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1\.\([0-9]*\)\..*/\1/'`
|
||||
WINETRICKS_WINE_MICRO=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1.[0-9][0-9]*\.\([0-9]*\).*/\1/'`
|
||||
|
||||
echo "Using winetricks $(winetricks_print_version) with $WINETRICKS_WINE_VERSION"
|
||||
}
|
||||
|
||||
winetricks_usage()
|
||||
@@ -4686,7 +4688,7 @@ w_metadata cmd dlls \
|
||||
|
||||
load_cmd()
|
||||
{
|
||||
w_download ftp://ftp.sunet.se/pub/security/vendor/microsoft/win2000/Security_Bulletins/Q811493_W2K_SP4_X86_EN.exe ac6e28cfd12942e74aa08bddf7715705edb85b6b
|
||||
w_download http://download.microsoft.com/download/8/d/c/8dc79965-dfbc-4b25-9546-e23bc4b791c6/Q811493_W2K_SP4_X86_EN.exe ac6e28cfd12942e74aa08bddf7715705edb85b6b
|
||||
w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/$file1" -F cmd.exe
|
||||
|
||||
w_override_dlls native,builtin cmd.exe
|
||||
@@ -6707,7 +6709,7 @@ load_jet40()
|
||||
# http://support.microsoft.com/kb/239114
|
||||
# See also http://bugs.winehq.org/show_bug.cgi?id=6085
|
||||
# FIXME: "failed with error 2"
|
||||
w_download http://www.autoxplorer.com/exe/Jet40SP8_9xNT.exe 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4
|
||||
w_download http://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c51469/jet40sp8_9xnt.exe 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4
|
||||
cd "$W_CACHE/$W_PACKAGE"
|
||||
w_try "$WINE" jet40sp8_9xnt.exe $W_UNATTENDED_SLASH_Q
|
||||
}
|
||||
@@ -8796,7 +8798,9 @@ load_xna40()
|
||||
w_warn "$W_PACKAGE may not install properly in wine yet"
|
||||
fi
|
||||
|
||||
w_call dotnet45
|
||||
# See https://bugs.winehq.org/show_bug.cgi?id=30718#c8
|
||||
export COMPlus_OnlyUseLatestCLR=1
|
||||
w_call dotnet40
|
||||
|
||||
# http://www.microsoft.com/en-us/download/details.aspx?id=20914
|
||||
w_download http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi 49efdc29f65fc8263c196338552c7009fc96c5de
|
||||
@@ -10868,51 +10872,6 @@ load_python26()
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata python26_comtypes dlls \
|
||||
title="Comtypes for Python 2.6" \
|
||||
publisher="theller" \
|
||||
year="2014" \
|
||||
media="download" \
|
||||
file1="1.1.1.zip" \
|
||||
installed_file1="c:/Python26/Lib/site-packages/comtypes-1.1.1-py2.6.egg/EGG-INFO/PKG-INFO" \
|
||||
homepage="https://github.com/enthought/comtypes/releases"
|
||||
|
||||
load_python26_comtypes()
|
||||
{
|
||||
w_call python26
|
||||
w_call python26_setuptools
|
||||
|
||||
w_download https://github.com/enthought/comtypes/archive/${file1} 080921ede048063a3be273f5dca3acc469dfe361
|
||||
|
||||
w_try_unzip "$W_TMP" "${W_CACHE}/${W_PACKAGE}/${file1}"
|
||||
cd "$W_TMP/comtypes-$(basename ${file1} .zip)"
|
||||
w_try "$WINE" "C:\Python26\python.exe" setup.py install
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata python26_setuptools dlls \
|
||||
title="Setuptools 18.0.1 for Python 2.6" \
|
||||
publisher="Python Packaging Authority" \
|
||||
year="2010" \
|
||||
media="download" \
|
||||
file1="ez_setup.py" \
|
||||
installed_file1="c:/Python26/Lib/site-packages/setuptools.pth" \
|
||||
homepage="https://pypi.python.org/pypi/setuptools"
|
||||
|
||||
load_python26_setuptools()
|
||||
{
|
||||
w_call python26
|
||||
|
||||
# Not checking sha1sum, script frequently updates and there aren't stable versions
|
||||
w_download https://bootstrap.pypa.io/ez_setup.py
|
||||
|
||||
cd "$W_CACHE/$W_PACKAGE"
|
||||
w_try "$WINE" "C:\Python26\python.exe" ${file1}
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata spotify apps \
|
||||
title="Spotify - All the music, all the time" \
|
||||
publisher="Spotify" \
|
||||
@@ -18633,7 +18592,6 @@ for data in \
|
||||
pngfilt:size_MB=49,time_sec=0 \
|
||||
puzzleagent_demo:size_MB=495,time_sec=36 \
|
||||
python26:size_MB=160,time_sec=9 \
|
||||
python26_comtypes:size_MB=46,time_sec=1 \
|
||||
quartz:size_MB=62,time_sec=3 \
|
||||
quicktime72:size_MB=219,time_sec=9 \
|
||||
quicktime76:size_MB=237,time_sec=6 \
|
||||
@@ -18942,7 +18900,6 @@ execute_command()
|
||||
npm-repack) w_call npm=repack ;;
|
||||
oss) w_call sound=oss ;;
|
||||
python) w_call python26 ;;
|
||||
python-comtypes) w_call python26_comtypes ;;
|
||||
vbrun60) w_call vb6run ;;
|
||||
vcrun2005sp1) w_call vcrun2005 ;;
|
||||
vcrun2008sp1) w_call vcrun2008 ;;
|
||||
|
Reference in New Issue
Block a user