rpms/ladspa-rev-plugins/F-7 ladspa-rev-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Sep 24 17:31:41 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/ladspa-rev-plugins/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14602

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-rev-plugins.spec 
Log Message:
* Fri Sep 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-3
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion



--- NEW FILE ladspa-rev-plugins.spec ---
Name:           ladspa-rev-plugins
Version:        0.3.1
Release:        3%{?dist}
Summary:        A reverberation plugin for LADSPA
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://www.kokkinizita.net/linuxaudio/
Source:         http://www.kokkinizita.net/linuxaudio/downloads/REV-plugins-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      rev-plugins <= 0.3.1-1
Provides:       rev-plugins = %{version}-%{release}

%description
This reverb is based on gverb by Juhana Sadeharju, but the code
(now C++) is entirely original. I added a second input for stereo
operation, and some code to prevent FP denormalisation.
This is a preliminary release, and this plugin will probably change
a lot in future versions.


%prep
%setup -q -n REV-plugins-%{version}
%{__perl} -p -i -e "s|/usr/lib/ladspa|\\\$\(DESTDIR\)%{_libdir}/ladspa|g" Makefile
# we want to use the system ladspa.h
rm ladspa.h


%build
%{__make} %{?_smp_mflags} CPPFLAGS="$RPM_OPT_FLAGS -fPIC -D_REENTRANT"


%install
%{__rm} -rf %{buildroot}
%{__mkdir} -p %{buildroot}%{_libdir}/ladspa
%{__make} DESTDIR=%{buildroot} install


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/ladspa/*.so


%changelog
* Fri Sep 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3.1-3
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Sun Nov 19 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.1-2
- change name of package to ladspa-rev-plugins

* Mon Jul 11 2005 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.1-1
- updated to 0.3.1

* Sat May  8 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- added proper buildrequires

* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.1-2
- changed name of ladspa package, do not depend on it explicitly

* Wed Dec 17 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.1-1
- updated to 0.2.1

* Tue Nov  4 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.1-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-rev-plugins/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2007 16:39:37 -0000	1.1
+++ .cvsignore	24 Sep 2007 17:31:08 -0000	1.2
@@ -0,0 +1 @@
+REV-plugins-0.3.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-rev-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2007 16:39:37 -0000	1.1
+++ sources	24 Sep 2007 17:31:08 -0000	1.2
@@ -0,0 +1 @@
+bca920c2cbf5e33989e7cafab6fbaee4  REV-plugins-0.3.1.tar.bz2




More information about the fedora-extras-commits mailing list