Package Details: dosbox-staging-git 0.84.0.alpha.168.ge8f07bfef-1

Git Clone URL: https://aur.archlinux.org/dosbox-staging-git.git (read-only, click to copy)
Package Base: dosbox-staging-git
Description: A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems
Upstream URL: https://github.com/dosbox-staging/dosbox-staging
Keywords: dos emulator games gaming
Licenses: GPL-2.0-or-later
Conflicts: dosbox, dosbox-staging
Provides: dosbox, dosbox-staging
Submitter: sharkwouter
Maintainer: magamo
Last Packager: magamo
Votes: 4
Popularity: 0.000000
First Submitted: 2020-03-16 21:32 (UTC)
Last Updated: 2026-06-22 13:24 (UTC)

Required by (62)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

elitedev commented on 2026-06-01 02:33 (UTC)

Seeing the following warning appear during an update:

==> WARNING: Package contains reference to $srcdir usr/bin/dosbox

es20490446e commented on 2026-05-27 11:21 (UTC)

Good detail.

Yet the plugin cannot be included in this package, due to having the MAME license.

It would need a separate optional package.

elitedev commented on 2026-05-27 02:08 (UTC)

It's only the CLAP plugin itself -- the ROMs are not contained in that package. ROMs would still need to be sourced by end user for full functionality. Without that plugin however, even with ROMs, SC55 emulation will not work.

es20490446e commented on 2026-05-26 10:11 (UTC)

Sadly Roland SC55 emulation depends on proprietary Roland firmware. Hence all Roland emulators are non-free, under the MAME license, to avoid legal conflict.

elitedev commented on 2026-05-26 03:21 (UTC)

In order to get working Roland SC55 emulation, additional steps are now required.

This plugin needs to be downloaded during build (or built from source): https://github.com/johnnovak/Nuked-SC55-CLAP/releases/download/v0.11.0/Nuked-SC55-CLAP-linux-x86_64-v0.11.0.zip

Inside the archive "Nuked-SC55.clap" needs to be installed to: /usr/share/dosbox-staging/plugins

j2969719 commented on 2026-02-05 06:51 (UTC)

v0.83 requires migration from meson to cmake

https://github.com/dosbox-staging/dosbox-staging/issues/4196 https://github.com/dosbox-staging/dosbox-staging/issues/4738

es20490446e commented on 2025-06-02 14:42 (UTC)

license=("GPL-2.0-or-later")

es20490446e commented on 2025-06-02 14:39 (UTC) (edited on 2025-06-02 14:41 (UTC) by es20490446e)

Wrong:

sed -i "s|%GITHUB_REPO%|dreamer/dosbox-staging|" docs/README.template

Right:

sed -i "s|%GITHUB_REPO%|${_pkgname}/${_pkgname}|" docs/README.template

Wrong:

install -Dm 644 "${srcdir}/${_pkgname}/README" "${pkgdir}/usr/share/doc/${_pkgname}/manual.txt"

Right:

install -Dm 644 "${srcdir}/${_pkgname}/README.md" "${pkgdir}/usr/share/doc/${_pkgname}/manual.txt"

es20490446e commented on 2025-06-02 14:12 (UTC) (edited on 2025-06-02 14:13 (UTC) by es20490446e)

"depends" must have "dosbox-staging":

provides=("dosbox" "dosbox-staging")
conflicts=("${provides[@]}")