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