Tue Mar 16 19:28:50 2010 UTC ()
Update to 2.3.0, switch to mysql51-server for providing the embedded
mysql server.

Changes:

Team Amarok is proud to announce Amarok 2.3.0. It contains many
improvements and bugfixes over Amarok 2.2.2 as well as many new
features. Areas such as podcast support and saved playlists have
seen huge improvements, as has the support for USB mass storage
devices (including generic MP3 players).

With large parts of Amarok 2 becoming quite mature, it was also
time to start looking forward again. Therefore, this release also
contains a number of new features of a slightly more experimental
nature. These include a new main toolbar and a rewritten and much
simpler file browser. These parts are brand new and based on user
feedback, and they will change and improve over the next few
releases. The old slim toolbar is still available should you prefer
that, but we encourage you to try out the new toolbar and tell us
what you think. The file browser's look and feel now aligns more
closely with the rest of Amarok with improvements such as breadcrumb
navigation, and it is now focused on being a way to find and play
music instead of being a multi-purpose file manager.

The context menu of tracks in your playlist now offers a "show in
media sources" option, making it easier to find the same track
again in the collection browser for editing, moving or deleting
the file.

Podcasts have received a configuration dialog allowing you to change
the update interval as well as the location to store new downloaded
episodes. Podcasts and saved playlists are now also grouped by
source, and a merged view is available just like in your local
collection - perfect for those that don't care where their music
is coming from but simply want to listen to it. Now, when a new
source of playlists or podcasts becomes available, Amarok will
switch off merged view and show a collapsible list of your new
listening sources.

The Wikipedia applet now looks better and links have been fixed.
Internal links to other pages on Wikipedia will display in the
applet, and external links open a browser window.

In short, Team Amarok has been focusing hard on furthering our
long-term goal: making Amarok the best tool for immersing yourself
in music, no matter where it comes from.


(wiz)
diff -r1.79 -r1.80 pkgsrc/audio/amarok/Makefile
diff -r1.32 -r1.33 pkgsrc/audio/amarok/PLIST
diff -r1.38 -r1.39 pkgsrc/audio/amarok/distinfo
diff -r1.15 -r0 pkgsrc/audio/amarok/patches/patch-aa
diff -r1.4 -r1.5 pkgsrc/audio/amarok/patches/patch-ab
diff -r1.4 -r0 pkgsrc/audio/amarok/patches/patch-ac

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

--- pkgsrc/audio/amarok/Makefile 2010/02/16 09:01:46 1.79
+++ pkgsrc/audio/amarok/Makefile 2010/03/16 19:28:50 1.80
@@ -1,61 +1,63 @@ @@ -1,61 +1,63 @@
1# $NetBSD: Makefile,v 1.79 2010/02/16 09:01:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.80 2010/03/16 19:28:50 wiz Exp $
2# 2#
3 3
4DISTNAME= amarok-${VERS} 4DISTNAME= amarok-${VERS}
5VERS= 2.2.2 5VERS= 2.3.0
6PKGREVISION= 3 
7CATEGORIES= audio multimedia 6CATEGORIES= audio multimedia
8#MASTER_SITES= http://download.kde.org/unstable/amarok/${VERS}/src/ \ 7#MASTER_SITES= http://download.kde.org/unstable/amarok/${VERS}/src/ \
9# ftp://gd.tuwien.ac.at/kde/unstable/amarok/${VERS}/src/ 8# ftp://gd.tuwien.ac.at/kde/unstable/amarok/${VERS}/src/
10MASTER_SITES= http://download.kde.org/stable/amarok/${VERS}/src/ \ 9MASTER_SITES= http://download.kde.org/stable/amarok/${VERS}/src/ \
11 ftp://gd.tuwien.ac.at/kde/stable/amarok/${VERS}/src/ 10 ftp://gd.tuwien.ac.at/kde/stable/amarok/${VERS}/src/
12EXTRACT_SUFX= .tar.bz2 11EXTRACT_SUFX= .tar.bz2
13 12
14MAINTAINER= wiz@NetBSD.org 13MAINTAINER= wiz@NetBSD.org
15HOMEPAGE= http://amarok.kde.org/ 14HOMEPAGE= http://amarok.kde.org/
16COMMENT= KDE4 audio player 15COMMENT= KDE4 audio player
17LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1 16LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1
18 17
19BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 18BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
20DEPENDS+= moodbar-[0-9]*:../../audio/moodbar 19DEPENDS+= moodbar-[0-9]*:../../audio/moodbar
21 20
22PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
23 22
24USE_CMAKE= yes 23USE_CMAKE= yes
25USE_LANGUAGES= c c++ 24USE_LANGUAGES= c c++
26USE_TOOLS+= msgfmt pkg-config 25USE_TOOLS+= msgfmt pkg-config
27 26
28CMAKE_ARGS+= -DMYSQL_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/include/mysql 27CMAKE_ARGS+= -DMYSQL_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.mysql-client}/include/mysql
29CMAKE_ARGS+= -DMYSQL_EMBEDDED_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql/libmysqld.a 28CMAKE_ARGS+= -DMYSQL_EMBEDDED_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-server}/lib/mysql/libmysqld.a
30CMAKE_ARGS+= -DMYSQL_EMBEDDED_FOUND:BOOL=TRUE 29CMAKE_ARGS+= -DMYSQL_EMBEDDED_FOUND:BOOL=TRUE
31CMAKE_ARGS+= -DHAVE_MYSQL_OPT_EMBEDDED_CONNECTION:BOOL=TRUE 30CMAKE_ARGS+= -DHAVE_MYSQL_OPT_EMBEDDED_CONNECTION:BOOL=TRUE
32CMAKE_ARGS+= -DMYSQL_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql/libmysqlclient.so 31CMAKE_ARGS+= -DMYSQL_LIBRARIES:PATH=${BUILDLINK_PREFIX.mysql-client}/lib/mysql/libmysqlclient.so
33 32
34SUBST_CLASSES+= mysql 33SUBST_CLASSES+= mysql
35SUBST_STAGE.mysql= post-patch 34SUBST_STAGE.mysql= post-patch
36SUBST_MESSAGE.mysql= Fixup paths for MySQL embedded 35SUBST_MESSAGE.mysql= Fixup paths for MySQL embedded
37SUBST_FILES.mysql= cmake/modules/FindMySQLAmarok.cmake 36SUBST_FILES.mysql= cmake/modules/FindMySQLAmarok.cmake
38SUBST_FILES.mysql+= src/collection/mysqlecollection/CMakeLists.txt 37SUBST_FILES.mysql+= src/collection/sqlcollection/mysqlecollection/CMakeLists.txt
39SUBST_SED.mysql= -e s:/opt/mysqle/:${BUILDLINK_PREFIX.mysql-embedded}/mysqld: 38SUBST_SED.mysql= -e s:/opt/mysqle/:${BUILDLINK_PREFIX.mysql-server}:
40SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-embedded}/mysqld/lib/mysql: 39SUBST_SED.mysql+= -e s:@@WLR@@:${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-server}/lib/mysql:
41 40
42.include "options.mk" 41.include "options.mk"
43 42
44.include "../../audio/liblastfm/buildlink3.mk" 43.include "../../audio/liblastfm/buildlink3.mk"
45BUILDLINK_API_DEPENDS.taglib+= taglib>=1.6nb1 44BUILDLINK_API_DEPENDS.taglib+= taglib>=1.6nb1
46.include "../../audio/taglib/buildlink3.mk" 45.include "../../audio/taglib/buildlink3.mk"
47.include "../../audio/taglib-extras/buildlink3.mk" 46.include "../../audio/taglib-extras/buildlink3.mk"
48.include "../../databases/mysql51-embedded/buildlink3.mk" 47BUILDLINK_API_DEPENDS.mysql-client+= mysql-client>=5.1.44nb1
 48.include "../../databases/mysql51-client/buildlink3.mk"
 49BUILDLINK_API_DEPENDS.mysql-server+= mysql-server>=5.1.44nb1
 50.include "../../databases/mysql51-server/buildlink3.mk"
