summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroi_wtf2018-02-28 23:44:18 +0100
committeroi_wtf2018-02-28 23:44:18 +0100
commite81a3f0aee573108c9fae4ef36f7c9e7eace94ab (patch)
tree4fcf272e9cbf1e6528c821543ba8eb6d72bed4ba
parente69d655c5402c382e4ab87b42a0b1da21dd4b5b1 (diff)
downloadaur-e81a3f0aee573108c9fae4ef36f7c9e7eace94ab.tar.gz
disable fluidsynth for now
If you really need it, revert this commit or comment out the sed this commit introduces and downgrade fluidsynth to at least 1.1.6-5. Or try to use the commented out fluid_midi_parser_parse() function in src/src/gui/midi_synth.h , it _might_ possibly provide the functionality needed...
-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