]> git.pld-linux.org Git - packages/exaile.git/blob - exaile.spec
- %%make simplification
[packages/exaile.git] / exaile.spec
1 # TODO:
2 #       separate plugins/*
3 #
4 Summary:        A powerful GTK+2 media player
5 Summary(pl.UTF-8):      Potężny odtwarzacz multimediów oparty na GTK+2
6 Name:           exaile
7 Version:        0.3.2.0
8 Release:        1
9 # GPL v2 in COPYING; GPL v1+ in license.txt; Artistic/Perl in lib/wmainfo.py
10 License:        GPL
11 Group:          X11/Applications/Multimedia
12 Source0:        http://launchpad.net/exaile/0.3.2/0.3.2.0/+download/%{name}-%{version}.tar.gz
13 # Source0-md5:  fdd1f75118032a5aa0932cb449b2c533
14 URL:            http://www.exaile.org/
15 BuildRequires:  gettext-devel
16 BuildRequires:  help2man
17 BuildRequires:  intltool
18 BuildRequires:  python-pygtk-devel >= 2:2.18.0
19 BuildRequires:  rpmbuild(macros) >= 1.268
20 Requires:       gstreamer-plugins-base >= 0.10
21 Requires:       gstreamer-plugins-good >= 0.10
22 Requires:       python-dbus >= 0.71
23 Requires:       python-gstreamer
24 Requires:       python-mutagen
25 Requires:       python-pygobject >= 2.26.0
26 Requires:       python-pygtk-glade >= 2:2.18.0
27 Requires:       python-sqlite
28 Suggests:       brasero
29 Suggests:       k3b
30 Suggests:       python-gnome-extras-mozilla
31 Suggests:       serpentine
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Exaile is a media player aiming to be similar to KDE's AmaroK, but for
36 GTK+2. It incorporates many of the cool things from AmaroK (and other
37 media players).
38
39 Some of the features are:
40 - automatic fetching of album art
41 - handling of large libraries
42 - lyrics fetching
43 - artist/album information via the wikipedia
44 - last.fm support
45 - optional iPod support (assuming you have python-gpod installed)
46 - builtin shoutcast directory browser
47 - tabbed playlists
48 - blacklisting of tracks
49 - downloading of guitar tabs from fretplay.com
50 - submitting played tracks on the iPod to last.fm
51
52 %description -l pl.UTF-8
53 Exaile to odtwarzacz multimediów mający być podobny do AmaroKa, ale
54 dla GTK+2. Łączy wiele dobrych cech AmaroKa (i innych odtwarzaczy
55 multimediów).
56
57 Niektóre możliwości to:
58 - automatyczne pobieranie okładki albumu
59 - obsługa dużych bibliotek
60 - pobieranie tekstów utworów
61 - informacje o wykonawcy/albumie z wikipedii
62 - obsługa last.fm
63 - opcjonalna obsługa iPoda (przy zainstalowanym pakiecie python-gpod)
64 - wbudowana przeglądarka katalogów shoutcastów
65 - playlisty z zakładkami
66 - czarna lista ścieżek
67 - ściąganie tabulatur gitarowych z fretplay.com
68 - przesyłanie ścieżek odtworzonych na iPodzie do last.fm
69
70 %prep
71 %setup -q
72
73 # useless, there are bigger correspondent locales
74 rm -f po/{es_ES.po,frp.po,he_IL.po,it_IT.po,tr_TR.po}
75
76 %build
77 %{__make} \
78         PREFIX=%{_prefix} \
79         LIBINSTALLDIR=/%{_lib}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         PREFIX=%{_prefix} \
86         DESTDIR=$RPM_BUILD_ROOT \
87         LIBINSTALLDIR=/%{_lib}
88
89 %find_lang %{name} --all-name
90
91 %clean
92 rm -rf $RPM_BUILD_ROOT
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_bindir}/%{name}
97 %dir %{_sysconfdir}/xdg/exaile
98 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/exaile/settings.ini
99 %{_libdir}/%{name}
100 %dir %{_datadir}/%{name}
101 %{_datadir}/%{name}/data
102 %{_desktopdir}/%{name}.desktop
103 %{_pixmapsdir}/%{name}.png
104 %{_mandir}/man1/exaile.1*
105 # maybe seperate subpackages for plugins?
106 %{_datadir}/%{name}/plugins
This page took 0.065848 seconds and 3 git commands to generate.