]> git.pld-linux.org Git - packages/exaile.git/blob - exaile.spec
- more info about License
[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.12
5 Release:        0.1
6 # GPL v2 in COPYING; GPL v1+ in license.txt
7 License:        GPL
8 Group:          X11/Applications/Multimedia
9 Source0:        http://www.exaile.org/files/%{name}_%{version}~gutsyppa2.tar.gz
10 # Source0-md5:  95efa2899ea5dfd251e933c36d1849ed
11 Patch0:         %{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-pygtk-glade
18 Requires:       python-sqlite
19 Requires:       gstreamer-plugins-base >= 0.10
20 Requires:       gstreamer-plugins-good >= 0.10
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Exaile is a media player aiming to be similar to KDE's AmaroK, but for
25 GTK+2. It incorporates many of the cool things from AmaroK (and other
26 media players).
27
28 Some of the features are:
29 - automatic fetching of album art
30 - handling of large libraries
31 - lyrics fetching
32 - artist/album information via the wikipedia
33 - last.fm support
34 - optional iPod support (assuming you have python-gpod installed)
35 - builtin shoutcast directory browser
36 - tabbed playlists
37 - blacklisting of tracks
38 - downloading of guitar tabs from fretplay.com
39 - submitting played tracks on the iPod to last.fm
40
41 %description -l pl.UTF-8
42 Exaile to odtwarzacz multimediów mający być podobny do AmaroKa, ale
43 dla GTK+2. Łączy wiele dobrych cech AmaroKa (i innych odtwarzaczy
44 multimediów).
45
46 Niektóre możliwości to:
47 - automatyczne pobieranie okładki albumu
48 - obsługa dużych bibliotek
49 - pobieranie tekstów utworów
50 - informacje o wykonawcy/albumie z wikipedii
51 - obsługa last.fm
52 - opcjonalna obsługa iPoda (przy zainstalowanym pakiecie python-gpod)
53 - wbudowana przeglądarka katalogów shoutcastów
54 - playlisty z zakładkami
55 - czarna lista ścieżek
56 - ściąganie tabulatur gitarowych z fretplay.com
57 - przesyłanie ścieżek odtworzonych na iPodzie do last.fm
58
59 %prep
60 %setup -q
61 %patch0 -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 changelog
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.0761849999999999 seconds and 4 git commands to generate.