]> git.pld-linux.org Git - packages/amarok.git/blame - amarok.spec
- converted to UTF-8
[packages/amarok.git] / amarok.spec
CommitLineData
7cdc9e11 1# TODO:
94287388
ER
2# - postgresql support alongside mysql
3# - NMM audio backend support (fix build - propably some BRs)
4# - make descriptions less useless
5# - track http://websvn.kde.org/trunk/extragear/multimedia/amarok/TODO?rev=470324&r1=470292&r2=470324
6# - include /usr/bin/amarok_proxy.rb (proxy server for last.fm, but req. ruby)
7# - main package pulls /usr/bin/ruby
4d4ee9f4 8# - monitor http://bugs.kde.org/show_bug.cgi?id=137390 to remove the temporary fix
eed176a3
ER
9# - karma & MFS (see README)
10# - ProjectM (see README)
8d75a549 11#
948e9545 12# Conditional builds:
b5eaa586 13%bcond_with gstreamer # enable gstreamer (gst10 not stable)
7cdc9e11 14%bcond_without mas # disable MAS audio backend
7dae3fc2 15%bcond_without xine # disable xine engine
eed176a3 16%bcond_with xmms # disable xmms wrapping
9d393535 17%bcond_without zeroconf # disable support for zeroconf
90db3fe9 18%bcond_without included_sqlite # don't use included sqlite (VERY BAD IDEA), needs sqlite >= 3.3 otherwise
349afe6d 19%bcond_without helix # disable HelixPlayer engine
4533435a 20%bcond_without mp3players # disable iPod and iRiver MP3 players support
f36f7321 21%bcond_with nmm # enable NMM audio backend
5f8dff22
JB
22%bcond_with mysql # enable MySQL support
23%bcond_with pgsql # enable PostgreSQL support
4722306d 24#
3012d1fc
JB
25%ifarch i386
26%undefine with_helix
27%endif
b5eaa586 28
3dce540f 29Summary: A KDE audio player
86426fe7 30Summary(pl.UTF-8): Odtwarzacz audio dla KDE
3dce540f 31Name: amarok
eed176a3
ER
32Version: 1.4.5
33Release: 1
3dce540f 34License: GPL
35Group: X11/Applications/Multimedia
eed176a3
ER
36Source0: ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
37# Source0-md5: 1dac1cb5ac9c9cdabdab5f69b39e92c8
b5eaa586 38Patch0: %{name}-helixplayer-morearchs.patch
d7564753 39Patch1: %{name}-libnjb.patch
911123c3 40Patch3: %{name}-sparc.patch
41Patch4: kde-ac260-lt.patch
42Patch5: kde-common-PLD.patch
eaae6bf7 43Patch6: %{name}-gcc4.patch
80fb643e 44Patch7: %{name}-titleorder.patch
567ab89c 45URL: http://amarok.kde.org/
6fc2033f 46BuildRequires: SDL-devel
47BuildRequires: alsa-lib-devel
d3131899 48BuildRequires: autoconf
6fc2033f 49BuildRequires: automake
b5eaa586 50BuildRequires: dbus-glib-devel
349afe6d 51BuildRequires: gettext-devel
b5eaa586 52%{?with_gstreamer:BuildRequires: gstreamer-devel >= 0.10.0}
60b883ee 53BuildRequires: kdebase-devel
7cdc9e11 54%{?with_akode:BuildRequires: kdemultimedia-akode}
ac33bc29 55BuildRequires: kdemultimedia-devel >= 9:3.1.93
eed176a3
ER
56%{?with_mp3players:BuildRequires: libgpod-devel >= 0.4.2}
57%{?with_mp3players:BuildRequires: libifp-devel >= 1.0.0.2}
80fb643e 58BuildRequires: libltdl-devel
eed176a3
ER
59%{?with_mp3players:BuildRequires: libmtp-devel >= 0.1.1}
60%{?with_mp3players:BuildRequires: libnjb-devel >= 2.2.4}
b5eaa586 61%{?with_pgsql:BuildRequires: libpqxx-devel}
f59b4956 62BuildRequires: libtunepimp-devel >= 0.5.1-6
62f70c2c 63BuildRequires: libvisual-devel >= 0.4.0
eed176a3 64BuildRequires: mpeg4ip-devel >= 1:1.5
349afe6d 65%{?with_mysql:BuildRequires: mysql-devel}
6fc2033f 66BuildRequires: pcre-devel
f0306acf 67BuildRequires: pkgconfig
532341d1 68BuildRequires: rpm-pythonprov
baa5dbe4 69BuildRequires: rpmbuild(macros) >= 1.129
f1b37988 70BuildRequires: ruby-devel >= 1.8
43342c86 71BuildRequires: sed >= 4.0
baa3d0c2 72%{!?with_included_sqlite:BuildRequires: sqlite3-devel >= 3.3}
7cdc9e11 73BuildRequires: taglib-devel >= 1.4
b5eaa586
ER
74%{?with_xine:BuildRequires: xine-lib-devel >= 1.1.1}
75%{?with_xmms:BuildRequires: xmms-devel}
59849355 76Requires(post): /sbin/ldconfig
48801ec3 77Requires: %{name}-plugin = %{version}-%{release}
3dce540f 78Requires: kdebase-core >= 9:3.1.93
60b883ee 79Requires: kdemultimedia-audiocd >= 9:3.1.93
5f8dff22 80Obsoletes: amarok-arts
3dce540f 81BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
82
3eddb524
PS
83# temporary hack for proper libgpod::itdb_get_mountpoint() detection.
84%define filterout_ld -Wl,--as-needed
85
3dce540f 86%description
87A KDE audio player.
88
86426fe7 89%description -l pl.UTF-8
3dce540f 90Odtwarzacz audio dla KDE.
91
7cdc9e11
AM
92%package akode
93Summary: Plugin akode
86426fe7 94Summary(pl.UTF-8): Wtyczka akode
7cdc9e11 95Group: X11/Applications/Multimedia
68391d5a 96Requires: %{name} = %{version}-%{release}
7cdc9e11
AM
97Provides: %{name}-plugin = %{version}-%{release}
98
99%description akode
100Plugin akode.
101
86426fe7 102%description akode -l pl.UTF-8
7cdc9e11
AM
103Wtyczka akode.
104
cffbab11 105%package helix
ab563251 106Summary: Helix/Realplayer playback support for amarok
86426fe7 107Summary(pl.UTF-8): Wsparcie dla odtwarzania przez Helix/Realplayera dla amaroka
ab563251
SP
108Group: X11/Applications/Multimedia
109Requires: %{name} = %{version}-%{release}
cffbab11 110Requires: helix-core
ab563251 111Provides: %{name}-plugin = %{version}-%{release}
cffbab11 112
113%description helix
114Helix/Realplayer playback support for amarok.
115
86426fe7 116%description helix -l pl.UTF-8
cffbab11 117Wsparcie dla odtwarzania przez Helix/Realplayera dla amaroka.
118
8d75a549 119%package gstreamer
d4535bda 120Summary: Plugin gstreamer
86426fe7 121Summary(pl.UTF-8): Wtyczka gstreamer
8d75a549 122Group: X11/Applications/Multimedia
ee3a150f 123# deps, to get it working:
b5eaa586
ER
124# mp3 decoder: gstreamer-mad
125# ogg decoder: gstreamer-vorbis
126# audio output driver: gstreamer-audiosink-alsa
ee3a150f
ER
127# from gstreamer-audio-effects to control volume, etc
128# needed libs:
87fa3a5c 129# at least /usr/lib/gstreamer-0.8/libgstresample.so
ee3a150f
ER
130# probably /usr/lib/gstreamer-0.8/libgstadder.so
131# and probably /usr/lib/gstreamer-0.8/libgstvolume.so
132# gstreamer-musicbrainz for being able to edit id3 tags on files.
baa5dbe4 133Requires: %{name} = %{version}-%{release}
22795390 134Requires: gstreamer-audio-effects
ee3a150f
ER
135Requires: gstreamer-audiosink
136Requires: gstreamer-mad
ee3a150f 137Requires: gstreamer-musicbrainz
baa5dbe4 138Requires: gstreamer-vorbis
48801ec3 139Provides: %{name}-plugin = %{version}-%{release}
8d75a549 140
141%description gstreamer
d4535bda 142Plugin gstreamer.
8d75a549 143
86426fe7 144%description gstreamer -l pl.UTF-8
8d75a549 145Wtyczka gstreamer.
146
7dae3fc2 147%package xine
148Summary: Plugin xine
86426fe7 149Summary(pl.UTF-8): Wtyczka xine
7dae3fc2 150Group: X11/Applications/Multimedia
1aff4314 151Requires: %{name} = %{version}-%{release}
14c08c31 152Requires: xine-plugin-audio
48801ec3 153Provides: %{name}-plugin = %{version}-%{release}
7dae3fc2 154
155%description xine
156Plugin xine.
157
86426fe7 158%description xine -l pl.UTF-8
7dae3fc2 159Wtyczka xine.
160
3c0db7c2 161%package xmms
162Summary: Xmms wrapper
86426fe7 163Summary(pl.UTF-8): Wrapper xmms
3c0db7c2 164Group: X11/Applications/Multimedia
3c0db7c2 165Requires: %{name} = %{version}-%{release}
166
167%description xmms
168Xmms wrapper.
169
86426fe7 170%description xmms -l pl.UTF-8
3c0db7c2 171Wrapper xmms.
172
7cdc9e11
AM
173%package zeroconf
174Summary: Zeroconf data
86426fe7 175Summary(pl.UTF-8): Dane dla zeroconf
7cdc9e11 176Group: X11/Applications/Multimedia
68391d5a 177Requires: %{name} = %{version}-%{release}
7cdc9e11
AM
178Requires: kdenetwork-kdnssd
179Provides: %{name}-plugin = %{version}-%{release}
180
181%description zeroconf
182Zeroconf data.
183
86426fe7 184%description zeroconf -l pl.UTF-8
68391d5a 185Dane dla zeroconf.
7cdc9e11 186
9d393535
ER
187%package scripts
188Summary: amaroK scripts
86426fe7 189Summary(pl.UTF-8): Skrypty amaroKa
9d393535
ER
190Group: X11/Applications/Multimedia
191Requires: %{name} = %{version}-%{release}
b4ea7645 192Requires: kdebase-kdialog
74a15c28 193Requires: python-PyQt
b5eaa586 194Requires: ruby-modules
9d393535
ER
195
196%description scripts
197amaroK scripts allow you extend amaroK functionality.
198
199You can learn more about scripts in amaroK from here:
2fde3dac 200<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
9d393535 201
86426fe7
JR
202%description scripts -l pl.UTF-8
203Skrypty amaroKa pozwalające rozszerzać jego funkcjonalność.
cb7dcc83 204
86426fe7 205Więcej o skryptach w amaroKu można dowiedzieć się stąd:
2fde3dac 206<http://amarok.kde.org/amarokwiki/index.php/Script-Writing_HowTo>.
cb7dcc83 207
3dce540f 208%prep
d6f0ca1c 209%setup -q
7cdc9e11 210%patch0 -p1
d7564753 211%patch1 -p1
eed176a3 212%patch3 -p1
4d4ee9f4 213%patch4 -p1
911123c3 214%patch5 -p1
eaae6bf7 215%patch6 -p1
80fb643e 216%patch7 -p1
f59b4956 217
69409e85 218%{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;AudioVideo;Player;/' \
219 amarok/src/amarok.desktop \
220
d3131899 221# see kde bug #110909
62f70c2c 222%{__sed} -i -e 's/amarok_live//' amarok/src/scripts/Makefile.am
d3131899 223
b5eaa586 224# kill env, call interpreter directly, so rpm automatics could rule
62f70c2c 225%{__sed} -i -e '
b5eaa586 226 1s,#!.*bin/env.*ruby,#!%{_bindir}/ruby,
80fb643e 227 1s,#!.*bin/env.*python,#!%{__python},
b5eaa586 228 1s,#!.*bin/env.*bash,#!/bin/bash,
f10e883c 229' amarok/src/scripts/*/*.{py,rb,sh} amarok/src/amarok_proxy.rb
b5eaa586 230
3dce540f 231%build
2ec35f1d 232cp -f /usr/share/automake/config.sub admin
d3a55e61 233%{__make} -f admin/Makefile.common cvs
234
ed83aa1d
JB
235# hack: passing something other than "no" or "yes" to --with-helix allows
236# us to pass HELIX_LIBS
3dce540f 237%configure \
ed83aa1d 238 HELIX_LIBS=%{_libdir}/helixplayer \
99b5a68d 239 --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
3dce540f 240 --disable-rpath \
9a2047e2 241 --with%{!?with_mas:out}-mas \
242 --with%{!?with_xine:out}-xine \
b5eaa586 243 --with%{!?with_gstreamer:out}-gstreamer10 \
9a2047e2 244 --with%{!?with_akode:out}-akode \
ed83aa1d 245 --with%{!?with_helix:out}-helix%{?with_helix:=usegivenpath} \
9a2047e2 246 --with%{!?with_nmm:out}-nmm \
88c4f93c 247 --with%{!?with_xmms:out}-xmms \
b5eaa586 248 --with%{!?with_mp3players:out}-libgpod \
24d1fecb 249 --with%{!?with_mp3players:out}-libnjb \
dfc2e7bf 250 --with%{!?with_mp3players:out}-libmtp \
b5eaa586 251 --with%{!?with_mp3players:out}-ifp \
9a2047e2 252 --%{?with_mysql:en}%{!?with_mysql:dis}able-mysql \
31c4954e 253 --%{?with_mysql:en}%{!?with_mysql:dis}able-postgresql \
60b883ee 254 --disable-final \
b5eaa586 255 --with-mp4v2 \
f15a6325 256 --with-qt-libraries=%{_libdir} \
6eed0820 257 --with%{!?with_included_sqlite:out}-included-sqlite
3dce540f 258
259%{__make}
260
261%install
262rm -rf $RPM_BUILD_ROOT
263
264%{__make} install \
265 DESTDIR=$RPM_BUILD_ROOT \
bd5fd9cb 266 kde_htmldir=%{_kdedocdir} \
267 kde_libs_htmldir=%{_kdedocdir}
43342c86 268
3248aa1e 269# remove bogus dir
270rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
271
e0c079c0 272rm $RPM_BUILD_ROOT%{_libdir}/kde3/*.la
4005dcb2 273rm $RPM_BUILD_ROOT%{_libdir}/ruby_lib/libhttp11.la
f691f94c 274
4d1b1b41 275%find_lang amarok --all-name --with-kde
3dce540f 276
277%clean
278rm -rf $RPM_BUILD_ROOT
279
59849355
ER
280%post
281/sbin/ldconfig
62f70c2c 282if [ "$1" = 1 ]; then
283 echo "Remember to install libvisual-plugins-* packages if you"
284 echo "want to have a visualizations in amaroK."
285fi
b5eaa586
ER
286
287%postun -p /sbin/ldconfig
60b883ee 288
f691f94c 289%files -f amarok.lang
3dce540f 290%defattr(644,root,root,755)
2f1d9ab2 291%doc AUTHORS ChangeLog README
d4535bda 292%attr(755,root,root) %{_bindir}/amarok
d3a55e61 293%attr(755,root,root) %{_bindir}/amarokapp
b5eaa586 294%attr(755,root,root) %{_bindir}/amarokcollectionscanner
62f70c2c 295%attr(755,root,root) %{_bindir}/amarok_libvisual
b648b1fb 296%attr(755,root,root) %{_bindir}/amarok_proxy.rb
297%attr(755,root,root) %{_bindir}/amarok_daapserver.rb
f691f94c 298%attr(755,root,root) %{_libdir}/libamarok.so
b5eaa586 299%attr(755,root,root) %{_libdir}/libamarok.so.*.*.*
60b883ee 300%attr(755,root,root) %{_libdir}/kde3/konqsidebar_universalamarok.so
b5eaa586 301%attr(755,root,root) %{_libdir}/kde3/libamarok_generic-mediadevice.so
7dae3fc2 302%attr(755,root,root) %{_libdir}/kde3/libamarok_void-engine_plugin.so
b648b1fb 303%attr(755,root,root) %{_libdir}/kde3/libamarok_daap-mediadevice.so
b648b1fb 304%attr(755,root,root) %{_libdir}/kde3/libamarok_massstorage-device.so
b648b1fb 305%attr(755,root,root) %{_libdir}/kde3/libamarok_nfs-device.so
b648b1fb 306%attr(755,root,root) %{_libdir}/kde3/libamarok_smb-device.so
fa7a4f16 307%{_libdir}/ruby_lib/http11.rb
f691f94c 308%attr(755,root,root) %{_libdir}/ruby_lib/libhttp11.so
fa7a4f16 309%attr(755,root,root) %{_libdir}/ruby_lib/libhttp11.so.0.0.0
9d393535
ER
310%dir %{_datadir}/apps/amarok
311%dir %{_datadir}/apps/amarok/scripts
b648b1fb 312%{_datadir}/apps/amarok/ruby_lib
9d393535
ER
313%{_datadir}/apps/amarok/*.rc
314%{_datadir}/apps/amarok/data
315%{_datadir}/apps/amarok/icons
316%{_datadir}/apps/amarok/images
317%{_datadir}/apps/amarok/themes
7dae3fc2 318%{_datadir}/apps/konqueror/servicemenus/amarok_append.desktop
fa7a4f16 319%{_datadir}/apps/konqueror/servicemenus/amarok_addaspodcast.desktop
320%{_datadir}/apps/konqueror/servicemenus/amarok_play_audiocd.desktop
60b883ee 321%{_datadir}/apps/konqsidebartng/add/amarok.desktop
7cdc9e11
AM
322%{_datadir}/apps/konqsidebartng/entries/amarok.desktop
323%{_datadir}/apps/konqsidebartng/kicker_entries/amarok.desktop
60b883ee
SP
324%{_datadir}/apps/profiles/amarok.profile.xml
325%{_datadir}/config/amarokrc
d3a55e61 326%{_datadir}/config.kcfg/amarok.kcfg
b5eaa586 327%{_datadir}/services/amarok_generic-mediadevice.desktop
7dae3fc2 328%{_datadir}/services/amarok_void-engine_plugin.desktop
b648b1fb 329%{_datadir}/services/amarok_daap-mediadevice.desktop
330%{_datadir}/services/amarok_massstorage-device.desktop
331%{_datadir}/services/amarok_nfs-device.desktop
332%{_datadir}/services/amarok_smb-device.desktop
333%{_datadir}/services/amaroklastfm.protocol
334%{_datadir}/services/amarokitpc.protocol
335%{_datadir}/services/amarokpcast.protocol
f10e883c 336%{_datadir}/servicetypes/amarok_codecinstall.desktop
d3a55e61 337%{_datadir}/servicetypes/amarok_plugin.desktop
3dce540f 338%{_desktopdir}/kde/amarok.desktop
60b883ee 339%{_iconsdir}/*/*/apps/amarok.*
b5eaa586
ER
340# TODO: move to subpackage
341%if %{with mp3players}
b5eaa586 342%attr(755,root,root) %{_libdir}/kde3/libamarok_ifp-mediadevice.so
f10e883c 343%attr(755,root,root) %{_libdir}/kde3/libamarok_ipod-mediadevice.so
4533435a 344%attr(755,root,root) %{_libdir}/kde3/libamarok_mtp-mediadevice.so
f10e883c 345%attr(755,root,root) %{_libdir}/kde3/libamarok_njb-mediadevice.so
b5eaa586 346%{_datadir}/services/amarok_ifp-mediadevice.desktop
f10e883c 347%{_datadir}/services/amarok_ipod-mediadevice.desktop
4533435a 348%{_datadir}/services/amarok_mtp-mediadevice.desktop
49d2388a 349%{_datadir}/services/amarok_njb-mediadevice.desktop
48801ec3 350%endif
351
7cdc9e11
AM
352%if %{with akode}
353%files akode
354%defattr(644,root,root,755)
7cdc9e11
AM
355%attr(755,root,root) %{_libdir}/kde3/libamarok_aKode-engine.so
356%{_datadir}/services/amarok_aKode-engine.desktop
357%endif
358
8d75a549 359%if %{with gstreamer}
360%files gstreamer
361%defattr(644,root,root,755)
b5eaa586 362%attr(755,root,root) %{_libdir}/kde3/libamarok_gst10engine_plugin.so
7dae3fc2 363%{_datadir}/config.kcfg/gstconfig.kcfg
b5eaa586 364%{_datadir}/services/amarok_gst10engine_plugin.desktop
8d75a549 365%endif
7dae3fc2 366
cffbab11 367%if %{with helix}
368%files helix
369%defattr(644,root,root,755)
cffbab11 370%attr(755,root,root) %{_libdir}/kde3/libamarok_helixengine_plugin.so
371%{_datadir}/config.kcfg/helixconfig.kcfg
372%{_datadir}/services/amarok_helixengine_plugin.desktop
373%endif
374
7dae3fc2 375%if %{with xine}
376%files xine
377%defattr(644,root,root,755)
7dae3fc2 378%attr(755,root,root) %{_libdir}/kde3/libamarok_xine-engine.so
7cdc9e11 379%{_datadir}/config.kcfg/xinecfg.kcfg
7dae3fc2 380%{_datadir}/services/amarok_xine-engine.desktop
7dae3fc2 381%endif
7cdc9e11 382
3c0db7c2 383%if %{with xmms}
384%files xmms
385%defattr(644,root,root,755)
386%attr(755,root,root) %{_bindir}/amarok_xmmswrapper2
387%endif
388
6e376c10 389%if 0
7cdc9e11
AM
390%if %{with zeroconf}
391%files zeroconf
392%defattr(644,root,root,755)
68d8bb51 393#%{_datadir}/apps/zeroconf/_shoutcast._tcp
7cdc9e11 394%endif
6e376c10 395%endif
9d393535
ER
396
397%files scripts
398%defattr(644,root,root,755)
b5eaa586
ER
399%dir %{_datadir}/apps/amarok/scripts/common
400%{_datadir}/apps/amarok/scripts/common/Publisher.py
401%{_datadir}/apps/amarok/scripts/common/Zeroconf.py
402
403%dir %{_datadir}/apps/amarok/scripts/templates
404%{_datadir}/apps/amarok/scripts/templates/amarok.rb
405%{_datadir}/apps/amarok/scripts/templates/python_qt_template.py
406%{_datadir}/apps/amarok/scripts/templates/ruby_qt_template.rb
9d393535 407
b5eaa586
ER
408# amarok searches for executable programs for scripts
409# to figure out which files need to have execute permission, use this
410# find command:
411# $ find $RPM_BUILD_ROOT/usr/share/apps/amarok/scripts -perm +1
9d393535 412
b5eaa586
ER
413#%dir %{_datadir}/apps/amarok/scripts/graphequalizer
414#%{_datadir}/apps/amarok/scripts/graphequalizer/README
415#%attr(755,root,root) %{_datadir}/apps/amarok/scripts/graphequalizer/graphequalizer
9d393535
ER
416
417%dir %{_datadir}/apps/amarok/scripts/playlist2html
418%{_datadir}/apps/amarok/scripts/playlist2html/README
419%{_datadir}/apps/amarok/scripts/playlist2html/Playlist.py
b5eaa586
ER
420%attr(755,root,root) %{_datadir}/apps/amarok/scripts/playlist2html/PlaylistServer.py
421%attr(755,root,root) %{_datadir}/apps/amarok/scripts/playlist2html/playlist2html.py
9d393535
ER
422
423%dir %{_datadir}/apps/amarok/scripts/webcontrol
424%{_datadir}/apps/amarok/scripts/webcontrol/README
425%{_datadir}/apps/amarok/scripts/webcontrol/Globals.py
426%{_datadir}/apps/amarok/scripts/webcontrol/Playlist.py
427%{_datadir}/apps/amarok/scripts/webcontrol/RequestHandler.py
428%{_datadir}/apps/amarok/scripts/webcontrol/amarok_cut.png
429%{_datadir}/apps/amarok/scripts/webcontrol/controlbackground.png
430%{_datadir}/apps/amarok/scripts/webcontrol/main.css
431%{_datadir}/apps/amarok/scripts/webcontrol/main.js
432%{_datadir}/apps/amarok/scripts/webcontrol/player_end.png
433%{_datadir}/apps/amarok/scripts/webcontrol/player_pause.png
434%{_datadir}/apps/amarok/scripts/webcontrol/player_play.png
435%{_datadir}/apps/amarok/scripts/webcontrol/player_start.png
436%{_datadir}/apps/amarok/scripts/webcontrol/player_stop.png
437%{_datadir}/apps/amarok/scripts/webcontrol/template.thtml
438%{_datadir}/apps/amarok/scripts/webcontrol/vol_speaker.png
439%{_datadir}/apps/amarok/scripts/webcontrol/WebPublisher.py
b5eaa586
ER
440%{_datadir}/apps/amarok/scripts/webcontrol/WebControl.spec
441%{_datadir}/apps/amarok/scripts/webcontrol/smallstar.png
442%{_datadir}/apps/amarok/scripts/webcontrol/star.png
f36f7321 443%attr(755,root,root) %{_datadir}/apps/amarok/scripts/webcontrol/WebControl.py
9d393535 444
b5eaa586
ER
445%dir %{_datadir}/apps/amarok/scripts/lyrics_astraweb
446%{_datadir}/apps/amarok/scripts/lyrics_astraweb/COPYING
447%{_datadir}/apps/amarok/scripts/lyrics_astraweb/README
448%attr(755,root,root) %{_datadir}/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb
449%{_datadir}/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec
450
451%dir %{_datadir}/apps/amarok/scripts/lyrics_lyrc
452%{_datadir}/apps/amarok/scripts/lyrics_lyrc/COPYING
453%{_datadir}/apps/amarok/scripts/lyrics_lyrc/README
454%attr(755,root,root) %{_datadir}/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb
455%{_datadir}/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec
9d393535 456
49d2388a
SP
457%dir %{_datadir}/apps/amarok/scripts/score_default
458%{_datadir}/apps/amarok/scripts/score_default/COPYING
459%{_datadir}/apps/amarok/scripts/score_default/README
460%attr(755,root,root) %{_datadir}/apps/amarok/scripts/score_default/score_default.rb
461%{_datadir}/apps/amarok/scripts/score_default/score_default.spec
462%dir %{_datadir}/apps/amarok/scripts/score_impulsive
463%{_datadir}/apps/amarok/scripts/score_impulsive/COPYING
464%{_datadir}/apps/amarok/scripts/score_impulsive/README
465%attr(755,root,root) %{_datadir}/apps/amarok/scripts/score_impulsive/score_impulsive.rb
466%{_datadir}/apps/amarok/scripts/score_impulsive/score_impulsive.spec
467
b5eaa586
ER
468%dir %{_datadir}/apps/amarok/scripts/ruby_debug
469%{_datadir}/apps/amarok/scripts/ruby_debug/debug.rb
9d393535 470
d3131899 471%if 0
9d393535
ER
472%dir %{_datadir}/apps/amarok/scripts/amarok_live
473%{_datadir}/apps/amarok/scripts/amarok_live/README
474%{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
475%{_datadir}/apps/amarok/scripts/amarok_live/amarok.live.remaster.part2.sh
f36f7321 476%attr(755,root,root) %{_datadir}/apps/amarok/scripts/amarok_live/amarok_live.py
d3131899 477%endif
This page took 0.375454 seconds and 4 git commands to generate.