SHA256
1
0
forked from pool/wine
Go to file
Stephan Kulow 8bec735dae Accepting request 133660 from Emulators
- Updated to 1.5.12 development snapshot
  - Support for disabling individual joysticks.
  - Better support for D3DX9 constant tables.
  - Some XRandR improvements.
  - Various bug fixes.

- updated winetricks

- Updated to 1.5.11 development snapshot
  - Multi-channel support in the ALSA driver.
  - Removal of the big X11 lock.
  - Support for pair positioning adjustments in Uniscribe.
  - More I/O stream implementations in the C++ runtime.
  - Various bug fixes.

- Updated to 1.5.10 development snapshot
  - New version of the Gecko engine based on Firefox 14.
  - Support for OpenGL in the DIB engine using libOSMesa.
  - Off-screen rendering is now the default in Direct3D.
  - Some more WMI infrastructure.
  - Various bug fixes.

- Updated to 1.5.9 development snapshot
  - Support for GPOS font tables in Uniscribe.
  - Support for XRandr 1.2 and 1.3.
  - Parser improvements for the HLSL compiler.
  - More key exchange algorithms supported on Mac OS.
  - Relay tracing on ARM.
  - Various bug fixes.

OBS-URL: https://build.opensuse.org/request/show/133660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=119
2012-09-12 05:14:37 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
baselibs.conf - Updated to 1.5.1 development snapshot 2012-04-02 07:45:44 +00:00
README.SuSE Updating link to change in openSUSE:Factory/wine revision 74.0 2010-05-13 23:01:01 +00:00
ubuntuwine.tar.bz2 - escape a single \ with \\ in the wine-browsedrive.desktop file. 2011-05-17 10:58:20 +00:00
wine-1.5.12.tar.bz2 exclusivearch intel and ppc32 2012-09-11 14:26:48 +00:00
wine.changes exclusivearch intel and ppc32 2012-09-11 14:26:48 +00:00
wine.desktop nodisplay=true 2010-10-26 09:22:12 +00:00
wine.spec exclusivearch intel and ppc32 2012-09-11 14:26:48 +00:00
winetricks exclusivearch intel and ppc32 2012-09-11 14:26:48 +00:00
wisotool - Updated to 1.3.9 development snapshot 2010-12-11 11:57:51 +00:00

Start wine:
-----------
Check whether wine runs by entering (e.g.) 'wine notepad.exe' or
'wine progman'.

General Notes:
--------------
1. All configuration data is in the registry, and can be accessed
   directly by editing system.reg or user.reg, "wine regedit.exe" or
   with the graphical configuration frontend "winecfg".

2. Drives are configured by symlinking in ~/.wine/dosdevices/,
   or by using "winecfg".

3. You have to set the WINEPREFIX variable to the wine base dir,
   if it is different than ~/.wine.

There usually is no need for additionaly configuring wine.

If no ~/.wine is present, Wine will setup a fake windows 
environment in ~/.wine by itself, including all necessary config
file and registry settings using the "wine.inf" file.


Windows DLLs not supported by Wine:
--------------------------------------
A shell script called "winetricks" is included in this RPM which
can be used to quickly install missing DLLs from public redistributable
archives.

	winetricks help		shows all installation possibilities

	winetricks gecko	Installs the Mozilla Gecko rendering engine, which
				provides generic HTML rendering support to Wine.

				This engine is also in the wine-gecko RPM.

	winetricks mfc40	installs the MFC40.DLL
	winetricks mfc42	installs the MFC42.DLL	(Applications might need it)


Violation of existing windows:
------------------------------
Wine can corrupt MS Windows installation.

It is not recommended to point Wine to an existing Windows
installation. Also it should no longer be necessary to copy
stuff from Windows installations.


Error and warning messages:
---------------------------
Wine is intensively developed but is not always complete.
Therefore things might not work and wine might print error and
warning messages.