File dssi.spec of Package dssi
#
# spec file for package dssi (Version 0.9.1)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: dssi
BuildRequires: alsa-devel jack-devel ladspa-devel liblo-devel
Summary: Disposable Soft Synth Interface
Version: 0.9.1
Release: 61
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
URL: http://dssi.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Disposable Soft Synth Interface (DSSI, pronounced "dizzy") is a
proposal for a plug-in API for software instruments (soft synths) with
user interfaces, permitting them to be hosted in-process by Linux audio
applications. Think of it as LADSPA-for-instruments or something
comparable to a simpler version of VSTi.
Authors:
--------
Steve Harris <steve@plugin.org.uk>
Chris Cannam <cannam@all-day-breakfast.com>
Sean Bolton <musound@jps.net>
%prep
%setup -q
%build
autoreconf -fi
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
make -C examples clean
rm -rf examples/.deps
rm -f examples/.cvsignore
%clean
test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING README
%doc examples
%{_includedir}/dssi.h
%{_libdir}/pkgconfig/*.pc
%{_bindir}/*
%{_libdir}/dssi
%changelog
* Tue Apr 17 2007 - tiwai@suse.de
- fix buildrequires ladspa -> ladspa-devel
* Fri Feb 17 2006 - tiwai@suse.de
- clean up binaries in examples (#151896)
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 20 2005 - tiwai@suse.de
- updated to version 0.9.1.
* Wed Oct 12 2005 - tiwai@suse.de
- removed glib* from neededforbuild.
* Tue Jan 25 2005 - meissner@suse.de
- 0 -> NULL in execl, use RPM_OPT_FLAGS
* Fri Jan 21 2005 - tiwai@suse.de
- updated to version 0.9.
build jack-dssi-host.
* Tue Aug 17 2004 - tiwai@suse.de
- initial version: 0.4.