[MacPorts] #71767: fluidsynth opportunistically links to SDL2

MacPorts noreply at macports.org
Mon Jan 6 13:51:26 UTC 2025


#71767: fluidsynth opportunistically links to SDL2
--------------------------+------------------------
 Reporter:  barracuda156  |      Owner:  (none)
     Type:  defect        |     Status:  new
 Priority:  Normal        |  Milestone:
Component:  ports         |    Version:  2.10.5
 Keywords:                |       Port:  fluidsynth
--------------------------+------------------------
 {{{
 $ port deps fluidsynth
 Full Name: fluidsynth @2.3.4_0
 Build Dependencies:   cmake, pkgconfig, gcc14
 Library Dependencies: flac, gettext, glib2, libiconv, libogg, libsndfile,
 libvorbis, ncurses,
                       portaudio, readline, libgcc
 Runtime Dependencies: generaluser-soundfont

 $ otool -L /opt/local/lib/libfluidsynth.dylib
 /opt/local/lib/libfluidsynth.dylib:
         /opt/local/lib/libfluidsynth.3.dylib (compatibility version 3.0.0,
 current version 3.2.2)
 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
 (compatibility version 1.0.0, current version 1.0.0)
 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
 (compatibility version 1.0.0, current version 1.0.0)
         /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
 (compatibility version 1.0.0, current version 49.0.0)
         /opt/local/lib/libglib-2.0.0.dylib (compatibility version
 7801.0.0, current version 7801.4.0)
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 (compatibility version 150.0.0, current version 550.44.0)
         /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 (compatibility version 45.0.0, current version 1038.36.0)
         /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
 (compatibility version 2.0.0, current version 152.0.0)
         /opt/local/lib/libgthread-2.0.0.dylib (compatibility version
 7801.0.0, current version 7801.4.0)
         /opt/local/lib/libintl.8.dylib (compatibility version 13.0.0,
 current version 13.0.0)
         /opt/local/lib/libsndfile.1.dylib (compatibility version 2.0.0,
 current version 2.37.0)
         /opt/local/lib/libSDL2-2.0.0.dylib (compatibility version
 3001.0.0, current version 3001.10.0)
         /opt/local/lib/libreadline.8.dylib (compatibility version 8.2.0,
 current version 8.2.0)
         /opt/local/lib/libgcc/libstdc++.6.dylib (compatibility version
 7.0.0, current version 7.33.0)
         /opt/local/lib/libgcc/libgcc_s.1.1.dylib (compatibility version
 1.0.0, current version 1.1.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.2.11)

 $ port -v installed fluidsynth
 The following ports are currently installed:
   fluidsynth @2.3.4_0 (active) requested_variants='' platform='darwin 10'
 archs='ppc' date='2024-12-29T21:32:47+0800'
 }}}

 Perhaps it should provide a variant, and otherwise disable it? There is no
 variant for SDL presently:
 {{{
 $ port info fluidsynth
 fluidsynth @2.3.4 (multimedia, audio)
 Variants:             dbus, debug, jack, openmp
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/71767>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list