49.include "../../devel/qtscriptgenerator/buildlink3.mk" 51.include "../../devel/qtscriptgenerator/buildlink3.mk"
50.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 52.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
51.include "../../meta-pkgs/kde4/kde4.mk" 53.include "../../meta-pkgs/kde4/kde4.mk"
52.include "../../multimedia/kdemultimedia4/buildlink3.mk" 54.include "../../multimedia/kdemultimedia4/buildlink3.mk"
53.include "../../security/qca2/buildlink3.mk" 55.include "../../security/qca2/buildlink3.mk"
54.include "../../sysutils/desktop-file-utils/desktopdb.mk" 56.include "../../sysutils/desktop-file-utils/desktopdb.mk"
55# for plasma 57# for plasma
56.include "../../x11/kdebase-workspace4/buildlink3.mk" 58.include "../../x11/kdebase-workspace4/buildlink3.mk"
57BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.3.0 59BUILDLINK_API_DEPENDS.kdelibs+= kdelibs4>=4.3.0
58.include "../../x11/kdelibs4/buildlink3.mk" 60.include "../../x11/kdelibs4/buildlink3.mk"
59BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.5.0 61BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.5.0
60.include "../../x11/qt4-libs/buildlink3.mk" 62.include "../../x11/qt4-libs/buildlink3.mk"
61.include "../../mk/bsd.pkg.mk" 63.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/audio/amarok/PLIST 2010/02/16 09:01:46 1.32
+++ pkgsrc/audio/amarok/PLIST 2010/03/16 19:28:50 1.33
@@ -1,610 +1,629 @@ @@ -1,610 +1,629 @@
1@comment $NetBSD: PLIST,v 1.32 2010/02/16 09:01:46 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.33 2010/03/16 19:28:50 wiz Exp $
2bin/amarok 2bin/amarok
3bin/amarok_afttagger 3bin/amarok_afttagger
4bin/amarokcollectionscanner 4bin/amarokcollectionscanner
5bin/amarokmp3tunesharmonydaemon 5bin/amarokmp3tunesharmonydaemon
6bin/amarokpkg 6bin/amarokpkg
7lib/kde4/amarok_appletscript_simple_javascript.so 7lib/kde4/amarok_appletscript_simple_javascript.so
8lib/kde4/amarok_collection-audiocdcollection.so 8lib/kde4/amarok_collection-audiocdcollection.so
9lib/kde4/amarok_collection-daapcollection.so 9lib/kde4/amarok_collection-daapcollection.so
10lib/kde4/amarok_collection-ipodcollection.so 10lib/kde4/amarok_collection-ipodcollection.so
11lib/kde4/amarok_collection-mtpcollection.so 11lib/kde4/amarok_collection-mtpcollection.so
12lib/kde4/amarok_collection-mysqlecollection.so 12lib/kde4/amarok_collection-mysqlecollection.so
13lib/kde4/amarok_collection-mysqlservercollection.so 13lib/kde4/amarok_collection-mysqlservercollection.so
14lib/kde4/amarok_collection-umscollection.so 14lib/kde4/amarok_collection-umscollection.so
15lib/kde4/amarok_containment_vertical.so 15lib/kde4/amarok_containment_vertical.so
16lib/kde4/amarok_context_applet_albums.so 16lib/kde4/amarok_context_applet_albums.so
17lib/kde4/amarok_context_applet_currenttrack.so 17lib/kde4/amarok_context_applet_currenttrack.so
18lib/kde4/amarok_context_applet_info.so 18lib/kde4/amarok_context_applet_info.so
19lib/kde4/amarok_context_applet_lyrics.so 19lib/kde4/amarok_context_applet_lyrics.so
20lib/kde4/amarok_context_applet_photos.so 20lib/kde4/amarok_context_applet_photos.so
21lib/kde4/amarok_context_applet_videoclip.so 21lib/kde4/amarok_context_applet_videoclip.so
22lib/kde4/amarok_context_applet_wikipedia.so 22lib/kde4/amarok_context_applet_wikipedia.so
23lib/kde4/amarok_data_engine_current.so 23lib/kde4/amarok_data_engine_current.so
24lib/kde4/amarok_data_engine_info.so 24lib/kde4/amarok_data_engine_info.so
25lib/kde4/amarok_data_engine_lyrics.so 25lib/kde4/amarok_data_engine_lyrics.so
26lib/kde4/amarok_data_engine_photos.so 26lib/kde4/amarok_data_engine_photos.so
27lib/kde4/amarok_data_engine_videoclip.so 27lib/kde4/amarok_data_engine_videoclip.so
28lib/kde4/amarok_data_engine_wikipedia.so 28lib/kde4/amarok_data_engine_wikipedia.so
29lib/kde4/amarok_massstorage-device.so 29lib/kde4/amarok_massstorage-device.so
30lib/kde4/amarok_runnerscript_javascript.so 30lib/kde4/amarok_runnerscript_javascript.so
31lib/kde4/amarok_service_ampache.so 31lib/kde4/amarok_service_ampache.so
32lib/kde4/amarok_service_jamendo.so 32lib/kde4/amarok_service_jamendo.so
33lib/kde4/amarok_service_lastfm.so 33lib/kde4/amarok_service_lastfm.so
34lib/kde4/amarok_service_magnatunestore.so 34lib/kde4/amarok_service_magnatunestore.so
35lib/kde4/amarok_service_mp3tunes.so 35lib/kde4/amarok_service_mp3tunes.so
36lib/kde4/amarok_service_opmldirectory.so 36lib/kde4/amarok_service_opmldirectory.so
37lib/kde4/kcm_amarok_service_ampache.so 37lib/kde4/kcm_amarok_service_ampache.so
38lib/kde4/kcm_amarok_service_lastfm.so 38lib/kde4/kcm_amarok_service_lastfm.so
39lib/kde4/kcm_amarok_service_magnatunestore.so 39lib/kde4/kcm_amarok_service_magnatunestore.so
40lib/kde4/kcm_amarok_service_mp3tunes.so 40lib/kde4/kcm_amarok_service_mp3tunes.so
 41lib/libamarok-sqlcollection.so
 42lib/libamarok-sqlcollection.so.1
 43lib/libamarok-sqlcollection.so.1.0.0
