]> git.pld-linux.org Git - packages/alsa-modular-synth.git/blobdiff - alsa-modular-synth.spec
- qt-devel epoch 3
[packages/alsa-modular-synth.git] / alsa-modular-synth.spec
index 3faa774706bc3a74ec1f2bd46d8255deb840c992..399b890e9605d3124d8d665991dc788e755d1231 100644 (file)
@@ -4,25 +4,25 @@
 #
 %define                _name ams
 Summary:       Realtime modular synthesizer
-Summary(pl):   Modularny syntezator dzia³aj±cy w czasie rzeczywistym
+Summary(pl.UTF-8):     Modularny syntezator działający w czasie rzeczywistym
 Name:          alsa-modular-synth
-Version:       1.7.7
+Version:       1.8.7
 Release:       1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://dl.sourceforge.net/alsamodular/%{_name}-%{version}.tar.bz2
-# Source0-md5: dba5494e7df43dff63e5465151aaee6a
+# Source0-md5: d9b81d611f9e116ab07d15cb533f5f6b
 Source1:       %{name}.desktop
 Patch0:                %{name}-build_fixes.patch
 Patch1:                %{name}-examples_dir.patch
-Patch2:                %{name}-alsa_1_0_hack.patch
 URL:           http://alsamodular.sourceforge.net/
 BuildRequires: XFree86-devel
 BuildRequires: alsa-lib-devel >= 0.9.0
-BuildRequires: fftw-devel
+BuildRequires: clalsadrv-devel
+BuildRequires: fftw-devel >= 2.1.5-2
 BuildRequires: jack-audio-connection-kit-devel >= 0.74.1
 BuildRequires: ladspa-devel
-BuildRequires: qt-devel >= 3.0.5
+BuildRequires: qt-devel >= 3:3.0.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,74 +34,76 @@ processor. It features:
 - Integrated LADSPA Browser with search capability
 - JACK Support
 
-%description -l pl
-AlsaModularSynth jest syntezatorem i procesorem efektów dzia³aj±cym w
+%description -l pl.UTF-8
+AlsaModularSynth jest syntezatorem i procesorem efektów działającym w
 czasie rzeczywistym. Zawiera:
-- kontrolowan± przez MIDI modularn± syntezê programow±
-- nak³adanie efektów w czasie rzeczywistym
-- pe³n± kontrolê syntezy i efektów poprzez MIDI
-- zintegrowan± przegl±darkê LADSPA z mo¿liwo¶ci± wyszukiwania
-- wsparcie dla JACK
+- kontrolowaną przez MIDI modularną syntezę programową
+- nakładanie efektów w czasie rzeczywistym
+- pełną kontrolę syntezy i efektów poprzez MIDI
+- zintegrowaną przeglądarkę LADSPA z możliwością wyszukiwania
+- wsparcie dla JACK-a
 
 %package demos
 Summary:       Alsa Modular Synth demos
-Summary(pl):   Dema Alsa Modular Synth
+Summary(pl.UTF-8):     Dema Alsa Modular Synth
 Group:         X11/Applications/Sound
-Requires:      %{name} = %{version}
-Requires:      ladspa-mcp-plugins
+Requires:      %{name} = %{version}-%{release}
+Requires:      ladspa-cmt-plugins
+Requires:      ladspa-mcp-plugins >= 0.3.0
 Requires:      ladspa-rev-plugins
 Requires:      ladspa-vco-plugins
 
 %description demos
 Alsa Modular Synth demos.
 
-%description demos -l pl
+%description demos -l pl.UTF-8
 Dema Alsa Modular Synth.
 
 %package instruments
 Summary:       Alsa Modular Synth instruments examples
-Summary(pl):   Przyk³ady instrumentów dla Alsa Modular Synth
+Summary(pl.UTF-8):     Przykłady instrumentów dla Alsa Modular Synth
 Group:         X11/Applications/Sound
-Requires:      %{name} = %{version}
-Requires:      ladspa-mcp-plugins
+Requires:      %{name} = %{version}-%{release}
+Requires:      ladspa-cmt-plugins
+Requires:      ladspa-mcp-plugins >= 0.3.0
 Requires:      ladspa-rev-plugins
 Requires:      ladspa-vco-plugins
 
 %description instruments
 Instruments examples.
 
-%description instruments -l pl
-Przyk³adowe instrumenty.
+%description instruments -l pl.UTF-8
+Przykładowe instrumenty.
 
 %package tutorial
 Summary:       Alsa Modular Synth tutorial
-Summary(pl):   Alsa Modular Synth
+Summary(pl.UTF-8):     Alsa Modular Synth
 Group:         X11/Applications/Sound
-Requires:      %{name} = %{version}
-Requires:      ladspa-mcp-plugins
+Requires:      %{name} = %{version}-%{release}
+Requires:      ladspa-cmt-plugins
+Requires:      ladspa-mcp-plugins >= 0.3.0
 Requires:      ladspa-rev-plugins
 Requires:      ladspa-vco-plugins
 
 %description tutorial
 Alsa Modular Synth tutorial.
 
-%description tutorial -l pl
+%description tutorial -l pl.UTF-8
 Tutorial dla Alsa Modular Synth.
 
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__make} \
-    OPTFLAGS="%{rpmcflags}"
+       OPTFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}} \
-           $RPM_BUILD_ROOT%{_datadir}/ams/{demos,instruments,tutorial}
+       $RPM_BUILD_ROOT%{_datadir}/ams/{demos,instruments,tutorial}
 
 install ams $RPM_BUILD_ROOT%{_bindir}
 install demos/*.ams $RPM_BUILD_ROOT%{_datadir}/ams/demos
This page took 0.083166 seconds and 4 git commands to generate.