]> git.pld-linux.org Git - packages/ladspa-rev-plugins.git/blame - ladspa-rev-plugins.spec
- updated to 0.8.1
[packages/ladspa-rev-plugins.git] / ladspa-rev-plugins.spec
CommitLineData
8f6a710c 1Summary: Stereo reverb LADSPA plugin
7d903061 2Summary(pl.UTF-8): Wtyczka LADSPA - stereofoniczny pogłos
8f6a710c 3Name: ladspa-rev-plugins
e5c7aa62 4Version: 0.8.1
ac939ee1
JB
5Release: 1
6License: GPL v2+
8f6a710c 7Group: Applications/Sound
5de690b0 8Source0: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/REV-plugins-%{version}.tar.bz2
e5c7aa62 9# Source0-md5: 6e3063d0b30d1038a6bcd987114d9c71
8f6a710c 10Patch0: %{name}-misc_fixes.patch
5de690b0 11URL: http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
8f6a710c 12BuildRequires: ladspa-devel
13BuildRequires: libstdc++-devel
14Requires: ladspa-common
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18This LADSPA plugin contains a digital implementation of the stereo
19reverb effect.
20
870ed1bd
JR
21%description -l pl.UTF-8
22Ta wtyczka LADSPA zawiera cyfrową implementację stereofonicznego
23efektu pogłosu.
8f6a710c 24
25%prep
5de690b0 26%setup -q -n REV-plugins-%{version}
8f6a710c 27%patch0 -p1
28
29%build
5de690b0
JB
30CPPFLAGS="%{rpmcppflags}" \
31CXXFLAGS="%{rpmcxxflags}" \
32LDFLAGS="%{rpmldflags}" \
e5c7aa62 33%{__make} -C source \
5de690b0 34 CXX="%{__cxx}"
8f6a710c 35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
39
e5c7aa62 40%{__make} -C source install \
8942ea70 41 DESTDIR=$RPM_BUILD_ROOT \
42 INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
8f6a710c 43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS README
5de690b0 50%attr(755,root,root) %{_libdir}/ladspa/zita-reverbs.so
This page took 0.092418 seconds and 5 git commands to generate.