]> git.pld-linux.org Git - packages/exaile.git/blame - exaile.spec
- converted to UTF-8
[packages/exaile.git] / exaile.spec
CommitLineData
862b5c9f 1Summary: A powerful GTK+2 media player
c36081ff 2Summary(pl.UTF-8): Potężny odtwarzacz multimediów oparty na GTK+2
101ec556 3Name: exaile
678933b4 4Version: 0.2.8
530edad7 5Release: 2
862b5c9f
JB
6License: GPL
7Group: X11/Applications/Multimedia
101ec556 8Source0: http://www.exaile.org/files/%{name}_%{version}.tar.gz
678933b4 9# Source0-md5: a07d5acdebbc42a72e297963f5aec249
51eb09a1 10Patch0: %{name}-python-2.5.patch
678933b4 11Patch1: %{name}-FHS.patch
101ec556 12URL: http://www.exaile.org/
51eb09a1 13BuildRequires: python-pygtk-devel >= 2.8
f86bdd4d 14Requires: python-dbus >= 0.71
678933b4
SS
15Requires: python-gstreamer
16Requires: python-mutagen
17Requires: python-sqlite
51eb09a1
PZ
18Requires: gstreamer-plugins-base >= 0.10
19Requires: gstreamer-plugins-good >= 0.10
101ec556 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Exaile is a media player aiming to be similar to KDE's AmaroK, but for
862b5c9f 24GTK+2. It incorporates many of the cool things from AmaroK (and other
101ec556 25media players).
26
27Some of the features are:
28- automatic fetching of album art
29- handling of large libraries
30- lyrics fetching
31- artist/album information via the wikipedia
32- last.fm support
862b5c9f 33- optional iPod support (assuming you have python-gpod installed)
101ec556 34- builtin shoutcast directory browser
35- tabbed playlists
36- blacklisting of tracks
37- downloading of guitar tabs from fretplay.com
38- submitting played tracks on the iPod to last.fm
39
c36081ff
JR
40%description -l pl.UTF-8
41Exaile to odtwarzacz multimediów mający być podobny do AmaroKa, ale
42dla GTK+2. Łączy wiele dobrych cech AmaroKa (i innych odtwarzaczy
43multimediów).
862b5c9f 44
c36081ff
JR
45Niektóre możliwości to:
46- automatyczne pobieranie okładki albumu
47- obsługa dużych bibliotek
48- pobieranie tekstów utworów
862b5c9f 49- informacje o wykonawcy/albumie z wikipedii
c36081ff
JR
50- obsługa last.fm
51- opcjonalna obsługa iPoda (przy zainstalowanym pakiecie python-gpod)
52- wbudowana przeglądarka katalogów shoutcastów
53- playlisty z zakładkami
54- czarna lista ścieżek
55- ściąganie tabulatur gitarowych z fretplay.com
56- przesyłanie ścieżek odtworzonych na iPodzie do last.fm
862b5c9f 57
101ec556 58%prep
59%setup -q -n %{name}_%{version}
51eb09a1 60%patch0 -p1
678933b4 61%patch1 -p1
101ec556 62
862b5c9f
JB
63%build
64%{__make}
65
101ec556 66%install
67rm -rf $RPM_BUILD_ROOT
101ec556 68
101ec556 69%{__make} install \
530edad7
PZ
70 DESTDIR=$RPM_BUILD_ROOT \
71 LIBDIR=%{_libdir}
101ec556 72
101ec556 73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc TODO
79%attr(755,root,root) %{_bindir}/%{name}
7395b12c
PZ
80%dir %{_datadir}/%{name}
81%attr(755,root,root) %{_datadir}/%{name}/exaile.py
82%{_datadir}/%{name}/exaile.glade
a047ec6d 83%attr(755,root,root) %{python_sitearch}/mmkeys.so
7395b12c
PZ
84%{_datadir}/%{name}/images
85%{_datadir}/%{name}/po
678933b4 86%{_datadir}/%{name}/plugins
7395b12c
PZ
87%{_datadir}/%{name}/sql
88%{_datadir}/%{name}/xl
862b5c9f 89%{_desktopdir}/*.desktop
101ec556 90%{_pixmapsdir}/*
This page took 0.063889 seconds and 4 git commands to generate.