]> git.pld-linux.org Git - packages/dssi.git/blame - dssi.spec
- fixed packaging thinko by separating -host-jack
[packages/dssi.git] / dssi.spec
CommitLineData
65b645a5 1Summary: Disposable Soft Synth Interface specification
c3db29b9 2Summary(pl): Specyfikacja Disposable Soft Synth Interface
65b645a5
PS
3Name: dssi
4Version: 0.9.1
0ae4bdb5 5Release: 2
65b645a5
PS
6License: LGPL v2.1
7Group: Development/Libraries
8Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
9# Source0-md5: 1a353c3ae80328cded838853ddf52164
10URL: http://dssi.sourceforge.net/
0ae4bdb5 11BuildRequires: alsa-lib-devel >= 0.9
65b645a5 12BuildRequires: jack-audio-connection-kit-devel
0ae4bdb5
JB
13BuildRequires: ladspa-devel >= 1.0
14BuildRequires: liblo-devel >= 0.12
14e405fa 15# lib{sndfile,samplerate} are req. to build examples
65b645a5
PS
16#BuildRequires: libsndfile-devel
17#BuildRequires: libsamplerate-devel
0ae4bdb5
JB
18Requires: alsa-lib-devel >= 0.9
19Requires: ladspa-devel >= 1.0
65b645a5
PS
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23DSSI (pronounced "dizzy") is an API for audio plugins, with particular
24application for software synthesis plugins with native user
25interfaces. DSSI is an open specification developed for use in Linux
26audio applications, although portable to other platforms. It may be
27thought of as LADSPA-for-instruments, or something comparable to VSTi.
28
29DSSI consists of a C language API for use by plugins and hosts, based
30on the LADSPA API, and an OSC (Open Sound Control) API for use in user
31interface to host communications. The DSSI specification consists of
32an RFC which describes the background for the proposal and defines the
33OSC part of the specification, and a documented header file which
34defines the C API.
35
c3db29b9
JB
36%description -l pl
37