dssi _unstable_ port information

Package: dssi
Version: 1.1.0
Revision: 3
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Maintainer: Adrian Prantl
HomePage: http://dssi.sourceforge.net
License: LGPL
Description: Audio processing plugin API
Source-MD5: dfc850e66fae94e7ec08aebb43d07848
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking
DocFiles: README COPYING doc/RFC.txt doc/midi-controllers.txt doc/why-use.txt doc/RFC.html doc/why-use.html

Depends: libdssialsacompat-shlibs, libsamplerate0-shlibs, jack-shlibs, liblo0-shlibs, libsndfile1-shlibs, libflac8, libogg-shlibs
BuildDepends: libdssialsacompat, libsamplerate0-dev, jack-dev, liblo0, libsndfile1-dev, libflac8-dev, ladspa-dev, libogg, pkgconfig
Suggests: qt4-mac

SplitOff2: <<
Package: %N-dev
Depends: %N (= %v-%r)
Files: include/dssi.h lib/pkgconfig lib/dssi/*.la
Replaces: dssi (<= 0.9.1-3)
<<

DescDetail: <<
DSSI (pronounced "dizzy") is an API for audio processing plugins,
particularly useful for software synthesis plugins with user
interfaces.

DSSI is an open and well-documented 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.

DSSI is Free Software. The DSSI header file is provided under the GNU
Lesser General Public License.
<<