- Updated to 1.7.51 development snapshot
- XAudio2 implementation using OpenAL Soft. - Support for the new Universal C Runtime DLL. - Dropdown menu support in the standard Open Dialog. - Grayscale rendering mode in DirectWrite. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=305
This commit is contained in:
20
winetricks
20
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=20150706
|
||||
WINETRICKS_VERSION=20150826
|
||||
|
||||
# This is a utf-8 file
|
||||
# You should see an o with two dots over it here [ö]
|
||||
@@ -6588,6 +6588,24 @@ _EOF_
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata mf dlls \
|
||||
title="MS Media Foundation" \
|
||||
publisher="Microsoft" \
|
||||
year="2011" \
|
||||
media="download" \
|
||||
file1="../win7sp1/windows6.1-KB976932-X86.exe" \
|
||||
installed_file1="$W_SYSTEM32_DLLS_WIN/mf.dll"
|
||||
|
||||
load_mf()
|
||||
{
|
||||
helper_win7sp1 x86_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_9e6699276b03c38e/mf.dll
|
||||
w_try cp "$W_TMP/x86_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_9e6699276b03c38e/mf.dll" "$W_SYSTEM32_DLLS/mf.dll"
|
||||
|
||||
w_override_dlls native,builtin mf
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
w_metadata mfc40 dlls \
|
||||
title="MS mfc40 (Microsoft Foundation Classes from Visual C++ 4.0)" \
|
||||
publisher="Microsoft" \
|
||||
|
Reference in New Issue
Block a user