summaryrefslogtreecommitdiff
path: root/dosbox-x/debian/control
blob: fb48b8a83380b94ecb8e97334e2d47e8c9a5d216 (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
Source: dosbox-x
Section: games
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
#gcj, 
Build-Depends: debhelper-compat (= 13), dh-autoreconf, javahelper,
	libswscale-dev,
	libavformat-dev,
   libasound2-dev,
   g++,
   libsdl2-dev,
   libtool,
   libsdl2-mixer-dev,
   libfluidsynth-dev,
   libfreetype-dev | libfreetype6-dev,
   libpcap-dev | libpcap0.8-dev,
   libx11-dev,
   libxext-dev,
   libxkbcommon-dev,
   libslirp-dev,
   libpng-dev,
   libxrandr-dev,
   make,
	libgl-dev,
   libncurses-dev,
   libpulse-dev,
   libsdl2-net-dev,
   zlib1g-dev
Standards-Version: 4.5.1
Homepage: https://dosbox-x.com/
Rules-Requires-Root: no
Vcs-Git: https://bgstack15.ddns.net/git/dosbox-x
Vcs-Browser: https://bgstack15.ddns.net/cgit/dosbox-x

Package: dosbox-x
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   hicolor-icon-theme,
   fluid-soundfont-gm
Description: DOS emulator for running DOS games and applications including Windows 3.x/9x
 DOSBox-X is an open-source DOS emulator for running 
 DOS applications and games. DOS-based Windows such as 
 Windows 3.x and Windows 9x are officially supported. 
 Compared to DOSBox, DOSBox-X is much more flexible and 
 provides more features.
 .
 DOSBox-X emulates a PC necessary for running many DOS 
 games and applications that simply cannot be run on 
 modern PCs and operating systems, similar to DOSBox. 
 However, while the main focus of DOSBox is for running 
 DOS games, DOSBox-X goes much further than this. 
 Started as a fork of the DOSBox project, it retains 
 compatibility with the wide base of DOS games and DOS 
 gaming DOSBox was designed for. But it is also a 
 platform for running DOS applications, including 
 emulating the environments to run Windows 3.x, 9x and 
 ME and software written for those versions of Windows. 
 By adding official support for Windows 95, 98, and ME 
 emulation and acceleration, we hope that those old 
 Windows games and applications could be enjoyed or 
 used once more. Moreover, DOSBox-X adds support for 
 emulating the NEC PC-98 such that you can also play 
 PC-98 games with it.
 .
 DOSBox-X emulates a legacy IBM PC and DOS environment, 
 and has many emulation options and features.
bgstack15