]> git.pld-linux.org Git - packages/dssi.git/blame - dssi.spec
- tabs in preamble
[packages/dssi.git] / dssi.spec
CommitLineData
65b645a5 1Summary: Disposable Soft Synth Interface specification
57458f0e 2Summary(pl.UTF-8): 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
dab913f7
JR
36%description -l pl.UTF-8
37DSSI (wymawiane "dizzy") to API dla wtyczek dźwiękowych z
38zastosowaniem szczególnie dla wtyczek syntezy programowej z natywnymi
39interfejsami użytkownika. DSSI to otwarta specyfikacja stworzona do
40używania w linuksowych aplikacjach dźwiękowych, ale przenośna na inne
41platformy. Można ją określić jako LADSPA dla instrumentów lub coś
42porównywalnego do VSTi.
c3db29b9 43
dab913f7
JR
44DSSI składa się z API języka C do użytku przez wtyczki i hosty, oparte
45o API LADSPA oraz API OSC (Open Sound Control) do użytku w
46interfejsach użytkownika do komunikacji z hostem. Specyfikacja DSSI
47składa się z RFC opisującego tło propozycji i definiującego część OSC
48specyfikacji oraz udokumentowanego pliku nagłówkowego definiującego
c3db29b9
JB
49API C.
50
0ae4bdb5
JB
51%package host-jack
52Summary: A simple JACK/ALSA-sequencer plugin host
57458f0e 53Summary(pl.UTF-8): Prosty host wtyczek sekwencera JACK/ALSA
0ae4bdb5
JB
54Group: Applications/Sound
55Requires: liblo >= 0.12
56
57%description host-jack
58A simple JACK/ALSA-sequencer plugin host.
59
dab913f7 60%description host-jack -l pl.UTF-8
0ae4bdb5
JB
61Prosty host wtyczek sekwencera JACK/ALSA.
62
65b645a5
PS
63%prep
64%setup -q
65
66%build
65b645a5
PS
67%configure
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%files
80%defattr(644,root,root,755)
81%doc ChangeLog README doc/TODO doc/*.txt
65b645a5
PS
82%{_includedir}/dssi.h
83%{_pkgconfigdir}/dssi.pc
0ae4bdb5
JB
84
85%files host-jack
86%defattr(644,root,root,755)
87%attr(755,root,root) %{_bindir}/jack-dssi-host
This page took 0.088011 seconds and 4 git commands to generate.