Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: fluidsynth-devel | Distribution: openSUSE:Factory:zSystems |
Version: 2.3.5 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Apr 4 11:08:25 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 126053 | Source RPM: fluidsynth-2.3.5-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.fluidsynth.orga/ | |
Summary: Development package for the fluidsynth library |
This package contains the files needed to compile programs that use the fluidsynth library.
LGPL-2.1-or-later
* Thu Apr 04 2024 Dirk Müller <dmueller@suse.com> - update to 2.3.5: * Fix setting `synth.chorus.speed` to its minimum value being reported as out of range * Fix a regression causing libinstpatch and libsndfile not to be discovered on Windows * Fix Pipewire audio driver not cleanly being destroy * Fix selection logic for XG drum banks * Add cmake flag `FLUID_HOST_COMPILER` to allow overriding default host compiler required during compilation * LASH support has been deprecated * Wed Jan 24 2024 Takashi Iwai <tiwai@suse.com> - Drop the leftover directory for the old system-wide service (bsc#1219124) * Tue Nov 21 2023 Dirk Müller <dmueller@suse.com> - update to 2.3.4: * Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as an absolute path (#1261, thanks to @OPNA2608) * Fix some MIDI files never finish playing (#1257, thanks to @joanbm) * Implement IPv6 to IPv4 fallback (#1208, thanks to @ivan- zaera) * Fix a build failure when using CMake's Xcode generator (#1266, thanks to @bradhowes) * Fix pipewire's Jack implementation not found by CMake (#1268, thanks to @pedrolcl) * Fix a regression causing the MIDI Player to terminate prematurely (#1272, thanks to @albedozero) * Wed Jun 14 2023 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.3 * Fix choppy sound when selecting pipewire output * Fix build issues on musl-based distros * Terminate MIDI player once internal synth-ticks overflow to prevent filling up the filesystem * Fix a bug that allowed playing notes outside of key and velocity ranges * Wed Feb 15 2023 Florian <packaging@sp1rit.anonaddy.me> - Fixed systemd service not starting by linking fluidsynth against libsystemd * Thu Dec 29 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.1 * Prevent MIDI player from finishing prematurely * Fix a crash when enumerating rawmidi ALSA devices * Restore systemd sandboxing options and make it work with user units * Handle conflict with pipewire systemd daemon - Fix bsc#1204236 by turning systemd service into user service * Sat Sep 24 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.3.0 * CMake 3.13 is now required * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-230 - Remove hard-coded fluidsynth.service and use .service generated during build * Tue Sep 06 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.9: * Fix regression in WinMIDI driver introduced in 2.2.8 * Tracks cannot be restarted in MIDI player after reaching EOT * Add a system-wide configuration file for Windows * Harden systemd service file * Dependency libs for precompiled Android binaries have been updated - Remove harden_fluidsynth.service.patch as it has been addressed upstream * Sun Jul 10 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.8: * ALSA and WinMIDI drivers now pass system real-time messages on to user callback * Fix FPU division by zero in `fluid_player_set_tempo()` * Fix system-wide config file not loaded * Pluseaudio driver now honors `audio.periods` setting * Mon Apr 25 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.7 * Fix file driver not working correctly on Windows * Add a function to create a sequencer event from a midi event * Precompiled x86 binaries are now x87-FPU compatible * Fix fluidsynth not responding to SIGINT and SIGTERM when using recent SDL2 * Thu Mar 24 2022 Dirk Müller <dmueller@suse.com> - update to 2.2.6: * Undeprecation and minor revisal of the OSS driver * Minor improvements to CoreAudio and CoreMidi drivers * Fix sustained voices being held after ALL_CTRL_OFF * Fix clobbering of PORTAMENTO_CTRL after ALL_CRTL_OFF * Prevent Modulation Envelope from being stuck in decay phase, causing detuned voices and potentially other audible glitches for some soundfonts * Fix a compilation issue with recent glib * Sun Feb 06 2022 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.5 * Fix a build failure with CMake < 3.12 * OSS and MidiShare drivers are now deprecated * Prevent samples accidentally having their loops disabled * Fix framework installation on MacOS * Mon Nov 22 2021 tiwai@suse.de - Update to 2.2.4: * Per-channel `ALL_SOUND_OFF` when seeking/stopping player * Fix windows related encoding problems * Rewind playlist when calling `fluid_player_play` after all loops are complete * Fix MinGW related static linking issues * Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com> - Drop ProtectClock hardening, can cause issues if other device acceess is needed * Tue Sep 14 2021 Johannes Segitz <jsegitz@suse.com> - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_fluidsynth.service.patch Modified: * fluidsynth.service * Sun Jul 11 2021 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.2 * The MIDI router now handles out-of-range parameters in a smarter manner * Keep pedaling effective when the same note is played more than once * Select soundfont samples by frequency instead of midi note numbers * Fix the sequencer's event ordering for NoteOn vel=0 events * libfluidsynth's import library was broken for MinGW builds * fluidsynth.exe short option `-Q` not working * Precompiled Android binaries didn't work * Fix openMP detection for XCode 12.5 * Make `audio.jack.autoconnect` connect all available ports * Prevent MIDI Player from continuously suppressing notes * `fluidsynth.pc` now includes private libraries for static linking * Fix typos in code and documentation * Sat May 08 2021 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.1 * Make ALSA the default driver on Linux * Coreaudio driver failed to initialize on MacOS 11 * WaveOut driver failed to initialize * COM initialization in WASAPI driver is no longer performed in the caller's context * WASPI driver now supports reverb and chorus * Handle SysEx GM/GM2 mode on, GS reset, and XG reset * Old behaviour of `fluid_player_join` has been restored to prevent infinite loop in client code * The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently - Replace deprecated %make_jobs macro with %cmake_build * Wed Apr 07 2021 tiwai@suse.de - Update baselibs.conf for the soversion 3 * Fri Apr 02 2021 Tom Mbrt <tom.mbrt@googlemail.com> - Update to 2.2.0 * for a full changelog, see https://github.com/FluidSynth/fluidsynth/wiki/ChangeLog#fluidsynth-220 * for API/ABI breaking changes, see https://www.fluidsynth.org/api/RecentChanges.html#NewIn2_2_0 - bump soversion to 3 - require a C++ compiler - add RPM groups - demote fluid-soundfont-gm to "Recommends" (previously, the user was forced to install this package, even if he used a custom soundfont in the .conf file) * Tue Mar 16 2021 Dirk Müller <dmueller@suse.com> - update to 2.1.8: * Rapidly changing channel panning could have caused audible artifacts (#768). * Fix a use-after-free when loading malformed soundfonts (#808). Affects all versions back to at least 1.1.2. * The number of allowed LADSPA effect units has been increased. * Fri Jan 29 2021 Tom Mbrt <tom.mbrt@googlemail.com> - Update to version 2.1.7 * a regression introduced in `2.1.0` prevented chorus from being audible when `fluid_synth_process()` was used * a regression introduced in `2.0.6` prevented the MIDI player from restarting playback after all files have been played * fix a double-free violation introduced in `2.0.0` after executing the `info` shell command * Sat Jan 09 2021 Tom Mbrt <tom.mbrt@googlemail.com> - Update to version 2.1.6 * SoundFonts may never be unloaded correctly, if * polyphony is ever exceeded, or * voices are still playing while their SoundFont is being unloaded. * fix a heap-based use-after-free
/usr/include/fluidsynth /usr/include/fluidsynth.h /usr/include/fluidsynth/audio.h /usr/include/fluidsynth/event.h /usr/include/fluidsynth/gen.h /usr/include/fluidsynth/ladspa.h /usr/include/fluidsynth/log.h /usr/include/fluidsynth/midi.h /usr/include/fluidsynth/misc.h /usr/include/fluidsynth/mod.h /usr/include/fluidsynth/seq.h /usr/include/fluidsynth/seqbind.h /usr/include/fluidsynth/settings.h /usr/include/fluidsynth/sfont.h /usr/include/fluidsynth/shell.h /usr/include/fluidsynth/synth.h /usr/include/fluidsynth/types.h /usr/include/fluidsynth/version.h /usr/include/fluidsynth/voice.h /usr/lib64/cmake/fluidsynth /usr/lib64/cmake/fluidsynth/FluidSynthConfig.cmake /usr/lib64/cmake/fluidsynth/FluidSynthConfigVersion.cmake /usr/lib64/cmake/fluidsynth/FluidSynthTargets-relwithdebinfo.cmake /usr/lib64/cmake/fluidsynth/FluidSynthTargets.cmake /usr/lib64/libfluidsynth.so /usr/lib64/pkgconfig/fluidsynth.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 7 00:51:36 2024