Commit Graph

44 Commits

Author SHA256 Message Date
327fa8e166 Accepting request 842609 from home:13ilya
- Refresh spec-file via spec-cleaner and manual optimizations.
- Add Requires:fluid-soundfont-gm.
- Add user fluidsynth and group audio. 
- Add files: fluidsynth.conf and fluidsynth.service.

OBS-URL: https://build.opensuse.org/request/show/842609
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=80
2020-10-23 09:17:54 +00:00
8b6c913aa1 Accepting request 835667 from home:derselbst:branches:multimedia:libs
- Update to version 2.1.5
  * loading DLS may have failed in certain setup environments
  * fix a build failure with GCC 4.8

OBS-URL: https://build.opensuse.org/request/show/835667
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=78
2020-09-21 11:45:28 +00:00
d736d434a1 Accepting request 820719 from home:derselbst:branches:multimedia:libs
- Update to version 2.1.4
  * fix an uninitialized memory access possibly triggering an FPE trap
  * fix several regressions introduced in 2.1.3:
    * `fluid_synth_start()` failed for certain presets
    * fix a NULL dereference in jack driver
    * fix a stack-based overflow when creating the synth

OBS-URL: https://build.opensuse.org/request/show/820719
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=76
2020-07-14 16:06:48 +00:00
ee230482f0 Accepting request 809000 from home:derselbst:branches:multimedia:libs
- Update to version 2.1.3
  * fix a cross-compilation failure from Win32 to WinARM
  * fix issues while `fluid_player` is seeking
  * fix a NULL pointer dereference if `synth.dynamic-sample-loading` is enabled
  * fix a NULL pointer dereference in `delete_rvoice_mixer_threads()`
  * fix a NULL pointer dereference in the soundfont loader
  * fix dsound driver playing garbage when terminating fluidsynth
  * avoid memory leaks when using libinstpatch

OBS-URL: https://build.opensuse.org/request/show/809000
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=74
2020-05-27 06:27:59 +00:00
e359ccb0aa Accepting request 793666 from home:derselbst:branches:multimedia:libs
- Update to version 2.1.2
  * fluidsynth now exits with error when user-provided command-line arguments are out-of-range
  * add verbose error logging to opensles and oboe drivers
  * fix a memory leak in oboe driver
  * fix a NULL dereference in the fluidsynth commandline program

OBS-URL: https://build.opensuse.org/request/show/793666
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=72
2020-04-14 15:50:24 +00:00
Tomáš Chvátal
6578333cc3 Accepting request 777753 from home:derselbst:branches:multimedia:libs
- Update to version 2.1.1
  * a regression introduced in 2.1.0 caused the jack audio driver
    to not correct a sample-rate mismatch
  * pkg-config is now being to used to find readline
  * fix various typos in the documentation
  * fix a memory leak in the file renderer
  * fix leaking memory when sequencer clients were not explicitly
    unregistered
  * fix a heap-based use-after-free in jack driver
  * fix the linker possibly not finding libinstpatch

OBS-URL: https://build.opensuse.org/request/show/777753
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=70
2020-02-26 16:21:13 +00:00
3286ed4c41 Accepting request 759733 from home:alois:branches:multimedia:libs
update to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/759733
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=68
2020-01-01 09:07:10 +00:00
d1c915071a Accepting request 743574 from home:derselbst:branches:multimedia:libs
- Update to 2.0.8
  * fix incorrect behavior of `fluid_sample_set_sound_data()`
  * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz
  * make sure that defining `NDEBUG` disables assertions

OBS-URL: https://build.opensuse.org/request/show/743574
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=66
2019-10-28 17:02:51 +00:00
Tomáš Chvátal
c8df4895c9 Accepting request 737173 from home:derselbst:branches:multimedia:libs
- Update to 2.0.7
  * fix broken audio output when reverb was active after synth creation
  * fix debug console messages not being visible for debug builds on
    Windows

OBS-URL: https://build.opensuse.org/request/show/737173
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=64
2019-10-10 19:58:34 +00:00
29b4d0f57f Accepting request 724604 from home:derselbst:branches:multimedia:libs
Update to fluidsynth 2.0.6