41lib/libamaroklib.so 44lib/libamaroklib.so
42lib/libamaroklib.so.1 45lib/libamaroklib.so.1
43lib/libamaroklib.so.1.0.0 46lib/libamaroklib.so.1.0.0
44lib/libamarokocsclient.so 47lib/libamarokocsclient.so
45lib/libamarokocsclient.so.4 48lib/libamarokocsclient.so.4
46lib/libamarokocsclient.so.4.3.0 49lib/libamarokocsclient.so.4.3.0
47lib/libamarokpud.so 50lib/libamarokpud.so
48lib/libamarokpud.so.1 51lib/libamarokpud.so.1
49lib/libamarokpud.so.1.0.0 52lib/libamarokpud.so.1.0.0
50lib/strigi/strigita_audible.so 53lib/strigi/strigita_audible.so
51lib/strigi/strigita_mp4.so 54lib/strigi/strigita_mp4.so
52share/applications/kde4/amarok.desktop 55share/applications/kde4/amarok.desktop
53share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml 56share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
54share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml 57share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
55share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml 58share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
56share/dbus-1/interfaces/org.kde.amarok.Collection.xml 59share/dbus-1/interfaces/org.kde.amarok.Collection.xml
57share/dbus-1/interfaces/org.kde.amarok.SqlCollection.xml 60share/dbus-1/interfaces/org.kde.amarok.SqlCollection.xml
58share/icons/hicolor/128x128/apps/amarok.png 61share/icons/hicolor/128x128/apps/amarok.png
59share/icons/hicolor/16x16/apps/amarok.png 62share/icons/hicolor/16x16/apps/amarok.png
60share/icons/hicolor/22x22/apps/amarok.png 63share/icons/hicolor/22x22/apps/amarok.png
61share/icons/hicolor/32x32/apps/amarok.png 64share/icons/hicolor/32x32/apps/amarok.png
62share/icons/hicolor/48x48/apps/amarok.png 65share/icons/hicolor/48x48/apps/amarok.png
63share/icons/hicolor/64x64/apps/amarok.png 66share/icons/hicolor/64x64/apps/amarok.png
64share/kde/apps/amarok/amarok.notifyrc 67share/kde/apps/amarok/amarok.notifyrc
65share/kde/apps/amarok/data/DefaultPlaylistLayouts.xml 68share/kde/apps/amarok/data/DefaultPlaylistLayouts.xml
66share/kde/apps/amarok/data/InfoAppletCustomStyle.css 69share/kde/apps/amarok/data/InfoAppletCustomStyle.css
67share/kde/apps/amarok/data/InfoParserLoading.html 70share/kde/apps/amarok/data/InfoParserLoading.html
68share/kde/apps/amarok/data/WikipediaCustomStyle.css 71share/kde/apps/amarok/data/WikipediaCustomStyle.css
69share/kde/apps/amarok/data/bullet.gif 72share/kde/apps/amarok/data/bullet.gif
70share/kde/apps/amarok/data/hover_info_template.html 73share/kde/apps/amarok/data/hover_info_template.html
71share/kde/apps/amarok/data/info_frontpage.html 74share/kde/apps/amarok/data/info_frontpage.html
72share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png 75share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png
73share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png 76share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png
74share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png 77share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png
75share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png 78share/kde/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png
76share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png 79share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
77share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png 80share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
78share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png 81share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
79share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png 82share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
80share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png 83share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png
81share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png 84share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png
82share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png 85share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
83share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png 86share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
84share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png 87share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
85share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png 88share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
86share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png 89share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
87share/kde/apps/amarok/icons/hicolor/16x16/actions/clear-playlist-amarok.png 90share/kde/apps/amarok/icons/hicolor/16x16/actions/clear-playlist-amarok.png
88share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png 91share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png
89share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.png 92share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.png
90share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png 93share/kde/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png
91share/kde/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png 94share/kde/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png
92share/kde/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png 95share/kde/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png
93share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png 96share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png
94share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png 97share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png
95share/kde/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-amarok.png 98share/kde/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-amarok.png
96share/kde/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png 99share/kde/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png
97share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png 100share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png
98share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png 101share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png
99share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-bpm-amarok.png 102share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-bpm-amarok.png
100share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-comment-amarok.png 103share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-comment-amarok.png
101share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-composer-amarok.png 104share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-composer-amarok.png
102share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dash-amarok.png 105share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dash-amarok.png
103share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-discnumber-amarok.png 106share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-discnumber-amarok.png
104share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dot-amarok.png 107share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-dot-amarok.png
105share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png 108share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png
106share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png 109share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png
107share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png 110share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png
108share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png 111share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png
109share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png 112share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png
110share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png 113share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png
111share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png 114share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png
112share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png 115share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png
113share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png 116share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png
114share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png 117share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png
115share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-loved-radio-amarok.png 118share/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 119share/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 120share/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 121share/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 122share/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 123share/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 124share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-recommended-radio-amarok.png
122share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-tag-amarok.png 125share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-tag-amarok.png
123share/kde/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png 126share/kde/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png
124share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png 127share/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 128share/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 129share/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 130share/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 131share/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 132share/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 133share/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 134share/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 135share/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 136share/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 137share/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 138share/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 139share/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 140share/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 141share/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 142share/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 143share/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 144share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-repeat-amarok.png
142share/kde/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png 145share/kde/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png
143share/kde/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png 146share/kde/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png
144share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-indicator-amarok.png 147share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-indicator-amarok.png
145share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-media-playback-amarok.png 148share/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 149share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png
147share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png 150share/kde/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png
148share/kde/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png 151share/kde/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png
149share/kde/apps/amarok/icons/hicolor/16x16/actions/view-media-visualization-amarok.png 152share/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 153share/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 154share/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 155share/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 156share/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 157share/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 158share/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 159share/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 160share/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 161share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-scripted-amarok.png
159share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png 162share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
160share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png 163share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
161share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png 164share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
162share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png 165share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
163share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png 166share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png
164share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png 167share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png
165share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png 168share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
166share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png 169share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
167share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png 170share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
168share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png 171share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
169share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png 172share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
170share/kde/apps/amarok/icons/hicolor/22x22/actions/clear-playlist-amarok.png 173share/kde/apps/amarok/icons/hicolor/22x22/actions/clear-playlist-amarok.png
171share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png 174share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png
172share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.png 175share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.png
173share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png 176share/kde/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png
174share/kde/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png 177share/kde/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png
175share/kde/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png 178share/kde/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png
176share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png 179share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png
177share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png 180share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png
178share/kde/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-amarok.png 181share/kde/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-amarok.png
179share/kde/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png 182share/kde/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png
180share/kde/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png 183share/kde/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png
181share/kde/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png 184share/kde/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png
182share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png 185share/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 186share/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 187share/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 188share/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 189share/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 190share/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 191share/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 192share/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 193share/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 194share/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 195share/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 196share/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 197share/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 198share/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 199share/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 200share/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 201share/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 202share/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 203share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-repeat-amarok.png
201share/kde/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png 204share/kde/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png
202share/kde/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png 205share/kde/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png
203share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-indicator-amarok.png 206share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-indicator-amarok.png
204share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-media-playback-amarok.png 207share/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 208share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png
206share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png 209share/kde/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png
207share/kde/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png 210share/kde/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png
208share/kde/apps/amarok/icons/hicolor/22x22/actions/view-media-visualization-amarok.png 211share/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 212share/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 213share/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 214share/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 215share/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 216share/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 217share/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 218share/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 219share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-scripted-amarok.png
217share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png 220share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
218share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png 221share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
219share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png 222share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
220share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png 223share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
221share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png 224share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png
222share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png 225share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png
223share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png 226share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
224share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png 227share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
225share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png 228share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
226share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png 229share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png
227share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png 230share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png
228share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png 231share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
229share/kde/apps/amarok/icons/hicolor/32x32/actions/clear-playlist-amarok.png 232share/kde/apps/amarok/icons/hicolor/32x32/actions/clear-playlist-amarok.png
230share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png 233share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png
231share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.png 234share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.png
232share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png 235share/kde/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png
233share/kde/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png 236share/kde/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png
234share/kde/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png 237share/kde/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png
235share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png 238share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png
236share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png 239share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png
237share/kde/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-amarok.png 240share/kde/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-amarok.png
238share/kde/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png 241share/kde/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png
239share/kde/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png 242share/kde/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png
240share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png 243share/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 244share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png
242share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png 245share/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 246share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-shuffle-amarok.png
244share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png 247share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png
245share/kde/apps/amarok/icons/hicolor/32x32/actions/media-clear-playlist-amarok.png 248share/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 249share/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 250share/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 251share/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 252share/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 253share/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 254share/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 255share/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 256share/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 257share/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 258share/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 259share/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 260share/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 261share/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 262share/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 263share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-repeat-amarok.png
261share/kde/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png 264share/kde/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png
262share/kde/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png 265share/kde/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png
263share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-indicator-amarok.png 266share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-indicator-amarok.png
264share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-media-playback-amarok.png 267share/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 268share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png
266share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png 269share/kde/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png
267share/kde/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png 270share/kde/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png
268share/kde/apps/amarok/icons/hicolor/32x32/actions/view-media-visualization-amarok.png 271share/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 272share/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 273share/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 274share/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 275share/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 276share/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 277share/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 278share/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 279share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-scripted-amarok.png
277share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png 280share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png
278share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png 281share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
279share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png 282share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
280share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png 283share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
281share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png 284share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png
282share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png 285share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png
283share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png 286share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
284share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png 287share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
285share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png 288share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
286share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png 289share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png
287share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png 290share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png
288share/kde/apps/amarok/icons/hicolor/48x48/actions/clear-playlist-amarok.png 291share/kde/apps/amarok/icons/hicolor/48x48/actions/clear-playlist-amarok.png
289share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png 292share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png
290share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png 293share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png
291share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png 294share/kde/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png
292share/kde/apps/amarok/icons/hicolor/48x48/actions/current-track-amarok.png 295share/kde/apps/amarok/icons/hicolor/48x48/actions/current-track-amarok.png
293share/kde/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png 296share/kde/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png
294share/kde/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png 297share/kde/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png
295share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png 298share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png
296share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png 299share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png
297share/kde/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png 300share/kde/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png
298share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png 301share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png
299share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png 302share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png
300share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-bpm-amarok.png 303share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-bpm-amarok.png
301share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-comment-amarok.png 304share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-comment-amarok.png
302share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-composer-amarok.png 305share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-composer-amarok.png
303share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dash-amarok.png 306share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dash-amarok.png
304share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-discnumber-amarok.png 307share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-discnumber-amarok.png
305share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-divider.png 308share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-divider.png
306share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dot-amarok.png 309share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-dot-amarok.png
307share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-filetype-amarok.png 310share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-filetype-amarok.png
308share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-genre-amarok.png 311share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-genre-amarok.png
309share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-length.png 312share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-length.png
310share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-tracks.png 313share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-group-tracks.png
311share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-ignore-amarok.png 314share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-ignore-amarok.png
312share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.png 315share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.png
313share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-last-played.png 316share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-last-played.png
314share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-moodbar.png 317share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-moodbar.png
315share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-sample-rate.png 318share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-sample-rate.png
316share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-slash-amarok.png 319share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-slash-amarok.png
317share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-space-amarok.png 320share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-space-amarok.png
318share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-title-amarok.png 321share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-title-amarok.png
319share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-track-amarok.png 322share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-track-amarok.png
320share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-underscore-amarok.png 323share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-underscore-amarok.png
321share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-year-amarok.png 324share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-year-amarok.png
322share/kde/apps/amarok/icons/hicolor/48x48/actions/info-amarok.png 325share/kde/apps/amarok/icons/hicolor/48x48/actions/info-amarok.png
323share/kde/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png 326share/kde/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png
324share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png 327share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png
325share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png 328share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png
326share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-shuffle-amarok.png 329share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-shuffle-amarok.png
327share/kde/apps/amarok/icons/hicolor/48x48/actions/media-clear-playlist-amarok.png 330share/kde/apps/amarok/icons/hicolor/48x48/actions/media-clear-playlist-amarok.png
328share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png 331share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png
329share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png 332share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png
330share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-amarok.png 333share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-amarok.png
331share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png 334share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png
332share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png 335share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png
333share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-album-amarok.png 336share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-album-amarok.png
334share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-playlist-amarok.png 337share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-playlist-amarok.png
335share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-track-amarok.png 338share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-track-amarok.png
336share/kde/apps/amarok/icons/hicolor/48x48/actions/media-show-active-track-amarok.png 339share/kde/apps/amarok/icons/hicolor/48x48/actions/media-show-active-track-amarok.png
337share/kde/apps/amarok/icons/hicolor/48x48/actions/media-standard-track-progression-amarok.png 340share/kde/apps/amarok/icons/hicolor/48x48/actions/media-standard-track-progression-amarok.png
338share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png 341share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png
339share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png 342share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png
340share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png 343share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png
341share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png 344share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png
342share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-repeat-amarok.png 345share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-repeat-amarok.png
343share/kde/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png 346share/kde/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png
344share/kde/apps/amarok/icons/hicolor/48x48/actions/photos-amarok.png 347share/kde/apps/amarok/icons/hicolor/48x48/actions/photos-amarok.png
345share/kde/apps/amarok/icons/hicolor/48x48/actions/podcast-amarok.png 348share/kde/apps/amarok/icons/hicolor/48x48/actions/podcast-amarok.png
346share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-indicator-amarok.png 349share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-indicator-amarok.png
347share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png 350share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png
348share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png 351share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png
349share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-view-amarok.png 352share/kde/apps/amarok/icons/hicolor/48x48/actions/preferences-view-amarok.png
350share/kde/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png 353share/kde/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png
351share/kde/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png 354share/kde/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png
352share/kde/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png 355share/kde/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png
353share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png 356share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
354share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png 357share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png
355share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-amarok.png 358share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-amarok.png
356share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png 359share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png
357share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png 360share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png
358share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png 361share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png
359share/kde/apps/amarok/images/FilenameLayoutDialogHint.png 362share/kde/apps/amarok/images/FilenameLayoutDialogHint.png
360share/kde/apps/amarok/images/amarok-videoclip-dailymotion.png 363share/kde/apps/amarok/images/amarok-videoclip-dailymotion.png
361share/kde/apps/amarok/images/amarok-videoclip-vimeo.png 364share/kde/apps/amarok/images/amarok-videoclip-vimeo.png
362share/kde/apps/amarok/images/amarok-videoclip-youtube.png 365share/kde/apps/amarok/images/amarok-videoclip-youtube.png
363share/kde/apps/amarok/images/amarok_icon.svg 366share/kde/apps/amarok/images/amarok_icon.svg
364share/kde/apps/amarok/images/default-theme-clean.svg 367share/kde/apps/amarok/images/default-theme-clean.svg
365share/kde/apps/amarok/images/emblem-ampache-scalable.svgz 368share/kde/apps/amarok/images/emblem-ampache-scalable.svgz
366share/kde/apps/amarok/images/emblem-ampache.png 369share/kde/apps/amarok/images/emblem-ampache.png
367share/kde/apps/amarok/images/emblem-default.png 370share/kde/apps/amarok/images/emblem-default.png
368share/kde/apps/amarok/images/emblem-delicious.png 371share/kde/apps/amarok/images/emblem-delicious.png
369share/kde/apps/amarok/images/emblem-digg.png 372share/kde/apps/amarok/images/emblem-digg.png
370share/kde/apps/amarok/images/emblem-facebook.png 373share/kde/apps/amarok/images/emblem-facebook.png
371share/kde/apps/amarok/images/emblem-identica.png 374share/kde/apps/amarok/images/emblem-identica.png
372share/kde/apps/amarok/images/emblem-jamendo-scalable.svgz 375share/kde/apps/amarok/images/emblem-jamendo-scalable.svgz
373share/kde/apps/amarok/images/emblem-jamendo.png 376share/kde/apps/amarok/images/emblem-jamendo.png
374share/kde/apps/amarok/images/emblem-lastfm-scalable.svg 377share/kde/apps/amarok/images/emblem-lastfm-scalable.svg
375share/kde/apps/amarok/images/emblem-lastfm.png 378share/kde/apps/amarok/images/emblem-lastfm.png
376share/kde/apps/amarok/images/emblem-linkedin.png 379share/kde/apps/amarok/images/emblem-linkedin.png
377share/kde/apps/amarok/images/emblem-magnatune.png 380share/kde/apps/amarok/images/emblem-magnatune.png
378share/kde/apps/amarok/images/emblem-mp3tunes.png 381share/kde/apps/amarok/images/emblem-mp3tunes.png
379share/kde/apps/amarok/images/emblem-myspace.png 382share/kde/apps/amarok/images/emblem-myspace.png
380share/kde/apps/amarok/images/emblem-reddit.png 383share/kde/apps/amarok/images/emblem-reddit.png
381share/kde/apps/amarok/images/emblem-scripted-scalable.svgz 384share/kde/apps/amarok/images/emblem-scripted-scalable.svgz
382share/kde/apps/amarok/images/emblem-scripted.png 385share/kde/apps/amarok/images/emblem-scripted.png
383share/kde/apps/amarok/images/emblem-stackoverflow.png 386share/kde/apps/amarok/images/emblem-stackoverflow.png
384share/kde/apps/amarok/images/emblem-twitter.png 387share/kde/apps/amarok/images/emblem-twitter.png
385share/kde/apps/amarok/images/emblem-wikipedia.png 388share/kde/apps/amarok/images/emblem-wikipedia.png
386share/kde/apps/amarok/images/emblem-xing.png 389share/kde/apps/amarok/images/emblem-xing.png
387share/kde/apps/amarok/images/hover_info_ampache.png 390share/kde/apps/amarok/images/hover_info_ampache.png
388share/kde/apps/amarok/images/hover_info_collections.png 391share/kde/apps/amarok/images/hover_info_collections.png
389share/kde/apps/amarok/images/hover_info_dynamic_playlists.png 392share/kde/apps/amarok/images/hover_info_dynamic_playlists.png
390share/kde/apps/amarok/images/hover_info_files.png 393share/kde/apps/amarok/images/hover_info_files.png
391share/kde/apps/amarok/images/hover_info_internet.png 394share/kde/apps/amarok/images/hover_info_internet.png
392share/kde/apps/amarok/images/hover_info_jamendo.png 395share/kde/apps/amarok/images/hover_info_jamendo.png
393share/kde/apps/amarok/images/hover_info_lastfm.png 396share/kde/apps/amarok/images/hover_info_lastfm.png
394share/kde/apps/amarok/images/hover_info_magnatune.png 397share/kde/apps/amarok/images/hover_info_magnatune.png
395share/kde/apps/amarok/images/hover_info_playlists.png 398share/kde/apps/amarok/images/hover_info_playlists.png
396share/kde/apps/amarok/images/hover_info_podcasts.png 399share/kde/apps/amarok/images/hover_info_podcasts.png
397share/kde/apps/amarok/images/hover_info_user_playlists.png 400share/kde/apps/amarok/images/hover_info_user_playlists.png
398share/kde/apps/amarok/images/info_frontpage_bg.png 401share/kde/apps/amarok/images/info_frontpage_bg.png
399share/kde/apps/amarok/images/info_frontpage_logo.png 402share/kde/apps/amarok/images/info_frontpage_logo.png
400share/kde/apps/amarok/images/info_frontpage_shadow.png 403share/kde/apps/amarok/images/info_frontpage_shadow.png
401share/kde/apps/amarok/images/lastfm-default-cover.png 404share/kde/apps/amarok/images/lastfm-default-cover.png
402share/kde/apps/amarok/images/loading1.png 405share/kde/apps/amarok/images/loading1.png
403share/kde/apps/amarok/images/loading2.png 406share/kde/apps/amarok/images/loading2.png
404share/kde/apps/amarok/images/navigation_arrows.svg 407share/kde/apps/amarok/images/navigation_arrows.svg
405share/kde/apps/amarok/images/nocover.png 408share/kde/apps/amarok/images/nocover.png
406share/kde/apps/amarok/images/opendesktop-22.png 409share/kde/apps/amarok/images/opendesktop-22.png
407share/kde/apps/amarok/images/playlist-bookmark-16.png 410share/kde/apps/amarok/images/playlist-bookmark-16.png
408share/kde/apps/amarok/images/playlist-layouts-22.png 411share/kde/apps/amarok/images/playlist-layouts-22.png
409share/kde/apps/amarok/images/playlist-sorting-16.png 412share/kde/apps/amarok/images/playlist-sorting-16.png
410share/kde/apps/amarok/images/pud_items.svg 413share/kde/apps/amarok/images/pud_items.svg
411share/kde/apps/amarok/images/service_info_loading1.png 414share/kde/apps/amarok/images/service_info_loading1.png
412share/kde/apps/amarok/images/service_info_loading10.png 415share/kde/apps/amarok/images/service_info_loading10.png
413share/kde/apps/amarok/images/service_info_loading11.png 416share/kde/apps/amarok/images/service_info_loading11.png
414share/kde/apps/amarok/images/service_info_loading12.png 417share/kde/apps/amarok/images/service_info_loading12.png
415share/kde/apps/amarok/images/service_info_loading2.png 418share/kde/apps/amarok/images/service_info_loading2.png
416share/kde/apps/amarok/images/service_info_loading3.png 419share/kde/apps/amarok/images/service_info_loading3.png
417share/kde/apps/amarok/images/service_info_loading4.png 420share/kde/apps/amarok/images/service_info_loading4.png
418share/kde/apps/amarok/images/service_info_loading5.png 421share/kde/apps/amarok/images/service_info_loading5.png
419share/kde/apps/amarok/images/service_info_loading6.png 422share/kde/apps/amarok/images/service_info_loading6.png
420share/kde/apps/amarok/images/service_info_loading7.png 423share/kde/apps/amarok/images/service_info_loading7.png
421share/kde/apps/amarok/images/service_info_loading8.png 424share/kde/apps/amarok/images/service_info_loading8.png
422share/kde/apps/amarok/images/service_info_loading9.png 425share/kde/apps/amarok/images/service_info_loading9.png
423share/kde/apps/amarok/images/smallstar.png 426share/kde/apps/amarok/images/smallstar.png
424share/kde/apps/amarok/images/splash_screen.jpg 427share/kde/apps/amarok/images/splash_screen.jpg
425share/kde/apps/amarok/images/star.png 428share/kde/apps/amarok/images/star.png
426share/kde/apps/amarok/images/volume_icon.png 429share/kde/apps/amarok/images/volume_icon.png
427share/kde/apps/amarok/images/volume_muted_icon.png 430share/kde/apps/amarok/images/volume_muted_icon.png
428share/kde/apps/amarok/images/web_applet_background.svg 431share/kde/apps/amarok/images/web_applet_background.svg
429share/kde/apps/amarok/scripts/librivox_service/COPYING 432share/kde/apps/amarok/scripts/librivox_service/COPYING
430share/kde/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png 433share/kde/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
431share/kde/apps/amarok/scripts/librivox_service/LibrivoxIcon.png 434share/kde/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
432share/kde/apps/amarok/scripts/librivox_service/LibrivoxLogo.png 435share/kde/apps/amarok/scripts/librivox_service/LibrivoxLogo.png
433share/kde/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz 436share/kde/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz
434share/kde/apps/amarok/scripts/librivox_service/LibrivoxService.html 437share/kde/apps/amarok/scripts/librivox_service/LibrivoxService.html
435share/kde/apps/amarok/scripts/librivox_service/README 438share/kde/apps/amarok/scripts/librivox_service/README
436share/kde/apps/amarok/scripts/librivox_service/audio_book128.png 439share/kde/apps/amarok/scripts/librivox_service/audio_book128.png
437share/kde/apps/amarok/scripts/librivox_service/main.js 440share/kde/apps/amarok/scripts/librivox_service/main.js
438share/kde/apps/amarok/scripts/librivox_service/script.spec 441share/kde/apps/amarok/scripts/librivox_service/script.spec
439share/kde/apps/amarok/scripts/lyrics_lyricwiki/main.js 442share/kde/apps/amarok/scripts/lyrics_lyricwiki/main.js
440share/kde/apps/amarok/scripts/lyrics_lyricwiki/script.spec 443share/kde/apps/amarok/scripts/lyrics_lyricwiki/script.spec
441share/kde/apps/amarok/scripts/radio_station_service/main.js 444share/kde/apps/amarok/scripts/radio_station_service/main.js
442share/kde/apps/amarok/scripts/radio_station_service/script.spec 445share/kde/apps/amarok/scripts/radio_station_service/script.spec
443share/kde/apps/amarok/scripts/script_console/main.js 446share/kde/apps/amarok/scripts/script_console/main.js
444share/kde/apps/amarok/scripts/script_console/script.spec 447share/kde/apps/amarok/scripts/script_console/script.spec
445share/kde/apps/desktoptheme/Amarok-Mockup/colors 448share/kde/apps/desktoptheme/Amarok-Mockup/colors
446share/kde/apps/desktoptheme/Amarok-Mockup/widgets/background.svg 449share/kde/apps/desktoptheme/Amarok-Mockup/widgets/background.svg
447share/kde/apps/desktoptheme/Amarok-Mockup/widgets/text-background.svgz 450share/kde/apps/desktoptheme/Amarok-Mockup/widgets/text-background.svgz
448share/kde/apps/desktoptheme/default/widgets/amarok-albums.svg 451share/kde/apps/desktoptheme/default/widgets/amarok-albums.svg
449share/kde/apps/desktoptheme/default/widgets/amarok-currenttrack.svg 452share/kde/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
450share/kde/apps/desktoptheme/default/widgets/amarok-info-applet.svg 453share/kde/apps/desktoptheme/default/widgets/amarok-info-applet.svg
451share/kde/apps/desktoptheme/default/widgets/amarok-wikipedia.svg 454share/kde/apps/desktoptheme/default/widgets/amarok-wikipedia.svg
452share/kde/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg 455share/kde/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg
453share/kde/apps/solid/actions/amarok-play-audiocd.desktop 456share/kde/apps/solid/actions/amarok-play-audiocd.desktop
454share/kde/config.kcfg/amarokconfig.kcfg 457share/kde/config.kcfg/amarokconfig.kcfg
455share/kde/config/amarok.knsrc 458share/kde/config/amarok.knsrc
456share/kde/config/amarok_homerc 459share/kde/config/amarok_homerc
457share/kde/config/amarokapplets.knsrc 460share/kde/config/amarokapplets.knsrc
458share/kde4/services/ServiceMenus/amarok_append.desktop 461share/kde4/services/ServiceMenus/amarok_append.desktop
459share/kde4/services/amarok-containment-vertical.desktop 462share/kde4/services/amarok-containment-vertical.desktop
460share/kde4/services/amarok-context-applet-albums.desktop 463share/kde4/services/amarok-context-applet-albums.desktop
461share/kde4/services/amarok-context-applet-currenttrack.desktop 464share/kde4/services/amarok-context-applet-currenttrack.desktop
462share/kde4/services/amarok-context-applet-info.desktop 465share/kde4/services/amarok-context-applet-info.desktop
463share/kde4/services/amarok-context-applet-lyrics.desktop 466share/kde4/services/amarok-context-applet-lyrics.desktop
464share/kde4/services/amarok-context-applet-photos.desktop 467share/kde4/services/amarok-context-applet-photos.desktop
465share/kde4/services/amarok-context-applet-videoclip.desktop 468share/kde4/services/amarok-context-applet-videoclip.desktop
466share/kde4/services/amarok-context-applet-wikipedia.desktop 469share/kde4/services/amarok-context-applet-wikipedia.desktop
467share/kde4/services/amarok-data-engine-current.desktop 470share/kde4/services/amarok-data-engine-current.desktop
468share/kde4/services/amarok-data-engine-info.desktop 471share/kde4/services/amarok-data-engine-info.desktop
469share/kde4/services/amarok-data-engine-lyrics.desktop 472share/kde4/services/amarok-data-engine-lyrics.desktop
470share/kde4/services/amarok-data-engine-photos.desktop 473share/kde4/services/amarok-data-engine-photos.desktop
471share/kde4/services/amarok-data-engine-videoclip.desktop 474share/kde4/services/amarok-data-engine-videoclip.desktop
472share/kde4/services/amarok-data-engine-wikipedia.desktop 475share/kde4/services/amarok-data-engine-wikipedia.desktop
473share/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop 476share/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
474share/kde4/services/amarok-scriptengine-runner-javascript.desktop 477share/kde4/services/amarok-scriptengine-runner-javascript.desktop
475share/kde4/services/amarok.protocol 478share/kde4/services/amarok.protocol
476share/kde4/services/amarok_collection-audiocdcollection.desktop 479share/kde4/services/amarok_collection-audiocdcollection.desktop
477share/kde4/services/amarok_collection-daapcollection.desktop 480share/kde4/services/amarok_collection-daapcollection.desktop
478share/kde4/services/amarok_collection-ipodcollection.desktop 481share/kde4/services/amarok_collection-ipodcollection.desktop
479share/kde4/services/amarok_collection-mtpcollection.desktop 482share/kde4/services/amarok_collection-mtpcollection.desktop
480share/kde4/services/amarok_collection-mysqlecollection.desktop 483share/kde4/services/amarok_collection-mysqlecollection.desktop
481share/kde4/services/amarok_collection-mysqlservercollection.desktop 484share/kde4/services/amarok_collection-mysqlservercollection.desktop
482share/kde4/services/amarok_collection-umscollection.desktop 485share/kde4/services/amarok_collection-umscollection.desktop
483share/kde4/services/amarok_massstorage-device.desktop 486share/kde4/services/amarok_massstorage-device.desktop
484share/kde4/services/amarok_service_ampache.desktop 487share/kde4/services/amarok_service_ampache.desktop
485share/kde4/services/amarok_service_ampache_config.desktop 488share/kde4/services/amarok_service_ampache_config.desktop
486share/kde4/services/amarok_service_jamendo.desktop 489share/kde4/services/amarok_service_jamendo.desktop
487share/kde4/services/amarok_service_lastfm.desktop 490share/kde4/services/amarok_service_lastfm.desktop
488share/kde4/services/amarok_service_lastfm_config.desktop 491share/kde4/services/amarok_service_lastfm_config.desktop
489share/kde4/services/amarok_service_magnatunestore.desktop 492share/kde4/services/amarok_service_magnatunestore.desktop
490share/kde4/services/amarok_service_magnatunestore_config.desktop 493share/kde4/services/amarok_service_magnatunestore_config.desktop
491share/kde4/services/amarok_service_mp3tunes.desktop 494share/kde4/services/amarok_service_mp3tunes.desktop
492share/kde4/services/amarok_service_mp3tunes_config.desktop 495share/kde4/services/amarok_service_mp3tunes_config.desktop
493share/kde4/services/amarok_service_opmldirectory.desktop 496share/kde4/services/amarok_service_opmldirectory.desktop
 497share/kde4/services/amarokitpc.protocol
