aedi: update fluidsynth to 2.4.1

This commit is contained in:
alexey.lysiuk 2024-12-03 09:49:58 +02:00
parent 169667614d
commit a50f6d8c2e

View file

@ -54,9 +54,8 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.0.tar.gz',
'fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f',
patches='fluidsynth-sf3-support')
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.1.tar.gz',
'd1e64155ac902116ed3d4dea512719d8c04ab3877db2e8fb160284379f570a2f')
def configure(self, state: BuildState):
opts = state.options