Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 55904ad9b5c66c3461133d07ad630230 > files > 2

xmms-eq-0.6-1mdk.src.rpm

%define name    xmms-eq
%define version 0.6
%define release 1mdk

Summary: Equalizer plugin for XMMS
Name: %{name}
Version: %{version}
Release: %{release}
Group: Sound
URL: http://equ.sourceforge.net/ 
Source: http://prdownloads.sourceforge.net/equ/eq-xmms-%{version}.tar.bz2 
License: GPL
Requires: xmms >= 1.0.1
BuildRequires: xmms-devel 
BuildRequires: xmms
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
EQU is a realtime graphical equalizer effect plugin that will equalize
almost everything that you play through XMMS, not just the MP3s.

%prep

%setup -q -n eq-xmms-%{version}/

%build

%configure2_5x --libdir=%_libdir/xmms/Effect/
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%_libdir/xmms/Effect/libeq.la
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README TODO NEWS ChangeLog BUGS 
%{_libdir}/xmms/Effect/libeq.so

%changelog
* Wed Sep 15 2004 Götz Waschk <waschk@linux-mandrake.com> 0.6-1mdk
- initial package from Greg Meyer <greg|at|gkmweb|dot|com> with some fixes