494share/kde4/services/amaroklastfm.protocol 498share/kde4/services/amaroklastfm.protocol
495share/kde4/servicetypes/amarok_codecinstall.desktop 499share/kde4/servicetypes/amarok_codecinstall.desktop
496share/kde4/servicetypes/amarok_context_applet.desktop 500share/kde4/servicetypes/amarok_context_applet.desktop
497share/kde4/servicetypes/amarok_data_engine.desktop 501share/kde4/servicetypes/amarok_data_engine.desktop
498share/kde4/servicetypes/amarok_plugin.desktop 502share/kde4/servicetypes/amarok_plugin.desktop
 503share/locale/af/LC_MESSAGES/amarok.mo
499share/locale/bg/LC_MESSAGES/amarok.mo 504share/locale/bg/LC_MESSAGES/amarok.mo
500share/locale/bg/LC_MESSAGES/amarok_scriptengine_qscript.mo 505share/locale/bg/LC_MESSAGES/amarok_scriptengine_qscript.mo
501share/locale/bg/LC_MESSAGES/amarokcollectionscanner_qt.mo 506share/locale/bg/LC_MESSAGES/amarokcollectionscanner_qt.mo
502share/locale/bg/LC_MESSAGES/amarokpkg.mo 507share/locale/bg/LC_MESSAGES/amarokpkg.mo
503share/locale/ca/LC_MESSAGES/amarok.mo 508share/locale/ca/LC_MESSAGES/amarok.mo
504share/locale/ca/LC_MESSAGES/amarok_scriptengine_qscript.mo 509share/locale/ca/LC_MESSAGES/amarok_scriptengine_qscript.mo
505share/locale/ca/LC_MESSAGES/amarokcollectionscanner_qt.mo 510share/locale/ca/LC_MESSAGES/amarokcollectionscanner_qt.mo
506share/locale/ca/LC_MESSAGES/amarokpkg.mo 511share/locale/ca/LC_MESSAGES/amarokpkg.mo
 512share/locale/ca@valencia/LC_MESSAGES/amarok.mo
 513share/locale/ca@valencia/LC_MESSAGES/amarok_scriptengine_qscript.mo
 514share/locale/ca@valencia/LC_MESSAGES/amarokcollectionscanner_qt.mo
 515share/locale/ca@valencia/LC_MESSAGES/amarokpkg.mo
