Accepting request 329430 from Emulators
- 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. - winetricks helper script updated OBS-URL: https://build.opensuse.org/request/show/329430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=182
This commit is contained in:
commit
bcf6c0f484
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c5410fab820281f337d478c18305027363c9012f30f742339ef1eb0f9dd711e
|
|
||||||
size 22586575
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlXXMFEACgkQ9ebp7rlGHdfF3ACeK6OQi/n3/H+IWojhEeKzgqUo
|
|
||||||
XfEAnAxUK0XXV//7Z4vxRv5iYx3Z7uVH
|
|
||||||
=kw0s
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
wine-1.7.51.tar.bz2
Normal file
3
wine-1.7.51.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:397fc95b463d6ae1b65ab0477d9fe5d0871e8e2a3322bc9d984e438f2c4d0f52
|
||||||
|
size 22639053
|
7
wine-1.7.51.tar.bz2.sign
Normal file
7
wine-1.7.51.tar.bz2.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlXpiFgACgkQ9ebp7rlGHdePlQCfbqMMKe93aykjZ8N6W45s5Ue/
|
||||||
|
y+AAn1vrrN79UkquqDfbgGddmzW5evbL
|
||||||
|
=/Sq2
|
||||||
|
-----END PGP SIGNATURE-----
|
11
wine.changes
11
wine.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 4 14:29:47 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
- winetricks helper script updated
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 31 15:27:39 UTC 2015 - meissner@suse.com
|
Mon Aug 31 15:27:39 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ BuildRequires: sane-backends-devel
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
Version: 1.7.50
|
Version: 1.7.51
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
20
winetricks
20
winetricks
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Name of this version of winetricks (YYYYMMDD)
|
# Name of this version of winetricks (YYYYMMDD)
|
||||||
# (This doesn't change often, use the sha1sum of the file when reporting problems)
|
# (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
|
# This is a utf-8 file
|
||||||
# You should see an o with two dots over it here [ö]
|
# 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 \
|
w_metadata mfc40 dlls \
|
||||||
title="MS mfc40 (Microsoft Foundation Classes from Visual C++ 4.0)" \
|
title="MS mfc40 (Microsoft Foundation Classes from Visual C++ 4.0)" \
|
||||||
publisher="Microsoft" \
|
publisher="Microsoft" \
|
||||||
|
Loading…
Reference in New Issue
Block a user