]> git.pld-linux.org Git - packages/ladspa-rev-plugins.git/blob - ladspa-rev-plugins.spec
c29bee68a322125f8ecad3ffea6509f6c4cfe279
[packages/ladspa-rev-plugins.git] / ladspa-rev-plugins.spec
1 %define         _name REV-plugins
2 Summary:        Stereo reverb LADSPA plugin
3 Summary(pl):    Wtyczka LADSPA - stereofoniczny pog³os
4 Name:           ladspa-rev-plugins
5 Version:        0.2.1
6 Release:        2
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://users.skynet.be/solaris/linuxaudio/downloads/%{_name}-%{version}.tar.bz2
10 # Source0-md5:  faf912441ebb992c1bcd4959e3bf80e2
11 Patch0:         %{name}-misc_fixes.patch
12 URL:            http://users.skynet.be/solaris/linuxaudio/
13 BuildRequires:  ladspa-devel
14 BuildRequires:  libstdc++-devel
15 Requires:       ladspa-common
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This LADSPA plugin contains a digital implementation of the stereo
20 reverb effect.
21
22 %description -l pl
23 Ta wtyczka LADSPA zawiera cyfrow± implementacjê stereofonicznego
24 efektu pog³osu.
25
26 %prep
27 %setup -q -n %{_name}-%{version}
28 %patch0 -p1
29
30 %build
31 %{__make} \
32         CXX="%{__cxx}" \
33         CPPFLAGS="-I. -fPIC -D_REENTRANT -Wall %{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS README
49 %attr(755,root,root) %{_libdir}/ladspa/*.so
This page took 0.048576 seconds and 3 git commands to generate.