2024-01-05 22:28:07 +01:00
|
|
|
Name: fluidsynth-dssi
|
|
|
|
Version: 1.0.0
|
2024-01-05 22:28:08 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 22:28:07 +01:00
|
|
|
Summary: A wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:28:08 +01:00
|
|
|
URL: https://dssi.sourceforge.net/
|
2024-01-05 22:28:07 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/dssi/fluidsynth-dssi/%{version}/fluidsynth-dssi-%{version}.tar.gz
|
2024-01-05 22:28:08 +01:00
|
|
|
Patch0: fluidsynth-dssi-1.0.0-fluidsynth-2.3.2.patch
|
2024-01-05 22:28:07 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:28:08 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
2024-01-05 22:28:07 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 22:28:08 +01:00
|
|
|
BuildRequires: libfluidsynth-devel
|
2024-01-05 22:28:07 +01:00
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 22:28:08 +01:00
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 22:28:07 +01:00
|
|
|
BuildRequires: liblo-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin.
|
|
|
|
|
2024-01-05 22:28:08 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 22:28:07 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 22:28:08 +01:00
|
|
|
%patch 0 -p1 -b .fluidsynth-2.3.2
|
2024-01-05 22:28:07 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/dssi/fluidsynth-dssi.so
|
|
|
|
%{_libdir}/dssi/fluidsynth-dssi/FluidSynth-DSSI_gtk
|
2024-01-05 22:28:08 +01:00
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog README TODO
|
2024-01-05 22:28:07 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:28:08 +01:00
|
|
|
* Sun Jun 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
|
|
|
- rebuilt for x86_64 and with debug package
|
|
|
|
|
2024-01-05 22:28:07 +01:00
|
|
|
* Mon Mar 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- package created by autospec
|