fluidsynth: update to 2.3.3

removed LIB_SUFFIX:
- 563592aa3d

Remove enable-pkgconfig cmake option:
- bb3bc6da26
This commit is contained in:
Rudi Heitbaum 2023-06-15 10:34:42 +00:00
parent aa2c631770
commit fb3f00b7dd

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="fluidsynth"
PKG_VERSION="2.3.2"
PKG_SHA256="cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7"
PKG_VERSION="2.3.3"
PKG_SHA256="321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6"
PKG_LICENSE="GPL"
PKG_SITE="http://fluidsynth.org/"
PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"
@ -13,8 +13,6 @@ PKG_LONGDESC="FluidSynth renders midi music files as raw audio data, for playing
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=0 \
-DLIB_SUFFIX= \
-Denable-libsndfile=1 \
-Denable-pkgconfig=1 \
-Denable-pulseaudio=0 \
-Denable-readline=0"