]> git.pld-linux.org Git - packages/alsa-modular-synth.git/blob - alsa-modular-synth.spec
- 1.7.1
[packages/alsa-modular-synth.git] / alsa-modular-synth.spec
1 # TODO:
2 # - separate expamples (subpkgs: tutorial, examples, instruments)
3 # - more R (vco and rev plugins - .specs not written yet)
4 # - post message about required plugins for fully workin' exmps
5 # - icon (?)
6 #
7 %define         _name ams
8 Summary:        Realtime modular synthesizer
9 Summary(pl):    Modularny syntezator dzia³aj±cy w czasie rzeczywistym
10 Name:           alsa-modular-synth
11 Version:        1.7.1
12 Release:        0.1
13 License:        GPL
14 Group:          X11/Applications/Sound
15 Source0:        http://alsamodular.sourceforge.net/%{_name}-%{version}.tar.bz2
16 # Source0-md5:  eaf25afb1ec662b313a9dcc34be58f41
17 Source1:        %{name}.desktop
18 Patch0:         %{name}-build_fixes.patch
19 Patch1:         %{name}-examples_dir.patch
20 URL:            http://alsamodular.sourceforge.net/
21 BuildRequires:  XFree86-devel
22 BuildRequires:  alsa-lib-devel >= 0.9.0
23 BuildRequires:  fftw-devel
24 BuildRequires:  jack-audio-connection-kit-devel >= 0.74.1
25 BuildRequires:  ladspa-devel
26 BuildRequires:  qt-devel >= 3.0.5
27 #Requires:      ladspa-mcp-plugins
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 AlsaModularSynth is a realtime modular synthesizer and effect
32 processor. It features:
33 - MIDI controlled modular software synthesis
34 - Realtime effect processing
35 - Full control of all synthesis and effect parameters via MIDI
36 - Integrated LADSPA Browser with search capability
37 - JACK Support
38
39 %description -l pl
40 AlsaModularSynth jest syntezatorem i procesorem efektów dzia³aj±cym w
41 czasie rzeczywistym. Zawiera:
42 - kontrolowan± przez MIDI modularn± syntezê programow±
43 - nak³adanie efektów w czasie rzeczywistym
44 - pe³n± kontrolê syntezy i efektów poprzez MIDI
45 - zintegrowan± przegl±darkê LADSPA z mo¿liwo¶ci± wyszukiwania
46 - wsparcie dla JACK
47
48 %prep
49 %setup -q -n %{_name}-%{version}
50 %patch0 -p1
51 %patch1 -p1
52
53 %build
54 %{__make} \
55     OPTFLAGS="%{rpmcflags}"
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/ams,%{_desktopdir}}
60
61 install ams $RPM_BUILD_ROOT%{_bindir}
62 #install *.ams $RPM_BUILD_ROOT%{_datadir}/ams
63 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc README
71 %attr(755,root,root) %{_bindir}/*
72 %dir %{_datadir}/ams
73 #%%{_datadir}/ams/*.ams
74 %{_desktopdir}/%{name}.desktop
This page took 0.092645 seconds and 3 git commands to generate.