rpms/ladspa-vco-plugins/F-7 ladspa-vco-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:35:12 UTC 2007


Author: jwrdegoede

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

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



--- NEW FILE ladspa-vco-plugins.spec ---
Name:           ladspa-vco-plugins
Version:        0.3.0
Release:        5%{?dist}
Summary:        Anti-aliased pulse and sawtooth oscillators
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://www.kokkinizita.net/linuxaudio/
Source0:        http://www.kokkinizita.net/linuxaudio/downloads/VCO-plugins-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      vco-plugins <= 0.3.0-3
Provides:       vco-plugins = %{version}-%{release}

%description
Pulse-VCO : Anti-aliased dirac pulse oscillator (flat amplitude spectrum)
Saw-VCO   : Anti-aliased sawtooth oscillator (1/F amplitude spectrum)
 
Both oscillators are based on the same principle of using a
precomputed interpolated dirac pulse. For the sawtooth version, the
'edge' is made by integrating the anti-aliased pulse. Aliases should
be below -80dB for fundamental frequencies below Fsamp / 6 (i.e. up to
8 kHz at Fsamp = 48 kHz). This frequency range includes the
fundamental frequencies all known musical instruments.


%prep
%setup -q -n VCO-plugins-%{version}
%{__perl} -p -i -e "s|/usr/lib/ladspa|\\\$\(DESTDIR\)%{_libdir}/ladspa|g" Makefile


%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.0-5
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Sat Nov 19 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-4
- changed package name to ladspa-amb-plugins
- change destination dir from /usr/lib/ to %%{_libdir}

* Mon Dec 20 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-3
- added rpm optimization flags

* Sat May  1 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-2
- rereleased without ladspa-sdk dependency...

* Fri Apr 30 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.0-1
- updated to 0.3.0

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-vco-plugins/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Sep 2007 16:41:16 -0000	1.1
+++ .cvsignore	24 Sep 2007 17:34:40 -0000	1.2
@@ -0,0 +1 @@
+VCO-plugins-0.3.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-vco-plugins/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Sep 2007 16:41:16 -0000	1.1
+++ sources	24 Sep 2007 17:34:40 -0000	1.2
@@ -0,0 +1 @@
+6fdf4a7e3c716abbb89721645427cd52  VCO-plugins-0.3.0.tar.bz2




More information about the scm-commits mailing list