Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dosbox-staging.metainfo.xml « linux « contrib - github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19546e29552acc25016c794b357167f6a9d719a0 (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2020-2022  The DOSBox Staging Team -->
<component type="desktop">
  <id>io.github.dosbox-staging</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0-or-later</project_license>
  <name>DOSBox Staging</name>
  <summary>DOS/x86 emulator focusing on ease of use</summary>
  <description>
    <p>
      DOSBox Staging is a full x86 CPU emulator (independent of host
      architecture), capable of running DOS programs that require real or
      protected mode.
    </p>
    <p>It features:</p>
    <ul>
      <li>A built-in DOS-like console</li>
      <li>Emulation of several PC variants: (IBM PC, IBM PCjr, Tandy 1000),
          and CPUs (286, 386, 486, and Pentium I)</li>
      <li>Graphics chipsets: Hercules, CGA, EGA, VGA, and SVGA</li>
      <li>Audio solutions: PC Speaker, Tandy Sound System, Disney Sound Source,
          Sound Blaster series, and Gravis UltraSound</li>
      <li>CDROM and CD Digital Audio with audio optionally encoded as FLAC,
          Opus, OGG/Vorbis, MP3 or WAV</li>
      <li>Joystick emulation working with modern game controllers</li>
      <li>Serial port emulation including IPX over UDP and Telnet over TCP/IP</li>
      <li>Hardware-accelerated video output including integer (pixel-perfect)
          scaling, sharp-bilinear scaling, OpenGL shaders, and more</li>
    </ul>
    <p>
      DOSBox Staging is highly configurable and sufficiently-optimized to run
      any DOS game on a modern computer.
    </p>
  </description>
  <screenshots>
    <screenshot type="default">
      <caption>DOSBox Staging window (splash screen)</caption>
      <image type="source" width="660" height="535">https://dosbox-staging.github.io/gnome-splash-screen.png</image>
    </screenshot>
    <screenshot>
      <caption>DOSBox Staging window</caption>
      <image type="source" width="660" height="535">https://dosbox-staging.github.io/gnome-init-screen.png</image>
    </screenshot>
    <screenshot>
      <caption>Heroes of Might and Magic 2 (1996), pixel-perfect</caption>
      <image type="source" width="1920" height="1080">https://dosbox-staging.github.io/homm2-pp-2x2.png</image>
    </screenshot>
    <screenshot>
      <caption>Wolfenstein 3D (1992), pixel-perfect</caption>
      <image type="source" width="1920" height="1080">https://dosbox-staging.github.io/wolf3d-pp-4x5.png</image>
    </screenshot>
    <screenshot>
      <caption>Battle Chess (1988), sharp-bilinear scaling</caption>
      <image type="source" width="1920" height="1080">https://dosbox-staging.github.io/bc.png</image>
    </screenshot>
  </screenshots>
  <categories>
    <category>Emulator</category>
  </categories>
  <releases>
    <release version="0.79.1" date="2022-09-30"/>
    <release version="0.79.0" date="2022-09-19"/>
    <release version="0.78.1" date="2022-01-07"/>
    <release version="0.78.0" date="2021-12-25"/>
    <release version="0.77.1" date="2021-08-28"/>
    <release version="0.77.0" date="2021-07-02"/>
    <release version="0.76.0" date="2020-12-03"/>
    <release version="0.75.2" date="2020-10-26"/>
    <release version="0.75.1" date="2020-07-19"/>
    <release version="0.75.0" date="2020-05-06"/>
  </releases>
  <provides>
    <binary>dosbox</binary>
  </provides>
  <recommends>
    <control>keyboard</control>
    <control>pointing</control>
    <control>console</control>
    <control>gamepad</control>
  </recommends>
  <launchable type="desktop-id">dosbox-staging.desktop</launchable>
  <developer_name>The DOSBox Staging Team</developer_name>
  <update_contact>dreamer.tan@gmail.com</update_contact>
  <url type="homepage">https://dosbox-staging.github.io/</url>
  <url type="bugtracker">https://github.com/dosbox-staging/dosbox-staging/issues</url>
  <content_rating type="oars-1.0"/>
</component>