summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39f756382aa1..8018e85c8d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-daum
pkgdesc = Emulator with builtin DOS for running DOS Games (Daum version)
pkgver = 20150125
- pkgrel = 3
+ pkgrel = 4
url = http://ykhwong.x-y.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 129764ee4119..91719d4d3d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dosbox-daum
pkgver=20150125
-pkgrel=3
+pkgrel=4
pkgdesc="Emulator with builtin DOS for running DOS Games (Daum version)"
arch=('i686' 'x86_64')
url="http://ykhwong.x-y.net/"
@@ -64,6 +64,14 @@ build(){
cd "${srcdir}"
./autogen.sh
+
+ # disable fluidsynth for now until the issue with the midi parser gets resolved.
+ # see:
+ # * https://github.com/FluidSynth/fluidsynth/commit/5f45c6d97b241ed250272e4a523d19dbc2bac414
+ # * https://github.com/FluidSynth/fluidsynth/commit/51cc2656e1b4a36c13f81ad838c4f520adc3d776
+ #
+ sed -i 's/have_fluidsynth_lib=yes/have_fluidsynth_lib=no/' configure
+
./configure --prefix=/usr --sysconfdir=/etc/dosbox
make