fluidsynth-dssi/fluidsynth-dssi.spec

61 lines
1.7 KiB
RPMSpec
Raw Permalink Normal View History

Name: fluidsynth-dssi
Version: 1.0.0
Release: 2mamba
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>
URL: https://dssi.sourceforge.net/
Source: http://downloads.sourceforge.net/project/dssi/fluidsynth-dssi/%{version}/fluidsynth-dssi-%{version}.tar.gz
Patch0: fluidsynth-dssi-1.0.0-fluidsynth-2.3.2.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libfluidsynth-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
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.
%debug_package
%prep
%setup -q
%patch 0 -p1 -b .fluidsynth-2.3.2
%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
%doc COPYING
#ChangeLog README TODO
%changelog
* Sun Jun 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- rebuilt for x86_64 and with debug package
* Mon Mar 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
- package created by autospec