SPECS: dssi.spec (NEW) - Disposable Soft Synth Interface.

pluto pluto at pld-linux.org
Fri Nov 25 11:57:40 CET 2005


Author: pluto                        Date: Fri Nov 25 10:57:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Disposable Soft Synth Interface.

---- Files affected:
SPECS:
   dssi.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dssi.spec
diff -u /dev/null SPECS/dssi.spec:1.1
--- /dev/null	Fri Nov 25 11:57:40 2005
+++ SPECS/dssi.spec	Fri Nov 25 11:57:35 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	Disposable Soft Synth Interface specification
+Name:		dssi
+Version:	0.9.1
+Release:	0.1
+License:	LGPL v2.1
+Group:		Development/Libraries
+Source0:	http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
+# Source0-md5:	1a353c3ae80328cded838853ddf52164
+URL:		http://dssi.sourceforge.net/
+BuildRequires:	alsa-lib-devel
+BuildRequires:	jack-audio-connection-kit-devel
+BuildRequires:	ladspa-devel
+# lib{lo,sndfile,samplerate} are req. to build examples
+#BuildRequires:	liblo-devel
+#BuildRequires:	libsndfile-devel
+#BuildRequires:	libsamplerate-devel
+Requires:	alsa-lib-devel
+Requires:	ladspa-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DSSI (pronounced "dizzy") is an API for audio plugins, with particular
+application for software synthesis plugins with native user
+interfaces. DSSI is an open specification developed for use in Linux
+audio applications, although portable to other platforms. It may be
+thought of as LADSPA-for-instruments, or something comparable to VSTi.
+
+DSSI consists of a C language API for use by plugins and hosts, based
+on the LADSPA API, and an OSC (Open Sound Control) API for use in user
+interface to host communications. The DSSI specification consists of
+an RFC which describes the background for the proposal and defines the
+OSC part of the specification, and a documented header file which
+defines the C API.
+
+%prep
+%setup -q
+
+%build
+#%{__libtoolize}
+#%{__aclocal}
+#%{__autoconf}
+#%{__autoheader}
+#%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README doc/TODO doc/*.txt
+%attr(755,root,root) %{_bindir}/jack-dssi-host
+%{_includedir}/dssi.h
+%{_pkgconfigdir}/dssi.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/25 10:57:35  pluto
+- Disposable Soft Synth Interface.
================================================================



More information about the pld-cvs-commit mailing list