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