SHA256
1
0
forked from pool/wine

Accepting request 223854 from Emulators

- Updated to 1.7.13 development snapshot
  - More Task Scheduler support.
  - A few more Direct3D 10 interfaces.
  - More Windows Media Player stubs.
  - ARM code generation improvements.
  - Better memory size reporting on Mac OS X.
  - Various bug fixes.
- updated winetricks, added manpage

OBS-URL: https://build.opensuse.org/request/show/223854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=143
This commit is contained in:
Stephan Kulow 2014-02-26 05:59:35 +00:00 committed by Git OBS Bridge
commit 9f81063a60
8 changed files with 1088 additions and 511 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dcdff7bf8bac2bc10da85e3e632e8add830f22cf416173e53abca4ec580b392
size 21366705

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEABECAAYFAlL1LJYACgkQ9ebp7rlGHdeuAwCeI3C43N4JbjOZ2jjIILRiqjrL
PQgAnRAocb83+ZY95OgsV+l8qh12XJHr
=1x29
-----END PGP SIGNATURE-----

3
wine-1.7.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a72fdee6e1898007b38f3b30584f86d996567ad8d2f1cc0fe3a877be0493b9df
size 21385204

7
wine-1.7.13.tar.bz2.sign Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEABECAAYFAlMGSToACgkQ9ebp7rlGHdfvdwCgnki6uea+Cks1JbwdYILqVUjc
N7AAnj1VvWua5RIAX92byO3pStGWZc8r
=RTkY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 22 08:43:13 UTC 2014 - meissner@suse.com
- Updated to 1.7.13 development snapshot
- More Task Scheduler support.
- A few more Direct3D 10 interfaces.
- More Windows Media Player stubs.
- ARM code generation improvements.
- Better memory size reporting on Mac OS X.
- Various bug fixes.
- updated winetricks, added manpage
-------------------------------------------------------------------
Fri Feb 7 21:29:14 UTC 2014 - meissner@suse.com

View File

@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files
BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel
Version: 1.7.12
Version: 1.7.13
Release: 0
Summary: An MS Windows Emulator
License: LGPL-2.1+
@ -64,7 +64,8 @@ Url: http://www.winehq.org/
Source0: http://downloads.sourceforge.net/project/wine/Source/%{name}-%{version}.tar.bz2
Source41: wine.keyring
Source42: http://downloads.sourceforge.net/project/wine/Source/%{name}-%{version}.tar.bz2.sign
Source1: http://kegel.com/wine/winetricks
Source1: winetricks
Source11: winetricks.1
Source2: http://kegel.com/wine/wisotool
Source3: README.SuSE
Source4: wine.desktop
@ -180,6 +181,8 @@ install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/
mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de
mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr
mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
install -c %{SOURCE11} %{buildroot}/%{_mandir}/man1/
tar xjf %{SOURCE5}
# Copied from Ubuntu Wine out of debian.diff
# https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
@ -259,6 +262,7 @@ chmod 755 %winedir/my-find-requires.sh
%doc %{_mandir}/man1/winecpp.1.*
%doc %{_mandir}/man1/winefile.1.*
%doc %{_mandir}/man1/winemine.1.*
%doc %{_mandir}/man1/winetricks.1.*
%doc %{_mandir}/man1/winepath.1.*
%dir %{_sysconfdir}/xdg/menus/
%dir %{_sysconfdir}/xdg/menus/applications-merged

1389
winetricks

File diff suppressed because it is too large Load Diff

170
winetricks.1 Normal file
View File

@ -0,0 +1,170 @@
.\" -*- nroff -*-
.TH WINETRICKS 1 "June 2013" "Winetricks 20130615" "Wine package manager"
.SH NAME
winetricks \- manage virtual windows environments using wine
.SH SYNOPSIS
.BI "winetricks "
[options] [verb ... ]
.SH DESCRIPTION
.B winetricks
is an easy way to work around common problems in Wine.
.PP
It provides simple commands to
tweak Wine settings,
download and install missing Windows DLLs and fonts,
or install various games or apps with appropriate workarounds for the current version of wine.
.PP
It can be used via gui or commandline. The commandline mode is intended both for interactive use and as a building block in fancier wine frontends and in automated regression testing.
.B winetricks
with no arguments displays a GUI using either Zenity or Kdialog.
.SH OPTIONS
.TP
.B
\-\-force
Don't check whether packages were already installed
.TP
.B
\-\-gui
Show gui diagnostics even when driven by commandline
.TP
.B
\-k, \-\-keep_isos
Cache isos (allows later installation without disc)
.TP
.B
\-\-no\-clean
Don't delete temp directories (useful during debugging)
.TP
.B
\-\-no\-isolate
Don't install each app or game in its own bottle
.TP
.B
\-q, \-\-unattended
Don't ask any questions, just install automatically
.TP
.B
\-r, \-\-ddrescue
Retry hard when caching scratched discs
.TP
.B
\-\-showbroken
Even show verbs that are currently broken in wine
.TP
.B
\-v, \-\-verbose
Echo all commands as they are executed
.TP
.B
\-h, \-\-help
Display this message and exit
.TP
.B
\-V, \-\-version
Display version and exit
.SH COMMANDS
.TP
.B
apps list
list verbs in category 'applications'
.TP
.B
benchmarks list
list verbs in category 'benchmarks'
.TP
.B
dlls list
list verbs in category 'dlls'
.TP
.B
games list
list verbs in category 'games'
.TP
.B
list
list categories
.TP
.B
list-cached
list cached-and-ready-to-install verbs
.TP
.B
list-download
list verbs which download automatically
.TP
.B
list-manual-download
list verbs which download with some help from the user
.TP
.B
list-installed
list already-installed verbs
.TP
.B
prefix=foobar
select WINEPREFIX=$HOME/.local/share/wineprefixes/foobar
.TP
.B
settings list
list verbs in category 'settings'
.PP
.SH EXAMPLES
.TP
To see list of available packages to install:
winetricks list-download
.TP
To install a package:
winetricks 7zip
.SH ENVIRONMENT VARIABLES
Wine checks several environment variables on startup:
.TP
.I WINE
If set, this specifies which wine binary to use by default
.TP
.I WINEPREFIX
If set, this specifies the location of the default .wine directory ( usually
.IR $HOME/.wine
).
.TP
.I XDG_CACHE_HOME
If set, this is path to system's user data cache (default: $HOME/.cache)
.I W_CACHE
path to Winetricks' user data cache (default: $XDG_CACHE_HOME/winetricks}
.SH AUTHORS
Dan Kegel, Austin English, and many others. For a complete list,
please see the "Copyright" section in the file 'winetricks'.
.SH COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
See <http://www.gnu.org/licenses/>.
.SH BUGS
.PP
Bugs may be reported at
.I http://winetricks.org
.PP
.SH AVAILABILITY
The most recent version of
.B winetricks
can be downloaded from
.I http://winetricks.org/download/releases/
.PP
The latest snapshot of the code may be obtained via svn; see
.I http://code.google.com/p/winetricks/source/checkout
.PP
For further information about
.B winetricks
see
.I http://winetricks.org
.SH "SEE ALSO"
.BR wine (1)