507share/locale/cs/LC_MESSAGES/amarok.mo 516share/locale/cs/LC_MESSAGES/amarok.mo
508share/locale/cs/LC_MESSAGES/amarok_scriptengine_qscript.mo 517share/locale/cs/LC_MESSAGES/amarok_scriptengine_qscript.mo
509share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo 518share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo
510share/locale/cs/LC_MESSAGES/amarokpkg.mo 519share/locale/cs/LC_MESSAGES/amarokpkg.mo
511share/locale/da/LC_MESSAGES/amarok.mo 520share/locale/da/LC_MESSAGES/amarok.mo
512share/locale/da/LC_MESSAGES/amarok_scriptengine_qscript.mo 521share/locale/da/LC_MESSAGES/amarok_scriptengine_qscript.mo
513share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo 522share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo
514share/locale/da/LC_MESSAGES/amarokpkg.mo 523share/locale/da/LC_MESSAGES/amarokpkg.mo
515share/locale/de/LC_MESSAGES/amarok.mo 524share/locale/de/LC_MESSAGES/amarok.mo
516share/locale/de/LC_MESSAGES/amarok_scriptengine_qscript.mo 525share/locale/de/LC_MESSAGES/amarok_scriptengine_qscript.mo
517share/locale/de/LC_MESSAGES/amarokcollectionscanner_qt.mo 526share/locale/de/LC_MESSAGES/amarokcollectionscanner_qt.mo
518share/locale/de/LC_MESSAGES/amarokpkg.mo 527share/locale/de/LC_MESSAGES/amarokpkg.mo
519share/locale/el/LC_MESSAGES/amarok.mo 528share/locale/el/LC_MESSAGES/amarok.mo
520share/locale/en_GB/LC_MESSAGES/amarok.mo 529share/locale/en_GB/LC_MESSAGES/amarok.mo
521share/locale/en_GB/LC_MESSAGES/amarok_scriptengine_qscript.mo 530share/locale/en_GB/LC_MESSAGES/amarok_scriptengine_qscript.mo
522share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo 531share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo
523share/locale/en_GB/LC_MESSAGES/amarokpkg.mo 532share/locale/en_GB/LC_MESSAGES/amarokpkg.mo
524share/locale/es/LC_MESSAGES/amarok.mo 533share/locale/es/LC_MESSAGES/amarok.mo
525share/locale/es/LC_MESSAGES/amarok_scriptengine_qscript.mo 534share/locale/es/LC_MESSAGES/amarok_scriptengine_qscript.mo
526share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo 535share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo
527share/locale/es/LC_MESSAGES/amarokpkg.mo 536share/locale/es/LC_MESSAGES/amarokpkg.mo
528share/locale/et/LC_MESSAGES/amarok.mo 537share/locale/et/LC_MESSAGES/amarok.mo
529share/locale/et/LC_MESSAGES/amarok_scriptengine_qscript.mo 538share/locale/et/LC_MESSAGES/amarok_scriptengine_qscript.mo
530share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo 539share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo
531share/locale/et/LC_MESSAGES/amarokpkg.mo 540share/locale/et/LC_MESSAGES/amarokpkg.mo
532share/locale/fi/LC_MESSAGES/amarok.mo 541share/locale/fi/LC_MESSAGES/amarok.mo
533share/locale/fr/LC_MESSAGES/amarok.mo 542share/locale/fr/LC_MESSAGES/amarok.mo
534share/locale/fr/LC_MESSAGES/amarok_scriptengine_qscript.mo 543share/locale/fr/LC_MESSAGES/amarok_scriptengine_qscript.mo
535share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo 544share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo
536share/locale/fr/LC_MESSAGES/amarokpkg.mo 545share/locale/fr/LC_MESSAGES/amarokpkg.mo
537share/locale/hu/LC_MESSAGES/amarok.mo 546share/locale/hu/LC_MESSAGES/amarok.mo
538share/locale/hu/LC_MESSAGES/amarok_scriptengine_qscript.mo 547share/locale/hu/LC_MESSAGES/amarok_scriptengine_qscript.mo
539share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo 548share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo
540share/locale/hu/LC_MESSAGES/amarokpkg.mo 549share/locale/hu/LC_MESSAGES/amarokpkg.mo
541share/locale/it/LC_MESSAGES/amarok.mo 550share/locale/it/LC_MESSAGES/amarok.mo
542share/locale/it/LC_MESSAGES/amarok_scriptengine_qscript.mo 551share/locale/it/LC_MESSAGES/amarok_scriptengine_qscript.mo
543share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo 552share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo
544share/locale/it/LC_MESSAGES/amarokpkg.mo 553share/locale/it/LC_MESSAGES/amarokpkg.mo
545share/locale/km/LC_MESSAGES/amarok.mo 
546share/locale/km/LC_MESSAGES/amarok_scriptengine_qscript.mo 
547share/locale/km/LC_MESSAGES/amarokcollectionscanner_qt.mo 
548share/locale/km/LC_MESSAGES/amarokpkg.mo 
549share/locale/lv/LC_MESSAGES/amarok.mo 554share/locale/lv/LC_MESSAGES/amarok.mo
550share/locale/lv/LC_MESSAGES/amarok_scriptengine_qscript.mo 555share/locale/lv/LC_MESSAGES/amarok_scriptengine_qscript.mo
551share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo 556share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo
552share/locale/lv/LC_MESSAGES/amarokpkg.mo 557share/locale/lv/LC_MESSAGES/amarokpkg.mo
553share/locale/nb/LC_MESSAGES/amarok.mo 558share/locale/nb/LC_MESSAGES/amarok.mo
554share/locale/nb/LC_MESSAGES/amarok_scriptengine_qscript.mo 559share/locale/nb/LC_MESSAGES/amarok_scriptengine_qscript.mo
555share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo 560share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo
556share/locale/nb/LC_MESSAGES/amarokpkg.mo 561share/locale/nb/LC_MESSAGES/amarokpkg.mo
557share/locale/nds/LC_MESSAGES/amarok.mo 562share/locale/nds/LC_MESSAGES/amarok.mo
558share/locale/nds/LC_MESSAGES/amarok_scriptengine_qscript.mo 563share/locale/nds/LC_MESSAGES/amarok_scriptengine_qscript.mo
559share/locale/nds/LC_MESSAGES/amarokcollectionscanner_qt.mo 564share/locale/nds/LC_MESSAGES/amarokcollectionscanner_qt.mo
560share/locale/nds/LC_MESSAGES/amarokpkg.mo 565share/locale/nds/LC_MESSAGES/amarokpkg.mo
561share/locale/nl/LC_MESSAGES/amarok.mo 566share/locale/nl/LC_MESSAGES/amarok.mo
562share/locale/nl/LC_MESSAGES/amarok_scriptengine_qscript.mo 567share/locale/nl/LC_MESSAGES/amarok_scriptengine_qscript.mo
563share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo 568share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo
564share/locale/nl/LC_MESSAGES/amarokpkg.mo 569share/locale/nl/LC_MESSAGES/amarokpkg.mo
565share/locale/pa/LC_MESSAGES/amarok.mo 570share/locale/pa/LC_MESSAGES/amarok.mo
566share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo 571share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo
567share/locale/pa/LC_MESSAGES/amarokpkg.mo 572share/locale/pa/LC_MESSAGES/amarokpkg.mo
568share/locale/pl/LC_MESSAGES/amarok.mo 573share/locale/pl/LC_MESSAGES/amarok.mo
569share/locale/pl/LC_MESSAGES/amarok_scriptengine_qscript.mo 574share/locale/pl/LC_MESSAGES/amarok_scriptengine_qscript.mo
570share/locale/pl/LC_MESSAGES/amarokcollectionscanner_qt.mo 575share/locale/pl/LC_MESSAGES/amarokcollectionscanner_qt.mo
571share/locale/pl/LC_MESSAGES/amarokpkg.mo 576share/locale/pl/LC_MESSAGES/amarokpkg.mo
572share/locale/pt/LC_MESSAGES/amarok.mo 577share/locale/pt/LC_MESSAGES/amarok.mo
573share/locale/pt/LC_MESSAGES/amarok_scriptengine_qscript.mo 578share/locale/pt/LC_MESSAGES/amarok_scriptengine_qscript.mo
574share/locale/pt/LC_MESSAGES/amarokcollectionscanner_qt.mo 579share/locale/pt/LC_MESSAGES/amarokcollectionscanner_qt.mo
575share/locale/pt/LC_MESSAGES/amarokpkg.mo 580share/locale/pt/LC_MESSAGES/amarokpkg.mo
576share/locale/pt_BR/LC_MESSAGES/amarok.mo 581share/locale/pt_BR/LC_MESSAGES/amarok.mo
577share/locale/pt_BR/LC_MESSAGES/amarok_scriptengine_qscript.mo 582share/locale/pt_BR/LC_MESSAGES/amarok_scriptengine_qscript.mo
578share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo 583share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo
579share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo 584share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo
 585share/locale/ro/LC_MESSAGES/amarok.mo
 586share/locale/ro/LC_MESSAGES/amarok_scriptengine_qscript.mo
 587share/locale/ro/LC_MESSAGES/amarokcollectionscanner_qt.mo
 588share/locale/ro/LC_MESSAGES/amarokpkg.mo
