]> git.pld-linux.org Git - packages/dssi.git/commitdiff
- Disposable Soft Synth Interface. auto/th/dssi-0_9_1-0_1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 25 Nov 2005 10:57:35 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dssi.spec -> 1.1

dssi.spec [new file with mode: 0644]

diff --git a/dssi.spec b/dssi.spec
new file mode 100644 (file)
index 0000000..f974ad3
--- /dev/null
+++ b/dssi.spec
@@ -0,0 +1,61 @@
+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
This page took 0.033788 seconds and 4 git commands to generate.