summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2022-10-02 06:23:56 -0400
committerMalcolm Mallardi2022-10-02 06:23:56 -0400
commitde9ce329d650fab3a39ba49283afd868705241f2 (patch)
treec28060673887119675032a76e45570a402f1d79f
parent39249fd9ac61c0c89206f7f9439c6e4e73841b74 (diff)
downloadaur-de9ce329d650fab3a39ba49283afd868705241f2.tar.gz
Remove libslirp, fluidsynth, munt and iir1 dependencies.
This change removes the listed dependencies, which makes the build process fall back to the meson wrapped versions that are blessed by the dosbox-staging developers. The package will still prefer these libraries from the system if installed at build time.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954d3827ec04..803c21d03664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-staging-git
pkgdesc = A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems
- pkgver = 0.80.0.alpha.1.g3049309e7
+ pkgver = 0.80.0.alpha.50.g13964e0a0
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -12,10 +12,6 @@ pkgbase = dosbox-staging-git
depends = sdl2_net
depends = opusfile
depends = alsa-lib
- depends = fluidsynth
- depends = munt
- depends = libslirp
- depends = iir1
optdepends = libpng
provides = dosbox
conflicts = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index 36eb4024687f..00d3168a8671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.80.0.alpha.1.g3049309e7
+pkgver=0.80.0.alpha.50.g13964e0a0
pkgrel=1
pkgdesc="A modernized DOSBox project using current development practices and tools, fixing issues, adding features that better support today's systems"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'munt' 'libslirp' 'iir1')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib')
optdepends=('libpng')
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")