PKGNAME=fluidsynth+32
PKGSEC=sound
PKGDEP="aosc-aaa+32 glib+32 pulseaudio+32"
BUILDDEP="devel-base+32"
PKGDES="Real-time software synthesizer based on the SoundFont 2 specifications"

ABTYPE=cmakeninja
CMAKE_AFTER=(
    '-Denable-ladspa=ON'
    '-Denable-jack=OFF'
    '-DCMAKE_FIND_ROOT_PATH=/opt/32'
    '-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY'
    '-DCMAKE_SHARED_LINKER_FLAGS_INIT=-lncursesw'
    '-DFLUID_HOST_COMPILER=/opt/32/bin/i686-aosc-linux-gnu-gcc'
)

ABHOST=optenv32