580share/locale/ru/LC_MESSAGES/amarok.mo 589share/locale/ru/LC_MESSAGES/amarok.mo
581share/locale/ru/LC_MESSAGES/amarok_scriptengine_qscript.mo 590share/locale/ru/LC_MESSAGES/amarok_scriptengine_qscript.mo
582share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo 591share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo
583share/locale/ru/LC_MESSAGES/amarokpkg.mo 592share/locale/ru/LC_MESSAGES/amarokpkg.mo
 593share/locale/sk/LC_MESSAGES/amarok.mo
 594share/locale/sk/LC_MESSAGES/amarok_scriptengine_qscript.mo
 595share/locale/sk/LC_MESSAGES/amarokcollectionscanner_qt.mo
 596share/locale/sk/LC_MESSAGES/amarokpkg.mo
584share/locale/sl/LC_MESSAGES/amarok.mo 597share/locale/sl/LC_MESSAGES/amarok.mo
585share/locale/sl/LC_MESSAGES/amarok_scriptengine_qscript.mo 598share/locale/sl/LC_MESSAGES/amarok_scriptengine_qscript.mo
586share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo 599share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo
587share/locale/sl/LC_MESSAGES/amarokpkg.mo 600share/locale/sl/LC_MESSAGES/amarokpkg.mo
588share/locale/sr/LC_MESSAGES/amarok.mo 601share/locale/sr/LC_MESSAGES/amarok.mo
589share/locale/sr/LC_MESSAGES/amarok_scriptengine_qscript.mo 602share/locale/sr/LC_MESSAGES/amarok_scriptengine_qscript.mo
590share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo 603share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo
591share/locale/sr/LC_MESSAGES/amarokpkg.mo 604share/locale/sr/LC_MESSAGES/amarokpkg.mo
 605share/locale/sr@ijekavian/LC_MESSAGES/amarok.mo
 606share/locale/sr@ijekavian/LC_MESSAGES/amarok_scriptengine_qscript.mo
 607share/locale/sr@ijekavian/LC_MESSAGES/amarokcollectionscanner_qt.mo
 608share/locale/sr@ijekavian/LC_MESSAGES/amarokpkg.mo
 609share/locale/sr@ijekavianlatin/LC_MESSAGES/amarokcollectionscanner_qt.mo
