summaryrefslogtreecommitdiff
path: root/dosbox-x/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
commit1d67c517a8ed6f368e833c0a6cf00b70df84fef9 (patch)
tree04ebf128f106d042d9445a5243968f4ee976982d /dosbox-x/debian/control
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.gz
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.bz2
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.zip
add initial dosbox-x package
Diffstat (limited to 'dosbox-x/debian/control')
-rw-r--r--dosbox-x/debian/control67
1 files changed, 67 insertions, 0 deletions
diff --git a/dosbox-x/debian/control b/dosbox-x/debian/control
new file mode 100644
index 0000000..fb48b8a
--- /dev/null
+++ b/dosbox-x/debian/control
@@ -0,0 +1,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