]> git.pld-linux.org Git - packages/exaile.git/blob - exaile.spec
- since when releases start from 2 ?
[packages/exaile.git] / exaile.spec
1 Summary:        A powerful GTK+2 media player
2 Summary(pl.UTF-8):      Potężny odtwarzacz multimediów oparty na GTK+2
3 Name:           exaile
4 Version:        0.2.10b
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:  8d8dac438947327a32094099bcb72cb6
10 Patch0:         %{name}-python-2.5.patch
11 Patch1:         %{name}-FHS.patch
12 URL:            http://www.exaile.org/
13 BuildRequires:  python-pygtk-devel >= 2.8
14 Requires:       python-dbus >= 0.71
15 Requires:       python-gstreamer
16 Requires:       python-mutagen
17 Requires:       python-sqlite
18 Requires:       gstreamer-plugins-base >= 0.10
19 Requires:       gstreamer-plugins-good >= 0.10
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Exaile is a media player aiming to be similar to KDE's AmaroK, but for
24 GTK+2. It incorporates many of the cool things from AmaroK (and other
25 media players).
26
27 Some 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
41 Exaile to odtwarzacz multimediów mający być podobny do AmaroKa, ale
42 dla GTK+2. Łączy wiele dobrych cech AmaroKa (i innych odtwarzaczy
43 multimediów).
44
45 Niektó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
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         LIBDIR=%{_libdir}
72
73 %clean
74 rm -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.091979 seconds and 4 git commands to generate.