Dominique Leuenberger 66570ddd51 Accepting request 686028 from Emulators
- updated to 4.4 development release
  - New MSIDB tool for manipulating MSI databases.
  - Support for custom draw buttons in common controls.
  - Many more Media Foundation APIs implemented.
  - Various bug fixes.
- updated staging to 4.4
- disable -nine- builds as its not getting updated currently.

- updated to 4.3 development release
  - Reimplementation of XAudio2 using the FAudio library.
  - Mono engine updated to the latest upstream.
  - More modern handling of iconic windows.
  - Improved handling of kernel objects.
  - Various bug fixes.
- updated staging to 4.3

- updated to 4.2 development release
  - Unicode string normalization support.
  - Support for ECC cryptographic keys.
  - Support for mixing 32/64-bit dlls in the load path.
  - Futex-based implementations for more synchronization primitives.
  - Various bug fixes.
- updated staging to 4.2

OBS-URL: https://build.opensuse.org/request/show/686028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=273
2019-03-19 09:00:07 +00:00
2019-03-15 13:42:40 +00:00
ci
2019-03-18 06:07:15 +00:00
2010-10-26 09:22:12 +00:00
ci
2019-03-18 06:07:15 +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.
Description
No description provided
Readme 5.5 MiB
Languages
Shell 100%