]> git.pld-linux.org Git - packages/pidgin-plugin-musictracker.git/blob - pidgin-plugin-musictracker.spec
b8e36fd93862385c8e08079f8ec73fa64439b993
[packages/pidgin-plugin-musictracker.git] / pidgin-plugin-musictracker.spec
1 %define pidgin_ver %(pkg-config --modversion pidgin 2>/dev/null || echo ERROR)
2 Summary:        A plugin for Pidgin which displays the media currently playing in the status message
3 Summary(hu.UTF-8):      Egy plugin Pidginhez, amely az aktuálisan játszott dalt jeleníti meg az állapotüzenetben
4 Summary(pl.UTF-8):      Wtyczka do Pidgina wyświetlająca w stanie aktualnie odtwarzany utwór
5 Name:           pidgin-plugin-musictracker
6 Version:        0.4.22
7 Release:        6
8 License:        GPL v2
9 Group:          Applications/Communications
10 Source0:        http://pidgin-musictracker.googlecode.com/files/pidgin-musictracker-%{version}.tar.bz2
11 # Source0-md5:  8d7225c705484db86b864cab5a536423
12 URL:            http://code.google.com/p/pidgin-musictracker/
13 BuildRequires:  gettext-devel
14 BuildRequires:  pidgin-devel >= 2.2
15 BuildRequires:  pkgconfig
16 Requires:       pidgin >= %{pidgin_ver}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 pidgin-musictracker is a plugin for Pidgin which displays the media
21 currently playing in the status message for any protocol Pidgin
22 supports custom statuses on.
23
24 Currently supported players on Linux:
25 - Amarok
26 - Audacious
27 - Banshee
28 - Exaile
29 - Last.fm feed
30 - Listen
31 - MOC >= 2.5.0alpha
32 - MPD
33 - Quod Libet
34 - Rhythmbox
35 - Songbird + DBusBird addon
36 - SqueezeCenter
37 - Vagalume
38 - XMMS
39 - XMMS2 >= 0.6
40 - any player supporting the MPRIS DBus interface (Amarok2, BMPx,
41   dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3,
42   Rhythmbox, Songbird + MPRIS addon, VLC >0.9.0, etc.)
43
44 %description -l hu.UTF-8
45 pidgin-musictracker egy plugin Pidgin-hez, amely az aktuálisan
46 játszott dalt jeleníti meg a státuszüzenetben minden olyan protokoll
47 esetén, amelyhez a Pidgin támogatja az egyéni állapotokat.
48
49 Támogatott linuxos lejátszók:
50 - Amarok
51 - Audacious
52 - Banshee
53 - Exaile
54 - Last.fm feed
55 - Listen
56 - MOC >= 2.5.0alpha
57 - MPD
58 - Quod Libet
59 - Rhythmbox
60 - Songbird + DBusBird addon
61 - SqueezeCenter
62 - Vagalume
63 - XMMS
64 - XMMS2 >= 0.6
65 - minden lejátszó, amely támogatja az MPRIS DBus felületet (Amarok2,
66   BMPx, dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3,
67   Rhythmbox, Songbird + MPRIS addon, VLC >0.9.0, etc.)
68
69 %description -l pl.UTF-8
70 pidgin-musictracker to wtyczka do Pidgina wyświetlający w informacji
71 o stanie (jeśli dany protokół komunikatora to obsługuje) aktualnie
72 odtwarzany utwór.
73
74 Odtwarzacze obecnie obsługiwane pod Linuksem:
75 - Amarok
76 - Audacious
77 - Banshee
78 - Exaile
79 - strumień Last.fm
80 - Listen
81 - MOC >= 2.5.0alpha
82 - MPD
83 - Quod Libet
84 - Rhythmbox
85 - Songbird z dodatkiem DBusBird
86 - SqueezeCenter
87 - Vagalume
88 - XMMS
89 - XMMS2 >= 0.6
90 - dowolny odtwarzacz obsługujący interfejs DBus MPRIS (Amarok2, BMPx,
91   dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3,
92   Rhythmbox, Songbird z dodatkiem MPRIS, VLC >0.9.0...)
93
94 %prep
95 %setup -q -n pidgin-musictracker-%{version}
96
97 %build
98 %configure
99 %{__make}
100
101 %install
102 rm -rf $RPM_BUILD_ROOT
103 %{__make} install \
104         DESTDIR=$RPM_BUILD_ROOT
105
106 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/en@{quot,boldquot}
107
108 %find_lang musictracker
109
110 %clean
111 rm -rf $RPM_BUILD_ROOT
112
113 %files -f musictracker.lang
114 %defattr(644,root,root,755)
115 %doc AUTHORS README NEWS THANKS ChangeLog
116 %attr(755,root,root) %{_libdir}/pidgin/musictracker.so
This page took 0.067321 seconds and 2 git commands to generate.