From c8da70509c1ca55386eddb0f73fc34adf418a43c Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 21 Sep 2022 11:45:41 +0000 Subject: [PATCH] fluidsynth: update to 2.3.0 --- packages/audio/fluidsynth/package.mk | 4 ++-- .../patches/libsndfile-use-static-libraries.patch | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/audio/fluidsynth/package.mk b/packages/audio/fluidsynth/package.mk index a73735f1b4..06370f169c 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.2.9" -PKG_SHA256="bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159" +PKG_VERSION="2.3.0" +PKG_SHA256="1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20" 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 ae11905f93..d2828e376d 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 () + 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 ()