Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > e00b3c75a8bdc9191e18ee22875a16bd > files > 2

quodlibet-plugins-4351svn-1mdv2010.0.src.rpm

%define name	quodlibet-plugins
%define version	4351svn
%define release %mkrel 1

Name: 	 	%{name}
Summary: 	Advanced, elegant jukebox style music player plugins
Version: 	%{version}
Release: 	%{release}

Source0:	%{name}-%{version}.tar.bz2
URL:		http://code.google.com/p/quodlibet/
License:	GPLv2
Group:		Sound
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-buildroot

BuildRequires:	python
Requires:	quodlibet

%description
Quod Libet is a GTK+-based audio player written in Python. It's designed
around the idea that you know better than we do how to organize your music.
It lets you make playlists based on regular expressions (don't worry,
regular searches work too). It lets you display and edit any tags you want
in the file.

It supports Ogg Vorbis and MP3 by default, but other formats (FLAC, Musepack,
Wavepack, MPEG-4/AAC and MOD are available through gstreamer0.10 plugins.

Quod Libet easily scales to libraries of thousands of songs. It also supports
most of the features you expect from a modern media player, like Unicode
support, gapless playback, multimedia keys, and an OSD. 

%prep
%setup -q

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{py_sitedir}/quodlibet/
cp -rf plugins %{buildroot}%{py_sitedir}/quodlibet/


%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{py_sitedir}/quodlibet/plugins/*


%changelog
* Sat May 16 2009 Jérôme Brenier <incubusss@mandriva.org> 4351svn-1mdv2010.0
+ Revision: 376296
- use version 4351svn instead of svn04022009
- svn04022009
- License / URL fixed
- new plugins location
- uneeded Requires on python removed

* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-4mdv2009.0
+ Revision: 260005
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-3mdv2009.0
+ Revision: 247806
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 1.0-1mdv2008.1
+ Revision: 140743
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Tue Jun 05 2007 Jérôme Soyer <saispo@mandriva.org> 1.0-1mdv2008.0
+ Revision: 35799
- Fix changes
- Import quodlibet-plugins