diff --git a/packages/audio/fluidsynth/package.mk b/packages/audio/fluidsynth/package.mk index e0bb2b7cdc..72ed9db8b5 100644 --- a/packages/audio/fluidsynth/package.mk +++ b/packages/audio/fluidsynth/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="fluidsynth" -PKG_VERSION="2.3.1" -PKG_SHA256="d734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883" +PKG_VERSION="2.3.2" +PKG_SHA256="cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz" diff --git a/packages/audio/fluidsynth/patches/libsndfile-use-static-libraries.patch b/packages/audio/fluidsynth/patches/libsndfile-use-static-libraries.patch index d2828e376d..e9a9432ca9 100644 --- a/packages/audio/fluidsynth/patches/libsndfile-use-static-libraries.patch +++ b/packages/audio/fluidsynth/patches/libsndfile-use-static-libraries.patch @@ -1,10 +1,10 @@ ---- a/CMakeLists.txt 2021-09-12 13:53:14.192948082 +1000 -+++ b/CMakeLists.txt 2021-09-12 13:54:27.389413149 +1000 -@@ -535,6 +535,7 @@ - LIBSNDFILE_STATIC_LDFLAGS MATCHES "vorbis" OR - LIBSNDFILE_STATIC_LDFLAGS_OTHER MATCHES "vorbis" ) - set ( LIBSNDFILE_HASVORBIS 1 ) -+ set ( LIBSNDFILE_LIBRARIES ${LIBSNDFILE_STATIC_LIBRARIES} ) - else () - message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." ) - endif () +--- a/CMakeLists.txt 2023-04-02 15:54:17.000000000 +0000 ++++ b/CMakeLists.txt 2023-04-14 15:18:28.037536898 +0000 +@@ -539,6 +539,7 @@ + list( APPEND PC_REQUIRES_PRIV "sndfile") + if ( SndFile_WITH_EXTERNAL_LIBS ) + set ( LIBSNDFILE_HASVORBIS 1 ) ++ set ( LIBSNDFILE_LIBRARIES ${LIBSNDFILE_STATIC_LIBRARIES} ) + else (SndFile_WITH_EXTERNAL_LIBS) + message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." ) + endif (SndFile_WITH_EXTERNAL_LIBS)