]> git.pld-linux.org Git - packages/dssi.git/blame - dssi.spec
- release 1.
[packages/dssi.git] / dssi.spec
CommitLineData
65b645a5
PS
1Summary: Disposable Soft Synth Interface specification
2Name: dssi
3Version: 0.9.1
14e405fa 4Release: 1
65b645a5
PS
5License: LGPL v2.1
6Group: Development/Libraries
7Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
8# Source0-md5: 1a353c3ae80328cded838853ddf52164
9URL: http://dssi.sourceforge.net/
10BuildRequires: alsa-lib-devel
11BuildRequires: jack-audio-connection-kit-devel
12BuildRequires: ladspa-devel
14e405fa
PS
13BuildRequires: liblo-devel
14# lib{sndfile,samplerate} are req. to build examples
65b645a5
PS
15#BuildRequires: libsndfile-devel
16#BuildRequires: libsamplerate-devel
17Requires: alsa-lib-devel
18Requires: ladspa-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22DSSI (pronounced "dizzy") is an API for audio plugins, with particular
23application for software synthesis plugins with native user
24interfaces. DSSI is an open specification developed for use in Linux
25audio applications, although portable to other platforms. It may be
26thought of as LADSPA-for-instruments, or something comparable to VSTi.
27
28DSSI consists of a C language API for use by plugins and hosts, based
29on the LADSPA API, and an OSC (Open Sound Control) API for use in user
30interface to host communications. The DSSI specification consists of
31an RFC which describes the background for the proposal and defines the
32OSC part of the specification, and a documented header file which
33defines the C API.
34
35%prep
36%setup -q
37
38%build
65b645a5
PS
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc ChangeLog README doc/TODO doc/*.txt
54%attr(755,root,root) %{_bindir}/jack-dssi-host
55%{_includedir}/dssi.h
56%{_pkgconfigdir}/dssi.pc
This page took 0.042126 seconds and 4 git commands to generate.