Search Criteria
Package Details: dosbox-staging 1:0.82.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dosbox-staging.git (read-only, click to copy) |
---|---|
Package Base: | dosbox-staging |
Description: | DOS/x86 emulator focusing on ease of use. Based on DOSBox |
Upstream URL: | https://github.com/dosbox-staging/dosbox-staging |
Keywords: | dos emulator games gaming |
Licenses: | GPL-2.0-or-later |
Conflicts: | dosbox |
Provides: | dosbox |
Submitter: | sharkwouter |
Maintainer: | silverhikari |
Last Packager: | silverhikari |
Votes: | 50 |
Popularity: | 0.55 |
First Submitted: | 2020-03-14 13:37 (UTC) |
Last Updated: | 2024-10-29 20:49 (UTC) |
Dependencies (20)
- alsa-lib
- fluidsynth (fluidsynth-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- iir1AUR (iir1-gitAUR, iir1AUR)
- libglvnd (libglvnd-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libslirp
- muntAUR (munt-gitAUR)
- opusfile (opusfile-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_image
- sdl2_net
- speexdsp (speexdsp-gitAUR)
- zlib-ng
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- ncurses (ncurses-gitAUR) (optional)
Required by (63)
- arch-gaming-meta (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)
- 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)
- Show 43 more...
Latest Comments
« First ‹ Previous 1 2 3 4
sharkwouter commented on 2021-07-06 20:37 (UTC)
I'm going to disown this. I'm not using Arch on any of my machines at the moment, making this hard to maintain.
silverhikari commented on 2021-07-06 19:26 (UTC) (edited on 2021-07-06 19:28 (UTC) by silverhikari)
here is a PKBUILD diff patch to the latest update and to fix the switch from autotools to meson though it requires different make depends such as ninja and meson https://www.dropbox.com/s/wjqzstv81rut7zq/Dosbox-staging0.77.0-PKGBUILD-Update.zip?dl=0
jking commented on 2021-04-17 12:25 (UTC)
Would it be possible to add munt to enable MT-32 emulation?
michelesr commented on 2021-01-07 19:15 (UTC)
Could the autogen/configure command be moved in the build() section? According to Arch Wiki, the prepare() section should be used to prepare the source to be built, e.g. to apply patches [1]. Some helpers such as pacaur will install the dependencies only after running prepare(), so the configure step will run too early and fail! [2]
[1] https://wiki.archlinux.org/index.php/Creating_packages#prepare() [2] https://github.com/E5ten/pacaur/issues/14
cmounce commented on 2020-12-06 03:48 (UTC)
There's a new dependency that's missing: dosbox-staging now has a dependency on fluidsynth.
ax34 commented on 2020-09-09 23:16 (UTC)
You should not remove
epoch = 1
if you added it before.SolarAquarion commented on 2020-08-10 16:12 (UTC)
you need to add libpng as a makedepend
churro commented on 2020-04-23 16:36 (UTC)
For what's worth, it compiled just fine for me
citrixscu commented on 2020-04-22 17:35 (UTC) (edited on 2020-04-22 18:07 (UTC) by citrixscu)
Great to see this hit RC and to find it on AUR.
This build fails with ./configure looking for SDL1.2, rather than SDL2.
checking for SDL - version >= 1.2.0... no The sdl-config script installed by SDL could not be found If SDL was installed in PREFIX, make sure PREFIX/bin is in your path, or set the SDL_CONFIG environment variable to the full path to sdl-config. configure: error: *** SDL version 1.2.0 not found!
« First ‹ Previous 1 2 3 4