]> git.pld-linux.org Git - packages/xsynth-dssi.git/blob - xsynth-dssi.spec
- updated to 0.9.4
[packages/xsynth-dssi.git] / xsynth-dssi.spec
1 Summary:        Software synthesizer plugin for the DSSI Soft Synth Interface
2 Summary(pl.UTF-8):      Wtyczka programowego syntezatora dla interfejsu DSSI Soft Synth Interface
3 Name:           xsynth-dssi
4 Version:        0.9.4
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Sound
8 Source0:        http://downloads.sourceforge.net/dssi/%{name}-%{version}.tar.gz
9 # Source0-md5:  3432ecdac06407a992f80eb1c1ecf7cd
10 Patch0:         %{name}-no_gtk1.patch
11 URL:            http://dssi.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dssi-devel >= 0.9
15 BuildRequires:  gtk+2-devel >= 2.0.0
16 BuildRequires:  ladspa-devel
17 BuildRequires:  liblo-devel >= 0.23
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software
24 synthesizer which operates as a plugin for the DSSI Soft Synth
25 Interface.
26
27 Xsynth-DSSI is based on Steve Brooke's Xsynth 1.0.2.
28
29 Xsynth-DSSI retains the basic synthesis model of Xsynth, while
30 adding the following features:
31     - operation as a DSSI plugin,
32     - polyphonic operation,
33     - band-limited oscillators,
34     - a new, more stable filter mode, and
35     - velocity-sensitive envelopes.
36
37 %description -l pl.UTF-8
38 Xsynth-DSSI to programowy syntezator w stylu klasyczno-analogowym
39 (VCOs-VCF-VCA), działający jako wtyczka dla interfejsu DSSI Soft
40 Synth Interface.
41
42 Xsynth-DSSI jest oparty na programie XSynth 1.0.2 Steve'a Brooke'a.
43
44 Xsynth-DSSI zachowuje podstawowy model syntezy z Xsynth, dodając
45 jednocześnie następujące możliwości:
46  - działanie jako wtyczka DSSI,
47  - praca polifoniczna,
48  - oscylatory z ograniczonym zakresem,
49  - nowy, stabilniejszy tryb filtra,
50  - obudowanie wrażliwe na szybkość.
51
52 %package gui
53 Summary:        Graphical interface for Xsynth-DSSI
54 Summary(pl.UTF-8):      Graficzny interfejs do Xsynth-DSSI
55 Group:          X11/Applications/Sound
56 Requires:       %{name} = %{version}-%{release}
57
58 %description gui
59 GTK+ graphical user interface for Xsynth-DSSI.
60
61 %description gui -l pl.UTF-8
62 Oparty na GTK+ graficzny interfejs użytkownika do Xsynth-DSSI.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 %{__libtoolize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74
75 %configure
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 %{__rm} $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %doc AUTHORS README TODO ChangeLog
92 %attr(755,root,root) %{_libdir}/dssi/%{name}.so
93 %dir %{_libdir}/dssi/%{name}
94 %{_datadir}/%{name}
95
96 %files gui
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %{_libdir}/dssi/%{name}/*_gtk
This page took 0.061626 seconds and 4 git commands to generate.