SHA256
1
0
forked from pool/wine

- Updated to 1.9.10 development snapshot

- High resolution ("Retina") rendering option on Mac OS X.
  - More compatible directory enumeration.
  - A number of C++ runtime fixes.
  - Video output improvements.
  - Various bug fixes.
- updated winetricks

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=353
This commit is contained in:
2016-05-17 06:10:31 +00:00
committed by Git OBS Bridge
parent 986e0bd808
commit 117b53c3e6
7 changed files with 36 additions and 25 deletions

View File

@@ -9917,16 +9917,16 @@ load_fontxplorer()
#----------------------------------------------------------------
w_metadata foobar2000 apps \
title="foobar2000 v1.3.6" \
title="foobar2000 v1.3.10" \
publisher="Peter Pawlowski" \
year="2014" \
media="manual_download" \
file1="foobar2000_v1.3.6.exe" \
file1="foobar2000_v1.3.10.exe" \
installed_exe1="$W_PROGRAMS_X86_WIN/foobar2000/foobar2000.exe"
load_foobar2000()
{
w_download_manual http://www.foobar2000.org/download foobar2000_v1.3.6.exe 77d1c3aa766853701d29e46b3018aaf1e1b5dd39
w_download_manual http://www.foobar2000.org/download foobar2000_v1.3.10.exe d4d60effc26d3ead48ba6f9c5ad32b9066231807
cd "$W_CACHE/$W_PACKAGE"
w_try "$WINE" $file1 $W_UNATTENDED_SLASH_S
}