package created by autospec [release 1.0.0-1mamba;Mon Mar 07 2011]

This commit is contained in:
Silvan Calarco 2024-01-05 22:28:07 +01:00
parent 693631e3eb
commit 83408f06c8
2 changed files with 84 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# fluidsynth-dssi
A wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin.

82
fluidsynth-dssi.spec Normal file
View File

@ -0,0 +1,82 @@
Name: fluidsynth-dssi
Version: 1.0.0
Release: 1mamba
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: http://dssi.sourceforge.net
Source: http://downloads.sourceforge.net/project/dssi/fluidsynth-dssi/%{version}/fluidsynth-dssi-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: fluidsynth-devel
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libdbus-devel
BuildRequires: libexpat-devel
BuildRequires: libflac-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libGL-devel
BuildRequires: libglib-devel
BuildRequires: libglitz-devel
BuildRequires: libgtk-devel
BuildRequires: libjack-devel
BuildRequires: liblash-devel
BuildRequires: liblo-devel
BuildRequires: libncurses-devel
BuildRequires: libogg-devel
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libportaudio-devel
BuildRequires: libpthread-stubs-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libreadline-devel
BuildRequires: libselinux-devel
BuildRequires: libsndfile-devel
BuildRequires: libstdc++6-devel
BuildRequires: libuuid-devel
BuildRequires: libvorbis-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libxcb-util-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
BuildRequires: udev-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/dssi/fluidsynth-dssi.la
%{_libdir}/dssi/fluidsynth-dssi.so
%{_libdir}/dssi/fluidsynth-dssi/FluidSynth-DSSI_gtk
%doc COPYING ChangeLog README TODO
%changelog
* Mon Mar 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
- package created by autospec