update to 1.1.9 [release 1.1.9-1mamba;Wed Mar 21 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 22:27:51 +01:00
parent 5aa822b4cb
commit 19378113c5

View File

@ -1,13 +1,14 @@
Name: fluidsynth Name: fluidsynth
Version: 1.1.6 Version: 1.1.9
Release: 4mamba Release: 1mamba
Summary: A real-time software synthesizer based on the SoundFont 2 specifications Summary: A real-time software synthesizer based on the SoundFont 2 specifications
Group: System/Multimedia Group: System/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.fluidsynth.org/ URL: http://www.fluidsynth.org/
Source: http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/fluidsynth-%{version}.tar.bz2 Source: https://github.com/FluidSynth/fluidsynth.git/v%{version}/fluidsynth-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/fluidsynth-%{version}.tar.bz2
License: LGPL License: LGPL
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -48,10 +49,12 @@ This package contains static libraries and header files need for development.
%setup -q %setup -q
%build %build
%cmake %cmake \
#%configure \ -DLIB_SUFFIX= \
# --enable-ladspa \ -Denable-ladspa=on
# --disable-lash # --disable-lash
%make -j1 %make -j1
%install %install
@ -64,21 +67,22 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/fluidsynth %{_bindir}/fluidsynth
%{_libdir}/*.so.* %{_libdir}/libfluidsynth.so.*
%{_mandir}/man1/fluidsynth.1.gz %{_mandir}/man1/fluidsynth.1*
%doc AUTHORS COPYING %doc AUTHORS LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/*.h
%{_includedir}/fluidsynth/*.h %{_includedir}/fluidsynth/*.h
%{_libdir}/*.so %{_libdir}/libfluidsynth.so
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README THANKS TODO %doc ChangeLog NEWS THANKS TODO
%changelog %changelog
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
- update to 1.1.9
* Mon Apr 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-4mamba * Mon Apr 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-4mamba
- rebuilt with pulseaudio 8.0 - rebuilt with pulseaudio 8.0