OBS-URL: https://build.opensuse.org/request/show/724604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=62
2019-08-19 15:33:01 +00:00
4f4400409f Accepting request 695927 from home:derselbst:branches:multimedia:libs
- Update to 2.0.5
  * the MIDI player erroneously assumed a default tempo of 125 BPM
    rather than 120 BPM
  * improve integration of systemd
  * fix a buffering bug in fluid_synth_process()
  * fix a major memory leak when unloading SF3 files
  * fix multiple NULL dereferences and memory leaks in jack driver
  * fix a memory leak when creating threads

OBS-URL: https://build.opensuse.org/request/show/695927
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=60
2019-04-21 09:50:33 +00:00
Tomáš Chvátal
33c3802593 Accepting request 678386 from home:derselbst:branches:multimedia:libs
- Update to 2.0.4:
  * introduce verbose error reporting for `fluid_settings_*` functions 
  * avoid undefined behavior when `fopen()` directories
  * improve compatibility with FreeBSD and DragonFlyBSD (#508, thanks to @t6)
  * fix build when cross compiling (#501)
  * fix build on MacOSX 10.4 (#513)
  * fix build when compiling with MinGW
  * enable network support on Mac by default (#513)

OBS-URL: https://build.opensuse.org/request/show/678386
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=58
2019-02-23 15:04:52 +00:00
Tomáš Chvátal
7e5875364e Accepting request 662413 from home:derselbst:branches:multimedia:libs
- Update to 2.0.3:
  * fix handle leak in winmidi driver
  * fix build failures when cross compiling
  * fix a bug when calculating the lower boundary of attenuation
  * fix a double free in `fluid_sample_set_sound_data()`
  * silence a warning when loading soundfonts from memory
  * minor performance improvements

OBS-URL: https://build.opensuse.org/request/show/662413
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=56
2019-01-02 11:17:54 +00:00
4a50505d60 Accepting request 650035 from home:derselbst:branches:multimedia:libs
- Update to 2.0.2:
  * fix building fluidsynth without any audio drivers
  * fix a possibly misaligned memory access in the soundfont loader
  * fix a memory leak in the pulse audio driver
  * fix a NULL deref in the coreaudio driver
  * use cmake to query for DSound and WinMidi support
  * remove an unintended MFC dependency header
  * include Windows DLL version info for MinGW builds
  * implement midi.autoconnect for jack
  * add a cmake option to disable multi-threading

OBS-URL: https://build.opensuse.org/request/show/650035
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=54
2018-11-19 08:34:06 +00:00
Tomáš Chvátal
14dc7540f3 Accepting request 640431 from home:derselbst:branches:multimedia:libs
- Update to 2.0.1:
  * implement auto-conntect for CoreMidi
  * fix a build issue with cmake < 3.3
  * fix a crash when creating multiple jack drivers
  * various fixes to dsound driver
  * fix multiple potential NULL dereferences
  * fix two memory leaks in the soundfont loader
  * correct upper threshold of synth.chorus.depth
- Remove fluidsynth-last_client-reuse-fix.patch

OBS-URL: https://build.opensuse.org/request/show/640431
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=52
2018-10-08 08:05:23 +00:00
Tomáš Chvátal
2c61f17af3 Accepting request 639128 from home:alois:branches:multimedia:libs
- Backported fluidsynth-last_client-reuse-fix.patch from master
  (qsynth crashes without it)

OBS-URL: https://build.opensuse.org/request/show/639128
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=51
2018-10-04 08:58:46 +00:00
a99051d3e9 Accepting request 636357 from home:derselbst:branches:multimedia:libs
- Update to 2.0.0
- bump soversion to 2
- require cmake >= 3.1.0
- execute unit tests (make check)
- remove cmake option 'enable-ladspa' as it's now enabled by default
- add conditionals to spec file to allow builds for other RPM-based distributions

OBS-URL: https://build.opensuse.org/request/show/636357
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=49
2018-09-18 11:05:05 +00:00
Tomáš Chvátal
d1c23e8995 Accepting request 604590 from home:derselbst:branches:multimedia:libs
- Update to 1.1.11:
  * fix pkgconfig file for absolute paths
  * add a cmake option for OSS support
  * fix broken enable-midishare cmake option
  * fix double free in fluid_midi_router
  * prevent malicious soundfonts from causing buffer overflows
  * avoid SF3 files to be loaded incorrectly
  * fix an endless loop in fast file renderer
- remove 0001-Fix-pkgconfig-file-for-absolute-paths-347.patch

OBS-URL: https://build.opensuse.org/request/show/604590
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=47
2018-05-06 12:15:23 +00:00
915ac375e5 Accepting request 583526 from home:derselbst:branches:multimedia:libs
Add 0001-Fix-pkgconfig-file-for-absolute-paths-347.patch to fix pkgconfig file generation when absolute lib and include paths are used, see (boo#1084081). Should fix builds of depending packages like KDE Minuet and others.

OBS-URL: https://build.opensuse.org/request/show/583526
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=45
2018-03-06 16:54:54 +00:00
ca11111ccf Accepting request 582029 from home:derselbst:branches:multimedia:libs
- Avoid using indirection macros
- Do not hard-code /usr/sbin

OBS-URL: https://build.opensuse.org/request/show/582029
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=43
2018-03-02 21:40:58 +00:00
b03b665dfb Accepting request 580328 from home:derselbst:branches:multimedia:libs
- Update to 1.1.10
- Install systemd service files

OBS-URL: https://build.opensuse.org/request/show/580328
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=42
2018-02-28 19:17:01 +00:00
b97498185c Accepting request 577003 from home:scarabeus_iv:branches:multimedia:libs
- Switch to cmake macros
- Use %license to install license
- Disable optional lash support as we try to remove lash
- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/577003
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=40
2018-02-20 15:03:18 +00:00
Tomáš Chvátal
2900fef86c Accepting request 561583 from home:derselbst:branches:multimedia:libs
- Update to version 1.1.9:
  * fix building the portaudio driver on Windows
  * fix build if no MIDI drivers are available
  * fix return value of fluid_file_set_encoding_quality()
  * fix use-after-free in fluid_timer
  * fix memory leak in pulseaudio driver
  * fix memory leak in rvoice_mixer
  * fix dumptuning shell command displaying uninitialized values
  * fix a resource leak in source shell command
  * harmonize fluidsynth's output library naming with autotools on Windows
  * dont set LIB_SUFFIX when building with MinGW
  * avoid a possible deadlock when initializing fluidsynths DLL on windows
  * avoid a buffer overrun when mixing effects channels in fluid_synth_nwrite_float()
  * correctly clean up fluid_server on Windows
  * implement handling of FLUID_SEQ_ALLSOUNDSOFF events in fluid_seq_fluidsynth_callback()
  * support for registering audio drivers based on actual needs

OBS-URL: https://build.opensuse.org/request/show/561583
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=38
2018-01-04 14:02:02 +00:00
Tomáš Chvátal
0544a4b7a3 Accepting request 533979 from home:derselbst:anmp
- Update to version 1.1.8:
  * fix build against glib < 2.30
  * fix dsound audio driver on windows
  * fix a bug around `synth.audio-groups` setting, which caused improper multi-channel rendering
  * cmake 3.0.2 is now required
  * compilation with clang is now possible
  * build fixes on OS/2
- Use pkgconfig for resolving build requirements
- Minor description update

OBS-URL: https://build.opensuse.org/request/show/533979
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=36
2017-10-14 17:50:25 +00:00
Tomáš Chvátal
03adb42138 Accepting request 521698 from home:derselbst:branches:multimedia:libs
- Update to version 1.1.7:
  * consistently relicense libfluidsynth under LGPL-2.1+
  * fluid_synth_set_channel_type() was not exported properly
  * fix calculations for modulators
  * fix SysEx parsing issues
  * fix mangling with illegal sample loops, causing audible glitches
  * fix inverse logic of audio.jack.multi option
  * fix channel fine tune RPN to use correct range
  * fix timing problems when changing the sequencers scale from a callback event
  * workaround incorrectly rendered audio when requesting more than 64 frames from fluid_synth_write_*()
  * adjust ALSA MIDI port type
  * avoid voice_count becoming negative
  * avoid notes with a fixed key generator playing forever
  * avoid TCP/IP connections from closing in an undefined manner
  * a lot of memory leaks, NULL dereferences and SegFaults
  * add support of vorbis-compressed sf3 sound fonts
  * add sostenuto pedal to the synth
  * add vbr quality when encoding with libsndfile
  * re-implement routing reverb and chorus to distinct buffers in fluid_synth_nwrite_float()
  * add IPv6 support to socket API
- remove the following patches as they got fixed upstream:
  * fluidsynth-fix-build-lash.diff
  * jackmulti.diff
  * reverb_mixer.diff

OBS-URL: https://build.opensuse.org/request/show/521698
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=34
2017-09-11 08:24:56 +00:00
Ismail Dönmez
cabf645fe1 -
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=32
2015-11-22 16:48:22 +00:00
Ismail Dönmez
ae3a93b777 Accepting request 345733 from home:derselbst:branches:home:derselbst
fix some minor bugs when using multiple stereo-channel-output

OBS-URL: https://build.opensuse.org/request/show/345733
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=31
2015-11-22 16:44:31 +00:00
30fbdcdbde Accepting request 135604 from home:AndreasSchwab:ff
- Use %{optflags}

OBS-URL: https://build.opensuse.org/request/show/135604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=29
2012-09-24 10:06:50 +00:00
Cristian Rodríguez
0c494720c8 Accepting request 135334 from home:Zaitor:branches:multimedia:libs
Update to ver 1.1.6

OBS-URL: https://build.opensuse.org/request/show/135334
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=27
2012-09-21 23:50:24 +00:00
9530ee8380 Accepting request 123505 from home:TheBlackCat:branches:multimedia:libs
- Added 32-bit compatibility library (needed by gstreamer-0_10-plugins-buzztard-32bit )

OBS-URL: https://build.opensuse.org/request/show/123505
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=25
2012-06-04 19:42:52 +00:00
Cristian Morales Vega
493ae132f5 - Updated to 1.1.5
+ Autotools build resulted in the wrong version number for
    libfluidsynth.so
  + One symbol was dropped from libfluidsynth.so - this symbol was
    not part of the public API though
  + JACK: Using jack_free instead of free when needed
  + Update Free Software Foundation address
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=22
2012-01-10 23:47:19 +00:00
Ismail Dönmez
8d827938f4 Accepting request 83532 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

OBS-URL: https://build.opensuse.org/request/show/83532
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=20
2011-09-19 18:19:46 +00:00
2f2b944245 Accepting request 78359 from home:tiwai:branches:multimedia:libs
- Updated to version 1.1.4:
  Improvements to the API for playing MIDI files, several bug fixes
  in the engine itself; for details, see:
    http://sourceforge.net/apps/trac/fluidsynth/wiki/ChangeLog1_1_4
- Use cmake for build
- Re-add a symbol dropped from 1.1.3
- Clean up spec file

OBS-URL: https://build.opensuse.org/request/show/78359
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=18
2011-08-09 10:38:30 +00:00
ef5586de85 Accepting request 56956 from home:lnussel:branches:multimedia:libs
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/56956
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=16
2011-01-01 03:12:52 +00:00
OBS User buildservice-autocommit
ce353439a5 Updating link to change in openSUSE:Factory/fluidsynth revision 14.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=d403802497cea3621abba2ea7fc30552
2010-10-13 22:50:00 +00:00
OBS User autobuild
d20746e6b7 Accepting request 50339 from multimedia:libs
checked in (request 50339)

OBS-URL: https://build.opensuse.org/request/show/50339
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=15
2010-10-13 22:49:59 +00:00
e63b46a610 Accepting request 50336 from home:appleonkel:branches:multimedia:libs
Thanks

OBS-URL: https://build.opensuse.org/request/show/50336
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=14
2010-10-12 11:05:47 +00:00
OBS User autobuild
31587a5d86 Accepting request 47235 from multimedia:libs
Copy from multimedia:libs/fluidsynth based on submit request 47235 from user coolo

OBS-URL: https://build.opensuse.org/request/show/47235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=13
2010-09-06 16:05:18 +00:00
OBS User autobuild
fc1ff2d19a Accepting request 36761 from multimedia:libs
Copy from multimedia:libs/fluidsynth based on submit request 36761 from user plater

OBS-URL: https://build.opensuse.org/request/show/36761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=10
2010-04-02 22:16:53 +00:00
OBS User unknown
bbd143035c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=7 2009-07-27 20:43:37 +00:00
OBS User unknown
0306e5c043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=4 2008-04-14 17:33:06 +00:00
OBS User unknown
148cdcc78c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=3 2007-11-20 10:40:09 +00:00
OBS User unknown
c6655afa58 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=2 2007-04-17 22:35:09 +00:00
OBS User unknown
1ffd46bc18 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=1 2007-01-15 23:12:37 +00:00