fluidsynth: update to 2.3.0

This commit is contained in:
Rudi Heitbaum 2022-09-21 11:45:41 +00:00
parent a0a0ec37c6
commit c8da70509c
2 changed files with 9 additions and 9 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="fluidsynth" PKG_NAME="fluidsynth"
PKG_VERSION="2.2.9" PKG_VERSION="2.3.0"
PKG_SHA256="bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159" PKG_SHA256="1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://fluidsynth.org/" PKG_SITE="http://fluidsynth.org/"
PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"

View File

@ -1,10 +1,10 @@
--- a/CMakeLists.txt 2021-09-12 13:53:14.192948082 +1000 --- a/CMakeLists.txt 2021-09-12 13:53:14.192948082 +1000
+++ b/CMakeLists.txt 2021-09-12 13:54:27.389413149 +1000 +++ b/CMakeLists.txt 2021-09-12 13:54:27.389413149 +1000
@@ -535,6 +535,7 @@ @@ -535,6 +535,7 @@
LIBSNDFILE_STATIC_LDFLAGS MATCHES "vorbis" OR LIBSNDFILE_STATIC_LDFLAGS MATCHES "vorbis" OR
LIBSNDFILE_STATIC_LDFLAGS_OTHER MATCHES "vorbis" ) LIBSNDFILE_STATIC_LDFLAGS_OTHER MATCHES "vorbis" )
set ( LIBSNDFILE_HASVORBIS 1 ) set ( LIBSNDFILE_HASVORBIS 1 )
+ set ( LIBSNDFILE_LIBRARIES ${LIBSNDFILE_STATIC_LIBRARIES} ) + set ( LIBSNDFILE_LIBRARIES ${LIBSNDFILE_STATIC_LIBRARIES} )
else () else ()
message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." ) message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." )
endif () endif ()