]> git.pld-linux.org Git - packages/dssi.git/blobdiff - dssi.spec
- tabs in preamble
[packages/dssi.git] / dssi.spec
index f974ad3bf5bc4e9d8a902505a7b98292b7b46857..0f56e3ca60be9b37ef595bf06b057b1a1f3eed4e 100644 (file)
--- a/dssi.spec
+++ b/dssi.spec
@@ -1,21 +1,22 @@
 Summary:       Disposable Soft Synth Interface specification
+Summary(pl.UTF-8):     Specyfikacja Disposable Soft Synth Interface
 Name:          dssi
 Version:       0.9.1
-Release:       0.1
+Release:       2
 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: alsa-lib-devel >= 0.9
 BuildRequires: jack-audio-connection-kit-devel
-BuildRequires: ladspa-devel
-# lib{lo,sndfile,samplerate} are req. to build examples
-#BuildRequires:        liblo-devel
+BuildRequires: ladspa-devel >= 1.0
+BuildRequires: liblo-devel >= 0.12
+# lib{sndfile,samplerate} are req. to build examples
 #BuildRequires:        libsndfile-devel
 #BuildRequires:        libsamplerate-devel
-Requires:      alsa-lib-devel
-Requires:      ladspa-devel
+Requires:      alsa-lib-devel >= 0.9
+Requires:      ladspa-devel >= 1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,15 +33,37 @@ 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.
 
+%description -l pl.UTF-8
+DSSI (wymawiane "dizzy") to API dla wtyczek dźwiękowych z
+zastosowaniem szczególnie dla wtyczek syntezy programowej z natywnymi
+interfejsami użytkownika. DSSI to otwarta specyfikacja stworzona do
+używania w linuksowych aplikacjach dźwiękowych, ale przenośna na inne
+platformy. Można ją określić jako LADSPA dla instrumentów lub coś
+porównywalnego do VSTi.
+
+DSSI składa się z API języka C do użytku przez wtyczki i hosty, oparte
+o API LADSPA oraz API OSC (Open Sound Control) do użytku w
+interfejsach użytkownika do komunikacji z hostem. Specyfikacja DSSI
+składa się z RFC opisującego tło propozycji i definiującego część OSC
+specyfikacji oraz udokumentowanego pliku nagłówkowego definiującego
+API C.
+
+%package host-jack
+Summary:       A simple JACK/ALSA-sequencer plugin host
+Summary(pl.UTF-8):     Prosty host wtyczek sekwencera JACK/ALSA
+Group:         Applications/Sound
+Requires:      liblo >= 0.12
+
+%description host-jack
+A simple JACK/ALSA-sequencer plugin host.
+
+%description host-jack -l pl.UTF-8
+Prosty host wtyczek sekwencera JACK/ALSA.
+
 %prep
 %setup -q
 
 %build
-#%{__libtoolize}
-#%{__aclocal}
-#%{__autoconf}
-#%{__autoheader}
-#%{__automake}
 %configure
 %{__make}
 
@@ -56,6 +79,9 @@ 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
+
+%files host-jack
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/jack-dssi-host
This page took 0.092147 seconds and 4 git commands to generate.