Search Criteria
Package Details: dosbox-staging 1:0.82.1-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: | 52 |
Popularity: | 0.192647 |
First Submitted: | 2020-03-14 13:37 (UTC) |
Last Updated: | 2025-04-09 04:33 (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)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sdl2_image
- sdl2_net
- speexdsp (speexdsp-gitAUR)
- zlib-ng
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- ncurses (ncurses-gitAUR) (optional)
Required by (60)
- 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 40 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
rvalles commented on 2024-02-15 06:07 (UTC) (edited on 2024-02-15 06:08 (UTC) by rvalles)
Annoyingly, build hates -Os now.
Doesn't even mention which version of gcc, or which target. And fails the build. Sigh.
kIERO commented on 2024-02-14 23:05 (UTC)
"zlib-ng" has to be added to depends. Archlinux: confirming it builds.
jakedane commented on 2024-02-14 21:34 (UTC)
@harmathy thanks, zlib-ng added to makedepends solves my issue.
harmathy commented on 2024-02-14 20:18 (UTC)
@FredBezies
zlib-ng
has to be added to depends, not makedepends. Otherwise:@jakedane building with
zlib-ng
also fixes the issue with libpng.jakedane commented on 2024-02-14 19:42 (UTC)
1:0.81.0-1 builds successfully but it can't be installed:
I tried recompiling with
libpng:default_library=shared
added to meson setup but that doesn't make a difference. Any clue how I can make it use the system libpng and not build its own?FredBezies commented on 2024-02-14 15:13 (UTC)
Please add zlib-ng to makedepends.
prettyvanilla commented on 2023-02-04 00:03 (UTC)
@silverhikari Please readd
speexdsp
,libslirp
,fluidsynth
andmunt
as direct dependencies. Dependencies that are available in the repos (or have a well maintained package in the AUR) should generally be used instead of having the build system download its own version.Currently this further causes the problem that when built in a clean environment like for the package in the chaotic-aur repo the
speexdsp
subproject adds its include and pkgconfig files to the built package, causing file conflicts on installation whenspeexdsp
is already installed.silverhikari commented on 2022-10-03 13:19 (UTC)
@lithium_sulfate this problem is caused by speexdsp being pulled in by meson wrap and being static built for dosbox-staging. to fix this without doing changes to the pkgbuild you need to uninstall dosbox-staging and make a clean build of the pkg. you do not need to worry about static libraries as these are only used when the dependency is not install at time of build, so if you have the dynamic library of a package then it will detect that and not pull-in the upstream version to static build.
lithium_sulfate commented on 2022-10-03 08:29 (UTC)
Thank you for maintaining this package. Your most recent update to the PKGBUILD appears to have broken compilation for me because the package still appears to require speexdsp, which got removed from depends. Re-adding speexdsp to depends fixes the build.
« First ‹ Previous 1 2 3 4 5 Next › Last »