- Updated to 1.7.25 development snapshot
- Still more DirectWrite functions. - Improvements to the common File Dialog. - A number of C runtime improvements. - Various bug fixes. - updated winetricks OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=236
This commit is contained in:
parent
1d0d588d8b
commit
c85ba60d7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5e35e82e57d49e83d3246a9d84684ecd095705628db59ac0516dab2bb8cf540
|
||||
size 21732817
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlP3jpkACgkQ9ebp7rlGHdet7wCgwQL14ZjxsEoiaF+lGlk0kgnd
|
||||
sTMAoNGvzf9M/aX61VozeXqm5b5MmS9Q
|
||||
=IFit
|
||||
-----END PGP SIGNATURE-----
|
3
wine-1.7.26.tar.bz2
Normal file
3
wine-1.7.26.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20c7c26a3bd887afac655a274335923ae7ccf4053383e4edbb0c290aadb5de8
|
||||
size 21708411
|
7
wine-1.7.26.tar.bz2.sign
Normal file
7
wine-1.7.26.tar.bz2.sign
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlQJ/NsACgkQ9ebp7rlGHdeVnACdH9sWssV68FdhWwC5fNF1Fyzc
|
||||
JnYAn1VWrKfKHxJGcbx/UzlU5fumZcjL
|
||||
=7ZNg
|
||||
-----END PGP SIGNATURE-----
|
10
wine.changes
10
wine.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 6 06:50:08 UTC 2014 - meissner@suse.com
|
||||
|
||||
- Updated to 1.7.25 development snapshot
|
||||
- Still more DirectWrite functions.
|
||||
- Improvements to the common File Dialog.
|
||||
- A number of C runtime improvements.
|
||||
- Various bug fixes.
|
||||
- updated winetricks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 19:01:09 UTC 2014 - meissner@suse.com
|
||||
|
||||
|
@ -56,7 +56,7 @@ BuildRequires: sane-backends-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
Version: 1.7.25
|
||||
Version: 1.7.26
|
||||
Release: 0
|
||||
Summary: An MS Windows Emulator
|
||||
License: LGPL-2.1+
|
||||
|
32
winetricks
32
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=20140726
|
||||
WINETRICKS_VERSION=20140817
|
||||
|
||||
# This is a utf-8 file
|
||||
# You should see an o with two dots over it here [ö]
|
||||
@ -2479,10 +2479,23 @@ winetricks_mainmenu()
|
||||
|
||||
winetricks_settings_menu()
|
||||
{
|
||||
# FIXME: these translations should really be centralized/reused:
|
||||
case $LANG in
|
||||
*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\""
|
||||
da*) _W_msg_title='Vælg en pakke'
|
||||
_W_msg_body='Which settings would you like to change?'
|
||||
;;
|
||||
de*) _W_msg_title='Pakete auswählen'
|
||||
_W_msg_body='Which settings would you like to change?'
|
||||
;;
|
||||
pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\""
|
||||
_W_msg_body='Which settings would you like to change?'
|
||||
;;
|
||||
uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\""
|
||||
_W_msg_body='Які налаштування Ви хочете змінити?'
|
||||
;;
|
||||
*) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\""
|
||||
_W_msg_body='Which settings would you like to change?'
|
||||
;;
|
||||
esac
|
||||
|
||||
case $WINETRICKS_GUI in
|
||||
@ -5599,14 +5612,14 @@ load_dsound()
|
||||
|
||||
# FIXME: update winetricks_is_installed to look at installed_file2
|
||||
w_metadata flash dlls \
|
||||
title="Flash Player 12" \
|
||||
title="Flash Player 14" \
|
||||
publisher="Adobe" \
|
||||
year="2014" \
|
||||
media="download" \
|
||||
file1="install_flash_player.exe" \
|
||||
file2="install_flash_player_ax.exe" \
|
||||
installed_file1="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_12_0_0_43_Plugin.exe" \
|
||||
installed_file2="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_12_0_0_38_ActiveX.exe" \
|
||||
installed_file1="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_14_0_0_179_Plugin.exe" \
|
||||
installed_file2="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_14_0_0_176_ActiveX.exe" \
|
||||
homepage="http://www.adobe.com/products/flashplayer/"
|
||||
|
||||
load_flash()
|
||||
@ -5628,7 +5641,9 @@ load_flash()
|
||||
# 2013-06-24
|
||||
# w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player_ax.exe fdadce901fc7da7a175f71cc8f1f2dd0db78ec8e
|
||||
# 2014-01-21
|
||||
w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.38/install_flash_player_ax.exe 8deb33bcbbbbecfcbcbeb0f861d2c7492599da2b
|
||||
#w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.38/install_flash_player_ax.exe 8deb33bcbbbbecfcbcbeb0f861d2c7492599da2b
|
||||
# 2014-08-17
|
||||
w_download https://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.176/install_flash_player_ax.exe 16231b509d8e689dc34ae36597d41c4fb1b3a67e
|
||||
cd "$W_CACHE"/flash
|
||||
|
||||
w_try "$WINE" install_flash_player_ax.exe ${W_OPT_UNATTENDED:+ /install}
|
||||
@ -5639,8 +5654,9 @@ load_flash()
|
||||
# 2013-06-24
|
||||
#w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player.exe 9c519fd5a7202c43b5713f9f6b083d970810112e
|
||||
# 2014-01-21
|
||||
w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.43/install_flash_player.exe 5a68f7aa21c4217cf801a46616fe724d601f773a
|
||||
|
||||
#w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.43/install_flash_player.exe 5a68f7aa21c4217cf801a46616fe724d601f773a
|
||||
# 2014-08-17
|
||||
w_download https://fpdownload.macromedia.com/get/flashplayer/pdc/14.0.0.179/install_flash_player.exe 1d5725fd0d50eb1361213179ffae9ee24944755a
|
||||
w_try "$WINE" install_flash_player.exe ${W_OPT_UNATTENDED:+ /install}
|
||||
|
||||
if w_workaround_wine_bug 25966 "Flash11 still needs native visual c++ 2005 runtimes" 1.5.7,
|
||||
|
Loading…
Reference in New Issue
Block a user