diff --git a/README.md b/README.md index af3bd38..f2d612a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # fluidsynth-dssi +A wrapper for the FluidSynth SoundFont-playing software synthesizer, allowing it to function as a DSSI plugin. + diff --git a/fluidsynth-dssi.spec b/fluidsynth-dssi.spec new file mode 100644 index 0000000..3340265 --- /dev/null +++ b/fluidsynth-dssi.spec @@ -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 +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 1.0.0-1mamba +- package created by autospec