592share/locale/sr@latin/LC_MESSAGES/amarokcollectionscanner_qt.mo 610share/locale/sr@latin/LC_MESSAGES/amarokcollectionscanner_qt.mo
593share/locale/sv/LC_MESSAGES/amarok.mo 611share/locale/sv/LC_MESSAGES/amarok.mo
594share/locale/sv/LC_MESSAGES/amarok_scriptengine_qscript.mo 612share/locale/sv/LC_MESSAGES/amarok_scriptengine_qscript.mo
595share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo 613share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo
596share/locale/sv/LC_MESSAGES/amarokpkg.mo 614share/locale/sv/LC_MESSAGES/amarokpkg.mo
 615share/locale/th/LC_MESSAGES/amarok.mo
597share/locale/tr/LC_MESSAGES/amarok.mo 616share/locale/tr/LC_MESSAGES/amarok.mo
598share/locale/tr/LC_MESSAGES/amarok_scriptengine_qscript.mo 617share/locale/tr/LC_MESSAGES/amarok_scriptengine_qscript.mo
599share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo 618share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo
600share/locale/tr/LC_MESSAGES/amarokpkg.mo 619share/locale/tr/LC_MESSAGES/amarokpkg.mo
601share/locale/uk/LC_MESSAGES/amarok.mo 620share/locale/uk/LC_MESSAGES/amarok.mo
602share/locale/uk/LC_MESSAGES/amarok_scriptengine_qscript.mo 621share/locale/uk/LC_MESSAGES/amarok_scriptengine_qscript.mo
603share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo 622share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo
604share/locale/uk/LC_MESSAGES/amarokpkg.mo 623share/locale/uk/LC_MESSAGES/amarokpkg.mo
605share/locale/wa/LC_MESSAGES/amarok.mo 624share/locale/wa/LC_MESSAGES/amarok.mo
606share/locale/wa/LC_MESSAGES/amarokcollectionscanner_qt.mo 625share/locale/wa/LC_MESSAGES/amarokcollectionscanner_qt.mo
607share/locale/zh_CN/LC_MESSAGES/amarok.mo 626share/locale/zh_CN/LC_MESSAGES/amarok.mo
608share/locale/zh_CN/LC_MESSAGES/amarok_scriptengine_qscript.mo 627share/locale/zh_CN/LC_MESSAGES/amarok_scriptengine_qscript.mo
609share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo 628share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo
610share/locale/zh_CN/LC_MESSAGES/amarokpkg.mo 629share/locale/zh_CN/LC_MESSAGES/amarokpkg.mo

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

