]> git.pld-linux.org Git - packages/ladspa-rev-plugins.git/commitdiff
- initial PLD release
authorfreetz <freetz@pld-linux.org>
Fri, 9 Jan 2004 12:03:31 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ladspa-rev-plugins.spec -> 1.1

ladspa-rev-plugins.spec [new file with mode: 0644]

diff --git a/ladspa-rev-plugins.spec b/ladspa-rev-plugins.spec
new file mode 100644 (file)
index 0000000..609e85c
--- /dev/null
@@ -0,0 +1,47 @@
+%define                _name REV-plugins
+Summary:       Stereo reverb LADSPA plugin
+Summary(pl):   Wtyczka LADSPA - stereofoniczny pog³os
+Name:          ladspa-rev-plugins
+Version:       0.2.1
+Release:       1
+License:       GPL
+Group:         Applications/Sound
+Source0:       http://alsamodular.sourceforge.net/%{_name}-%{version}.tar.bz2
+# Source0-md5: faf912441ebb992c1bcd4959e3bf80e2
+Patch0:                %{name}-misc_fixes.patch
+URL:           http://alsamodular.sourceforge.net/
+BuildRequires: ladspa-devel
+BuildRequires: libstdc++-devel
+Requires:      ladspa-common
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This LADSPA plugin contains a digital implementation of the stereo
+reverb effect.
+
+%description -l pl
+Ta wtyczka LADSPA zawiera cyfrow± implementacjê stereofonicznego
+efektu pog³osu.
+
+%prep
+%setup -q -n %{_name}-%{version}
+%patch0 -p1
+
+%build
+%{__make} \
+       CPPFLAGS="-I. -fPIC -D_REENTRANT -Wall %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/ladspa/*.so
This page took 0.110538 seconds and 4 git commands to generate.