rpms/ladspa-blop-plugins/devel ladspa-blop-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
Fri Sep 21 17:47:58 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/ladspa-blop-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1208/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ladspa-blop-plugins.spec 
Log Message:
initial ladspa-blop-plugins import



--- NEW FILE ladspa-blop-plugins.spec ---
Name:           ladspa-blop-plugins
Version:        0.2.8
Release:        5%{?dist}
Summary:        Bandlimited LADSPA Oscillator Plugins
License:        GPLv2+
Group:          Applications/Multimedia
URL:            http://blop.sourceforge.net/
Source:         http://downloads.sourceforge.net/blop/blop-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  ladspa-devel
Requires:       ladspa
Obsoletes:      blop <= 0.2.8-1
Provides:       blop = %{version}-%{release}

%description
BLOP comprises a set of LADSPA plugins that generate bandlimited
sawtooth, square, variable pulse and slope-variable triangle waves,
for use in LADSPA hosts, principally for use with one of the many
modular software synthesisers available.

They are wavetable based, and are designed to produce output with
harmonic content as high as possible over a wide pitch range.


%prep
%setup -q -n blop-%{version}
chmod -x src/lp4pole_filter.c src/include/lp4pole_filter.h


%build
%configure
# note, we must pass CFLAGS as for some reason they do not get propagated
# by configure
%{__make} %{?_smp_mflags} ladspa_plugin_dir="%{_libdir}/ladspa" \
  CFLAGS="$RPM_OPT_FLAGS -ffast-math -DNO_DEBUG -DPIC -fPIC"


%install
%{__rm} -rf %{buildroot}
%{__mkdir} -p %{buildroot}%{_libdir}/ladspa
%{__mkdir} -p %{buildroot}%{_datadir}/ladspa/rdf
%{__make} DESTDIR="%{buildroot}" \
          ladspa_plugin_dir="%{_libdir}/ladspa" install
%find_lang blop

# install the rdf description
%{__install} -p -m 644 doc/blop.rdf %{buildroot}%{_datadir}/ladspa/rdf


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


%files -f blop.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README THANKS TODO doc/*.txt
%{_libdir}/ladspa/*.so
%{_libdir}/ladspa/blop_files
%{_datadir}/ladspa/rdf/*.rdf


%changelog
* Thu Sep 20 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.8-5
- Preserve timestamp when install rdf file

* Tue Sep 18 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.8-4
- Make compile honor RPM_OPT_FLAGS

* Sun Sep 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.2.8-3
- Various specfile improvements to match the Fedora Packaging Guidelines
- Submit for review for Fedora inclusion

* Fri Nov 24 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.8-2
- spec file tweaks, add %%{?dist} to release

* Sun Dec 19 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file cleanup
- do not include ladspa directory in file list

* Mon Jun 21 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.8-1
- updated to 0.2.8, fixed file list and added translations

* 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.7-2
- changed name of ladspa package, do not depend on it explicitly

* Fri Nov  7 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.7-1
- added release tags

* Thu May  8 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.7-1
- updated to 0.2.7

* Fri Feb 21 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.6
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ladspa-blop-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Sep 2007 16:37:01 -0000	1.1
+++ .cvsignore	21 Sep 2007 17:47:26 -0000	1.2
@@ -0,0 +1 @@
+blop-0.2.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ladspa-blop-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Sep 2007 16:37:01 -0000	1.1
+++ sources	21 Sep 2007 17:47:26 -0000	1.2
@@ -0,0 +1 @@
+4baedbf1e7cacc7d1034c4bcd5556d6f  blop-0.2.8.tar.gz




More information about the scm-commits mailing list