Tue Feb 16 09:01:46 2010 UTC ()
Update to 2.2.2nb3 from wip, packaged by myself.

This is the KDE4 version of amarok, lots of changes. Try it out!


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/audio/amarok/DESCR
diff -r1.78 -r1.79 pkgsrc/audio/amarok/Makefile
diff -r1.31 -r1.32 pkgsrc/audio/amarok/PLIST
diff -r1.37 -r1.38 pkgsrc/audio/amarok/distinfo
diff -r1.6 -r1.7 pkgsrc/audio/amarok/options.mk
diff -r1.14 -r1.15 pkgsrc/audio/amarok/patches/patch-aa
diff -r1.3 -r1.4 pkgsrc/audio/amarok/patches/patch-ab
diff -r1.3 -r1.4 pkgsrc/audio/amarok/patches/patch-ac
diff -r1.1 -r0 pkgsrc/audio/amarok/patches/patch-ad

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/amarok/DESCR (expand / switch to unified diff)

--- pkgsrc/audio/amarok/DESCR 2005/01/17 09:45:44 1.1.1.1
+++ pkgsrc/audio/amarok/DESCR 2010/02/16 09:01:46 1.2
@@ -1,6 +1,8 @@ @@ -1,6 +1,8 @@
1AmaroK is a media player for KDE. There are many media players 1AmaroK is a media player for KDE. There are many media players
2around these days, true. What's missing from most players is a user 2around these days, true. What's missing from most players is a user
3interface, that doesn't get in the way of the user. How many buttons 3interface, that doesn't get in the way of the user. How many buttons
4do you have to press for simply adding some new tracks to the 4do you have to press for simply adding some new tracks to the
5playlist? amaroK tries to be a little different, providing a simple 5playlist? amaroK tries to be a little different, providing a simple
6drag and drop interface, that really makes playlist handling easy. 6drag and drop interface, that really makes playlist handling easy.
 7
 8This package contains the KDE4 version of amarok.

cvs diff -r1.78 -r1.79 pkgsrc/audio/amarok/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/amarok/Makefile 2010/02/16 08:58:49 1.78
+++ pkgsrc/audio/amarok/Makefile 2010/02/16 09:01:46 1.79
@@ -1,87 +1,61 @@ @@ -1,87 +1,61 @@
1# $NetBSD: Makefile,v 1.78 2010/02/16 08:58:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.79 2010/02/16 09:01:46 wiz Exp $
 2#
2 3
3DISTNAME= amarok-${VERSION} 4DISTNAME= amarok-${VERS}
4VERSION= 1.4.10 5VERS= 2.2.2
5PKGREVISION= 9 6PKGREVISION= 3
6CATEGORIES= audio kde 7CATEGORIES= audio multimedia
7MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} 8#MASTER_SITES= http://download.kde.org/unstable/amarok/${VERS}/src/ \
8EXTRACT_SUFX= .tar.bz2 9# ftp://gd.tuwien.ac.at/kde/unstable/amarok/${VERS}/src/
9 10MASTER_SITES= http://download.kde.org/stable/amarok/${VERS}/src/ \
10MAINTAINER= wiz@NetBSD.org 11 ftp://gd.tuwien.ac.at/kde/stable/amarok/${VERS}/src/
11HOMEPAGE= http://amarok.kde.org/ 12EXTRACT_SUFX= .tar.bz2
12COMMENT= KDE audio player 13
 14MAINTAINER= wiz@NetBSD.org
 15HOMEPAGE= http://amarok.kde.org/
 16COMMENT= KDE4 audio player
 17LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1
13 18
14PKG_DESTDIR_SUPPORT= user-destdir 19BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
 20DEPENDS+= moodbar-[0-9]*:../../audio/moodbar
