summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalcolm Mallardi2023-07-28 14:43:31 -0400
committerMalcolm Mallardi2023-07-28 14:43:31 -0400
commit37a63906169fde2f3dc39725f61b53809aab74f7 (patch)
tree6e5a9452ace9844438e290a32b2bf81e5ae28e54
parentc0a8bd0657216c73c595f6b606d97496a1651f20 (diff)
downloadaur-37a63906169fde2f3dc39725f61b53809aab74f7.tar.gz
Add fluidsynth and munt as depends. Inbuilt ones are no longer being staticly linked
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ed4b7323e9..b0c3493b46fe 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.89.g7c62e648f
+ pkgver = 0.81.0.alpha.1160.g6644cf23c
pkgrel = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -13,7 +13,10 @@ pkgbase = dosbox-staging-git
depends = opusfile
depends = alsa-lib
depends = iir1
+ depends = fluidsynth
+ depends = munt
optdepends = libpng
+ optdepends = slirp
provides = dosbox
conflicts = dosbox
source = git+https://github.com/dosbox-staging/dosbox-staging.git
diff --git a/PKGBUILD b/PKGBUILD
index a7f29b5b129a..8b6ee3be222b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=dosbox-staging-git
_pkgname=dosbox-staging
-pkgver=0.80.0.alpha.89.g7c62e648f
+pkgver=0.81.0.alpha.1160.g6644cf23c
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' 'iir1')
-optdepends=('libpng')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'iir1' 'fluidsynth' 'munt')
+optdepends=('libpng' 'slirp' )
makedepends=('meson' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")