mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fluidsynth: update to 2.3.2
This commit is contained in:
parent
78f27918f9
commit
1a378f193f
@ -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"
|
||||
|
@ -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" )
|
||||
--- 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 ()
|
||||
else (SndFile_WITH_EXTERNAL_LIBS)
|
||||
message ( NOTICE "Seems like libsndfile was compiled without OGG/Vorbis support." )
|
||||
endif ()
|
||||
endif (SndFile_WITH_EXTERNAL_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user