Difference between revisions of "Wine"

From Free Software Directory
Jump to: navigation, search
(Update to 1.7.32.)
(Update license)
 
(13 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
|Full description='''Wine lets you run Windows programs on GNU/Linux, OS X and BSD by reimplementing the Windows libraries.'''
 
|Full description='''Wine lets you run Windows programs on GNU/Linux, OS X and BSD by reimplementing the Windows libraries.'''
  
<span style="color:#800">'''Warning:''' some GNU/Linux distributions recommend installing the non-free Microsoft fonts when installing Wine through a package manager. To fix this, install using the <code>--no-install-recommends</code> switch.</span>
+
<span style="color:#800">'''Warning:''' some GNU/Linux distributions recommend installing the non-free Microsoft fonts when installing Wine through a package manager. To fix this, you can install it with the <code>apt-get install --no-install-recommends wine</code> command.</span>
 
|Homepage URL=http://www.winehq.org/
 
|Homepage URL=http://www.winehq.org/
 +
|Version download=https://dl.winehq.org/wine/source/wine-8.0.tar.xz
 
|User level=beginner
 
|User level=beginner
 +
|Is High Priority Project=No
 
|VCS checkout command=git clone git://source.winehq.org/git/wine.git
 
|VCS checkout command=git clone git://source.winehq.org/git/wine.git
 
|Computer languages=C
 
|Computer languages=C
 +
|Decommissioned/Obsolete=No
 +
|Accepts cryptocurrency donations=No
 
|IRC general=irc://chat.freenode.net/winehq
 
|IRC general=irc://chat.freenode.net/winehq
 
|Keywords=windows
 
|Keywords=windows
|Version identifier=1.7.32
+
|Version identifier=1.8
|Version date=2014/11/28
+
|Version date=2015/12/19
|Version status=developmental
+
|Version status=stable
|Version download=http://sourceforge.net/projects/wine/files/Source/wine-1.7.32.tar.bz2/download
+
|Version comment=https://www.winehq.org/announce/1.8
|Version comment=https://www.winehq.org/announce/1.7.32
+
|Test entry=No
|Last review by=Calinou
+
|Last review by=Bendikker
|Last review date=2014/11/29
+
|Last review date=2018/04/17
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2006-12-22
 
|License verified date=2006-12-22
Line 26: Line 28:
 
{{Project license
 
{{Project license
 
|License=LGPLv2
 
|License=LGPLv2
|License verified by=Ted Teah
+
|License copyright=LICENSE:
 +
Copyright (c) 1993-2023 the Wine project authors (see the file AUTHORS
 +
for a complete list)
 +
|License verified by=Denis 'GNUtoo' Carikli
 
|License verified date=2006-12-22
 
|License verified date=2006-12-22
 +
|License note=LICENSE:
 +
Wine is free software; you can redistribute it and/or modify it under
 +
the terms of the GNU Lesser General Public License as published by the
 +
Free Software Foundation; either version 2.1 of the License, or (at
 +
your option) any later version.
 +
 +
This program is distributed in the hope that it will be useful, but
 +
WITHOUT ANY WARRANTY; without even the implied warranty of
 +
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 +
Lesser General Public License for more details.
 +
 +
A copy of the GNU Lesser General Public License is included in the
 +
Wine distribution in the file COPYING.LIB. If you did not receive this
 +
copy, write to the Free Software Foundation, Inc., 51 Franklin St,
 +
Fifth Floor, Boston, MA 02110-1301, USA.
 +
}}
 +
{{Software category
 +
|Interface=command-line, library, x-window-system
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Person
 
{{Person
Line 33: Line 61:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=julliard@winehq.org
 
|Email=julliard@winehq.org
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/wine
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/wine
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/wine
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 65: Line 104:
 
|Resource URL=mailto:wine-users@winehq.org
 
|Resource URL=mailto:wine-users@winehq.org
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line, library, x-window-system
+
|Is High Priority Project=No
|Programming-language=C
+
|Decommissioned or Obsolete=No
|Runs-on=BSD, OS X
+
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 13:29, 8 March 2023


[edit]

Wine

http://www.winehq.org/
Run Windows programs on GNU/Linux, OS X and BSD

Wine lets you run Windows programs on GNU/Linux, OS X and BSD by reimplementing the Windows libraries.

Warning: some GNU/Linux distributions recommend installing the non-free Microsoft fonts when installing Wine through a package manager. To fix this, you can install it with the apt-get install --no-install-recommends wine command.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv2

Verified by

Denis 'GNUtoo' Carikli

Verified on

22 December 2006

Notes

LICENSE:

Wine is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

A copy of the GNU Lesser General Public License is included in the Wine distribution in the file COPYING.LIB. If you did not receive this copy, write to the Free Software Foundation, Inc., 51 Franklin St,

Fifth Floor, Boston, MA 02110-1301, USA.




Leaders and contributors

Contact(s)Role
Alexandre Julliard Maintainer


Resources and communication

AudienceResource typeURI
HelpE-mailmailto:wine-announce@winehq.org
Bug TrackingVCS Repository Webviewhttp://bugs.winehq.org/
Python (Ref)https://pypi.org/project/wine
SupportE-mailmailto:wine-users@winehq.org
DeveloperE-mailmailto:wine-devel@winehq.org
DeveloperVCS Repository Webviewhttp://source.winehq.org/git
Debian (Ref)https://tracker.debian.org/pkg/wine
Bug TrackingE-mailmailto:wine-bugs@winehq.org
Ruby (Ref)https://rubygems.org/gems/wine


Software prerequisites




Entry











"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.















Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.