diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : fluidsynth -version : 2.0.3 -release : 7 +version : 2.0.4 +release : 8 source : - - git|https://github.com/FluidSynth/fluidsynth.git : v2.0.3 + - https://github.com/FluidSynth/fluidsynth/archive/v2.0.4.tar.gz : 2c065de87e9c9ba0311ebf2f4828a4fd76f1f5cc7d1d93dd80d7a048d7d2a76c license : LGPL-2.1-or-later component : multimedia.audio summary : Software synthesizer based on the SoundFont 2 specifications. @@ -18,15 +18,8 @@ - jack-audio-connection-kit - ladspa setup : | - mkdir build && pushd build - %cmake -Denable-portaudio=1 \ - -Denable-ladspa=1 \ - -Denable-jack=1 \ - .. + %cmake_ninja -Denable-portaudio=1 build : | - pushd build - %make + %ninja_build install : | - pushd build - %make_install - popd + %ninja_install 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.0 + /usr/lib64/libfluidsynth.so.2.1.1 /usr/share/man/man1/fluidsynth.1 @@ -32,7 +32,7 @@ programming.devel - fluidsynth + fluidsynth /usr/include/fluidsynth.h @@ -58,12 +58,12 @@ - - 2019-01-03 - 2.0.3 + + 2019-02-23 + 2.0.4 Packaging update Jacob Alzén jacob.alzen@gmail.com \ No newline at end of file