-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathorg.winehq.Wine.appdata.xml
74 lines (67 loc) · 2.87 KB
/
org.winehq.Wine.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2017 Jens Reyer <[email protected]> -->
<component type="console-application">
<id>org.winehq.Wine</id>
<metadata_license>FSFAP</metadata_license>
<project_license>LGPL-2.1+</project_license>
<name>Wine</name>
<summary>Windows compatibility layer</summary>
<developer id="winehq.org">
<name>Wine Project</name>
</developer>
<description>
<p>
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility
layer capable of running Windows applications on several POSIX-compliant
operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating
internal Windows logic like a virtual machine or emulator, Wine translates
Windows API calls into POSIX calls on-the-fly, eliminating the performance
and memory penalties of other methods and allowing you to cleanly integrate
Windows applications into your desktop.
</p>
</description>
<url type="homepage">https://www.winehq.org/</url>
<url type="bugtracker">https://bugs.winehq.org/</url>
<url type="faq">https://wiki.winehq.org/FAQ</url>
<url type="help">https://wiki.winehq.org/</url>
<url type="donation">https://www.winehq.org/donate</url>
<url type="translate">https://wiki.winehq.org/Translating</url>
<screenshots>
<screenshot type="default">
<caption>MS Outlook 2010 running via wine</caption>
<image>https://dl.winehq.org/share/images/screenshots/outlook2010.jpg</image>
</screenshot>
<screenshot>
<caption>The Windows Steam client running on linux via wine</caption>
<image>https://dl.winehq.org/share/images/screenshots/steam.jpg</image>
</screenshot>
<screenshot>
<caption>GOG Galaxy client running via wine</caption>
<image>https://dl.winehq.org/share/images/screenshots/goggalaxy.jpg</image>
</screenshot>
<screenshot>
<caption>A horse in the game "Skyrim Special Edition" running via wine</caption>
<image>https://dl.winehq.org/share/images/screenshots/skyrim_specialed.jpg</image>
</screenshot>
</screenshots>
<provides>
<binary>wine</binary>
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="10.0" date="2025-01-21"/>
<release version="9.0" date="2024-01-16"/>
<release version="8.0.2" date="2023-07-19"/>
<release version="8.0.1" date="2023-04-20"/>
<release version="8.0" date="2023-01-24"/>
<release version="7.0.1" date="2022-11-08"/>
<release version="7.0" date="2022-01-18"/>
<release version="6.0.2" date="2021-10-26"/>
<release version="6.0.1" date="2021-06-07"/>
<release version="6.0" date="2021-01-30"/>
<release version="5.22" date="2020-11-20"/>
<release version="5.21" date="2020-11-20"/>
<release version="5.19" date="2020-10-10"/>
<release version="5.18" date="2020-09-28"/>
</releases>
</component>