]> git.pld-linux.org Git - packages/exaile.git/blame_incremental - exaile.spec
- converted to UTF-8
[packages/exaile.git] / exaile.spec
... / ...
CommitLineData
1Summary: A powerful GTK+2 media player
2Summary(pl.UTF-8): Potężny odtwarzacz multimediów oparty na GTK+2
3Name: exaile
4Version: 0.2.8
5Release: 2
6License: GPL
7Group: X11/Applications/Multimedia
8Source0: http://www.exaile.org/files/%{name}_%{version}.tar.gz
9# Source0-md5: a07d5acdebbc42a72e297963f5aec249
10Patch0: %{name}-python-2.5.patch
11Patch1: %{name}-FHS.patch
12URL: http://www.exaile.org/
13BuildRequires: python-pygtk-devel >= 2.8
14Requires: python-dbus >= 0.71
15Requires: python-gstreamer
16Requires: python-mutagen
17Requires: python-sqlite
18Requires: gstreamer-plugins-base >= 0.10
19Requires: gstreamer-plugins-good >= 0.10
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
24GTK+2. It incorporates many of the cool things from AmaroK (and other
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
33- optional iPod support (assuming you have python-gpod installed)
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
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).
44
45Niektóre możliwości to:
46- automatyczne pobieranie okładki albumu
47- obsługa dużych bibliotek
48- pobieranie tekstów utworów
49- informacje o wykonawcy/albumie z wikipedii
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
57
58%prep
59%setup -q -n %{name}_%{version}
60%patch0 -p1
61%patch1 -p1
62
63%build
64%{__make}
65
66%install
67rm -rf $RPM_BUILD_ROOT
68
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT \
71 LIBDIR=%{_libdir}
72
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}
80%dir %{_datadir}/%{name}
81%attr(755,root,root) %{_datadir}/%{name}/exaile.py
82%{_datadir}/%{name}/exaile.glade
83%attr(755,root,root) %{python_sitearch}/mmkeys.so
84%{_datadir}/%{name}/images
85%{_datadir}/%{name}/po
86%{_datadir}/%{name}/plugins
87%{_datadir}/%{name}/sql
88%{_datadir}/%{name}/xl
89%{_desktopdir}/*.desktop
90%{_pixmapsdir}/*
This page took 0.029274 seconds and 4 git commands to generate.