15 21
16DEPENDS+= unzip-[0-9]*:../../archivers/unzip 22PKG_DESTDIR_SUPPORT= user-destdir
17 23
18USE_TOOLS+= gmake pkg-config msgfmt 24USE_CMAKE= yes
19USE_LANGUAGES= c c++ 25USE_LANGUAGES= c c++
20GNU_CONFIGURE= yes 26USE_TOOLS+= msgfmt pkg-config
21USE_LIBTOOL= yes 27
22 28CMAKE_ARGS+= -DMYSQL_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/include/mysql
23CONFIGURE_ARGS+= --without-nmm 29CMAKE_ARGS+= -DMYSQL_EMBEDDED_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql/libmysqld.a
24CONFIGURE_ARGS+= --without-mas 30CMAKE_ARGS+= -DMYSQL_EMBEDDED_FOUND:BOOL=TRUE
25CONFIGURE_ARGS+= --without-helix 31CMAKE_ARGS+= -DHAVE_MYSQL_OPT_EMBEDDED_CONNECTION:BOOL=TRUE
26CONFIGURE_ARGS+= --with-mp4v2 32CMAKE_ARGS+= -DMYSQL_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql/libmysqlclient.so
27CONFIGURE_ARGS+= --with-mp4v2-dir=${BUILDLINK_PREFIX.libmp4v2} 33
28 34SUBST_CLASSES+= mysql
29LIBS+= ${LIBOSSAUDIO} 35SUBST_STAGE.mysql= post-patch
30 36SUBST_MESSAGE.mysql= Fixup paths for MySQL embedded
31PYTHON_PATCH_SCRIPTS= \ 37SUBST_FILES.mysql= cmake/modules/FindMySQLAmarok.cmake
32 amarok/src/scripts/common/Publisher.py \ 38SUBST_FILES.mysql+= src/collection/mysqlecollection/CMakeLists.txt
33 amarok/src/scripts/common/Zeroconf.py \ 39SUBST_SED.mysql= -e s:/opt/mysqle/:${BUILDLINK_PREFIX.mysql-embedded}/mysqld:
34 amarok/src/scripts/playlist2html/Playlist.py \ 40SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql:
35 amarok/src/scripts/webcontrol/Playlist.py \ 
36 amarok/src/scripts/playlist2html/PlaylistServer.py \ 
37 amarok/src/scripts/playlist2html/playlist2html.py \ 
38 amarok/src/scripts/templates/python_qt_template.py \ 
39 amarok/src/scripts/webcontrol/Globals.py \ 
40 amarok/src/scripts/playlist2html/Playlist.py \ 
41 amarok/src/scripts/webcontrol/Playlist.py \ 
42 amarok/src/scripts/webcontrol/RequestHandler.py \ 
43 amarok/src/scripts/webcontrol/WebControl.py \ 
44 amarok/src/scripts/webcontrol/WebPublisher.py 
45REPLACE_RUBY= \ 
46 amarok/src/amarok_proxy.rb \ 
47 amarok/src/mediadevice/daap/amarok_daapserver.rb \ 
48 amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb \ 
49 amarok/src/scripts/lyrics_lyrc/lyrics_lyrc.rb \ 
50 amarok/src/scripts/ruby_debug/debug.rb \ 
51 amarok/src/scripts/score_default/score_default.rb \ 
52 amarok/src/scripts/score_impulsive/score_impulsive.rb \ 
53 amarok/src/scripts/templates/amarok.rb \ 
54 amarok/src/scripts/templates/ruby_qt_template.rb 
55 
56SUBST_CLASSES+= dotkdedir 
57SUBST_STAGE.dotkdedir= post-patch 
58SUBST_MESSAGE.dotkdedir=Replacing .kde/share with .kde/share/kde 
59SUBST_FILES.dotkdedir= \ 
60 amarok/src/scripts/playlist2html/Playlist.py \ 
61 amarok/src/scripts/webcontrol/Playlist.py \ 
62 doc/*/config.docbook doc/*/faq.docbook doc/*/advanced.docbook 
63SUBST_SED.dotkdedir= -e 's,\.kde/share/,.kde/share/kde/,' 
64 
65BUILDLINK_API_DEPENDS.kdebase+= kdebase>=3.3.0 
66BUILDLINK_API_DEPENDS.kdelibs+= kdelibs>=3.3.0 
67BUILDLINK_API_DEPENDS.taglib+= taglib>=1.4 
68 41
69.include "options.mk" 42.include "options.mk"
70 43
71.include "../../audio/libtunepimp/buildlink3.mk" 44.include "../../audio/liblastfm/buildlink3.mk"
72.include "../../audio/libvisual/buildlink3.mk" 45BUILDLINK_API_DEPENDS.taglib+= taglib>=1.6nb1
73.include "../../devel/SDL/buildlink3.mk" 
74.include "../../audio/taglib/buildlink3.mk" 46.include "../../audio/taglib/buildlink3.mk"
 47.include "../../audio/taglib-extras/buildlink3.mk"
 48.include "../../databases/mysql51-embedded/buildlink3.mk"
 49.include "../../devel/qtscriptgenerator/buildlink3.mk"
75.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 50.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
76.include "../../lang/python/application.mk" 51.include "../../meta-pkgs/kde4/kde4.mk"
77.include "../../lang/ruby/buildlink3.mk" 52.include "../../multimedia/kdemultimedia4/buildlink3.mk"
78.include "../../lang/ruby/replace.mk" 53.include "../../security/qca2/buildlink3.mk"
79.include "../../meta-pkgs/kde3/kde3.mk" 
80.include "../../mk/oss.buildlink3.mk" 
81.include "../../multimedia/kdemultimedia3/buildlink3.mk" 
82.include "../../multimedia/libmp4v2/buildlink3.mk" 
83.include "../../multimedia/xine-lib/buildlink3.mk" 
84.include "../../sysutils/desktop-file-utils/desktopdb.mk" 54.include "../../sysutils/desktop-file-utils/desktopdb.mk"
85.include "../../x11/kdebase3/buildlink3.mk" 55# for plasma
86.include "../../x11/kdelibs3/buildlink3.mk" 56.include "../../x11/kdebase-workspace4/buildlink3.mk"
 57BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.3.0
 58.include "../../x11/kdelibs4/buildlink3.mk"
 59BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.5.0
 60.include "../../x11/qt4-libs/buildlink3.mk"
87.include "../../mk/bsd.pkg.mk" 61.include "../../mk/bsd.pkg.mk"

cvs diff -r1.31 -r1.32 pkgsrc/audio/amarok/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/amarok/PLIST 2009/06/14 17:32:01 1.31
+++ pkgsrc/audio/amarok/PLIST 2010/02/16 09:01:46 1.32
@@ -1,1007 +1,610 @@ @@ -1,1007 +1,610 @@
1@comment $NetBSD: PLIST,v 1.31 2009/06/14 17:32:01 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.32 2010/02/16 09:01:46 wiz Exp $
2bin/amarok 2bin/amarok
3bin/amarok_daapserver.rb 3bin/amarok_afttagger
4bin/amarok_libvisual 
5bin/amarok_proxy.rb 
6bin/amarokapp 
7bin/amarokcollectionscanner 4bin/amarokcollectionscanner
8lib/kde3/konqsidebar_universalamarok.la 5bin/amarokmp3tunesharmonydaemon
9lib/kde3/libamarok_daap-mediadevice.la 6bin/amarokpkg
10lib/kde3/libamarok_generic-mediadevice.la 7lib/kde4/amarok_appletscript_simple_javascript.so
11${PLIST.ipod}lib/kde3/libamarok_ipod-mediadevice.la 8lib/kde4/amarok_collection-audiocdcollection.so
12lib/kde3/libamarok_massstorage-device.la 9lib/kde4/amarok_collection-daapcollection.so
13${PLIST.libmtp}lib/kde3/libamarok_mtp-mediadevice.la 10lib/kde4/amarok_collection-ipodcollection.so
14lib/kde3/libamarok_nfs-device.la 11lib/kde4/amarok_collection-mtpcollection.so
15lib/kde3/libamarok_smb-device.la 12lib/kde4/amarok_collection-mysqlecollection.so
16lib/kde3/libamarok_void-engine_plugin.la 13lib/kde4/amarok_collection-mysqlservercollection.so
17lib/kde3/libamarok_xine-engine.la 14lib/kde4/amarok_collection-umscollection.so
18lib/libamarok.la 15lib/kde4/amarok_containment_vertical.so
19lib/ruby_lib/http11.rb 16lib/kde4/amarok_context_applet_albums.so
20lib/ruby_lib/libhttp11.la 17lib/kde4/amarok_context_applet_currenttrack.so
21share/applications/kde/amarok.desktop 18lib/kde4/amarok_context_applet_info.so
22share/doc/kde/HTML/da/amarok/advanced.docbook 19lib/kde4/amarok_context_applet_lyrics.so
23share/doc/kde/HTML/da/amarok/common 20lib/kde4/amarok_context_applet_photos.so
24share/doc/kde/HTML/da/amarok/config.docbook 21lib/kde4/amarok_context_applet_videoclip.so
25share/doc/kde/HTML/da/amarok/faq.docbook 22lib/kde4/amarok_context_applet_wikipedia.so
26share/doc/kde/HTML/da/amarok/index.cache.bz2 23lib/kde4/amarok_data_engine_current.so
27share/doc/kde/HTML/da/amarok/index.docbook 24lib/kde4/amarok_data_engine_info.so
28share/doc/kde/HTML/da/amarok/quick.docbook 25lib/kde4/amarok_data_engine_lyrics.so
29share/doc/kde/HTML/da/amarok/requirements.docbook 26lib/kde4/amarok_data_engine_photos.so
30share/doc/kde/HTML/da/amarok/using.docbook 27lib/kde4/amarok_data_engine_videoclip.so
31share/doc/kde/HTML/de/amarok/add_dynamic.png 28lib/kde4/amarok_data_engine_wikipedia.so
32share/doc/kde/HTML/de/amarok/advanced.docbook 29lib/kde4/amarok_massstorage-device.so
33share/doc/kde/HTML/de/amarok/amarok_playlist.png 30lib/kde4/amarok_runnerscript_javascript.so
34share/doc/kde/HTML/de/amarok/analyzer.png 31lib/kde4/amarok_service_ampache.so
35share/doc/kde/HTML/de/amarok/buttons.png 32lib/kde4/amarok_service_jamendo.so
36share/doc/kde/HTML/de/amarok/collection.png 33lib/kde4/amarok_service_lastfm.so
37share/doc/kde/HTML/de/amarok/common 34lib/kde4/amarok_service_magnatunestore.so
38share/doc/kde/HTML/de/amarok/config.docbook 35lib/kde4/amarok_service_mp3tunes.so
39share/doc/kde/HTML/de/amarok/config_appearance.png 36lib/kde4/amarok_service_opmldirectory.so
40share/doc/kde/HTML/de/amarok/config_collection.png 37lib/kde4/kcm_amarok_service_ampache.so
41share/doc/kde/HTML/de/amarok/config_engine.png 38lib/kde4/kcm_amarok_service_lastfm.so
42share/doc/kde/HTML/de/amarok/config_general.png 39lib/kde4/kcm_amarok_service_magnatunestore.so
43share/doc/kde/HTML/de/amarok/config_osd.png 40lib/kde4/kcm_amarok_service_mp3tunes.so
44share/doc/kde/HTML/de/amarok/config_playback.png 41lib/libamaroklib.so
45share/doc/kde/HTML/de/amarok/config_scrobbler.png 42lib/libamaroklib.so.1
46share/doc/kde/HTML/de/amarok/context.png 43lib/libamaroklib.so.1.0.0
47share/doc/kde/HTML/de/amarok/coverman.png 44lib/libamarokocsclient.so
48share/doc/kde/HTML/de/amarok/dynamic_bar.png 45lib/libamarokocsclient.so.4
49share/doc/kde/HTML/de/amarok/dynamic_settings.png 46lib/libamarokocsclient.so.4.3.0
50share/doc/kde/HTML/de/amarok/equalizer.png 47lib/libamarokpud.so
51share/doc/kde/HTML/de/amarok/faq.docbook 48lib/libamarokpud.so.1
52share/doc/kde/HTML/de/amarok/file_browser.png 49lib/libamarokpud.so.1.0.0
53share/doc/kde/HTML/de/amarok/index.cache.bz2 50lib/strigi/strigita_audible.so
54share/doc/kde/HTML/de/amarok/index.docbook 51lib/strigi/strigita_mp4.so
55share/doc/kde/HTML/de/amarok/logo.png 52share/applications/kde4/amarok.desktop
56share/doc/kde/HTML/de/amarok/media_device.png 53share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
57share/doc/kde/HTML/de/amarok/menubar.png 54share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
58share/doc/kde/HTML/de/amarok/musicbrainz.png 55share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
59share/doc/kde/HTML/de/amarok/pl_browser.png 56share/dbus-1/interfaces/org.kde.amarok.Collection.xml
60share/doc/kde/HTML/de/amarok/pl_tip1.png 57share/dbus-1/interfaces/org.kde.amarok.SqlCollection.xml
61share/doc/kde/HTML/de/amarok/play_list.png 
62share/doc/kde/HTML/de/amarok/player_window.png 
63share/doc/kde/HTML/de/amarok/playlist_browser.png 
64share/doc/kde/HTML/de/amarok/playlist_window.png 
65share/doc/kde/HTML/de/amarok/queue_manager.png 
66share/doc/kde/HTML/de/amarok/quick.docbook 
67share/doc/kde/HTML/de/amarok/requirements.docbook 
68share/doc/kde/HTML/de/amarok/rmb_menu.png 
69share/doc/kde/HTML/de/amarok/script_manager.png 
70share/doc/kde/HTML/de/amarok/status_bar.png 
71share/doc/kde/HTML/de/amarok/using.docbook 
72share/doc/kde/HTML/de/amarok/vis_window.png 
73share/doc/kde/HTML/en/amarok/add_dynamic.png 
74share/doc/kde/HTML/en/amarok/advanced.docbook 
75share/doc/kde/HTML/en/amarok/amarok_playlist.png 
76share/doc/kde/HTML/en/amarok/analyzer.png 
77share/doc/kde/HTML/en/amarok/buttons.png 
78share/doc/kde/HTML/en/amarok/collection.png 
79share/doc/kde/HTML/en/amarok/common 
80share/doc/kde/HTML/en/amarok/config.docbook 
81share/doc/kde/HTML/en/amarok/config_appearance.png 
82share/doc/kde/HTML/en/amarok/config_collection.png 
83share/doc/kde/HTML/en/amarok/config_engine.png 
84share/doc/kde/HTML/en/amarok/config_general.png 
85share/doc/kde/HTML/en/amarok/config_osd.png 
86share/doc/kde/HTML/en/amarok/config_playback.png 
87share/doc/kde/HTML/en/amarok/config_scrobbler.png 
88share/doc/kde/HTML/en/amarok/coverman.png 
89share/doc/kde/HTML/en/amarok/dynamic_bar.png 
90share/doc/kde/HTML/en/amarok/dynamic_settings.png 
91share/doc/kde/HTML/en/amarok/equalizer.png 
92share/doc/kde/HTML/en/amarok/faq.docbook 
93share/doc/kde/HTML/en/amarok/file_browser.png 
94share/doc/kde/HTML/en/amarok/index.cache.bz2 
95share/doc/kde/HTML/en/amarok/index.docbook 
96share/doc/kde/HTML/en/amarok/logo.png 
97share/doc/kde/HTML/en/amarok/media_device.png 
98share/doc/kde/HTML/en/amarok/menubar.png 
99share/doc/kde/HTML/en/amarok/musicbrainz.png 
100share/doc/kde/HTML/en/amarok/pl_tip1.png 
101share/doc/kde/HTML/en/amarok/play_list.png 
102share/doc/kde/HTML/en/amarok/player_window.png 
103share/doc/kde/HTML/en/amarok/playlist_browser.png 
104share/doc/kde/HTML/en/amarok/playlist_window.png 
105share/doc/kde/HTML/en/amarok/queue_manager.png 
106share/doc/kde/HTML/en/amarok/quick.docbook 
107share/doc/kde/HTML/en/amarok/requirements.docbook 
108share/doc/kde/HTML/en/amarok/rmb_menu.png 
109share/doc/kde/HTML/en/amarok/script_manager.png 
110share/doc/kde/HTML/en/amarok/status_bar.png 
111share/doc/kde/HTML/en/amarok/tab_lyrics.png 
112share/doc/kde/HTML/en/amarok/tab_music.png 
113share/doc/kde/HTML/en/amarok/tab_wiki.png 
114share/doc/kde/HTML/en/amarok/using.docbook 
115share/doc/kde/HTML/en/amarok/vis_window.png 
116share/doc/kde/HTML/es/amarok/add_dynamic.png 
117share/doc/kde/HTML/es/amarok/advanced.docbook 
118share/doc/kde/HTML/es/amarok/amarok_playlist.png 
119share/doc/kde/HTML/es/amarok/analyzer.png 
120share/doc/kde/HTML/es/amarok/browser_choice.png 
121share/doc/kde/HTML/es/amarok/buttons.png 
122share/doc/kde/HTML/es/amarok/collection.png 
123share/doc/kde/HTML/es/amarok/common 
124share/doc/kde/HTML/es/amarok/config.docbook 
125share/doc/kde/HTML/es/amarok/config_appearance.png 
126share/doc/kde/HTML/es/amarok/config_collection.png 
127share/doc/kde/HTML/es/amarok/config_engine.png 
128share/doc/kde/HTML/es/amarok/config_general.png 
129share/doc/kde/HTML/es/amarok/config_osd.png 
130share/doc/kde/HTML/es/amarok/config_playback.png 
131share/doc/kde/HTML/es/amarok/config_scrobbler.png 
132share/doc/kde/HTML/es/amarok/context.png 
133share/doc/kde/HTML/es/amarok/coverman.png 
134share/doc/kde/HTML/es/amarok/dynamic_bar.png 
135share/doc/kde/HTML/es/amarok/dynamic_mode1.png 
136share/doc/kde/HTML/es/amarok/dynamic_mode2.png 
137share/doc/kde/HTML/es/amarok/dynamic_settings.png 
138share/doc/kde/HTML/es/amarok/equalizer.png 
139share/doc/kde/HTML/es/amarok/faq.docbook 
140share/doc/kde/HTML/es/amarok/file_browser.png 
141share/doc/kde/HTML/es/amarok/index.cache.bz2 
142share/doc/kde/HTML/es/amarok/index.docbook 
143share/doc/kde/HTML/es/amarok/logo.png 
144share/doc/kde/HTML/es/amarok/media_device.png 
145share/doc/kde/HTML/es/amarok/menubar.png 
146share/doc/kde/HTML/es/amarok/musicbrainz.png 
147share/doc/kde/HTML/es/amarok/pl_browser.png 
148share/doc/kde/HTML/es/amarok/pl_tip1.png 
149share/doc/kde/HTML/es/amarok/play_list.png 
150share/doc/kde/HTML/es/amarok/player_window.png 
151share/doc/kde/HTML/es/amarok/playlist_browser.png 
152share/doc/kde/HTML/es/amarok/playlist_window.png 
153share/doc/kde/HTML/es/amarok/queue_manager.png 
154share/doc/kde/HTML/es/amarok/quick.docbook 
155share/doc/kde/HTML/es/amarok/requirements.docbook 
156share/doc/kde/HTML/es/amarok/rmb_menu.png 
157share/doc/kde/HTML/es/amarok/script_manager.png 
158share/doc/kde/HTML/es/amarok/status_bar.png 
159share/doc/kde/HTML/es/amarok/tab_lyrics.png 
160share/doc/kde/HTML/es/amarok/tab_music.png 
161share/doc/kde/HTML/es/amarok/tab_wiki.png 
162share/doc/kde/HTML/es/amarok/using.docbook 
163share/doc/kde/HTML/es/amarok/vis_window.png 
164share/doc/kde/HTML/et/amarok/advanced.docbook 
165share/doc/kde/HTML/et/amarok/common 
166share/doc/kde/HTML/et/amarok/config.docbook 
167share/doc/kde/HTML/et/amarok/develop.docbook 
168share/doc/kde/HTML/et/amarok/faq.docbook 
169share/doc/kde/HTML/et/amarok/feature_guide.docbook 
170share/doc/kde/HTML/et/amarok/hidden.docbook 
171share/doc/kde/HTML/et/amarok/howto.docbook 
172share/doc/kde/HTML/et/amarok/index.cache.bz2 
173share/doc/kde/HTML/et/amarok/index.docbook 
174share/doc/kde/HTML/et/amarok/plugin.docbook 
175share/doc/kde/HTML/et/amarok/quick.docbook 
176share/doc/kde/HTML/et/amarok/requirements.docbook 
177share/doc/kde/HTML/et/amarok/using.docbook 
178share/doc/kde/HTML/fr/amarok/advanced.docbook 
179share/doc/kde/HTML/fr/amarok/common 
180share/doc/kde/HTML/fr/amarok/config.docbook 
181share/doc/kde/HTML/fr/amarok/faq.docbook 
182share/doc/kde/HTML/fr/amarok/feature_guide.docbook 
183share/doc/kde/HTML/fr/amarok/index.cache.bz2 
184share/doc/kde/HTML/fr/amarok/index.docbook 
185share/doc/kde/HTML/fr/amarok/quick.docbook 
186share/doc/kde/HTML/fr/amarok/requirements.docbook 
187share/doc/kde/HTML/fr/amarok/using.docbook 
188share/doc/kde/HTML/it/amarok/add_dynamic.png 
189share/doc/kde/HTML/it/amarok/advanced.docbook 
190share/doc/kde/HTML/it/amarok/amarok_playlist.png 
191share/doc/kde/HTML/it/amarok/analyzer.png 
192share/doc/kde/HTML/it/amarok/buttons.png 
193share/doc/kde/HTML/it/amarok/collection.png 
194share/doc/kde/HTML/it/amarok/common 
195share/doc/kde/HTML/it/amarok/completo.png 
196share/doc/kde/HTML/it/amarok/config.docbook 
197share/doc/kde/HTML/it/amarok/config_appearance.png 
198share/doc/kde/HTML/it/amarok/config_collection.png 
199share/doc/kde/HTML/it/amarok/config_engine.png 
200share/doc/kde/HTML/it/amarok/config_general.png 
201share/doc/kde/HTML/it/amarok/config_osd.png 
202share/doc/kde/HTML/it/amarok/config_playback.png 
203share/doc/kde/HTML/it/amarok/config_scrobbler.png 
204share/doc/kde/HTML/it/amarok/context.png 
205share/doc/kde/HTML/it/amarok/coverman.png 
206share/doc/kde/HTML/it/amarok/develop.docbook 
207share/doc/kde/HTML/it/amarok/dynamic_bar.png 
208share/doc/kde/HTML/it/amarok/dynamic_settings.png 
209share/doc/kde/HTML/it/amarok/equalizer.png 
210share/doc/kde/HTML/it/amarok/faq.docbook 
211share/doc/kde/HTML/it/amarok/feature_guide.docbook 
212share/doc/kde/HTML/it/amarok/file_browser.png 
213share/doc/kde/HTML/it/amarok/hidden.docbook 
214share/doc/kde/HTML/it/amarok/index.cache.bz2 
215share/doc/kde/HTML/it/amarok/index.docbook 
216share/doc/kde/HTML/it/amarok/media_device.png 
217share/doc/kde/HTML/it/amarok/menubar.png 
218share/doc/kde/HTML/it/amarok/pl_browser.png 
219share/doc/kde/HTML/it/amarok/pl_tip1.png 
220share/doc/kde/HTML/it/amarok/play_list.png 
221share/doc/kde/HTML/it/amarok/player_window.png 
222share/doc/kde/HTML/it/amarok/playlist_browser.png 
223share/doc/kde/HTML/it/amarok/playlist_window.png 
224share/doc/kde/HTML/it/amarok/plugin.docbook 
225share/doc/kde/HTML/it/amarok/queue_manager.png 
226share/doc/kde/HTML/it/amarok/quick.docbook 
227share/doc/kde/HTML/it/amarok/requirements.docbook 
228share/doc/kde/HTML/it/amarok/rmb_menu.png 
229share/doc/kde/HTML/it/amarok/script_manager.png 
230share/doc/kde/HTML/it/amarok/status_bar.png 
231share/doc/kde/HTML/it/amarok/tab_lyrics.png 
232share/doc/kde/HTML/it/amarok/tab_music.png 
233share/doc/kde/HTML/it/amarok/tab_wiki.png 
234share/doc/kde/HTML/it/amarok/using.docbook 
235share/doc/kde/HTML/it/amarok/vis_window.png 
236share/doc/kde/HTML/nl/amarok/add_dynamic.png 
237share/doc/kde/HTML/nl/amarok/advanced.docbook 
238share/doc/kde/HTML/nl/amarok/amarok_playlist.png 
239share/doc/kde/HTML/nl/amarok/analyzer.png 
240share/doc/kde/HTML/nl/amarok/buttons.png 
241share/doc/kde/HTML/nl/amarok/collection.png 
242share/doc/kde/HTML/nl/amarok/common 
243share/doc/kde/HTML/nl/amarok/config.docbook 
244share/doc/kde/HTML/nl/amarok/config_appearance.png 
245share/doc/kde/HTML/nl/amarok/config_collection.png 
246share/doc/kde/HTML/nl/amarok/config_engine.png 
247share/doc/kde/HTML/nl/amarok/config_general.png 
248share/doc/kde/HTML/nl/amarok/config_osd.png 
249share/doc/kde/HTML/nl/amarok/config_playback.png 
250share/doc/kde/HTML/nl/amarok/config_scrobbler.png 
251share/doc/kde/HTML/nl/amarok/context.png 
252share/doc/kde/HTML/nl/amarok/coverman.png 
253share/doc/kde/HTML/nl/amarok/develop.docbook 
254share/doc/kde/HTML/nl/amarok/dynamic_bar.png 
255share/doc/kde/HTML/nl/amarok/dynamic_settings.png 
256share/doc/kde/HTML/nl/amarok/equalizer.png 
257share/doc/kde/HTML/nl/amarok/faq.docbook 
258share/doc/kde/HTML/nl/amarok/feature_guide.docbook 
259share/doc/kde/HTML/nl/amarok/file_browser.png 
260share/doc/kde/HTML/nl/amarok/hidden.docbook 
261share/doc/kde/HTML/nl/amarok/index.cache.bz2 
262share/doc/kde/HTML/nl/amarok/index.docbook 
263share/doc/kde/HTML/nl/amarok/logo.png 
264share/doc/kde/HTML/nl/amarok/media_device.png 
265share/doc/kde/HTML/nl/amarok/menubar.png 
266share/doc/kde/HTML/nl/amarok/musicbrainz.png 
267share/doc/kde/HTML/nl/amarok/pl_browser.png 
268share/doc/kde/HTML/nl/amarok/pl_tip1.png 
269share/doc/kde/HTML/nl/amarok/play_list.png 
270share/doc/kde/HTML/nl/amarok/player_window.png 
271share/doc/kde/HTML/nl/amarok/playlist_browser.png 
272share/doc/kde/HTML/nl/amarok/playlist_window.png 
273share/doc/kde/HTML/nl/amarok/plugin.docbook 
274share/doc/kde/HTML/nl/amarok/queue_manager.png 
275share/doc/kde/HTML/nl/amarok/quick.docbook 
276share/doc/kde/HTML/nl/amarok/requirements.docbook 
277share/doc/kde/HTML/nl/amarok/rmb_menu.png 
278share/doc/kde/HTML/nl/amarok/script_manager.png 
279share/doc/kde/HTML/nl/amarok/status_bar.png 
280share/doc/kde/HTML/nl/amarok/tab_lyrics.png 
281share/doc/kde/HTML/nl/amarok/tab_lyrics1.png 
282share/doc/kde/HTML/nl/amarok/tab_music.png 
283share/doc/kde/HTML/nl/amarok/tab_wiki.png 
284share/doc/kde/HTML/nl/amarok/using.docbook 
285share/doc/kde/HTML/nl/amarok/vis_window.png 
286share/doc/kde/HTML/pl/amarok/advanced.docbook 
287share/doc/kde/HTML/pl/amarok/common 
288share/doc/kde/HTML/pl/amarok/config.docbook 
289share/doc/kde/HTML/pl/amarok/faq.docbook 
290share/doc/kde/HTML/pl/amarok/index.cache.bz2 
291share/doc/kde/HTML/pl/amarok/index.docbook 
292share/doc/kde/HTML/pl/amarok/quick.docbook 
293share/doc/kde/HTML/pl/amarok/requirements.docbook 
294share/doc/kde/HTML/pl/amarok/using.docbook 
295share/doc/kde/HTML/pt/amarok/add_dynamic.png 
296share/doc/kde/HTML/pt/amarok/advanced.docbook 
297share/doc/kde/HTML/pt/amarok/amarok_playlist.png 
298share/doc/kde/HTML/pt/amarok/analyzer.png 
299share/doc/kde/HTML/pt/amarok/buttons.png 
300share/doc/kde/HTML/pt/amarok/collection.png 
301share/doc/kde/HTML/pt/amarok/common 
302share/doc/kde/HTML/pt/amarok/config.docbook 
303share/doc/kde/HTML/pt/amarok/config_appearance.png 
304share/doc/kde/HTML/pt/amarok/config_collection.png 
305share/doc/kde/HTML/pt/amarok/config_engine.png 
306share/doc/kde/HTML/pt/amarok/config_general.png 
307share/doc/kde/HTML/pt/amarok/config_osd.png 
308share/doc/kde/HTML/pt/amarok/config_playback.png 
309share/doc/kde/HTML/pt/amarok/config_scrobbler.png 
310share/doc/kde/HTML/pt/amarok/coverman.png 
311share/doc/kde/HTML/pt/amarok/develop.docbook 
312share/doc/kde/HTML/pt/amarok/dynamic_bar.png 
313share/doc/kde/HTML/pt/amarok/dynamic_settings.png 
314share/doc/kde/HTML/pt/amarok/equalizer.png 
315share/doc/kde/HTML/pt/amarok/faq.docbook 
316share/doc/kde/HTML/pt/amarok/feature_guide.docbook 
317share/doc/kde/HTML/pt/amarok/file_browser.png 
318share/doc/kde/HTML/pt/amarok/hidden.docbook 
319share/doc/kde/HTML/pt/amarok/index.cache.bz2 
320share/doc/kde/HTML/pt/amarok/index.docbook 
321share/doc/kde/HTML/pt/amarok/logo.png 
322share/doc/kde/HTML/pt/amarok/media_device.png 
323share/doc/kde/HTML/pt/amarok/menubar.png 
324share/doc/kde/HTML/pt/amarok/musicbrainz.png 
325share/doc/kde/HTML/pt/amarok/pl_tip1.png 
326share/doc/kde/HTML/pt/amarok/play_list.png 
327share/doc/kde/HTML/pt/amarok/player_window.png 
328share/doc/kde/HTML/pt/amarok/playlist_browser.png 
329share/doc/kde/HTML/pt/amarok/playlist_window.png 
330share/doc/kde/HTML/pt/amarok/plugin.docbook 
331share/doc/kde/HTML/pt/amarok/queue_manager.png 
332share/doc/kde/HTML/pt/amarok/quick.docbook 
333share/doc/kde/HTML/pt/amarok/requirements.docbook 
334share/doc/kde/HTML/pt/amarok/rmb_menu.png 
335share/doc/kde/HTML/pt/amarok/script_manager.png 
336share/doc/kde/HTML/pt/amarok/status_bar.png 
337share/doc/kde/HTML/pt/amarok/using.docbook 
338share/doc/kde/HTML/pt/amarok/vis_window.png 
339share/doc/kde/HTML/pt_BR/amarok/advanced.docbook 
340share/doc/kde/HTML/pt_BR/amarok/common 
341share/doc/kde/HTML/pt_BR/amarok/config.docbook 
342share/doc/kde/HTML/pt_BR/amarok/faq.docbook 
343share/doc/kde/HTML/pt_BR/amarok/feature_guide.docbook 
344share/doc/kde/HTML/pt_BR/amarok/index.cache.bz2 
345share/doc/kde/HTML/pt_BR/amarok/index.docbook 
346share/doc/kde/HTML/pt_BR/amarok/quick.docbook 
347share/doc/kde/HTML/pt_BR/amarok/requirements.docbook 
348share/doc/kde/HTML/pt_BR/amarok/using.docbook 
349share/doc/kde/HTML/ru/amarok/requirements.docbook 
350share/doc/kde/HTML/sv/amarok/add_dynamic.png 
351share/doc/kde/HTML/sv/amarok/advanced.docbook 
352share/doc/kde/HTML/sv/amarok/amarok_playlist.png 
353share/doc/kde/HTML/sv/amarok/analyzer.png 
354share/doc/kde/HTML/sv/amarok/browser_choice.png 
355share/doc/kde/HTML/sv/amarok/buttons.png 
356share/doc/kde/HTML/sv/amarok/collection.png 
357share/doc/kde/HTML/sv/amarok/common 
358share/doc/kde/HTML/sv/amarok/config.docbook 
359share/doc/kde/HTML/sv/amarok/config_appearance.png 
360share/doc/kde/HTML/sv/amarok/config_collection.png 
361share/doc/kde/HTML/sv/amarok/config_colors.png 
362share/doc/kde/HTML/sv/amarok/config_engine.png 
363share/doc/kde/HTML/sv/amarok/config_fonts.png 
364share/doc/kde/HTML/sv/amarok/config_general.png 
365share/doc/kde/HTML/sv/amarok/config_mysql.png 
366share/doc/kde/HTML/sv/amarok/config_osd.png 
367share/doc/kde/HTML/sv/amarok/config_playback.png 
368share/doc/kde/HTML/sv/amarok/config_scrobbler.png 
369share/doc/kde/HTML/sv/amarok/context.png 
370share/doc/kde/HTML/sv/amarok/coverman.png 
371share/doc/kde/HTML/sv/amarok/develop.docbook 
372share/doc/kde/HTML/sv/amarok/dynamic_bar.png 
373share/doc/kde/HTML/sv/amarok/dynamic_settings.png 
374share/doc/kde/HTML/sv/amarok/equalizer.png 
375share/doc/kde/HTML/sv/amarok/faq.docbook 
376share/doc/kde/HTML/sv/amarok/feature_guide.docbook 
377share/doc/kde/HTML/sv/amarok/file_browser.png 
378share/doc/kde/HTML/sv/amarok/hidden.docbook 
379share/doc/kde/HTML/sv/amarok/index.cache.bz2 
380share/doc/kde/HTML/sv/amarok/index.docbook 
381share/doc/kde/HTML/sv/amarok/media_device.png 
382share/doc/kde/HTML/sv/amarok/menubar.png 
383share/doc/kde/HTML/sv/amarok/pl_browser.png 
384share/doc/kde/HTML/sv/amarok/pl_tip1.png 
385share/doc/kde/HTML/sv/amarok/play_list.png 
386share/doc/kde/HTML/sv/amarok/player_window.png 
387share/doc/kde/HTML/sv/amarok/playlist_browser.png 
388share/doc/kde/HTML/sv/amarok/playlist_window.png 
389share/doc/kde/HTML/sv/amarok/plugin.docbook 
390share/doc/kde/HTML/sv/amarok/queue_manager.png 
391share/doc/kde/HTML/sv/amarok/quick.docbook 
392share/doc/kde/HTML/sv/amarok/requirements.docbook 
393share/doc/kde/HTML/sv/amarok/rmb_menu.png 
394share/doc/kde/HTML/sv/amarok/script_manager.png 
395share/doc/kde/HTML/sv/amarok/scripts_window.png 
396share/doc/kde/HTML/sv/amarok/search.png 
397share/doc/kde/HTML/sv/amarok/status_bar.png 
398share/doc/kde/HTML/sv/amarok/streams.png 
399share/doc/kde/HTML/sv/amarok/using.docbook 
400share/doc/kde/HTML/sv/amarok/vis_window.png 
401share/doc/kde/HTML/sv/amarok/welcome.png 
402share/icons/hicolor/128x128/apps/amarok.png 58share/icons/hicolor/128x128/apps/amarok.png
403share/icons/hicolor/16x16/apps/amarok.png 59share/icons/hicolor/16x16/apps/amarok.png
404share/icons/hicolor/22x22/apps/amarok.png 60share/icons/hicolor/22x22/apps/amarok.png
405share/icons/hicolor/32x32/apps/amarok.png 61share/icons/hicolor/32x32/apps/amarok.png
406share/icons/hicolor/48x48/apps/amarok.png 62share/icons/hicolor/48x48/apps/amarok.png
407share/icons/hicolor/64x64/apps/amarok.png 63share/icons/hicolor/64x64/apps/amarok.png
408share/kde/apps/amarok/amarokui.rc 64share/kde/apps/amarok/amarok.notifyrc
409share/kde/apps/amarok/data/Amarok_1.4_Welcome.ogg 65share/kde/apps/amarok/data/DefaultPlaylistLayouts.xml
410share/kde/apps/amarok/data/Cool-Streams.xml 66share/kde/apps/amarok/data/InfoAppletCustomStyle.css
411share/kde/apps/amarok/data/ball.png 67share/kde/apps/amarok/data/InfoParserLoading.html
412share/kde/apps/amarok/data/dot.png 68share/kde/apps/amarok/data/WikipediaCustomStyle.css
413share/kde/apps/amarok/data/equalizer_presets.xml 69share/kde/apps/amarok/data/bullet.gif
414share/kde/apps/amarok/data/firstrun.m3u 70share/kde/apps/amarok/data/hover_info_template.html
415share/kde/apps/amarok/data/grid.png 71share/kde/apps/amarok/data/info_frontpage.html
416share/kde/apps/amarok/data/magnatune_logo.png 72share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png
417share/kde/apps/amarok/data/wirl1.png 73share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png
418share/kde/apps/amarok/data/wirl2.png 74share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png
419share/kde/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png 75share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png
420share/kde/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png 
421share/kde/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png 
422share/kde/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png 
423share/kde/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png 
424share/kde/apps/amarok/icons/crystalsvg/16x16/actions/podcast.png 
425share/kde/apps/amarok/icons/crystalsvg/16x16/actions/podcast_new.png 
426share/kde/apps/amarok/icons/crystalsvg/16x16/actions/random.png 
427share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png 
428share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png 
429share/kde/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png 
430share/kde/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png 
431share/kde/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast.png 
432share/kde/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast_new.png 
433share/kde/apps/amarok/icons/crystalsvg/22x22/actions/babelfish.png 
434share/kde/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png 
435share/kde/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png 
436share/kde/apps/amarok/icons/crystalsvg/22x22/actions/random.png 
437share/kde/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png 
438share/kde/apps/amarok/icons/crystalsvg/22x22/actions/visualizations.png 
439share/kde/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png 
440share/kde/apps/amarok/icons/crystalsvg/64x64/actions/podcast.png 
441share/kde/apps/amarok/icons/crystalsvg/64x64/actions/podcast_new.png 
442share/kde/apps/amarok/icons/crystalsvg/64x64/actions/random.png 
443share/kde/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png 
444share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_add_lyrics.png 
445share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_add_playlist.png 
446share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_album.png 
447share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png 76share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
448share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_audioscrobbler.png 
449share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png 
450share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_burn.png 
451share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png 77share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
452share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_circle.png 
453share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png 78share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
454share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png 
455share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_configure.png 
456share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_covermanager.png 
457share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png 
458share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_download.png 
459share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_dynamic.png 
460share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_edit.png 
461share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_editcopy.png 
462share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_equalizer.png 
463share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_external.png 
464share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png 
465share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_favourite_genres.png 
466share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_files.png 
467share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_files2.png 
468share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png 
469share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_love.png 
470share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png 79share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
471share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_magnatune.png 
472share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png 80share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png
473share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_music.png 81share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png
474share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png 
475share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png 
476share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png 
477share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png 82share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
478share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png 83share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
479share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png 84share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
480share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png 
481share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png 
482share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_queue.png 
483share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png 
484share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_album.png 
485share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_no.png 
486share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_track.png 
487share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png 
488share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png 
489share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_remove.png 
490share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_remove_from_playlist.png 
491share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_album.png 
492share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_no.png 
493share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_playlist.png 
494share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_track.png 
495share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png 
496share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png 
497share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_save.png 
498share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png 85share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
499share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_search.png 
500share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_engine.png 
501share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_general.png 
502share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_indicator.png 
503share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_playback.png 
504share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_view.png 
505share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png 
506share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png 86share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
507share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png 87share/kde/apps/amarok/icons/hicolor/16x16/actions/clear-playlist-amarok.png
508share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_visualizations.png 88share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png
509share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_zoom.png 89share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.png
510share/kde/apps/amarok/icons/hicolor/16x16/actions/collection.png 90share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png
511share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_add_lyrics.png 91share/kde/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png
512share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_add_playlist.png 92share/kde/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png
513share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_album.png 93share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png
 94share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png
 95share/kde/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-amarok.png
 96share/kde/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png
 97share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png
 98share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png
 99share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-bpm-amarok.png
 100share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-comment-amarok.png
 101share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-composer-amarok.png
 102share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dash-amarok.png
 103share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-discnumber-amarok.png
 104share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dot-amarok.png
 105share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png
 106share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png
 107share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png
 108share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png
 109share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png
 110share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png
 111share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png
 112share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png
 113share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png
 114share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png
 115share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-loved-radio-amarok.png
 116share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-my-friends-amarok.png
 117share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-my-neighbours-amarok.png
 118share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-my-tags-amarok.png
 119share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-neighbour-radio-amarok.png
 120share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-personal-radio-amarok.png
 121share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-recommended-radio-amarok.png
 122share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-tag-amarok.png
 123share/kde/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png
 124share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png
 125share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-repeat-amarok.png
 126share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-shuffle-amarok.png
 127share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png
 128share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-off-amarok.png
 129share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-shuffle-off-amarok.png
 130share/kde/apps/amarok/icons/hicolor/16x16/actions/media-random-albums-amarok.png
 131share/kde/apps/amarok/icons/hicolor/16x16/actions/media-random-tracks-amarok.png
 132share/kde/apps/amarok/icons/hicolor/16x16/actions/media-repeat-album-amarok.png
 133share/kde/apps/amarok/icons/hicolor/16x16/actions/media-repeat-playlist-amarok.png
 134share/kde/apps/amarok/icons/hicolor/16x16/actions/media-repeat-track-amarok.png
 135share/kde/apps/amarok/icons/hicolor/16x16/actions/media-show-active-track-amarok.png
 136share/kde/apps/amarok/icons/hicolor/16x16/actions/media-standard-track-progression-amarok.png
 137share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-add-amarok.png
 138share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-edit-amarok.png
 139share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-queue-amarok.png
 140share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-remove-amarok.png
 141share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-repeat-amarok.png
 142share/kde/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png
 143share/kde/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png
 144share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-indicator-amarok.png
 145share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-media-playback-amarok.png
 146share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png
 147share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png
 148share/kde/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png
 149share/kde/apps/amarok/icons/hicolor/16x16/actions/view-media-visualization-amarok.png
 150share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png
 151share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png
 152share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-black-amarok.png
 153share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-lastfm-amarok.png
 154share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-librivox-amarok.png
 155share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-magnatune-amarok.png
 156share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-mp3tunes-amarok.png
 157share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-opml-amarok.png
 158share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-scripted-amarok.png
514share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png 159share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
515share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_audioscrobbler.png 
516share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png 
517share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_burn.png 
518share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png 160share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
519share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_circle.png 
520share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png 161share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
521share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png 
522share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_configure.png 
523share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_covermanager.png 
524share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png 
525share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_download.png 
526share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_dynamic.png 
527share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_edit.png 
528share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_editcopy.png 
529share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_equalizer.png 
530share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_external.png 
531share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png 
532share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_favourite_genres.png 
533share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_files.png 
534share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_files2.png 
535share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png 
536share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_love.png 
537share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png 162share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
538share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_magnatune.png 
539share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png 163share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png
540share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_music.png 164share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png
541share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png 
542share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png 
543share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png 
544share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png 165share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
545share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png 166share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
546share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png 167share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
547share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png 
548share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png 
549share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_queue.png 
550share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png 
551share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_album.png 
552share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_no.png 
553share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_track.png 
554share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png 
555share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png 
556share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_remove.png 
557share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_remove_from_playlist.png 
558share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_album.png 
559share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_no.png 
560share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_playlist.png 
561share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_track.png 
562share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png 
563share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png 
564share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_save.png 
565share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png 168share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
566share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_search.png 
567share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_engine.png 
568share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_general.png 
569share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_indicator.png 
570share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_playback.png 
571share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_view.png 
572share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png 
573share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png 169share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
574share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png 170share/kde/apps/amarok/icons/hicolor/22x22/actions/clear-playlist-amarok.png
575share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_visualizations.png 171share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png
576share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_zoom.png 172share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.png
577share/kde/apps/amarok/icons/hicolor/22x22/actions/collection.png 173share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png
578share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_add_lyrics.png 174share/kde/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png
579share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_add_playlist.png 175share/kde/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png
580share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_album.png 176share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png
 177share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png
 178share/kde/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-amarok.png
 179share/kde/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png
 180share/kde/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png
 181share/kde/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png
 182share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png
 183share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-repeat-amarok.png
 184share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-shuffle-amarok.png
 185share/kde/apps/amarok/icons/hicolor/22x22/actions/media-clear-playlist-amarok.png
 186share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png
 187share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-off-amarok.png
 188share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-shuffle-off-amarok.png
 189share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-albums-amarok.png
 190share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-tracks-amarok.png
 191share/kde/apps/amarok/icons/hicolor/22x22/actions/media-repeat-album-amarok.png
 192share/kde/apps/amarok/icons/hicolor/22x22/actions/media-repeat-playlist-amarok.png
 193share/kde/apps/amarok/icons/hicolor/22x22/actions/media-repeat-track-amarok.png
 194share/kde/apps/amarok/icons/hicolor/22x22/actions/media-show-active-track-amarok.png
 195share/kde/apps/amarok/icons/hicolor/22x22/actions/media-standard-track-progression-amarok.png
 196share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-add-amarok.png
 197share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-edit-amarok.png
 198share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-queue-amarok.png
 199share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-remove-amarok.png
 200share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-repeat-amarok.png
 201share/kde/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png
 202share/kde/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png
 203share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-indicator-amarok.png
 204share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-media-playback-amarok.png
 205share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png
 206share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png
 207share/kde/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png
 208share/kde/apps/amarok/icons/hicolor/22x22/actions/view-media-visualization-amarok.png
 209share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png
 210share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-black-amarok.png
 211share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-lastfm-amarok.png
 212share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-librivox-amarok.png
 213share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-magnatune-amarok.png
 214share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-mp3tunes-amarok.png
 215share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-opml-amarok.png
 216share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-scripted-amarok.png
581share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png 217share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
582share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_audioscrobbler.png 
583share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png 
584share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_burn.png 
585share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png 218share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
586share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_circle.png 
587share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png 219share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
588share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png 
589share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_configure.png 
590share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_covermanager.png 
591share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png 
592share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_download.png 
593share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_dynamic.png 
594share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_edit.png 
595share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_editcopy.png 
596share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_equalizer.png 
597share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_external.png 
598share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png 
599share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_favourite_genres.png 
600share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_files.png 
601share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_files2.png 
602share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png 
603share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_love.png 
604share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png 220share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
605share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_magnatune.png 
606share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png 221share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png
607share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_music.png 222share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png
608share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png 
609share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png 
610share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png 
611share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png 223share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
612share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png 224share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
613share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png 225share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
614share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png 
615share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png 
616share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_queue.png 
617share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png 
618share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_album.png 
619share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_no.png 
620share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_track.png 
621share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png 
622share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png 
623share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_remove.png 
624share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_remove_from_playlist.png 
625share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_album.png 
626share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_no.png 
627share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_playlist.png 
628share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_track.png 
629share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png 
630share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_rewind.png 
631share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_save.png 
632share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png 226share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png
633share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_search.png 
634share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_engine.png 
635share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_general.png 
636share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_indicator.png 
637share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_playback.png 
638share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_view.png 
639share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_stop.png 
640share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png 227share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png
641share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_undo.png 
642share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_visualizations.png 
643share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_zoom.png 
644share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png 228share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
645share/kde/apps/amarok/icons/hicolor/32x32/actions/collection.png 229share/kde/apps/amarok/icons/hicolor/32x32/actions/clear-playlist-amarok.png
646share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_add_lyrics.png 230share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png
647share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_add_playlist.png 231share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.png
648share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_album.png 232share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png
 233share/kde/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png
 234share/kde/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png
 235share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png
 236share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png
 237share/kde/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-amarok.png
 238share/kde/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png
 239share/kde/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png
 240share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png
 241share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png
 242share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png
 243share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-shuffle-amarok.png
 244share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png
 245share/kde/apps/amarok/icons/hicolor/32x32/actions/media-clear-playlist-amarok.png
 246share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png
 247share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-off-amarok.png
 248share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-shuffle-off-amarok.png
 249share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-albums-amarok.png
 250share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-tracks-amarok.png
 251share/kde/apps/amarok/icons/hicolor/32x32/actions/media-repeat-album-amarok.png
 252share/kde/apps/amarok/icons/hicolor/32x32/actions/media-repeat-playlist-amarok.png
 253share/kde/apps/amarok/icons/hicolor/32x32/actions/media-repeat-track-amarok.png
 254share/kde/apps/amarok/icons/hicolor/32x32/actions/media-show-active-track-amarok.png
 255share/kde/apps/amarok/icons/hicolor/32x32/actions/media-standard-track-progression-amarok.png
 256share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-add-amarok.png
 257share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-edit-amarok.png
 258share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-queue-amarok.png
 259share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-remove-amarok.png
 260share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-repeat-amarok.png
 261share/kde/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png
 262share/kde/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png
 263share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-indicator-amarok.png
 264share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-media-playback-amarok.png
 265share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png
 266share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png
 267share/kde/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png
 268share/kde/apps/amarok/icons/hicolor/32x32/actions/view-media-visualization-amarok.png
 269share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png
 270share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png
 271share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-black-amarok.png
 272share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-lastfm-amarok.png
 273share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-magnatune-amarok.png
 274share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png
 275share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-opml-amarok.png
 276share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-scripted-amarok.png
649share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png 277share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png
650share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_audioscrobbler.png 
651share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_back.png 
652share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_burn.png 
653share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png 278share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
654share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_circle.png 
655share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png 279share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
656share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_collection.png 
657share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_configure.png 
658share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_covermanager.png 
659share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_device.png 
660share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_download.png 
661share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_dynamic.png 
662share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_edit.png 
663share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_editcopy.png 
664share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_equalizer.png 
665share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_external.png 
666share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_fastforward.png 
667share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_favourite_genres.png 
668share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_files.png 
669share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_files2.png 
670share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_info.png 
671share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_love.png 
672share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png 280share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
673share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_magnatune.png 
674share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png 281share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png
675share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_music.png 282share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png
676share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_next.png 
677share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_pause.png 
678share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_play.png 
679share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png 283share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
680share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png 284share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
681share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png 285share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
682share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast.png 
683share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast2.png 
684share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_queue.png 
685share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_random.png 
686share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_random_album.png 
687share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_random_no.png 
688share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_random_track.png 
689share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_redo.png 
690share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_refresh.png 
691share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_remove.png 
692share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_remove_from_playlist.png 
693share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_album.png 
694share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_no.png 
695share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_playlist.png 
696share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_track.png 
697share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_rescan.png 
698share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_rewind.png 
699share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_save.png 
700share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png 286share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png
701share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_search.png 
702share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_engine.png 
703share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_general.png 
704share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_indicator.png 
705share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_playback.png 
706share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_view.png 
707share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_stop.png 
708share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png 287share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png
709share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_undo.png 288share/kde/apps/amarok/icons/hicolor/48x48/actions/clear-playlist-amarok.png
710share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_visualizations.png 289share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png
711share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_zoom.png 290share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png
712share/kde/apps/amarok/icons/hicolor/48x48/actions/collection.png 291share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png
713share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_add_lyrics.png 292share/kde/apps/amarok/icons/hicolor/48x48/actions/current-track-amarok.png
714share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_add_playlist.png 293share/kde/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png
715share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_album.png 294share/kde/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png
716share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_artist.png 295share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png
717share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_audioscrobbler.png 296share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png
718share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_back.png 297share/kde/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png
719share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_burn.png 298share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png
720share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_change_language.png 299share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png
721share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_circle.png 300share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-bpm-amarok.png
722share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_clock.png 301share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-comment-amarok.png
723share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_collection.png 302share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-composer-amarok.png
724share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_configure.png 303share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dash-amarok.png
725share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_covermanager.png 304share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-discnumber-amarok.png
726share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_device.png 305share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-divider.png
727share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_download.png 306share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dot-amarok.png
728share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_dynamic.png 307share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-filetype-amarok.png
729share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_edit.png 308share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-genre-amarok.png
730share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_editcopy.png 309share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-length.png
731share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_equalizer.png 310share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-tracks.png
732share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_external.png 311share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-ignore-amarok.png
733share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_fastforward.png 312share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.png
734share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_favourite_genres.png 313share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-last-played.png
735share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_files.png 314share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-moodbar.png
736share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_files2.png 315share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-sample-rate.png
737share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_info.png 316share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-slash-amarok.png
738share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_love.png 317share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-space-amarok.png
739share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_lyrics.png 318share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-title-amarok.png
740share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_magnatune.png 319share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-track-amarok.png
741share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_mostplayed.png 320share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-underscore-amarok.png
742share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_music.png 321share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-year-amarok.png
743share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_next.png 322share/kde/apps/amarok/icons/hicolor/48x48/actions/info-amarok.png
744share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_pause.png 323share/kde/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png
745share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_play.png 324share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png
746share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist.png 325share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png
747share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_clear.png 326share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-shuffle-amarok.png
748share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_refresh.png 327share/kde/apps/amarok/icons/hicolor/48x48/actions/media-clear-playlist-amarok.png
749share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast.png 328share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png
750share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast2.png 329share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png
751share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_queue.png 330share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-amarok.png
752share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_random.png 331share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png
753share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_random_album.png 332share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png
754share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_random_no.png 333share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-album-amarok.png
755share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_random_track.png 334share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-playlist-amarok.png
756share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_redo.png 335share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-track-amarok.png
757share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_refresh.png 336share/kde/apps/amarok/icons/hicolor/48x48/actions/media-show-active-track-amarok.png
758share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_remove.png 337share/kde/apps/amarok/icons/hicolor/48x48/actions/media-standard-track-progression-amarok.png
759share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_remove_from_playlist.png 338share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png
760share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_album.png 339share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png
761share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_no.png 340share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png
762share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_playlist.png 341share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png
763share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_track.png 342share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-repeat-amarok.png
764share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_rescan.png 343share/kde/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png
765share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_rewind.png 344share/kde/apps/amarok/icons/hicolor/48x48/actions/photos-amarok.png
766share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_save.png 345share/kde/apps/amarok/icons/hicolor/48x48/actions/podcast-amarok.png
767share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_scripts.png 346share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-indicator-amarok.png
768share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_search.png 347share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png
769share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_engine.png 348share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png
770share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_general.png 349share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-view-amarok.png
771share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_indicator.png 350share/kde/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png
772share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_playback.png 351share/kde/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png
773share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_view.png 352share/kde/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png
774share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_stop.png 353share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
775share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_track.png 354share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png
776share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_undo.png 355share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-amarok.png
777share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_visualizations.png 356share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png
778share/kde/apps/amarok/icons/hicolor/64x64/actions/amarok_zoom.png 357share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png
779share/kde/apps/amarok/icons/hicolor/64x64/actions/collection.png 358share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png
780share/kde/apps/amarok/images/amarok_cut.png 359share/kde/apps/amarok/images/FilenameLayoutDialogHint.png
781share/kde/apps/amarok/images/amarok_rocks.jpg 360share/kde/apps/amarok/images/amarok-videoclip-dailymotion.png
782share/kde/apps/amarok/images/b_next.png 361share/kde/apps/amarok/images/amarok-videoclip-vimeo.png
783share/kde/apps/amarok/images/b_pause.png 362share/kde/apps/amarok/images/amarok-videoclip-youtube.png
784share/kde/apps/amarok/images/b_play.png 363share/kde/apps/amarok/images/amarok_icon.svg
785share/kde/apps/amarok/images/b_prev.png 364share/kde/apps/amarok/images/default-theme-clean.svg
786share/kde/apps/amarok/images/b_stop.png 365share/kde/apps/amarok/images/emblem-ampache-scalable.svgz
787share/kde/apps/amarok/images/back_stars_grey.png 366share/kde/apps/amarok/images/emblem-ampache.png
788share/kde/apps/amarok/images/currenttrack_bar_left.png 367share/kde/apps/amarok/images/emblem-default.png
789share/kde/apps/amarok/images/currenttrack_bar_mid.png 368share/kde/apps/amarok/images/emblem-delicious.png
790share/kde/apps/amarok/images/currenttrack_bar_right.png 369share/kde/apps/amarok/images/emblem-digg.png
791share/kde/apps/amarok/images/currenttrack_pause.png 370share/kde/apps/amarok/images/emblem-facebook.png
792share/kde/apps/amarok/images/currenttrack_play.png 371share/kde/apps/amarok/images/emblem-identica.png
793share/kde/apps/amarok/images/currenttrack_repeat.png 372share/kde/apps/amarok/images/emblem-jamendo-scalable.svgz
794share/kde/apps/amarok/images/currenttrack_repeat_small.png 373share/kde/apps/amarok/images/emblem-jamendo.png
795share/kde/apps/amarok/images/currenttrack_stop.png 374share/kde/apps/amarok/images/emblem-lastfm-scalable.svg
796share/kde/apps/amarok/images/currenttrack_stop_small.png 375share/kde/apps/amarok/images/emblem-lastfm.png
797share/kde/apps/amarok/images/eq_active2.png 376share/kde/apps/amarok/images/emblem-linkedin.png
798share/kde/apps/amarok/images/eq_inactive2.png 377share/kde/apps/amarok/images/emblem-magnatune.png
799share/kde/apps/amarok/images/lastfm.png 378share/kde/apps/amarok/images/emblem-mp3tunes.png
 379share/kde/apps/amarok/images/emblem-myspace.png
 380share/kde/apps/amarok/images/emblem-reddit.png
 381share/kde/apps/amarok/images/emblem-scripted-scalable.svgz
 382share/kde/apps/amarok/images/emblem-scripted.png
 383share/kde/apps/amarok/images/emblem-stackoverflow.png
 384share/kde/apps/amarok/images/emblem-twitter.png
 385share/kde/apps/amarok/images/emblem-wikipedia.png
 386share/kde/apps/amarok/images/emblem-xing.png
 387share/kde/apps/amarok/images/hover_info_ampache.png
 388share/kde/apps/amarok/images/hover_info_collections.png
 389share/kde/apps/amarok/images/hover_info_dynamic_playlists.png
 390share/kde/apps/amarok/images/hover_info_files.png
 391share/kde/apps/amarok/images/hover_info_internet.png
 392share/kde/apps/amarok/images/hover_info_jamendo.png
 393share/kde/apps/amarok/images/hover_info_lastfm.png
 394share/kde/apps/amarok/images/hover_info_magnatune.png
 395share/kde/apps/amarok/images/hover_info_playlists.png
 396share/kde/apps/amarok/images/hover_info_podcasts.png
 397share/kde/apps/amarok/images/hover_info_user_playlists.png
 398share/kde/apps/amarok/images/info_frontpage_bg.png
 399share/kde/apps/amarok/images/info_frontpage_logo.png
 400share/kde/apps/amarok/images/info_frontpage_shadow.png
 401share/kde/apps/amarok/images/lastfm-default-cover.png
800share/kde/apps/amarok/images/loading1.png 402share/kde/apps/amarok/images/loading1.png
801share/kde/apps/amarok/images/loading2.png 403share/kde/apps/amarok/images/loading2.png
802share/kde/apps/amarok/images/menu_sidepixmap.png 404share/kde/apps/amarok/images/navigation_arrows.svg
803share/kde/apps/amarok/images/more_albums.png 
804share/kde/apps/amarok/images/musicbrainz.png 
805share/kde/apps/amarok/images/nocover.png 405share/kde/apps/amarok/images/nocover.png
806share/kde/apps/amarok/images/pl_active2.png 406share/kde/apps/amarok/images/opendesktop-22.png
807share/kde/apps/amarok/images/pl_inactive2.png 407share/kde/apps/amarok/images/playlist-bookmark-16.png
808share/kde/apps/amarok/images/sbinner_stars.png 408share/kde/apps/amarok/images/playlist-layouts-22.png
809share/kde/apps/amarok/images/shadow_albumcover.png 409share/kde/apps/amarok/images/playlist-sorting-16.png
 410share/kde/apps/amarok/images/pud_items.svg
 411share/kde/apps/amarok/images/service_info_loading1.png
 412share/kde/apps/amarok/images/service_info_loading10.png
 413share/kde/apps/amarok/images/service_info_loading11.png
 414share/kde/apps/amarok/images/service_info_loading12.png
 415share/kde/apps/amarok/images/service_info_loading2.png
 416share/kde/apps/amarok/images/service_info_loading3.png
 417share/kde/apps/amarok/images/service_info_loading4.png
 418share/kde/apps/amarok/images/service_info_loading5.png
 419share/kde/apps/amarok/images/service_info_loading6.png
 420share/kde/apps/amarok/images/service_info_loading7.png
 421share/kde/apps/amarok/images/service_info_loading8.png
 422share/kde/apps/amarok/images/service_info_loading9.png
810share/kde/apps/amarok/images/smallstar.png 423share/kde/apps/amarok/images/smallstar.png
811share/kde/apps/amarok/images/splash_screen.jpg 424share/kde/apps/amarok/images/splash_screen.jpg
812share/kde/apps/amarok/images/star.png 425share/kde/apps/amarok/images/star.png
813share/kde/apps/amarok/images/time_minus.png 426share/kde/apps/amarok/images/volume_icon.png
814share/kde/apps/amarok/images/time_plus.png 427share/kde/apps/amarok/images/volume_muted_icon.png
815share/kde/apps/amarok/images/vol_speaker.png 428share/kde/apps/amarok/images/web_applet_background.svg
816share/kde/apps/amarok/images/volumeslider-gradient.png 429share/kde/apps/amarok/scripts/librivox_service/COPYING
817share/kde/apps/amarok/images/volumeslider-handle.png 430share/kde/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
818share/kde/apps/amarok/images/volumeslider-handle_glow.png 431share/kde/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
819share/kde/apps/amarok/images/volumeslider-inset.png 432share/kde/apps/amarok/scripts/librivox_service/LibrivoxLogo.png
820share/kde/apps/amarok/images/wizard_compact.png 433share/kde/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz
821share/kde/apps/amarok/images/wizard_xmms.png 434share/kde/apps/amarok/scripts/librivox_service/LibrivoxService.html
822share/kde/apps/amarok/images/xine_logo.png 435share/kde/apps/amarok/scripts/librivox_service/README
823share/kde/apps/amarok/ruby_lib/codes.rb 436share/kde/apps/amarok/scripts/librivox_service/audio_book128.png
824share/kde/apps/amarok/ruby_lib/gem_plugin.rb 437share/kde/apps/amarok/scripts/librivox_service/main.js
825share/kde/apps/amarok/ruby_lib/gemconfigure.rb 438share/kde/apps/amarok/scripts/librivox_service/script.spec
826share/kde/apps/amarok/ruby_lib/mongrel.rb 439share/kde/apps/amarok/scripts/lyrics_lyricwiki/main.js
827share/kde/apps/amarok/ruby_lib/mongrel/cgi.rb 440share/kde/apps/amarok/scripts/lyrics_lyricwiki/script.spec
828share/kde/apps/amarok/ruby_lib/mongrel/command.rb 441share/kde/apps/amarok/scripts/radio_station_service/main.js
829share/kde/apps/amarok/ruby_lib/mongrel/configurator.rb 442share/kde/apps/amarok/scripts/radio_station_service/script.spec
830share/kde/apps/amarok/ruby_lib/mongrel/debug.rb 443share/kde/apps/amarok/scripts/script_console/main.js
831share/kde/apps/amarok/ruby_lib/mongrel/handlers.rb 444share/kde/apps/amarok/scripts/script_console/script.spec
832share/kde/apps/amarok/ruby_lib/mongrel/init.rb 445share/kde/apps/desktoptheme/Amarok-Mockup/colors
833share/kde/apps/amarok/ruby_lib/mongrel/mime_types.yml 446share/kde/apps/desktoptheme/Amarok-Mockup/widgets/background.svg
834share/kde/apps/amarok/ruby_lib/mongrel/stats.rb 447share/kde/apps/desktoptheme/Amarok-Mockup/widgets/text-background.svgz
835share/kde/apps/amarok/ruby_lib/mongrel/tcphack.rb 448share/kde/apps/desktoptheme/default/widgets/amarok-albums.svg
836share/kde/apps/amarok/ruby_lib/rbconfig/datadir.rb 449share/kde/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
837share/kde/apps/amarok/ruby_lib/rubygems.rb 450share/kde/apps/desktoptheme/default/widgets/amarok-info-applet.svg
838share/kde/apps/amarok/ruby_lib/rubygems/._gem_commands.rb 451share/kde/apps/desktoptheme/default/widgets/amarok-wikipedia.svg
839share/kde/apps/amarok/ruby_lib/rubygems/builder.rb 452share/kde/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg
840share/kde/apps/amarok/ruby_lib/rubygems/cmd_manager.rb 453share/kde/apps/solid/actions/amarok-play-audiocd.desktop
841share/kde/apps/amarok/ruby_lib/rubygems/command.rb 454share/kde/config.kcfg/amarokconfig.kcfg
842share/kde/apps/amarok/ruby_lib/rubygems/config_file.rb 455share/kde/config/amarok.knsrc
843share/kde/apps/amarok/ruby_lib/rubygems/custom_require.rb 456share/kde/config/amarok_homerc
844share/kde/apps/amarok/ruby_lib/rubygems/dependency_list.rb 457share/kde/config/amarokapplets.knsrc
845share/kde/apps/amarok/ruby_lib/rubygems/doc_manager.rb 458share/kde4/services/ServiceMenus/amarok_append.desktop
846share/kde/apps/amarok/ruby_lib/rubygems/format.rb 459share/kde4/services/amarok-containment-vertical.desktop
847share/kde/apps/amarok/ruby_lib/rubygems/gem_commands.rb 460share/kde4/services/amarok-context-applet-albums.desktop
848share/kde/apps/amarok/ruby_lib/rubygems/gem_openssl.rb 461share/kde4/services/amarok-context-applet-currenttrack.desktop
849share/kde/apps/amarok/ruby_lib/rubygems/gem_runner.rb 462share/kde4/services/amarok-context-applet-info.desktop
850share/kde/apps/amarok/ruby_lib/rubygems/incremental_fetcher.rb 463share/kde4/services/amarok-context-applet-lyrics.desktop
851share/kde/apps/amarok/ruby_lib/rubygems/installer.rb 464share/kde4/services/amarok-context-applet-photos.desktop
852share/kde/apps/amarok/ruby_lib/rubygems/loadpath_manager.rb 465share/kde4/services/amarok-context-applet-videoclip.desktop
853share/kde/apps/amarok/ruby_lib/rubygems/old_format.rb 466share/kde4/services/amarok-context-applet-wikipedia.desktop
854share/kde/apps/amarok/ruby_lib/rubygems/open-uri.rb 467share/kde4/services/amarok-data-engine-current.desktop
855share/kde/apps/amarok/ruby_lib/rubygems/package.rb 468share/kde4/services/amarok-data-engine-info.desktop
856share/kde/apps/amarok/ruby_lib/rubygems/remote_installer.rb 469share/kde4/services/amarok-data-engine-lyrics.desktop
857share/kde/apps/amarok/ruby_lib/rubygems/rubygems_version.rb 470share/kde4/services/amarok-data-engine-photos.desktop
858share/kde/apps/amarok/ruby_lib/rubygems/security.rb 471share/kde4/services/amarok-data-engine-videoclip.desktop
859share/kde/apps/amarok/ruby_lib/rubygems/source_index.rb 472share/kde4/services/amarok-data-engine-wikipedia.desktop
860share/kde/apps/amarok/ruby_lib/rubygems/specification.rb 473share/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
861share/kde/apps/amarok/ruby_lib/rubygems/timer.rb 474share/kde4/services/amarok-scriptengine-runner-javascript.desktop
862share/kde/apps/amarok/ruby_lib/rubygems/user_interaction.rb 475share/kde4/services/amarok.protocol
863share/kde/apps/amarok/ruby_lib/rubygems/validator.rb 476share/kde4/services/amarok_collection-audiocdcollection.desktop
864share/kde/apps/amarok/ruby_lib/rubygems/version.rb 477share/kde4/services/amarok_collection-daapcollection.desktop
865share/kde/apps/amarok/scripts/common/Publisher.py 478share/kde4/services/amarok_collection-ipodcollection.desktop
866share/kde/apps/amarok/scripts/common/Zeroconf.py 479share/kde4/services/amarok_collection-mtpcollection.desktop
867share/kde/apps/amarok/scripts/lyrics_astraweb/COPYING 480share/kde4/services/amarok_collection-mysqlecollection.desktop
868share/kde/apps/amarok/scripts/lyrics_astraweb/README 481share/kde4/services/amarok_collection-mysqlservercollection.desktop
869share/kde/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb 482share/kde4/services/amarok_collection-umscollection.desktop
870share/kde/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec 483share/kde4/services/amarok_massstorage-device.desktop
871share/kde/apps/amarok/scripts/lyrics_lyrc/COPYING 484share/kde4/services/amarok_service_ampache.desktop
872share/kde/apps/amarok/scripts/lyrics_lyrc/README 485share/kde4/services/amarok_service_ampache_config.desktop
873share/kde/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb 486share/kde4/services/amarok_service_jamendo.desktop
874share/kde/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec 487share/kde4/services/amarok_service_lastfm.desktop
875share/kde/apps/amarok/scripts/playlist2html/Playlist.py 488share/kde4/services/amarok_service_lastfm_config.desktop
876share/kde/apps/amarok/scripts/playlist2html/PlaylistServer.py 489share/kde4/services/amarok_service_magnatunestore.desktop
877share/kde/apps/amarok/scripts/playlist2html/PlaylistServer.spec 490share/kde4/services/amarok_service_magnatunestore_config.desktop
878share/kde/apps/amarok/scripts/playlist2html/README 491share/kde4/services/amarok_service_mp3tunes.desktop
879share/kde/apps/amarok/scripts/playlist2html/playlist2html.py 492share/kde4/services/amarok_service_mp3tunes_config.desktop
880share/kde/apps/amarok/scripts/playlist2html/playlist2html.spec 493share/kde4/services/amarok_service_opmldirectory.desktop
881share/kde/apps/amarok/scripts/ruby_debug/debug.rb 494share/kde4/services/amaroklastfm.protocol
882share/kde/apps/amarok/scripts/score_default/COPYING 495share/kde4/servicetypes/amarok_codecinstall.desktop
883share/kde/apps/amarok/scripts/score_default/README 496share/kde4/servicetypes/amarok_context_applet.desktop
884share/kde/apps/amarok/scripts/score_default/score_default.rb 497share/kde4/servicetypes/amarok_data_engine.desktop
885share/kde/apps/amarok/scripts/score_default/score_default.spec 498share/kde4/servicetypes/amarok_plugin.desktop
886share/kde/apps/amarok/scripts/score_impulsive/COPYING 
887share/kde/apps/amarok/scripts/score_impulsive/README 
888share/kde/apps/amarok/scripts/score_impulsive/score_impulsive.rb 
889share/kde/apps/amarok/scripts/score_impulsive/score_impulsive.spec 
890share/kde/apps/amarok/scripts/templates/amarok.rb 
891share/kde/apps/amarok/scripts/templates/python_qt_template.py 
892share/kde/apps/amarok/scripts/templates/ruby_qt_template.rb 
893share/kde/apps/amarok/scripts/webcontrol/Globals.py 
894share/kde/apps/amarok/scripts/webcontrol/Playlist.py 
895share/kde/apps/amarok/scripts/webcontrol/README 
896share/kde/apps/amarok/scripts/webcontrol/RequestHandler.py 
897share/kde/apps/amarok/scripts/webcontrol/WebControl.py 
898share/kde/apps/amarok/scripts/webcontrol/WebControl.spec 
899share/kde/apps/amarok/scripts/webcontrol/WebPublisher.py 
900share/kde/apps/amarok/scripts/webcontrol/amarok_cut.png 
901share/kde/apps/amarok/scripts/webcontrol/controlbackground.png 
902share/kde/apps/amarok/scripts/webcontrol/main.css 
903share/kde/apps/amarok/scripts/webcontrol/main.js 
904share/kde/apps/amarok/scripts/webcontrol/player_end.png 
905share/kde/apps/amarok/scripts/webcontrol/player_pause.png 
906share/kde/apps/amarok/scripts/webcontrol/player_play.png 
907share/kde/apps/amarok/scripts/webcontrol/player_start.png 
908share/kde/apps/amarok/scripts/webcontrol/player_stop.png 
909share/kde/apps/amarok/scripts/webcontrol/smallstar.png 
910share/kde/apps/amarok/scripts/webcontrol/star.png 
911share/kde/apps/amarok/scripts/webcontrol/template.thtml 
912share/kde/apps/amarok/scripts/webcontrol/vol_speaker.png 
913share/kde/apps/amarok/themes/example/stylesheet.css 
914share/kde/apps/amarok/themes/reinhardt/images/background.png 
915share/kde/apps/amarok/themes/reinhardt/images/transparency.png 
916share/kde/apps/amarok/themes/reinhardt/stylesheet.css 
917share/kde/apps/konqsidebartng/add/amarok.desktop 
918share/kde/apps/konqsidebartng/entries/amarok.desktop 
919share/kde/apps/konqsidebartng/kicker_entries/amarok.desktop 
920share/kde/apps/konqueror/servicemenus/amarok_addaspodcast.desktop 
921share/kde/apps/konqueror/servicemenus/amarok_append.desktop 
922share/kde/apps/konqueror/servicemenus/amarok_play_audiocd.desktop 
923share/kde/apps/profiles/amarok.profile.xml 
924share/kde/config.kcfg/amarok.kcfg 
925share/kde/config.kcfg/xinecfg.kcfg 
926share/kde/config/amarokrc 
927share/kde/services/amarok_daap-mediadevice.desktop 
928share/kde/services/amarok_generic-mediadevice.desktop 
929${PLIST.ipod}share/kde/services/amarok_ipod-mediadevice.desktop 
930share/kde/services/amarok_massstorage-device.desktop 
931${PLIST.libmtp}share/kde/services/amarok_mtp-mediadevice.desktop 
932share/kde/services/amarok_nfs-device.desktop 
933share/kde/services/amarok_smb-device.desktop 
934share/kde/services/amarok_void-engine_plugin.desktop 
935share/kde/services/amarok_xine-engine.desktop 
936share/kde/services/amarokitpc.protocol 
937share/kde/services/amaroklastfm.protocol 
938share/kde/services/amarokpcast.protocol 
939share/kde/servicetypes/amarok_codecinstall.desktop 
940share/kde/servicetypes/amarok_plugin.desktop 
941share/locale/af/LC_MESSAGES/amarok.mo 
942share/locale/ar/LC_MESSAGES/amarok.mo 
943share/locale/az/LC_MESSAGES/amarok.mo 
944share/locale/be/LC_MESSAGES/amarok.mo 
945share/locale/bg/LC_MESSAGES/amarok.mo 499share/locale/bg/LC_MESSAGES/amarok.mo
946share/locale/bn/LC_MESSAGES/amarok.mo 500share/locale/bg/LC_MESSAGES/amarok_scriptengine_qscript.mo
947share/locale/br/LC_MESSAGES/amarok.mo 501share/locale/bg/LC_MESSAGES/amarokcollectionscanner_qt.mo
 502share/locale/bg/LC_MESSAGES/amarokpkg.mo
948share/locale/ca/LC_MESSAGES/amarok.mo 503share/locale/ca/LC_MESSAGES/amarok.mo
 504share/locale/ca/LC_MESSAGES/amarok_scriptengine_qscript.mo
 505share/locale/ca/LC_MESSAGES/amarokcollectionscanner_qt.mo
 506share/locale/ca/LC_MESSAGES/amarokpkg.mo
949share/locale/cs/LC_MESSAGES/amarok.mo 507share/locale/cs/LC_MESSAGES/amarok.mo
950share/locale/cy/LC_MESSAGES/amarok.mo 508share/locale/cs/LC_MESSAGES/amarok_scriptengine_qscript.mo
 509share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo
 510share/locale/cs/LC_MESSAGES/amarokpkg.mo
951share/locale/da/LC_MESSAGES/amarok.mo 511share/locale/da/LC_MESSAGES/amarok.mo
 512share/locale/da/LC_MESSAGES/amarok_scriptengine_qscript.mo
 513share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo
 514share/locale/da/LC_MESSAGES/amarokpkg.mo
952share/locale/de/LC_MESSAGES/amarok.mo 515share/locale/de/LC_MESSAGES/amarok.mo
 516share/locale/de/LC_MESSAGES/amarok_scriptengine_qscript.mo
 517share/locale/de/LC_MESSAGES/amarokcollectionscanner_qt.mo
 518share/locale/de/LC_MESSAGES/amarokpkg.mo
953share/locale/el/LC_MESSAGES/amarok.mo 519share/locale/el/LC_MESSAGES/amarok.mo
954share/locale/en_GB/LC_MESSAGES/amarok.mo 520share/locale/en_GB/LC_MESSAGES/amarok.mo
955share/locale/eo/LC_MESSAGES/amarok.mo 521share/locale/en_GB/LC_MESSAGES/amarok_scriptengine_qscript.mo
 522share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo
 523share/locale/en_GB/LC_MESSAGES/amarokpkg.mo
956share/locale/es/LC_MESSAGES/amarok.mo 524share/locale/es/LC_MESSAGES/amarok.mo
 525share/locale/es/LC_MESSAGES/amarok_scriptengine_qscript.mo
 526share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo
 527share/locale/es/LC_MESSAGES/amarokpkg.mo
957share/locale/et/LC_MESSAGES/amarok.mo 528share/locale/et/LC_MESSAGES/amarok.mo
958share/locale/eu/LC_MESSAGES/amarok.mo 529share/locale/et/LC_MESSAGES/amarok_scriptengine_qscript.mo
959share/locale/fa/LC_MESSAGES/amarok.mo 530share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo
 531share/locale/et/LC_MESSAGES/amarokpkg.mo
960share/locale/fi/LC_MESSAGES/amarok.mo 532share/locale/fi/LC_MESSAGES/amarok.mo
961share/locale/fr/LC_MESSAGES/amarok.mo 533share/locale/fr/LC_MESSAGES/amarok.mo
962share/locale/ga/LC_MESSAGES/amarok.mo 534share/locale/fr/LC_MESSAGES/amarok_scriptengine_qscript.mo
963share/locale/gl/LC_MESSAGES/amarok.mo 535share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo
964share/locale/he/LC_MESSAGES/amarok.mo 536share/locale/fr/LC_MESSAGES/amarokpkg.mo
965share/locale/hi/LC_MESSAGES/amarok.mo 
966share/locale/hu/LC_MESSAGES/amarok.mo 537share/locale/hu/LC_MESSAGES/amarok.mo
967share/locale/id/LC_MESSAGES/amarok.mo 538share/locale/hu/LC_MESSAGES/amarok_scriptengine_qscript.mo
968share/locale/is/LC_MESSAGES/amarok.mo 539share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo
 540share/locale/hu/LC_MESSAGES/amarokpkg.mo
969share/locale/it/LC_MESSAGES/amarok.mo 541share/locale/it/LC_MESSAGES/amarok.mo
970share/locale/ja/LC_MESSAGES/amarok.mo 542share/locale/it/LC_MESSAGES/amarok_scriptengine_qscript.mo
971share/locale/ka/LC_MESSAGES/amarok.mo 543share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo
 544share/locale/it/LC_MESSAGES/amarokpkg.mo
972share/locale/km/LC_MESSAGES/amarok.mo 545share/locale/km/LC_MESSAGES/amarok.mo
973share/locale/ko/LC_MESSAGES/amarok.mo 546share/locale/km/LC_MESSAGES/amarok_scriptengine_qscript.mo
974share/locale/ku/LC_MESSAGES/amarok.mo 547share/locale/km/LC_MESSAGES/amarokcollectionscanner_qt.mo
975share/locale/lo/LC_MESSAGES/amarok.mo 548share/locale/km/LC_MESSAGES/amarokpkg.mo
976share/locale/lt/LC_MESSAGES/amarok.mo 549share/locale/lv/LC_MESSAGES/amarok.mo
977share/locale/mk/LC_MESSAGES/amarok.mo 550share/locale/lv/LC_MESSAGES/amarok_scriptengine_qscript.mo
978share/locale/ms/LC_MESSAGES/amarok.mo 551share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo
 552share/locale/lv/LC_MESSAGES/amarokpkg.mo
979share/locale/nb/LC_MESSAGES/amarok.mo 553share/locale/nb/LC_MESSAGES/amarok.mo
 554share/locale/nb/LC_MESSAGES/amarok_scriptengine_qscript.mo
 555share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo
 556share/locale/nb/LC_MESSAGES/amarokpkg.mo
980share/locale/nds/LC_MESSAGES/amarok.mo 557share/locale/nds/LC_MESSAGES/amarok.mo
981share/locale/ne/LC_MESSAGES/amarok.mo 558share/locale/nds/LC_MESSAGES/amarok_scriptengine_qscript.mo
 559share/locale/nds/LC_MESSAGES/amarokcollectionscanner_qt.mo
 560share/locale/nds/LC_MESSAGES/amarokpkg.mo
982share/locale/nl/LC_MESSAGES/amarok.mo 561share/locale/nl/LC_MESSAGES/amarok.mo
983share/locale/nn/LC_MESSAGES/amarok.mo 562share/locale/nl/LC_MESSAGES/amarok_scriptengine_qscript.mo
 563share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo
 564share/locale/nl/LC_MESSAGES/amarokpkg.mo
984share/locale/pa/LC_MESSAGES/amarok.mo 565share/locale/pa/LC_MESSAGES/amarok.mo
 566share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo
 567share/locale/pa/LC_MESSAGES/amarokpkg.mo
985share/locale/pl/LC_MESSAGES/amarok.mo 568share/locale/pl/LC_MESSAGES/amarok.mo
 569share/locale/pl/LC_MESSAGES/amarok_scriptengine_qscript.mo
 570share/locale/pl/LC_MESSAGES/amarokcollectionscanner_qt.mo
 571share/locale/pl/LC_MESSAGES/amarokpkg.mo
986share/locale/pt/LC_MESSAGES/amarok.mo 572share/locale/pt/LC_MESSAGES/amarok.mo
 573share/locale/pt/LC_MESSAGES/amarok_scriptengine_qscript.mo
 574share/locale/pt/LC_MESSAGES/amarokcollectionscanner_qt.mo
 575share/locale/pt/LC_MESSAGES/amarokpkg.mo
987share/locale/pt_BR/LC_MESSAGES/amarok.mo 576share/locale/pt_BR/LC_MESSAGES/amarok.mo
988share/locale/ro/LC_MESSAGES/amarok.mo 577share/locale/pt_BR/LC_MESSAGES/amarok_scriptengine_qscript.mo
 578share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo
 579share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo
989share/locale/ru/LC_MESSAGES/amarok.mo 580share/locale/ru/LC_MESSAGES/amarok.mo
990share/locale/rw/LC_MESSAGES/amarok.mo 581share/locale/ru/LC_MESSAGES/amarok_scriptengine_qscript.mo
991share/locale/se/LC_MESSAGES/amarok.mo 582share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo
992share/locale/sk/LC_MESSAGES/amarok.mo 583share/locale/ru/LC_MESSAGES/amarokpkg.mo
993share/locale/sl/LC_MESSAGES/amarok.mo 584share/locale/sl/LC_MESSAGES/amarok.mo
994share/locale/sq/LC_MESSAGES/amarok.mo 585share/locale/sl/LC_MESSAGES/amarok_scriptengine_qscript.mo
 586share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo
 587share/locale/sl/LC_MESSAGES/amarokpkg.mo
995share/locale/sr/LC_MESSAGES/amarok.mo 588share/locale/sr/LC_MESSAGES/amarok.mo
996share/locale/sr@Latn/LC_MESSAGES/amarok.mo 589share/locale/sr/LC_MESSAGES/amarok_scriptengine_qscript.mo
997share/locale/ss/LC_MESSAGES/amarok.mo 590share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo
 591share/locale/sr/LC_MESSAGES/amarokpkg.mo
 592share/locale/sr@latin/LC_MESSAGES/amarokcollectionscanner_qt.mo
998share/locale/sv/LC_MESSAGES/amarok.mo 593share/locale/sv/LC_MESSAGES/amarok.mo
999share/locale/ta/LC_MESSAGES/amarok.mo 594share/locale/sv/LC_MESSAGES/amarok_scriptengine_qscript.mo
1000share/locale/tg/LC_MESSAGES/amarok.mo 595share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo
1001share/locale/th/LC_MESSAGES/amarok.mo 596share/locale/sv/LC_MESSAGES/amarokpkg.mo
1002share/locale/tr/LC_MESSAGES/amarok.mo 597share/locale/tr/LC_MESSAGES/amarok.mo
 598share/locale/tr/LC_MESSAGES/amarok_scriptengine_qscript.mo
 599share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo
 600share/locale/tr/LC_MESSAGES/amarokpkg.mo
1003share/locale/uk/LC_MESSAGES/amarok.mo 601share/locale/uk/LC_MESSAGES/amarok.mo
1004share/locale/uz/LC_MESSAGES/amarok.mo 602share/locale/uk/LC_MESSAGES/amarok_scriptengine_qscript.mo
1005share/locale/uz@cyrillic/LC_MESSAGES/amarok.mo 603share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo
 604share/locale/uk/LC_MESSAGES/amarokpkg.mo
 605share/locale/wa/LC_MESSAGES/amarok.mo
 606share/locale/wa/LC_MESSAGES/amarokcollectionscanner_qt.mo
1006share/locale/zh_CN/LC_MESSAGES/amarok.mo 607share/locale/zh_CN/LC_MESSAGES/amarok.mo
1007share/locale/zh_TW/LC_MESSAGES/amarok.mo 608share/locale/zh_CN/LC_MESSAGES/amarok_scriptengine_qscript.mo
 609share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo
 610share/locale/zh_CN/LC_MESSAGES/amarokpkg.mo

cvs diff -r1.37 -r1.38 pkgsrc/audio/amarok/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/amarok/distinfo 2009/02/15 11:22:48 1.37
+++ pkgsrc/audio/amarok/distinfo 2010/02/16 09:01:46 1.38
@@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
1$NetBSD: distinfo,v 1.37 2009/02/15 11:22:48 wiz Exp $ 1$NetBSD: distinfo,v 1.38 2010/02/16 09:01:46 wiz Exp $
2 2
3SHA1 (amarok-1.4.10.tar.bz2) = cb0bebe99c6f4dc1b01601f2f3aee3a86da08fbd 3SHA1 (amarok-2.2.2.tar.bz2) = 2075299b856477cf55cba8ba983ea25a93dc139b
4RMD160 (amarok-1.4.10.tar.bz2) = f86c71dd0459e0cf1ff586cd6de240ca6501cf62 4RMD160 (amarok-2.2.2.tar.bz2) = 0782c4b032d318179bd8bb91353f8e33772d2912
5Size (amarok-1.4.10.tar.bz2) = 12812583 bytes 5Size (amarok-2.2.2.tar.bz2) = 8788107 bytes
6SHA1 (patch-aa) = 53316f334f45a8a4780ae71061d528374a75cb5a 6SHA1 (patch-aa) = 524a9563db17cbf5e234f2ebe261820326e5d30d
7SHA1 (patch-ab) = 91097c1d901fb66c5c8e593005c462b1874f50bf 7SHA1 (patch-ab) = 62beea32f17ce6e138702e740d089c6257ddfced
8SHA1 (patch-ac) = ea6900aafc3cd99069ac59929ae14296662d095f 8SHA1 (patch-ac) = c8c111d0927efe56a07ce89b2ec788a6364257aa
9SHA1 (patch-ad) = eea8105897ce4cd9d4a086430ec0588125b3517b 

cvs diff -r1.6 -r1.7 pkgsrc/audio/amarok/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/amarok/Attic/options.mk 2008/09/22 05:35:20 1.6
+++ pkgsrc/audio/amarok/Attic/options.mk 2010/02/16 09:01:46 1.7
@@ -1,30 +1,44 @@ @@ -1,30 +1,44 @@
1# $NetBSD: options.mk,v 1.6 2008/09/22 05:35:20 wiz Exp $ 1# $NetBSD: options.mk,v 1.7 2010/02/16 09:01:46 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.amarok 3PKG_OPTIONS_VAR= PKG_OPTIONS.amarok
4PKG_SUPPORTED_OPTIONS= libgpod libmtp mysql pgsql 4PKG_SUPPORTED_OPTIONS= libgpod libmp4v2 libmtp libvisual mp3tunes
 5PKG_SUGGESTED_OPTIONS= libgpod libmp4v2 libmtp libvisual mp3tunes
5 6
6.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
7 8
8PLIST_VARS+= ipod libmtp 
9 
10.if !empty(PKG_OPTIONS:Mlibgpod) 9.if !empty(PKG_OPTIONS:Mlibgpod)
11PLIST.ipod= yes 10BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.6.0nb1
12CONFIGURE_ARGS+= --enable-libgpod 11.include "../../audio/libgpod/buildlink3.mk"
13BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2 12.include "../../x11/gtk2/buildlink3.mk"
14. include "../../audio/libgpod/buildlink3.mk" 13.endif
 14
 15# libifp is currently not supported
 16#.if !empty(PKG_OPTIONS:Mlibifp)
 17#.include "../../audio/libifp/buildlink3.mk"
 18#.endif
 19
 20.if !empty(PKG_OPTIONS:Mlibmp4v2)
 21.include "../../multimedia/libmp4v2/buildlink3.mk"
15.endif 22.endif
16 23
17.if !empty(PKG_OPTIONS:Mlibmtp) 24.if !empty(PKG_OPTIONS:Mlibmtp)
18PLIST.libmtp= yes 25.include "../../devel/libmtp/buildlink3.mk"
19. include "../../devel/libmtp/buildlink3.mk" 
20.endif 26.endif
21 27
22.if !empty(PKG_OPTIONS:Mmysql) 28# libnjb is currently not supported
23CONFIGURE_ARGS+= --enable-mysql 29#.if !empty(PKG_OPTIONS:Mlibnjb)
24. include "../../mk/mysql.buildlink3.mk" 30#.include "../../devel/libnjb/buildlink3.mk"
 31#.endif
 32
 33.if !empty(PKG_OPTIONS:Mlibvisual)
 34.include "../../audio/libvisual/buildlink3.mk"
25.endif 35.endif
26 36
27.if !empty(PKG_OPTIONS:Mpgsql) 37.if !empty(PKG_OPTIONS:Mmp3tunes)
28CONFIGURE_ARGS+= --enable-postgresql 38.include "../../chat/loudmouth/buildlink3.mk"
29. include "../../mk/pgsql.buildlink3.mk" 39.include "../../devel/glib2/buildlink3.mk"
 40.include "../../security/openssl/buildlink3.mk"
 41.include "../../textproc/libxml2/buildlink3.mk"
 42.include "../../www/curl/buildlink3.mk"
 43# XXX: make sure qt4-libs have glib enabled
30.endif 44.endif

cvs diff -r1.14 -r1.15 pkgsrc/audio/amarok/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/audio/amarok/patches/Attic/patch-aa 2008/09/22 05:35:20 1.14
+++ pkgsrc/audio/amarok/patches/Attic/patch-aa 2010/02/16 09:01:46 1.15
@@ -1,46 +1,369 @@ @@ -1,46 +1,369 @@
1$NetBSD: patch-aa,v 1.14 2008/09/22 05:35:20 wiz Exp $ 1$NetBSD: patch-aa,v 1.15 2010/02/16 09:01:46 wiz Exp $
2 2
3--- amarok/src/mediadevice/mtp/mtpmediadevice.cpp.orig 2008-08-13 23:21:51.000000000 +0200 3post-2.2.2 patch from upstream
4+++ amarok/src/mediadevice/mtp/mtpmediadevice.cpp 4
5@@ -293,12 +293,13 @@ MediaItem 5--- src/collection/sqlcollection/ScanResultProcessor.cpp.orig 2010-01-06 22:19:46.000000000 +0000
6 parent_id = getDefaultParentId(); 6+++ src/collection/sqlcollection/ScanResultProcessor.cpp
7 } 7@@ -42,19 +42,59 @@ ScanResultProcessor::ScanResultProcessor
8 debug() << "Parent id : " << parent_id << endl; 8 ScanResultProcessor::~ScanResultProcessor()
9+ trackmeta->parent_id = parent_id; 9 {
10  10 //everything has a URL, so enough to just delete from here
11 m_critical_mutex.lock(); 11+ QSet<QStringList*> currSet; //prevent double deletes
12 debug() << "Sending track... " << bundle.url().path().utf8() << endl; 12 foreach( QStringList *list, m_urlsHashByUid )
13 int ret = LIBMTP_Send_Track_From_File( 13- delete list;
14 m_device, bundle.url().path().utf8(), trackmeta, 14+ {
15- progressCallback, this, parent_id 15+ if( list )
16+ progressCallback, this 16+ {
17 ); 17+ if( !currSet.contains( list ) )
18 m_critical_mutex.unlock(); 18+ {
19  19+ delete list;
20@@ -529,7 +530,7 @@ LIBMTP_album_t 20+ currSet.insert( list );
21 for( MtpMediaItem *it = dynamic_cast<MtpMediaItem*>(items->first()); it; it = dynamic_cast<MtpMediaItem*>(items->next()) ) 21+ }
22 album_object->tracks[i++] = it->track()->id(); 22+ }
23 album_object->no_tracks = items->count(); 23+ else
24- ret = LIBMTP_Create_New_Album( m_device, album_object, 0 ); 24+ debug() << "GAAH! Tried to double-delete a value in m_urlsHashByUid";
25+ ret = LIBMTP_Create_New_Album( m_device, album_object ); 25+ }
26 if( ret != 0 ) 26 foreach( QLinkedList<QStringList*> *list, m_albumsHashByName )
 27 {
 28- foreach( QStringList *slist, *list )
 29- delete slist;
 30- delete list;
 31+ if( list )
 32+ {
 33+ foreach( QStringList *slist, *list )
 34+ {
 35+ if( slist )
 36+ {
 37+ if( !currSet.contains( slist ) )
 38+ {
 39+ delete slist;
 40+ currSet.insert( slist );
 41+ }
 42+ else
 43+ debug() << "GAAH! Tried to double-delete a value in m_albumsHashByName";
 44+ }
 45+ }
 46+ delete list;
 47+ }
 48 }
 49 foreach( QLinkedList<QStringList*> *list, m_tracksHashByAlbum )
 50 {
 51- foreach( QStringList *slist, *list )
 52- delete slist;
 53- delete list;
 54+ if( list )
 55+ {
 56+ foreach( QStringList *slist, *list )
 57+ {
 58+ if( slist )
 59+ {
 60+ if( !currSet.contains( slist ) )
 61+ {
 62+ delete slist;
 63+ currSet.insert( slist );
 64+ }
 65+ else
 66+ debug() << "GAAH! Tried to double-delete a value in m_tracksHashByAlbum";
 67+ }
 68+ }
 69+ delete list;
 70+ }
 71 }
 72 }
 73
 74@@ -67,11 +107,11 @@ ScanResultProcessor::setScanType( ScanTy
 75 void
 76 ScanResultProcessor::addDirectory( const QString &dir, uint mtime )
 77 {
 78- DEBUG_BLOCK
 79- debug() << "SRP::addDirectory on " << dir << " with mtime " << mtime;
 80+ //DEBUG_BLOCK
 81+ //debug() << "SRP::addDirectory on " << dir << " with mtime " << mtime;
 82 if( dir.isEmpty() )
 83 {
 84- debug() << "got directory with no path from the scanner, not adding";
 85+ //debug() << "got directory with no path from the scanner, not adding";
 86 return;
 87 }
 88 setupDatabase();
 89@@ -254,7 +294,7 @@ ScanResultProcessor::rollback()
 90 void
 91 ScanResultProcessor::processDirectory( const QList<QVariantMap > &data )
 92 {
 93-// DEBUG_BLOCK
 94+ //DEBUG_BLOCK
 95 setupDatabase();
 96 //using the following heuristics:
 97 //if more than one album is in the dir, use the artist of each track as albumartist
 98@@ -274,24 +314,54 @@ ScanResultProcessor::processDirectory( c
 99 if( row.value( Field::ALBUM ).toString() != album )
 100 multipleAlbums = true;
 101 }
 102+
 103 if( multipleAlbums || album.isEmpty() || artists.size() == 1 )
 104 {
 105 foreach( const QVariantMap &row, data )
 106 {
 107- int artist = genericId( &m_artists, row.value( Field::ARTIST ).toString(), &m_nextArtistNum );
 108- addTrack( row, artist );
 109+ QString uid = row.value( Field::UNIQUEID ).toString();
 110+ if( m_uidsSeenThisScan.contains( uid ) )
 111+ {
 112+ QString originalLocation = ( ( m_urlsHashByUid.contains( uid ) &&
 113+ m_urlsHashByUid[uid] != 0 ) ?
 114+ MountPointManager::instance()->getAbsolutePath( m_urlsHashByUid[uid]->at( 1 ).toInt(), m_urlsHashByUid[uid]->at( 2 ) ) : "(unknown)" );
 115+ debug() << "Skipping file with uniqueid " << uid << " as it was already seen this scan," <<
 116+ "file is at " << row.value( Field::URL ).toString() << ", original file is at " << originalLocation;
 117+ }
 118+ else
 119+ {
 120+ int artist = genericId( &m_artists, row.value( Field::ARTIST ).toString(), &m_nextArtistNum );
 121+ //debug() << "artist found = " << artist;
 122+ addTrack( row, artist );
 123+ m_uidsSeenThisScan.insert( uid );
 124+ }
 125 }
 126 }
 127 else
 128 {
 129 QString albumArtist = findAlbumArtist( artists, data.count() );
 130+ //debug() << "albumArtist found = " << albumArtist;
 131 //an empty string means that no albumartist was found
 132 int artist = albumArtist.isEmpty() ? 0 : genericId( &m_artists, albumArtist, &m_nextArtistNum );
 133+ //debug() << "artist found = " << artist;
 134
 135 //debug() << "albumartist " << albumArtist << "for artists" << artists;
 136 foreach( const QVariantMap &row, data )
 137 {
 138- addTrack( row, artist );
 139+ QString uid = row.value( Field::UNIQUEID ).toString();
 140+ if( m_uidsSeenThisScan.contains( uid ) )
 141+ {
 142+ QString originalLocation = ( ( m_urlsHashByUid.contains( uid ) &&
 143+ m_urlsHashByUid[uid] != 0 ) ?
 144+ MountPointManager::instance()->getAbsolutePath( m_urlsHashByUid[uid]->at( 1 ).toInt(), m_urlsHashByUid[uid]->at( 2 ) ) : "(unknown)" );
 145+ debug() << "Skipping file with uniqueid " << uid << " as it was already seen this scan," <<
 146+ "file is at " << row.value( Field::URL ).toString() << ", original file is at " << originalLocation;
 147+ }
 148+ else
 149+ {
 150+ addTrack( row, artist );
 151+ m_uidsSeenThisScan.insert( uid );
 152+ }
 153 }
 154 }
 155 }
 156@@ -299,6 +369,7 @@ ScanResultProcessor::processDirectory( c
 157 QString
 158 ScanResultProcessor::findAlbumArtist( const QSet<QString> &artists, int trackCount ) const
 159 {
 160+ //DEBUG_BLOCK
 161 QMap<QString, int> artistCount;
 162 bool featuring;
 163 QStringList trackArtists;
 164@@ -371,6 +442,7 @@ void
 165 ScanResultProcessor::addTrack( const QVariantMap &trackData, int albumArtistId )
 166 {
 167 //DEBUG_BLOCK
 168+ //debug() << "albumArtistId = " << albumArtistId;
 169 //amarok 1 stored all tracks of a compilation in different directories.
 170 //when using its "Organize Collection" feature
 171 //try to detect these cases
 172@@ -419,7 +491,15 @@ ScanResultProcessor::addTrack( const QVa
 173
 174 //urlId will take care of the urls table part of AFT
 175 int url = urlId( path, uid );
 176-
 177+/*
 178+ foreach( QString key, m_urlsHashByUid.keys() )
 179+ debug() << "Key: " << key << ", list: " << *m_urlsHashByUid[key];
 180+ foreach( int key, m_urlsHashById.keys() )
 181+ debug() << "Key: " << key << ", list: " << *m_urlsHashById[key];
 182+ typedef QPair<int, QString> blahType; //QFOREACH is stupid when it comes to QPairs
 183+ foreach( blahType key, m_urlsHashByLocation.keys() )
 184+ debug() << "Key: " << key << ", list: " << *m_urlsHashByLocation[key];
 185+*/
 186 QStringList *trackList = new QStringList();
 187 int id = m_nextTrackNum;
 188 //debug() << "Appending new track number with tracknum: " << id;
 189@@ -470,7 +550,7 @@ ScanResultProcessor::addTrack( const QVa
 190 //insert into hashes
 191 if( m_tracksHashByUrl.contains( url ) && m_tracksHashByUrl[url] != 0 )
 192 {
 193- //debug() << "m_tracksHashByUrl contains the url!";
 194+ //debug() << "m_tracksHashByUrl already contains url " << url;
 195 //need to replace, not overwrite/add a new one
 196 QStringList *oldValues = m_tracksHashByUrl[url];
 197 QString oldId = oldValues->at( 0 );
 198@@ -490,8 +570,24 @@ ScanResultProcessor::addTrack( const QVa
 199 m_tracksHashById.insert( id, trackList );
 200 }
 201
 202+ //debug() << "album = " << album;
 203+
 204 if( m_tracksHashByAlbum.contains( album ) && m_tracksHashByAlbum[album] != 0 )
 205- m_tracksHashByAlbum[album]->append( trackList );
 206+ {
 207+ //contains isn't the fastest on linked lists, but in reality this is on the order of maybe
 208+ //ten quick pointer comparisons per track on average...probably lower
 209+ //debug() << "trackList is " << trackList;
 210+ if( !m_tracksHashByAlbum[album]->contains( trackList ) )
 211+ {
 212+ //debug() << "appending trackList to m_tracksHashByAlbum";
 213+ m_tracksHashByAlbum[album]->append( trackList );
 214+ }
 215+ else
 216+ {
 217+ //debug() << "not appending trackList to m_tracksHashByAlbum";
 218+ }
 219+
 220+ }
 221 else
 222 {
 223 QLinkedList<QStringList*> *list = new QLinkedList<QStringList*>();
 224@@ -595,6 +691,8 @@ ScanResultProcessor::albumId( const QStr
 225 QLinkedList<QStringList*> *list = m_albumsHashByName[album];
 226 foreach( QStringList *slist, *list )
27 { 227 {
28 debug() << "creating album failed : " << ret << endl; 228+ //debug() << "albumArtistId = " << albumArtistId;
29@@ -608,7 +609,7 @@ MtpMediaDevice::createFolder( const char 229+ //debug() << "Checking list: " << *slist;
 230 if( slist->at( 2 ).isEmpty() && albumArtistId == 0 )
 231 {
 232 //debug() << "artist is empty and albumArtistId = 0, returning " << slist->at( 0 );
 233@@ -631,7 +729,10 @@ ScanResultProcessor::albumInsert( const
 234 albumList->append( QString() );
 235 m_albumsHashById[returnedNum] = albumList;
 236 if( m_albumsHashByName.contains( album ) && m_albumsHashByName[album] != 0 )
 237- m_albumsHashByName[album]->append( albumList );
 238+ {
 239+ if( !m_albumsHashByName[album]->contains( albumList ) )
 240+ m_albumsHashByName[album]->append( albumList );
 241+ }
 242 else
 243 {
 244 QLinkedList<QStringList*> *list = new QLinkedList<QStringList*>();
 245@@ -645,7 +746,7 @@ ScanResultProcessor::albumInsert( const
 246 int
 247 ScanResultProcessor::urlId( const QString &url, const QString &uid )
30 { 248 {
31 debug() << "Creating new folder '" << name << "' as a child of "<< parent_id << endl; 249- /*
32 char *name_copy = qstrdup( name ); 250+/*
33- uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id ); 251 DEBUG_BLOCK
34+ uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id, 0 ); 252 foreach( QString key, m_urlsHashByUid.keys() )
35 delete(name_copy); 253 debug() << "Key: " << key << ", list: " << *m_urlsHashByUid[key];
36 debug() << "New folder ID: " << new_folder_id << endl; 254@@ -654,8 +755,7 @@ ScanResultProcessor::urlId( const QStrin
37 if( new_folder_id == 0 ) 255 typedef QPair<int, QString> blahType; //QFOREACH is stupid when it comes to QPairs
38@@ -913,7 +914,7 @@ MtpMediaDevice::playlistFromItem( MtpMed 256 foreach( blahType key, m_urlsHashByLocation.keys() )
39 if( item->playlist()->id() == 0 ) 257 debug() << "Key: " << key << ", list: " << *m_urlsHashByLocation[key];
40 { 258- */
41 debug() << "creating new playlist : " << metadata->name << endl; 259-
42- int ret = LIBMTP_Create_New_Playlist( m_device, metadata, 0 ); 260+*/
43+ int ret = LIBMTP_Create_New_Playlist( m_device, metadata ); 261 QFileInfo fileInfo( url );
44 if( ret == 0 ) 262 const QString dir = fileInfo.absoluteDir().absolutePath();
 263 int dirId = directoryId( dir );
 264@@ -665,6 +765,7 @@ ScanResultProcessor::urlId( const QStrin
 265 QPair<int, QString> locationPair( deviceId, rpath );
 266 //debug() << "in urlId with url = " << url << " and uid = " << uid;
 267 //debug() << "checking locationPair " << locationPair;
 268+/*
 269 if( m_urlsHashByLocation.contains( locationPair ) )
 270 {
 271 QStringList values;
 272@@ -674,6 +775,7 @@ ScanResultProcessor::urlId( const QStrin
 273 values << "zero";
 274 //debug() << "m_urlsHashByLocation contains it! It is " << values;
 275 }
 276+*/
 277 QStringList currUrlIdValues;
 278 if( m_urlsHashByUid.contains( uid ) && m_urlsHashByUid[uid] != 0 )
 279 currUrlIdValues = *m_urlsHashByUid[uid];
 280@@ -717,6 +819,7 @@ ScanResultProcessor::urlId( const QStrin
 281 //debug() << "m_urlsHashByUid contains this UID, updating deviceId and path";
 282 QStringList *list = m_urlsHashByUid[uid];
 283 //debug() << "list from UID hash is " << list << " with values " << *list;
 284+ QPair<int, QString> oldLocationPair( list->at( 1 ).toInt(), list->at( 2 ) );
 285 list->replace( 1, QString::number( deviceId ) );
 286 list->replace( 2, rpath );
 287 list->replace( 3, QString::number( dirId ) );
 288@@ -737,6 +840,7 @@ ScanResultProcessor::urlId( const QStrin
 289 delete oldList;
 290 }
 291 m_urlsHashByLocation[locationPair] = list;
 292+ m_urlsHashByLocation.remove( oldLocationPair );
 293 }
 294 m_permanentTablesUrlUpdates.insert( uid, url );
 295 m_changedUrls.insert( uid, QPair<QString, QString>( MountPointManager::instance()->getAbsolutePath( currUrlIdValues[1].toInt(), currUrlIdValues[2] ), url ) );
 296@@ -751,6 +855,7 @@ ScanResultProcessor::urlId( const QStrin
45 { 297 {
46 item->playlist()->setId( metadata->playlist_id ); 298 QStringList *list = m_urlsHashByLocation[locationPair];
 299 //debug() << "Replacing hash " << list->at( 4 ) << " with " << uid;
 300+ QString oldId = list->at( 4 );
 301 list->replace( 4, uid );
 302 if( m_urlsHashByUid.contains( uid )
 303 && m_urlsHashByUid[uid] != 0
 304@@ -762,6 +867,7 @@ ScanResultProcessor::urlId( const QStrin
 305 delete oldList;
 306 }
 307 m_urlsHashByUid[uid] = list;
 308+ m_urlsHashByUid.remove( oldId );
 309 }
 310 m_permanentTablesUidUpdates.insert( url, uid );
 311 m_changedUids.insert( currUrlIdValues[4], uid );
 312@@ -855,7 +961,8 @@ ScanResultProcessor::directoryId( const
 313 int
 314 ScanResultProcessor::checkExistingAlbums( const QString &album )
 315 {
 316-// DEBUG_BLOCK
 317+ //DEBUG_BLOCK
 318+ //debug() << "looking for album " << album;
 319 // "Unknown" albums shouldn't be handled as compilations
 320 if( album.isEmpty() )
 321 return 0;
 322@@ -865,7 +972,10 @@ ScanResultProcessor::checkExistingAlbums
 323 //it's probably a compilation.
 324 //this handles A1 compilations that were automatically organized by Amarok
 325 if( !m_albumsHashByName.contains( album ) || m_albumsHashByName[album] == 0 )
 326+ {
 327+ //debug() << "hashByName doesn't contain album, or it's zero";
 328 return 0;
 329+ }
 330
 331 QStringList trackIds;
 332 QLinkedList<QStringList*> *llist = m_albumsHashByName[album];
 333@@ -915,8 +1025,10 @@ ScanResultProcessor::checkExistingAlbums
 334 }
 335 }
 336
 337+ //debug() << "trackIds = " << trackIds;
 338 if( trackIds.isEmpty() )
 339 {
 340+ //debug() << "trackIds empty, returning zero";
 341 return 0;
 342 }
 343 else
 344@@ -933,6 +1045,7 @@ ScanResultProcessor::checkExistingAlbums
 345 list->replace( 3, compilationString );
 346 }
 347 }
 348+ //debug() << "returning " << compilationId;
 349 return compilationId;
 350 }
 351 }
 352@@ -1167,6 +1280,17 @@ ScanResultProcessor::copyHashesToTempTab
 353 foreach( blahType key, m_urlsHashByLocation.keys() )
 354 debug() << "Key: " << key << ", list: " << *m_urlsHashByLocation[key];
 355 debug() << "Next album num: " << m_nextAlbumNum;
 356+
 357+ foreach( int key, m_tracksHashById.keys() )
 358+ debug() << "Key: " << key << ", list: " << *m_tracksHashById[key];
 359+ foreach( int key, m_tracksHashByUrl.keys() )
 360+ debug() << "Key: " << key << ", list: " << *m_tracksHashByUrl[key];
 361+ foreach( int key, m_tracksHashByAlbum.keys() )
 362+ {
 363+ debug() << "Key: " << key;
 364+ foreach( QStringList* item, *m_tracksHashByAlbum[key] )
 365+ debug() << "list: " << item << " is " << *item;
 366+ }
 367 */
 368
 369 DEBUG_BLOCK

cvs diff -r1.3 -r1.4 pkgsrc/audio/amarok/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/audio/amarok/patches/Attic/patch-ab 2007/07/01 00:33:53 1.3
+++ pkgsrc/audio/amarok/patches/Attic/patch-ab 2010/02/16 09:01:46 1.4
@@ -1,22 +1,12 @@ @@ -1,22 +1,12 @@
1$NetBSD: patch-ab,v 1.3 2007/07/01 00:33:53 wiz Exp $ 1$NetBSD: patch-ab,v 1.4 2010/02/16 09:01:46 wiz Exp $
2 2
3--- configure.orig 2007-06-17 19:52:02.000000000 +0000 3--- src/collection/mysqlecollection/CMakeLists.txt.orig 2009-09-28 17:34:03.000000000 +0000
4+++ configure 4+++ src/collection/mysqlecollection/CMakeLists.txt
5@@ -37060,7 +37060,7 @@ if test "${ac_cv_lib_tunepimp_tr_GetPUID 5@@ -82,6 +82,7 @@ if(APPLE)
6 echo $ECHO_N "(cached) $ECHO_C" >&6 6 SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
7 else 7 endif(APPLE)
8 ac_check_lib_save_LIBS=$LIBS 8
9-LIBS="-ltunepimp $LIBS" 9+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "@@WLR@@")
10+LIBS="-ltunepimp $PTHREAD_LDFLAGS $PTHREAD_LIBS $LIBS" 10 install(TARGETS amarok_collection-mysqlecollection DESTINATION ${PLUGIN_INSTALL_DIR} )
11 cat >conftest.$ac_ext <<_ACEOF 11
12 /* confdefs.h. */ 12 install(FILES ../sqlcollection/org.kde.amarok.SqlCollection.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})
13 _ACEOF 
14@@ -37579,7 +37579,7 @@ if test "${ac_cv_lib_konqsidebarplugin__ 
15 echo $ECHO_N "(cached) $ECHO_C" >&6 
16 else 
17 ac_check_lib_save_LIBS=$LIBS 
18-LIBS="-lkonqsidebarplugin $LIBS" 
19+LIBS="-lkonqsidebarplugin ${PTHREAD_LIBS} ${PTHREAD_LDFLAGS} $LIBS" 
20 cat >conftest.$ac_ext <<_ACEOF 
21 /* confdefs.h. */ 
22 _ACEOF 

cvs diff -r1.3 -r1.4 pkgsrc/audio/amarok/patches/Attic/patch-ac (expand / switch to unified diff)

--- pkgsrc/audio/amarok/patches/Attic/patch-ac 2009/02/15 11:22:48 1.3
+++ pkgsrc/audio/amarok/patches/Attic/patch-ac 2010/02/16 09:01:46 1.4
@@ -1,19 +1,14 @@ @@ -1,19 +1,14 @@
1$NetBSD: patch-ac,v 1.3 2009/02/15 11:22:48 wiz Exp $ 1$NetBSD: patch-ac,v 1.4 2010/02/16 09:01:46 wiz Exp $
2 2
3SVN commit 917750 by nhnielsen: 3post-2.2.2 patch from upstream
4Fix for wikipedia tab not showing any info. Thanks to Helge Stenström 
5and WarwickH at 
6https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for 
7the fix. 
8 4
9--- amarok/src/contextbrowser.cpp.orig 2008-08-13 21:21:51.000000000 +0000 5--- src/collection/sqlcollection/ScanResultProcessor.h.orig 2010-01-06 22:19:46.000000000 +0000
10+++ amarok/src/contextbrowser.cpp 6+++ src/collection/sqlcollection/ScanResultProcessor.h
11@@ -4189,7 +4189,7 @@ ContextBrowser::wikiResult( KIO::Job* jo 7@@ -94,6 +94,7 @@ class ScanResultProcessor : public QObje
12 } 8 QMap<QString, int> m_directories;
 9 QMap<QString, QList< QPair< QString, QString > > > m_imageMap;
13  10
14 // Ok lets remove the top and bottom parts of the page 11+ QSet<QString> m_uidsSeenThisScan;
15- m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) ); 12 QHash<QString, uint> m_filesInDirs;
16+ m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) ); 13
17 m_wiki = m_wiki.mid( 0, m_wiki.find( "<div class=\"printfooter\">" ) ); 14 TrackUrls m_changedUids; //not really track urls
18 // Adding back license information 
19 m_wiki += copyright; 

File Deleted: pkgsrc/audio/amarok/patches/Attic/patch-ad