Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 40873f909fb7e2782f9c64c10d91c239 > files > 2

calf-0.0.18.5-1mdv2010.1.src.rpm

%define name    calf
%define version 0.0.18.5
%define release %mkrel 1 

Name:           %{name} 
Summary:        Pack of multi-standard audio plugins and host for JACK
Version:        %{version} 
Release:        %{release}

Source:         http://dl.sf.net/calf/%{name}-%{version}.tar.gz
URL:            http://calf.sourceforge.net/
License:        GPLv2
Group:          Sound
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
BuildRequires:  desktop-file-utils dssi-devel expat-devel gtk2-devel lash-devel
BuildRequires:  ladspa-devel jackit-devel libglade2-devel lv2core-devel readline-devel
Requires:       raptor redland rasqal dssi lv2core ladspa

%description
Calf is a pack of audio plugins for the DSSI, LV2, and LADSPA interface.
Calf contains the following audio effects: vintage delay, 
rotary speaker, reverb, multi chorus, flanger, phaser, filter,
compressor. It also contains two full-blown synthesizers: monosynth and 
organ.

%prep 
%setup -q
#replace desktop file

%build 
autoreconf -i
%configure --with-ladspa-dir=%{_libdir}/ladspa --with-dssi-dir=%{_libdir}/dssi --with-lv2-dir=%{_libdir}/lv2
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
desktop-file-install --add-category="X-MandrivaLinux-Multimedia-Sound;" \
                     --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING AUTHORS
%{_bindir}/calfjackhost
%{_libdir}/dssi/%{name}.so
%{_libdir}/dssi/%{name}/%{name}_gtk
%{_libdir}/ladspa/%{name}.so
%{_libdir}/lv2/%{name}.lv2

%{_datadir}/%{name}/*
%{_datadir}/ladspa/rdf/*

%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/16x16
%dir %{_datadir}/icons/hicolor/24x24
%dir %{_datadir}/icons/hicolor/32x32
%dir %{_datadir}/icons/hicolor/48x48
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/icons/hicolor/*

%{_mandir}/man1/calfjackhost.1.*
%{_mandir}/man7/calf.7.*

%{_datadir}/applications/%{name}.desktop



%changelog
* Tue Jan 05 2010 Stéphane Téletchéa <steletch@mandriva.org> 0.0.18.5-1mdv2010.1
+ Revision: 486367
- Another missing BR
- Missing BR readline
- Precise plugins path

  + Frank Kober <emuse@mandriva.org>
    - manpage compression format generalized
    - Update rpm group tag
    - Update rpm group tag
    - import calf


* Sat Dec 19 2009 Frank Kober <emuse@mandriva.org> 0.0.18.5-1mdv2010.0
- import calf