| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- add libtool as buildrequire to make the spec file more reliable
- Update to version 1.0.0
- fix obsoleted run_ldconfig macro - clean up using standard rpm macros - fix missing closedir (bnc#525017)
- fix buildrequires: dssi-devel and libjack-devel
- fix buildrequires ladspa -> ladspa-devel
- converted neededforbuild to BuildRequires
- removed gtk1 support. - removed glib* from neededforbuild.
- moved from fluidsynth sub-package: version 0.9.1.
- Update to pre 2.0.0 git snapshot 1.9.9+git13012019 to fix
Factory build and removed obsolete patch
fluidsynth-dssi-nogtk1.diff
- Upstream changes:
* Add /usr/share/soundfonts to sf2 default paths
* Fixes for recent autotools
* Fixes for fluidsynth 2.x
* Add configuration file support for
* audio/realtime-prio: realtime priority for threads.
* synth/maxchannels:Maximum channels supported by fluidsynth-dssi
* parallel-threads: Number of parallel threads used for sound
rendering
* dynamic-sample-loading: -> synth.dynamic-sample-loading
* Don't trash effects but set NULL to avoid useless copying within
fluidsynth to reduce CPU load
* Fix some gcc truncation warnings
* Set default max channels to 32
* Bug fix to fsd_cleanup() from Rui Nuno Capela, allowing eventual
reinstantiation of FluidSynth (sf.net Tracker ID 1990241).
* Patch from Albert Graef to pass sysex messages on to FluidSynth,
allowing the use of MIDI Tuning Standard.
* Fixed plugin to use reentrant strtok_r().