--- pkgsrc/audio/amarok/distinfo 2010/02/16 09:01:46 1.38
+++ pkgsrc/audio/amarok/distinfo 2010/03/16 19:28:50 1.39
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.38 2010/02/16 09:01:46 wiz Exp $ 1$NetBSD: distinfo,v 1.39 2010/03/16 19:28:50 wiz Exp $
2 2
3SHA1 (amarok-2.2.2.tar.bz2) = 2075299b856477cf55cba8ba983ea25a93dc139b 3SHA1 (amarok-2.3.0.tar.bz2) = 64856a21907d1ba7d198149a8a46276fc4cda7a6
4RMD160 (amarok-2.2.2.tar.bz2) = 0782c4b032d318179bd8bb91353f8e33772d2912 4RMD160 (amarok-2.3.0.tar.bz2) = ff2a7cea8ffbd0e6b08a9b37ab7529e1b1d43a37
5Size (amarok-2.2.2.tar.bz2) = 8788107 bytes 5Size (amarok-2.3.0.tar.bz2) = 9391281 bytes
6SHA1 (patch-aa) = 524a9563db17cbf5e234f2ebe261820326e5d30d 6SHA1 (patch-ab) = 91e6bf8a84d63832641b6270c6f5215baa8f139e
7SHA1 (patch-ab) = 62beea32f17ce6e138702e740d089c6257ddfced 
8SHA1 (patch-ac) = c8c111d0927efe56a07ce89b2ec788a6364257aa 

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

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

--- pkgsrc/audio/amarok/patches/Attic/patch-ab 2010/02/16 09:01:46 1.4
+++ pkgsrc/audio/amarok/patches/Attic/patch-ab 2010/03/16 19:28:50 1.5
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: patch-ab,v 1.4 2010/02/16 09:01:46 wiz Exp $ 1$NetBSD: patch-ab,v 1.5 2010/03/16 19:28:50 wiz Exp $
2 2
3--- src/collection/mysqlecollection/CMakeLists.txt.orig 2009-09-28 17:34:03.000000000 +0000 3--- src/collection/sqlcollection/mysqlecollection/CMakeLists.txt.orig 2010-03-10 23:12:15.000000000 +0000
4+++ src/collection/mysqlecollection/CMakeLists.txt 4+++ src/collection/sqlcollection/mysqlecollection/CMakeLists.txt
5@@ -82,6 +82,7 @@ if(APPLE) 5@@ -49,6 +49,7 @@ if(APPLE)
6 SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "-undefined dynamic_lookup") 6 SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")
7 endif(APPLE) 7 endif(APPLE)
8  8
9+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "@@WLR@@") 9+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES LINK_FLAGS "@@WLR@@")
10 install(TARGETS amarok_collection-mysqlecollection DESTINATION ${PLUGIN_INSTALL_DIR} ) 10 install(TARGETS amarok_collection-mysqlecollection DESTINATION ${PLUGIN_INSTALL_DIR} )
11  11
12 install(FILES ../sqlcollection/org.kde.amarok.SqlCollection.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}) 12 install(FILES amarok_collection-mysqlecollection.desktop DESTINATION ${SERVICES_INSTALL_DIR})

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