]> git.pld-linux.org Git - packages/alsa-modular-synth.git/blame - alsa-modular-synth.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/alsa-modular-synth.git] / alsa-modular-synth.spec
CommitLineData
aabe40b8 1# TODO:
bc7ad0f3 2# - better descs in subpckgs
aabe40b8 3# - icon (?)
4#
08c72241 5%define _name ams
6Summary: Realtime modular synthesizer
9418ebd9 7Summary(pl.UTF-8): Modularny syntezator działający w czasie rzeczywistym
08c72241 8Name: alsa-modular-synth
36e51cc7 9Version: 1.8.7
10Release: 1
08c72241 11License: GPL
12Group: X11/Applications/Sound
81e8fd6e 13Source0: http://dl.sourceforge.net/alsamodular/%{_name}-%{version}.tar.bz2
36e51cc7 14# Source0-md5: d9b81d611f9e116ab07d15cb533f5f6b
08c72241 15Source1: %{name}.desktop
16Patch0: %{name}-build_fixes.patch
aabe40b8 17Patch1: %{name}-examples_dir.patch
08c72241 18URL: http://alsamodular.sourceforge.net/
19BuildRequires: XFree86-devel
2352d44a 20BuildRequires: alsa-lib-devel >= 0.9.0
36e51cc7 21BuildRequires: clalsadrv-devel
22BuildRequires: fftw-devel >= 2.1.5-2
2352d44a 23BuildRequires: jack-audio-connection-kit-devel >= 0.74.1
aabe40b8 24BuildRequires: ladspa-devel
5e3f5566 25BuildRequires: qt-devel >= 3:3.0.5
08c72241 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29AlsaModularSynth is a realtime modular synthesizer and effect
30processor. It features:
31- MIDI controlled modular software synthesis
2352d44a 32- Realtime effect processing
08c72241 33- Full control of all synthesis and effect parameters via MIDI
34- Integrated LADSPA Browser with search capability
35- JACK Support
36
79c12700
JR
37%description -l pl.UTF-8
38AlsaModularSynth jest syntezatorem i procesorem efektów działającym w
1519f2ae 39czasie rzeczywistym. Zawiera:
79c12700
JR
40- kontrolowaną przez MIDI modularną syntezę programową
41- nakładanie efektów w czasie rzeczywistym
42- pełną kontrolę syntezy i efektów poprzez MIDI
43- zintegrowaną przeglądarkę LADSPA z możliwością wyszukiwania
e866fd82 44- wsparcie dla JACK-a
08c72241 45
bc7ad0f3 46%package demos
47Summary: Alsa Modular Synth demos
9418ebd9 48Summary(pl.UTF-8): Dema Alsa Modular Synth
bc7ad0f3 49Group: X11/Applications/Sound
dedda3e5 50Requires: %{name} = %{version}-%{release}
7818c1f4 51Requires: ladspa-cmt-plugins
dedda3e5 52Requires: ladspa-mcp-plugins >= 0.3.0
bc7ad0f3 53Requires: ladspa-rev-plugins
54Requires: ladspa-vco-plugins
55
56%description demos
57Alsa Modular Synth demos.
58
79c12700 59%description demos -l pl.UTF-8
bc7ad0f3 60Dema Alsa Modular Synth.
61
62%package instruments
63Summary: Alsa Modular Synth instruments examples
9418ebd9 64Summary(pl.UTF-8): Przykłady instrumentów dla Alsa Modular Synth
bc7ad0f3 65Group: X11/Applications/Sound
dedda3e5 66Requires: %{name} = %{version}-%{release}
7818c1f4 67Requires: ladspa-cmt-plugins
dedda3e5 68Requires: ladspa-mcp-plugins >= 0.3.0
bc7ad0f3 69Requires: ladspa-rev-plugins
70Requires: ladspa-vco-plugins
71
72%description instruments
73Instruments examples.
74
79c12700
JR
75%description instruments -l pl.UTF-8
76Przykładowe instrumenty.
bc7ad0f3 77
78%package tutorial
79Summary: Alsa Modular Synth tutorial
9418ebd9 80Summary(pl.UTF-8): Alsa Modular Synth
bc7ad0f3 81Group: X11/Applications/Sound
dedda3e5 82Requires: %{name} = %{version}-%{release}
7818c1f4 83Requires: ladspa-cmt-plugins
dedda3e5 84Requires: ladspa-mcp-plugins >= 0.3.0
bc7ad0f3 85Requires: ladspa-rev-plugins
86Requires: ladspa-vco-plugins
87
88%description tutorial
89Alsa Modular Synth tutorial.
90
79c12700 91%description tutorial -l pl.UTF-8
bc7ad0f3 92Tutorial dla Alsa Modular Synth.
93
08c72241 94%prep
95%setup -q -n %{_name}-%{version}
96%patch0 -p1
97%patch1 -p1
98
99%build
affdc7dc 100%{__make} \
a1c220e5 101 OPTFLAGS="%{rpmcflags}"
08c72241 102
103%install
104rm -rf $RPM_BUILD_ROOT
bc7ad0f3 105install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}} \
a1c220e5 106 $RPM_BUILD_ROOT%{_datadir}/ams/{demos,instruments,tutorial}
1519f2ae
JB
107
108install ams $RPM_BUILD_ROOT%{_bindir}
bc7ad0f3 109install demos/*.ams $RPM_BUILD_ROOT%{_datadir}/ams/demos
110install instruments/*.ams $RPM_BUILD_ROOT%{_datadir}/ams/instruments
111install tutorial/*.ams $RPM_BUILD_ROOT%{_datadir}/ams/tutorial
1519f2ae 112install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
08c72241 113
114%clean
115rm -rf $RPM_BUILD_ROOT
116
117%files
118%defattr(644,root,root,755)
119%doc README
120%attr(755,root,root) %{_bindir}/*
121%dir %{_datadir}/ams
08c72241 122%{_desktopdir}/%{name}.desktop
bc7ad0f3 123
124%files demos
125%defattr(644,root,root,755)
126%{_datadir}/ams/demos/*.ams
127
128%files instruments
129%defattr(644,root,root,755)
130%{_datadir}/ams/instruments/*.ams
131
132%files tutorial
133%defattr(644,root,root,755)
134%{_datadir}/ams/tutorial/*.ams
This page took 0.074105 seconds and 4 git commands to generate.