Search Criteria
Package Details: dosbox-debug 0.74.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dosbox-debug.git (read-only, click to copy) |
---|---|
Package Base: | dosbox-debug |
Description: | Emulator with builtin DOS for running DOS games (includes debugger for DOS apps) |
Upstream URL: | http://dosbox.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | dosbox |
Provides: | dosbox |
Submitter: | None |
Maintainer: | Malvineous |
Last Packager: | Malvineous |
Votes: | 3 |
Popularity: | 0.108858 |
First Submitted: | 2009-02-06 14:38 (UTC) |
Last Updated: | 2022-06-12 04:51 (UTC) |
Dependencies (10)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glu (glu-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpng (libpng-apngAUR, libpng-gitAUR)
- sdl_net
- sdl_sound
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- gendesk (make)
- mesa-libgl (amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa) (make)
Required by (67)
- arch-gaming-meta (requires dosbox)
- arena (requires dosbox)
- battle-isle-gog (requires dosbox)
- battle-isle2-gog (requires dosbox)
- battlestar (requires dosbox) (optional)
- berusky-dos (requires dosbox)
- boxtron (requires dosbox)
- boxtron-git (requires dosbox)
- com.pal.dosbox (requires dosbox)
- constructor-gog (requires dosbox)
- daggerfall (requires dosbox)
- dbgl (requires dosbox) (optional)
- doom2d-classic (requires dosbox)
- dosbox-kyrandia-book1-fr (requires dosbox)
- dungeon-keeper-gold-gog (requires dosbox)
- fantasy-general-gog (requires dosbox)
- fate-the-game (requires dosbox)
- gamehub-bin (requires dosbox) (optional)
- gog-moo (requires dosbox)
- gog-moo-ii (requires dosbox)
- gog-qfg1 (requires dosbox)
- gog-qfg2 (requires dosbox)
- gr-lida-git (requires dosbox) (optional)
- historyline-1914-1918-gog (requires dosbox)
- ialauncher-git (requires dosbox)
- jagged-alliance-deadly-games-gog (requires dosbox)
- jagged-alliance-gog (requires dosbox)
- midnight-rescue (requires dosbox)
- minigalaxy (requires dosbox) (optional)
- minigalaxy-git (requires dosbox) (optional)
- nona-win (requires dosbox) (make)
- omf2097-bin (requires dosbox)
- pars-win-extra (requires dosbox)
- pars-win-extra (requires dosbox) (make)
- pee-wee (requires dosbox) (make)
- phast-win (requires dosbox) (make)
- protonup-qt (requires dosbox) (optional)
- simcity-2000-gog (requires dosbox)
- simple-dosbox-launcher (requires dosbox)
- slf-wt (requires dosbox) (make)
- spa (requires dosbox) (make)
- syndicate-plus-gog (requires dosbox)
- terrafire (requires dosbox)
- the-incredible-machine-2 (requires dosbox)
- ucc (requires dosbox)
- wine-gaming-dependencies (requires dosbox)
- wine-ge-custom (requires dosbox) (optional)
- wine-ge-custom-bin (requires dosbox) (optional)
- wine-ge-custom-bin-opt (requires dosbox) (optional)
- wine-ge-custom-opt (requires dosbox) (optional)
- wine-git (requires dosbox) (optional)
- wine-lol (requires dosbox) (optional)
- wine-lol-bin (requires dosbox) (optional)
- wine-lol-staging (requires dosbox) (optional)
- wine-osu-spectator (requires dosbox) (optional)
- wine-osu-spectator-wow64 (requires dosbox) (optional)
- wine-stable (requires dosbox) (optional)
- wine-stable-next (requires dosbox) (optional)
- wine-staging-git (requires dosbox) (optional)
- wine-staging-wow64 (requires dosbox) (optional)
- wine-staging-wow64-git (requires dosbox) (optional)
- wine-valve (requires dosbox) (optional)
- wine-wow64 (requires dosbox) (optional)
- wine-wow64-git (requires dosbox) (optional)
- wine64-ge-aarch64-bin (requires dosbox) (optional)
- wolfenstein3d (requires dosbox)
- xpiwe (requires dosbox) (make)
Latest Comments
adriaticc commented on 2024-05-31 05:53 (UTC) (edited on 2024-05-31 10:12 (UTC) by adriaticc)
This build will fail, complaining of access to
begy
members of astruct WINDOW
which has no definition. Ncurses is typically built in a way which makes that structure an opaque implementation detail, so the following patch makes use of the recommended access pattern:Forks like dosbox-x seem to have kludged this too.
Malvineous commented on 2018-07-29 03:28 (UTC)
It was named "dosbox-debug" because that's the name of the command you run. I figured it would be more confusing if the package name was different to what gets installed.
The reason for compiling both was because I was hoping at one point that it could be incorporated into the official Arch repos to make it easier to install the debug version, but that plan didn't eventuate. I think it is also better to keep the versions consistent to ensure the debug version is always the same as the normal version, otherwise you risk inconsistencies when switching between the two (e.g. since they can read different config files based on their version numbers.)
eschwartz commented on 2018-07-05 23:26 (UTC)
Wouldn't it make more sense to only package the debugger build, since the rest is identical to the dosbox package from the official repos?
You could either depend on the official package or provide additional copies of the pixmap and manpage forked to refer to the debug build...
I'd also suggest renaming the package to "dosbox-debugger" since it is more accurate.