Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 7bd840d8d044c5b3324f7bfa7023d74e > files > 2

xmms-crossfade-0.2.9-1mdk.src.rpm

%define name xmms-crossfade
%define version 0.2.9
%define release 1mdk


Name:          %name
Summary:       Crossfade output plugin for XMMS
Version:       %version
Release:       %release
Group:         Sound
License:       GPL
BuildRequires: xmms libxmms1-devel
Requires:      xmms
Source:        %name-%version.tar.bz2
BuildRoot:     %_tmppath/%name-buildroot
Prefix:        %_prefix

%description
xmms-crossfade: XMMS Output Plugin for Crossfading / Continuous Output
----------------------------------------------------------------------

Features:
---------
  * Crossfading
  * Continuous output
  * Gap-Killer: Some mp3-encoders produce small gaps of silence at the
    beginning or end of the stream. They can automatically be detected
    and removed.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build

%configure 

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall libdir=$RPM_BUILD_ROOT%{_libdir}/xmms/Output

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS README TODO ChangeLog COPYING
%{_libdir}/xmms/Output/libcrossfade.*

%changelog
* Fri Jun 22 2001 Lenny Cartier <lenny@mandrakesoft.com>0.2.9-1mdk
- updated to 0.2.9 by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.2.9

* Mon May 14 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.2.8-1mdk
- updated to 0.2.8

* Wed Apr 25 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.2.7-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.2.7

* Sun Mar 25 2001 Götz Waschk <waschk@linux-mandrake.com> 0.2.6-1mdk
- 0.2.6

* Tue Mar 20 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.2.5-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.2.5

* Tue Mar 13 2001 Götz Waschk <waschk@linux-mandrake.com> 0.2.4-1mdk
- 0.2.4

* Mon Jan 15 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.2.3-1mdk
- used srpm from  Götz Waschk <waschk@linux-mandrake.com> :
	- 0.2.3
	- %%configure macro

* Mon Dec 04 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.2.2-1mdk
- updated to 0.2.2 by Götz Waschk <waschk@linux-mandrake.com> 

* Wed Nov 29 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.2.1-1mdk
- used srpm from Götz Waschk <waschk@linux-mandrake.com> :
	- 0.2.1
	- changed BuildReq for libxmms-devel

* Mon Nov 20 2000 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- 0.2
- don't use configure macro
- fix installation

* Tue Oct  3 2000 Götz Waschk <waschk@linux-mandrake.com> 0.1.1-1mdk
- initial Mandrake build