diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacob Alzén + - Email: jacob.alzen@gmail.com diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -61,6 +61,7 @@ libfluidsynth.so.2:fluid_event_volume libfluidsynth.so.2:fluid_file_renderer_process_block libfluidsynth.so.2:fluid_file_set_encoding_quality +libfluidsynth.so.2:fluid_free libfluidsynth.so.2:fluid_get_stdin libfluidsynth.so.2:fluid_get_stdout libfluidsynth.so.2:fluid_get_sysconf @@ -81,6 +82,9 @@ libfluidsynth.so.2:fluid_ladspa_host_port_exists libfluidsynth.so.2:fluid_ladspa_is_active libfluidsynth.so.2:fluid_ladspa_reset +libfluidsynth.so.2:fluid_lash_connect +libfluidsynth.so.2:fluid_lash_create_thread +libfluidsynth.so.2:fluid_lash_extract_args libfluidsynth.so.2:fluid_log libfluidsynth.so.2:fluid_midi_dump_postrouter libfluidsynth.so.2:fluid_midi_dump_prerouter diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -2,14 +2,13 @@ libc.so.6 libdbus-1.so.3 libglib-2.0.so.0 -libgomp.so.1 -libgthread-2.0.so.0 +libgmodule-2.0.so.0 libjack.so.0 +liblash.so.1 libm.so.6 libportaudio.so.2 libpthread.so.0 libpulse-simple.so.0 -libpulse.so.0 libreadline.so.6 libsndfile.so.1 libsystemd.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : fluidsynth -version : 2.0.6 -release : 11 +version : 2.0.7 +release : 12 source : - - https://github.com/FluidSynth/fluidsynth/archive/v2.0.6.tar.gz : e97e63c1045e102465f1aa848f9d712c5528c58685b8d40062e4aaf6af7edb75 + - https://github.com/FluidSynth/fluidsynth/archive/v2.0.7.tar.gz : b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320 license : LGPL-2.1-or-later component : multimedia.audio summary : Software synthesizer based on the SoundFont 2 specifications. @@ -11,11 +11,12 @@ builddeps : - pkgconfig(alsa) - pkgconfig(jack) + - pkgconfig(lash-1.0) - pkgconfig(libpulse-simple) - pkgconfig(portaudio-2.0) - pkgconfig(sndfile) + - ladspa-devel rundeps : - - jack-audio-connection-kit - ladspa setup : | %cmake_ninja -Denable-portaudio=1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -21,7 +21,7 @@ /usr/bin/fluidsynth /usr/lib64/libfluidsynth.so.2 - /usr/lib64/libfluidsynth.so.2.1.3 + /usr/lib64/libfluidsynth.so.2.2.0 /usr/share/man/man1/fluidsynth.1 @@ -32,7 +32,7 @@ programming.devel - fluidsynth + fluidsynth /usr/include/fluidsynth.h @@ -58,12 +58,12 @@ - - 2019-08-22 - 2.0.6 + + 2019-09-28 + 2.0.7 Packaging update Jacob Alzén jacob.alzen@gmail.com \ No newline at end of file