summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBooloki2024-01-30 18:45:39 +0100
committerBooloki2024-01-30 18:45:39 +0100
commitd08f69be6b7c25194b492ee2c7a3202655aff257 (patch)
tree611339cc619ed002bd2fc7dfd7f5a185f41727f9 /PKGBUILD
parent97a70e0d08f4eb7db1c38bd41e9ef84457f48f30 (diff)
downloadaur-d08f69be6b7c25194b492ee2c7a3202655aff257.tar.gz
Enable FluidSynth support for MIDI playback
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e478c519c6f6..4b4668da1d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,6 +67,7 @@ makedepends=(
'avahi'
'dav1d'
'flac'
+ 'fluidsynth'
'jack'
'libass'
'libavc1394'
@@ -124,6 +125,7 @@ optdepends=(
'avahi: service discovery using bonjour protocol'
'dav1d: dav1d AV1 decoder'
'flac: Free Lossless Audio Codec plugin'
+ 'fluidsynth: FluidSynth based MIDI playback plugin'
'gnu-free-fonts: subtitle font'
'jack: jack audio server'
'libass: Subtitle support'
@@ -256,6 +258,7 @@ build() {
--enable-a52 \
--enable-dca \
--enable-flac \
+ --enable-fluidsynth \
--enable-libmpeg2 \
--enable-vorbis \
--enable-speex \