Package Details: dosbox-x-git 18065.ac3c072d5-2

Git Clone URL: https://aur.archlinux.org/dosbox-x-git.git (read-only, click to copy)
Package Base: dosbox-x-git
Description: x86 emulator with builtin DOS, with patches with more features
Upstream URL: http://dosbox.sourceforge.net
Licenses: GPL
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-19 03:47 (UTC)
Last Updated: 2023-05-07 20:36 (UTC)

Latest Comments

1 2 3 4 Next › Last »

FredBezies commented on 2022-02-01 09:27 (UTC)

Cleaned up PKGBUILD using namcap:

# Mantainer: Franco Tortoriello

pkgname=dosbox-x-git
pkgver=16288.e346966ff
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox.sourceforge.net"
license=(GPL)
depends=(libxkbfile libxrandr ffmpeg libslirp tslib)
makedepends=(git glu libpcap )
optdepends=('openglide-git: Third-party 3dfx Glide API support'
 'libpcap: Allows DosBox-X to connect to a network and to the internet'
 'libslirp: Allows DosBox-X to connect to the internet rootless solution')
optdepends=()
install='dosbox-x.install'
source=(dosbox-x::git://github.com/joncampbell123/dosbox-x.git)

pkgver() {
  cd "$SRCDEST/dosbox-x"
  echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}

build() {
  cd "$srcdir/dosbox-x"
  sed -i -e 's/-j3/-j$(nproc)/g' build
  ./build
}

package() {
  cd "$srcdir/dosbox-x"
  make DESTDIR="$pkgdir" install
}

md5sums=('SKIP')

dpirate commented on 2021-02-19 13:17 (UTC)

dosbox-x now provides it's own icon and desktop file distinct from dosbox now. Which means two sets are being included in the package which causes confusion notably with plank. The package provided one should be removed.

FredBezies commented on 2020-12-23 09:09 (UTC)

You'll need to add physfs as a depend. There is a "mount archive as a drive" option now.

See these commits:

https://github.com/joncampbell123/dosbox-x/commit/844711de2a93481650eb8536c4eaf0c4392497ba

and

https://github.com/joncampbell123/dosbox-x/commit/886862b0d04e56c6eff644533304af502dc3adaf

FredBezies commented on 2020-10-21 09:45 (UTC)

There is no desktop icon in dosbox-x until you modify in dosbox-x.desktop this way:

Icon=dosbox

by

Icon=dosbox-x.png

Marina89 commented on 2020-09-14 14:10 (UTC)

Your subject may be a source of insight for me, thank you. https://free-fonts.io

Marina89 commented on 2020-09-14 14:10 (UTC)

Your subject may be a source of insight for me, thank you. https://free-fonts.io

es20490446e commented on 2019-04-10 10:44 (UTC) (edited on 2019-04-12 02:00 (UTC) by es20490446e)

The shortcut should have:

Exec=dosbox %f

MimeType=application/x-ms-dos-executable

Replies to http://tinyurl.com/contact-alberto

ax34 commented on 2019-03-18 21:50 (UTC)

Isn't upstream URL https://github.com/joncampbell123/dosbox-x instead of http://dosbox.sourceforge.net/ ?