SHA256
1
0
forked from pool/wine

- Updated to 1.8-rc3 codefreeze snapshot

- bugfixes only
- winetricks updated

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=327
This commit is contained in:
2015-12-04 16:06:10 +00:00
committed by Git OBS Bridge
parent 652c804939
commit 741211136f
7 changed files with 68 additions and 22 deletions

View File

@@ -6822,6 +6822,26 @@ load_msctf()
#----------------------------------------------------------------
w_metadata msdxmocx dlls \
title="MS Windows Media Player 2 ActiveX control for VB6" \
publisher="Microsoft" \
year="1999" \
media="download" \
file1="mpfull.exe" \
installed_file1="$W_SYSTEM32_DLLS_WIN/msdxm.ocx"
load_msdxmocx()
{
# http://www.oldapps.com/windows_media_player.php?old_windows_media_player=3?download
# Iceweasel gives a security warning (!), but clamscan and virustotal.com report it as clean:
w_download http://download.oldapps.com/Windows_Media/mpfull.exe 44aef252a660612a01ee13271d84d2da3885e58d
w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/${file1}"
w_try_regsvr msdxm.ocx
}
#----------------------------------------------------------------
w_metadata msflxgrd dlls \
title="MS FlexGrid Control (msflxgrd.ocx)" \
publisher="Microsoft" \
@@ -10404,6 +10424,25 @@ load_picasa39()
#----------------------------------------------------------------
w_metadata protectionid apps \
title="Protection ID" \
publisher="CDKiLLER & TippeX" \
year="2015" \
media="download" \
file1="ProtectionId.670.halloween.2015.rar" \
installed_file1="$W_SYSTEM32_DLLS_WIN/protection_id.exe"
load_protectionid()
{
w_download http://pid.gamecopyworld.com/dl.php?f=ProtectionId.670.halloween.2015.rar a307e15f28d00959cffddd8fda073aac6df943c8 "$file1"
cd "$W_SYSTEM32_DLLS"
w_try_unrar "${W_CACHE}/${W_PACKAGE}/${file1}"
# ProtectionId.670.halloween.2015 has a different executable name than usual, this may need to be disabled on next update:
mv Protection_ID.eXe protection_id.exe
}
#----------------------------------------------------------------
w_metadata psdk2003 apps \
title="MS Platform SDK 2003" \
publisher="Microsoft" \