diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-29 05:00:55 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-29 05:00:55 +0800 |
commit | 0504e5cfcc2de2d8b91ff6ce4262e75a0aec8036 (patch) | |
tree | c619a94c2dc56db4bae2e3cacd5871129f4093c5 | |
parent | fdf28753eb91bbc4e8e030b1d85e1af1f988ec73 (diff) | |
download | freebsd-ports-gnome-0504e5cfcc2de2d8b91ff6ce4262e75a0aec8036.tar.gz freebsd-ports-gnome-0504e5cfcc2de2d8b91ff6ce4262e75a0aec8036.tar.zst freebsd-ports-gnome-0504e5cfcc2de2d8b91ff6ce4262e75a0aec8036.zip |
audio/amarok: move audio/amarok-kde4 to audio/amarok and update to KF5 based beta
This is based on a port submitted by Benny Goemans <benny.goemans@belgacom.net>
18 files changed, 571 insertions, 1450 deletions
@@ -4402,7 +4402,6 @@ arabic/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x archivers/kio_p7zip||2013-07-26|Has expired: Depends on Qt 3.x astro/celestia-kde||2013-07-26|Has expired: Depends on Qt 3.x astro/orsa||2013-07-26|Has expired: Depends on Qt 3.x -audio/amarok||2013-07-26|Has expired: Depends on Qt 3.x audio/amarok-fs||2013-07-26|Has expired: Depends on Qt 3.x audio/arts||2013-07-26|Has expired: Depends on Qt 3.x audio/cheesetracker||2013-07-26|Has expired: Depends on Qt 3.x @@ -10930,3 +10929,4 @@ devel/rubygem-gettext_i18n_rails_js|devel/rubygem-gettext_i18n_rails_js-rails50| sysutils/kshutdown-kde4|sysutils/kshutdown|2018-12-26|Renamed as no longer kde4 based misc/tellico-kde4|misc/tellico|2018-12-24|Renamed as no longer kde4 based security/py-yubioath-desktop|security/yubioath-desktop|2018-12-27|New Yubikey Oath Desktop app, written in Qt +audio/amarok-kde4|audio/amarok|2018-12-28|Renamed as no longer kde4 based diff --git a/audio/Makefile b/audio/Makefile index 4321f4493e86..b92c6c32f0ae 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -23,7 +23,7 @@ SUBDIR += alsa-sndio SUBDIR += alsa-utils SUBDIR += alure - SUBDIR += amarok-kde4 + SUBDIR += amarok SUBDIR += amb-plugins SUBDIR += ample SUBDIR += amsynth diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile deleted file mode 100644 index cff4c05274fc..000000000000 --- a/audio/amarok-kde4/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Created by: Markus Brueffer <markus@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= amarok -PORTVERSION= 2.8.0 -PORTREVISION= 16 -CATEGORIES= audio kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE music player - -DEPRECATED= KDE4 is EOL upstream -EXPIRATION_DATE= 2018-12-31 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libtag.so:audio/taglib \ - libtag-extras.so:audio/taglib-extras \ - liblastfm.so:audio/liblastfm \ - libqjson.so:devel/qjson@qt4 \ - libqca.so:devel/qca@qt4 \ - libdbus-1.so:devel/dbus -BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator -RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \ - ${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms - -USES= cmake kde:4 mysql:client,embedded pkgconfig \ - qt:4 shared-mime-info shebangfix ssl tar:bzip2 -USE_GL= gl -USE_KDE= automoc4 kdelibs libkcddb libkcompactdisc \ - nepomuk-core runtime soprano strigi -USE_QT= corelib dbus designer gui network opengl \ - phonon script sql svg webkit xml \ - qmake_build moc_build rcc_build uic_build -USE_XORG= ice sm x11 xau xdmcp xext xft xpm -SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl -USE_LDCONFIG= yes -CMAKE_ARGS= -DWITH_FFmpeg:BOOL=off -DOPENSSL_ROOT_DIR=${OPENSSLBASE} - -BROKEN_sparc64= does not build (GCC-related error) - -OPTIONS_DEFINE= IPOD MP3TUNES MTP NLS -OPTIONS_DEFAULT=IPOD MP3TUNES MTP -OPTIONS_SUB= yes - -IPOD_DESC= Apple iPod support -IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ - libimobiledevice.so:comms/libimobiledevice \ - libplist.so:devel/libplist -IPOD_USE= GNOME=gdkpixbuf2,glib20 -IPOD_CMAKE_OFF= -DWITH_IPOD:BOOL=Off - -MP3TUNES_DESC= MP3tunes support -MP3TUNES_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \ - libcurl.so:ftp/curl -MP3TUNES_USE= GNOME=glib20,libxml2 -MP3TUNES_USES= ssl -MP3TUNES_CMAKE_ON= -DWITH_MP3Tunes:BOOL=ON \ - -DWITH_Libgcrypt:BOOL=OFF -MP3TUNES_CMAKE_OFF= -DWITH_MP3Tunes:BOOL=Off - -MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp -MTP_CMAKE_OFF= -DWITH_Mtp:BOOL=Off - -NLS_USES= gettext -NLS_CMAKE_OFF= -DBUILD_po:BOOL=Off - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/cmake/modules/FindMySQLAmarok.cmake - @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ - ${WRKSRC}/cmake/modules/FindLoudmouth.cmake -# Avoid installing MIME types prior to install stage. - @${REINPLACE_CMD} -e '/XDG.*EXECUTABLE/ d' \ - ${WRKSRC}/utilities/amzdownloader/CMakeLists.txt - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages - ${INSTALL_DATA} ${WRKSRC}/utilities/amzdownloader/amzdownloader.xml \ - ${STAGEDIR}${PREFIX}/share/mime/packages - ${INSTALL_SCRIPT} ${WRKSRC}/utilities/amzdownloader/amzdownloader.desktop \ - ${STAGEDIR}${PREFIX}/share/applications/kde4 - -.include <bsd.port.mk> diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo deleted file mode 100644 index 70d6184feb77..000000000000 --- a/audio/amarok-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (amarok-2.8.0.tar.bz2) = f4b89b28f217a6d947e55fb0890de22fad8c404794c6beeb2dcaf2711b4f8ec6 -SIZE (amarok-2.8.0.tar.bz2) = 39950028 diff --git a/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake b/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake deleted file mode 100644 index ed11261c3a4f..000000000000 --- a/audio/amarok-kde4/files/patch-cmake_modules_FindLoudmouth.cmake +++ /dev/null @@ -1,27 +0,0 @@ -Always use find_path() and find_library() to find Loudmouth so that the full -paths are always used in the compiler and linker. ---- cmake/modules/FindLoudmouth.cmake.orig 2017-03-27 19:37:41 UTC -+++ cmake/modules/FindLoudmouth.cmake -@@ -13,13 +13,6 @@ if (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH - SET(LOUDMOUTH_FOUND TRUE) - - else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) -- if(NOT WIN32) -- # use pkg-config to get the directories and then use these values -- # in the FIND_PATH() and FIND_LIBRARY() calls -- find_package(PkgConfig) -- PKG_SEARCH_MODULE(LOUDMOUTH loudmouth-1.0) -- -- else(NOT WIN32) - - FIND_PATH(LOUDMOUTH_INCLUDE_DIRS loudmouth/loudmouth.h /usr/local/include/loudmouth-1.0 - ${_LOUDMOUTHIncDir} -@@ -30,8 +23,6 @@ else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOU - ${_LOUDMOUTHLinkDir} - ) - -- endif(NOT WIN32) -- - if (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) - SET(LOUDMOUTH_FOUND TRUE) - else (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) diff --git a/audio/amarok-kde4/files/patch-git_fec8817 b/audio/amarok-kde4/files/patch-git_fec8817 deleted file mode 100644 index 4ba106dc9783..000000000000 --- a/audio/amarok-kde4/files/patch-git_fec8817 +++ /dev/null @@ -1,40 +0,0 @@ -From: Omar Plummer <omarplummer@imergetechnologies.com> -Date: Thu, 06 Aug 2015 22:24:27 +0000 -Subject: Fix TagLib version check. -X-Git-Url: http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=fec8817c530ce42b6485fdabff6051784b8d9904 ---- -Fix TagLib version check. - -The version check compared version strings lexicographically, so "1.7" -(the min version) compared as greater than "1.10.0". - -BUG: 351013 -REVIEW: 124639 ---- - - ---- cmake/modules/FindTaglib.cmake -+++ cmake/modules/FindTaglib.cmake -@@ -29,10 +29,10 @@ - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) - -- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) - message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") - set(TAGLIB_FOUND FALSE) -- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) - -@@ -42,7 +42,7 @@ - set(TAGLIB_FOUND TRUE) - endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) - string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") -- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) - mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) - - else(TAGLIBCONFIG_EXECUTABLE) - diff --git a/audio/amarok-kde4/files/patch-kde_rb-126682 b/audio/amarok-kde4/files/patch-kde_rb-126682 deleted file mode 100644 index 65a3c27d9ecc..000000000000 --- a/audio/amarok-kde4/files/patch-kde_rb-126682 +++ /dev/null @@ -1,85 +0,0 @@ -# Fix build with FFmpeg 3.x; obtained from https://git.reviewboard.kde.org/r/126682 -# ---- src/musicbrainz/MusicDNSAudioDecoder.cpp -+++ src/musicbrainz/MusicDNSAudioDecoder.cpp -@@ -243,7 +243,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -251,7 +251,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); -@@ -287,7 +287,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - - avcodec_close( pCodecCtx ); - avformat_close_input( &pFormatCtx ); -- av_free( decodedFrame ); -+ av_frame_free( &decodedFrame ); - - return data->duration(); - } -@@ -361,7 +361,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -369,7 +369,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); -@@ -405,7 +405,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - - avcodec_close( pCodecCtx ); - avformat_close_input( &pFormatCtx ); -- av_free( decodedFrame ); -+ av_frame_free( &decodedFrame ); - - return data->duration(); - } -@@ -479,7 +479,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - { - if( !decodedFrame ) - { -- decodedFrame = avcodec_alloc_frame(); -+ decodedFrame = av_frame_alloc(); - if( !decodedFrame ) - { - warning() << "Unable to allocate enough memory to decode file."; -@@ -487,7 +487,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - break; - } - else -- avcodec_get_frame_defaults( decodedFrame ); -+ av_frame_unref( decodedFrame ); - } - - decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, &gotFrame, &avpkt ); -@@ -523,7 +523,7 @@ MusicDNSAudioDecoder::decode( const QString &fileName, DecodedAudioData *data, c - - avcodec_close( pCodecCtx ); - av_close_input_file( pFormatCtx ); -- av_free( decodedFrame ); -+ av_frame_free( &decodedFrame ); - - return data->duration(); - } diff --git a/audio/amarok-kde4/files/patch-src_core-impl_collections-db-sql-mysqlcollection-CMakeLists.txt b/audio/amarok-kde4/files/patch-src_core-impl_collections-db-sql-mysqlcollection-CMakeLists.txt deleted file mode 100644 index b911e2a9afad..000000000000 --- a/audio/amarok-kde4/files/patch-src_core-impl_collections-db-sql-mysqlcollection-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2017-09-27 16:37:16 UTC -+++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt -@@ -29,7 +29,8 @@ target_link_libraries(amarok_collection- - ) - - if(NOT WIN32 AND NOT APPLE) -- target_link_libraries( amarok_collection-mysqlecollection crypt pthread ) -+ find_package( OpenSSL REQUIRED ) -+ target_link_libraries( amarok_collection-mysqlecollection crypt pthread ${OPENSSL_SSL_LIBRARY} ) - endif(NOT WIN32 AND NOT APPLE) - - if(APPLE) diff --git a/audio/amarok-kde4/files/patch-src_core-impl_playlists_types_file_xspf_XSPFPlaylist.cpp b/audio/amarok-kde4/files/patch-src_core-impl_playlists_types_file_xspf_XSPFPlaylist.cpp deleted file mode 100644 index e0cf9d2a7cab..000000000000 --- a/audio/amarok-kde4/files/patch-src_core-impl_playlists_types_file_xspf_XSPFPlaylist.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp.orig 2013-08-14 20:22:52 UTC -+++ src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp -@@ -27,6 +27,7 @@ - #include "playlist/PlaylistController.h" - #include "playlist/PlaylistModelStack.h" - -+using Playlist::ModelStack; - using namespace Playlists; - - XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad ) -@@ -101,7 +102,7 @@ XSPFPlaylist::load() - //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist - if( m_autoAppendAfterLoad ) - The::playlistController()->insertPlaylist( -- ::Playlist::ModelStack::instance()->bottom()->rowCount(), -+ ModelStack::instance()->bottom()->rowCount(), - Playlists::PlaylistPtr( this ) - ); - } diff --git a/audio/amarok-kde4/pkg-plist b/audio/amarok-kde4/pkg-plist deleted file mode 100644 index e806ce73d594..000000000000 --- a/audio/amarok-kde4/pkg-plist +++ /dev/null @@ -1,1177 +0,0 @@ -bin/amarok -bin/amarok_afttagger -bin/amarokcollectionscanner -%%MP3TUNES%%bin/amarokmp3tunesharmonydaemon -bin/amarokpkg -bin/amzdownloader -lib/kde4/amarok_collection-audiocdcollection.so -lib/kde4/amarok_collection-daapcollection.so -%%IPOD%%lib/kde4/amarok_collection-ipodcollection.so -%%MTP%%lib/kde4/amarok_collection-mtpcollection.so -lib/kde4/amarok_collection-mysqlecollection.so -lib/kde4/amarok_collection-mysqlservercollection.so -lib/kde4/amarok_collection-nepomukcollection.so -lib/kde4/amarok_collection-playdarcollection.so -lib/kde4/amarok_collection-umscollection.so -lib/kde4/amarok_collection-upnpcollection.so -lib/kde4/amarok_containment_vertical.so -lib/kde4/amarok_context_applet_albums.so -lib/kde4/amarok_context_applet_analyzer.so -lib/kde4/amarok_context_applet_currenttrack.so -lib/kde4/amarok_context_applet_info.so -lib/kde4/amarok_context_applet_labels.so -lib/kde4/amarok_context_applet_lyrics.so -lib/kde4/amarok_context_applet_photos.so -lib/kde4/amarok_context_applet_similarArtists.so -lib/kde4/amarok_context_applet_tabs.so -lib/kde4/amarok_context_applet_upcomingEvents.so -lib/kde4/amarok_context_applet_wikipedia.so -lib/kde4/amarok_data_engine_current.so -lib/kde4/amarok_data_engine_info.so -lib/kde4/amarok_data_engine_labels.so -lib/kde4/amarok_data_engine_lyrics.so -lib/kde4/amarok_data_engine_photos.so -lib/kde4/amarok_data_engine_similarArtists.so -lib/kde4/amarok_data_engine_tabs.so -lib/kde4/amarok_data_engine_upcomingEvents.so -lib/kde4/amarok_data_engine_wikipedia.so -lib/kde4/amarok_service_amazonstore.so -lib/kde4/amarok_service_ampache.so -lib/kde4/amarok_service_jamendo.so -lib/kde4/amarok_service_lastfm.so -lib/kde4/amarok_service_magnatunestore.so -%%MP3TUNES%%lib/kde4/amarok_service_mp3tunes.so -lib/kde4/amarok_service_opmldirectory.so -lib/kde4/kcm_amarok_service_amazonstore.so -lib/kde4/kcm_amarok_service_ampache.so -lib/kde4/kcm_amarok_service_lastfm.so -lib/kde4/kcm_amarok_service_magnatunestore.so -%%MP3TUNES%%lib/kde4/kcm_amarok_service_mp3tunes.so -lib/libamarok-sqlcollection.so -lib/libamarok-sqlcollection.so.1 -lib/libamarok-sqlcollection.so.1.0.0 -lib/libamarok-transcoding.so -lib/libamarok-transcoding.so.1 -lib/libamarok-transcoding.so.1.0.0 -lib/libamarok_service_lastfm_shared.so -lib/libamarokcore.so -lib/libamarokcore.so.1 -lib/libamarokcore.so.1.0.0 -lib/libamaroklib.so -lib/libamaroklib.so.1 -lib/libamaroklib.so.1.0.0 -lib/libamarokocsclient.so -lib/libamarokocsclient.so.4 -lib/libamarokocsclient.so.%%KDE4_GENERIC_LIB_VERSION%% -lib/libamarokpud.so -lib/libamarokpud.so.1 -lib/libamarokpud.so.1.0.0 -lib/libamarokshared.so -lib/libamarokshared.so.1 -lib/libamarokshared.so.1.0.0 -lib/libampache_account_login.so -share/applications/kde4/amarok.desktop -share/applications/kde4/amarok_containers.desktop -share/applications/kde4/amzdownloader.desktop -share/apps/amarok/amarok.notifyrc -share/apps/amarok/data/DefaultPlaylistLayouts.xml -share/apps/amarok/data/InfoAppletCustomStyle.css -share/apps/amarok/data/InfoParserLoading.html -share/apps/amarok/data/WikipediaCustomStyle.css -share/apps/amarok/data/bullet.gif -share/apps/amarok/data/first_run_jingle.ogg -share/apps/amarok/data/hover_info_template.html -share/apps/amarok/data/info_frontpage.html -share/apps/amarok/data/podcast_directory.opml -share/apps/amarok/data/upcoming-events-map.html -share/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png -share/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png -share/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png -share/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_add.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_remove.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_view.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png -share/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-bpm-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-comment-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-composer-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-dash-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-discnumber-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-dot-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-last-played.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/label-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/lastfm-mix-radio-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/lastfm-neighbour-radio-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/lastfm-personal-radio-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/lastfm-recommended-radio-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/lastfm-tag-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-album-repeat-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-random-albums-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-random-tracks-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-repeat-album-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-repeat-playlist-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-repeat-track-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-show-active-track-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-standard-track-progression-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-track-add-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-track-edit-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-track-queue-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/media-track-remove-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/playlist-generator.png -share/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/preferences-indicator-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/preferences-media-playback-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-amazon-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-gpodder-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-lastfm-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-librivox-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-magnatune-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-mp3tunes-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-opml-amarok.png -share/apps/amarok/icons/hicolor/16x16/actions/view-services-scripted-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_add.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_remove.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_view.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png -share/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-album-repeat-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-random-albums-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-random-tracks-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-repeat-album-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-repeat-playlist-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-repeat-track-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-show-active-track-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-standard-track-progression-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-track-add-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-track-edit-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-track-queue-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/media-track-remove-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/playlist-generator.png -share/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/preferences-indicator-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/preferences-media-playback-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-amazon-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-gpodder-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-lastfm-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-librivox-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-magnatune-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-mp3tunes-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-opml-amarok.png -share/apps/amarok/icons/hicolor/22x22/actions/view-services-scripted-amarok.png -share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-friends-amarok.png -share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-neighbours-amarok.png -share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-tags-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_add.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_remove.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_view.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png -share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png -share/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png -share/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png -share/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-random-albums-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-random-tracks-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-repeat-album-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-repeat-playlist-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-repeat-track-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-show-active-track-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-standard-track-progression-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-track-add-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-track-edit-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-track-queue-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/media-track-remove-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/playlist-generator.png -share/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/preferences-indicator-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/preferences-media-playback-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-amazon-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-gpodder-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-lastfm-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-magnatune-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-opml-amarok.png -share/apps/amarok/icons/hicolor/32x32/actions/view-services-scripted-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_add.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_remove.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_view.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png -share/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/current-track-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-and-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-bpm-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-comment-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-composer-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-dash-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-discnumber-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-divider.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-dot-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-filetype-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-genre-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-group-length.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-group-tracks.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-ignore-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-last-played.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-moodbar.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-sample-rate.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-slash-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-space-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-title-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-track-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-underscore-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/filename-year-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/info-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/label-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-repeat-album-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-repeat-playlist-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-repeat-track-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-show-active-track-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-standard-track-progression-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/photos-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/playlist-generator.png -share/apps/amarok/icons/hicolor/48x48/actions/podcast-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/preferences-indicator-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/preferences-view-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/similarartists-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/upcomingevents-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-media-analyzer-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-amazon-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-gpodder-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png -share/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png -share/apps/amarok/images/amarok-tabs-bass.png -share/apps/amarok/images/amarok-tabs-drum.png -share/apps/amarok/images/amarok-tabs-guitar.png -share/apps/amarok/images/amarok-tabs-piano.png -share/apps/amarok/images/amarok_icon.svg -share/apps/amarok/images/ball.png -share/apps/amarok/images/default-theme-clean.svg -share/apps/amarok/images/dot.png -share/apps/amarok/images/echonest.png -share/apps/amarok/images/emblem-amazon.png -share/apps/amarok/images/emblem-ampache-scalable.svgz -share/apps/amarok/images/emblem-ampache.png -share/apps/amarok/images/emblem-default.png -share/apps/amarok/images/emblem-delicious.png -share/apps/amarok/images/emblem-digg.png -share/apps/amarok/images/emblem-facebook.png -share/apps/amarok/images/emblem-gpodder-scalable.svgz -share/apps/amarok/images/emblem-gpodder.png -share/apps/amarok/images/emblem-identica.png -share/apps/amarok/images/emblem-jamendo-scalable.svgz -share/apps/amarok/images/emblem-jamendo.png -share/apps/amarok/images/emblem-lastfm-scalable.svg -share/apps/amarok/images/emblem-lastfm.png -share/apps/amarok/images/emblem-linkedin.png -share/apps/amarok/images/emblem-magnatune.png -share/apps/amarok/images/emblem-mp3tunes.png -share/apps/amarok/images/emblem-myspace.png -share/apps/amarok/images/emblem-reddit.png -share/apps/amarok/images/emblem-scripted-scalable.svgz -share/apps/amarok/images/emblem-scripted.png -share/apps/amarok/images/emblem-stackoverflow.png -share/apps/amarok/images/emblem-twitter.png -share/apps/amarok/images/emblem-wikipedia.png -share/apps/amarok/images/emblem-xing.png -share/apps/amarok/images/grid.png -share/apps/amarok/images/hover_info_amazon.png -share/apps/amarok/images/hover_info_ampache.png -share/apps/amarok/images/hover_info_collections.png -share/apps/amarok/images/hover_info_dynamic_playlists.png -share/apps/amarok/images/hover_info_files.png -share/apps/amarok/images/hover_info_internet.png -share/apps/amarok/images/hover_info_jamendo.png -share/apps/amarok/images/hover_info_lastfm.png -share/apps/amarok/images/hover_info_magnatune.png -share/apps/amarok/images/hover_info_playlists.png -share/apps/amarok/images/hover_info_podcasts.png -share/apps/amarok/images/hover_info_user_playlists.png -share/apps/amarok/images/info_frontpage_bg.png -share/apps/amarok/images/info_frontpage_logo.png -share/apps/amarok/images/info_frontpage_shadow.png -share/apps/amarok/images/lastfm.png -share/apps/amarok/images/lastfm-default-cover.png -share/apps/amarok/images/loading1.png -share/apps/amarok/images/loading2.png -share/apps/amarok/images/mb_aicon.png -share/apps/amarok/images/mb_licon.png -share/apps/amarok/images/mb_ticon.png -share/apps/amarok/images/navigation_arrows.svg -share/apps/amarok/images/nocover.png -share/apps/amarok/images/opendesktop-22.png -share/apps/amarok/images/playlist-bookmark-16.png -share/apps/amarok/images/playlist-layouts-22.png -share/apps/amarok/images/playlist-sorting-16.png -share/apps/amarok/images/pud_items.svg -share/apps/amarok/images/service_info_loading1.png -share/apps/amarok/images/service_info_loading10.png -share/apps/amarok/images/service_info_loading11.png -share/apps/amarok/images/service_info_loading12.png -share/apps/amarok/images/service_info_loading2.png -share/apps/amarok/images/service_info_loading3.png -share/apps/amarok/images/service_info_loading4.png -share/apps/amarok/images/service_info_loading5.png -share/apps/amarok/images/service_info_loading6.png -share/apps/amarok/images/service_info_loading7.png -share/apps/amarok/images/service_info_loading8.png -share/apps/amarok/images/service_info_loading9.png -share/apps/amarok/images/smallstar.png -share/apps/amarok/images/star.png -share/apps/amarok/images/volume_icon.png -share/apps/amarok/images/volume_muted_icon.png -share/apps/amarok/images/wirl1.png -share/apps/amarok/images/wirl2.png -share/apps/amarok/scripts/free_music_charts_service/FMCEmblem.png -share/apps/amarok/scripts/free_music_charts_service/FMCIcon.png -share/apps/amarok/scripts/free_music_charts_service/FMCShow.png -share/apps/amarok/scripts/free_music_charts_service/main.js -share/apps/amarok/scripts/free_music_charts_service/script.spec -share/apps/amarok/scripts/librivox_service/COPYING -share/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png -share/apps/amarok/scripts/librivox_service/LibrivoxIcon.png -share/apps/amarok/scripts/librivox_service/LibrivoxLogo.png -share/apps/amarok/scripts/librivox_service/LibrivoxScalableEmblem.svgz -share/apps/amarok/scripts/librivox_service/LibrivoxService.html -share/apps/amarok/scripts/librivox_service/README -share/apps/amarok/scripts/librivox_service/audio_book128.png -share/apps/amarok/scripts/librivox_service/main.js -share/apps/amarok/scripts/librivox_service/script.spec -share/apps/amarok/scripts/lyrics_lyricwiki/main.js -share/apps/amarok/scripts/lyrics_lyricwiki/script.spec -share/apps/amarok/scripts/radio_station_service/main.js -share/apps/amarok/scripts/radio_station_service/script.spec -share/apps/amarok/scripts/script_console/main.js -share/apps/amarok/scripts/script_console/script.spec -share/apps/desktoptheme/default/widgets/amarok-albums.svg -share/apps/desktoptheme/default/widgets/amarok-currenttrack.svg -share/apps/desktoptheme/default/widgets/amarok-info-applet.svg -share/apps/desktoptheme/default/widgets/amarok-wikipedia.svg -share/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg -share/apps/kconf_update/amarok-2.4.1-tokens_syntax_update.pl -share/apps/kconf_update/amarok.upd -share/apps/solid/actions/amarok-play-audiocd.desktop -share/config.kcfg/amarokconfig.kcfg -share/config/amarok.knsrc -share/config/amarok_homerc -share/config/amarokapplets.knsrc -share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml -share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml -share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml -share/dbus-1/interfaces/org.kde.amarok.App.xml -share/dbus-1/interfaces/org.kde.amarok.Collection.xml -share/dbus-1/interfaces/org.kde.amarok.Mpris1Extensions.Player.xml -share/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml -share/doc/HTML/de/amarok/common -share/doc/HTML/de/amarok/index.cache.bz2 -share/doc/HTML/de/amarok/index.docbook -share/doc/HTML/en/amarok/amarok2-7scriptsconfigmenu.png -share/doc/HTML/en/amarok/amarok2dot8pud.png -share/doc/HTML/en/amarok/amarok_2-8_appletexplorer_default.png -share/doc/HTML/en/amarok/amarok_2-8_collectionbrowser_merged.png -share/doc/HTML/en/amarok/amarok_2-8_collectionbrowser_nonmerged.png -share/doc/HTML/en/amarok/amarok_2-8_collectionbrowsersearchfield.png -share/doc/HTML/en/amarok/amarok_2-8_collectionsortingmenu.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialogdatabase.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialogdatabaseenabled.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialoggeneral.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialoglocalcollection.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialognotifications.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialogplayback.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialogplugins.png -share/doc/HTML/en/amarok/amarok_2-8_configurationdialogscripts.png -share/doc/HTML/en/amarok/amarok_2-8_contextview_default.png -share/doc/HTML/en/amarok/amarok_2-8_default.png -share/doc/HTML/en/amarok/amarok_2-8_mediasourcespanedefault.png -share/doc/HTML/en/amarok/amarok_2-8_nepomukindexfolders_dialog_kde_4-11.png -share/doc/HTML/en/amarok/amarok_2-8_organizefilestranscode.png -share/doc/HTML/en/amarok/amarok_2-8_organizetracks.png -share/doc/HTML/en/amarok/amarok_2-8_playlistbottombar.png -share/doc/HTML/en/amarok/amarok_2-8_playlistfilteroptions.png -share/doc/HTML/en/amarok/amarok_2-8_playlistlayouteditor.png -share/doc/HTML/en/amarok/amarok_2-8_playlistpane.png -share/doc/HTML/en/amarok/amarok_2-8_playlistsortinglevels.png -share/doc/HTML/en/amarok/amarok_2-8_popupdropperadd.png -share/doc/HTML/en/amarok/amarok_2-8_popupdropperremove.png -share/doc/HTML/en/amarok/amarok_2-8_remotecollections_samba_server.png -share/doc/HTML/en/amarok/amarok_2-8_remotecollections_samba_server1.png -share/doc/HTML/en/amarok/amarok_2-8_savecurrentplaylistoptions.png -share/doc/HTML/en/amarok/amarok_2-8_startwindowdefault.png -share/doc/HTML/en/amarok/amarok_2-8_systray_window.png -share/doc/HTML/en/amarok/amarok_2-8_upnp_collection.png -share/doc/HTML/en/amarok/amarok_2-8_upnp_collection_plugin.png -share/doc/HTML/en/amarok/amarok_systray_2-8_4-11.png -share/doc/HTML/en/amarok/Face-smile.png -share/doc/HTML/en/amarok/Icon-action-dynamic-amarok.png -share/doc/HTML/en/amarok/Icon-application-exit.png -share/doc/HTML/en/amarok/Icon-bookmark-new-list.png -share/doc/HTML/en/amarok/Icon-configure.png -share/doc/HTML/en/amarok/Icon-dialog-information.png -share/doc/HTML/en/amarok/Icon-document-export.png -share/doc/HTML/en/amarok/Icon-document-import.png -share/doc/HTML/en/amarok/Icon-document-new.png -share/doc/HTML/en/amarok/Icon-document-properties.png -share/doc/HTML/en/amarok/Icon-document-save.png -share/doc/HTML/en/amarok/Icon-edit-clear-list.png -share/doc/HTML/en/amarok/Icon-edit-clear-locationbar-rtl.png -share/doc/HTML/en/amarok/Icon-edit-copy.png -share/doc/HTML/en/amarok/Icon-edit-delete.png -share/doc/HTML/en/amarok/Icon-emblem-favorite.png -share/doc/HTML/en/amarok/Icon-emblem-mounted.png -share/doc/HTML/en/amarok/Icon-flag-green.png -share/doc/HTML/en/amarok/Icon-folder-new.png -share/doc/HTML/en/amarok/Icon-folder-remote.png -share/doc/HTML/en/amarok/Icon-go-down.png -share/doc/HTML/en/amarok/Icon-go-home.png -share/doc/HTML/en/amarok/Icon-go-next.png -share/doc/HTML/en/amarok/Icon-go-previous.png -share/doc/HTML/en/amarok/Icon-go-up.png -share/doc/HTML/en/amarok/Icon-list-add.png -share/doc/HTML/en/amarok/Icon-list-remove.png -share/doc/HTML/en/amarok/Icon-media-playback-pause.png -share/doc/HTML/en/amarok/Icon-media-playback-start.png -share/doc/HTML/en/amarok/Icon-media-playback-stop.png -share/doc/HTML/en/amarok/Icon-preferences-other.png -share/doc/HTML/en/amarok/Icon-view-list-tree.png -share/doc/HTML/en/amarok/Icon-view-refresh.png -share/doc/HTML/en/amarok/action-collection-amarok48.png -share/doc/HTML/en/amarok/amarok-2-6-duplicates-during-collection-scan.png -share/doc/HTML/en/amarok/amarok-apg-presets-toolbar.png -share/doc/HTML/en/amarok/amarok-e17.png -share/doc/HTML/en/amarok/amarok-fluxbox.png -share/doc/HTML/en/amarok/amarok-gnome.png -share/doc/HTML/en/amarok/amarok-lxde.png -share/doc/HTML/en/amarok/amarok-mac-port-install.png -share/doc/HTML/en/amarok/amarok-maintoolbar.png -share/doc/HTML/en/amarok/amarok-managing-media.png -share/doc/HTML/en/amarok/amarok-newdynamic-detail.png -share/doc/HTML/en/amarok/amarok-newdynamic.png -share/doc/HTML/en/amarok/amarok-slimtoolbar.png -share/doc/HTML/en/amarok/amarok-statsyncing.png -share/doc/HTML/en/amarok/amarok-xfce.png -share/doc/HTML/en/amarok/amarok2-4-1albumtageditdialog.png -share/doc/HTML/en/amarok/amarok2-4-1albumtageditpertrackdialog.png -share/doc/HTML/en/amarok/amarok2-4-1editfilterdialog.png -share/doc/HTML/en/amarok/amarok2-4-1filenamelayoutchooseroptions.png -share/doc/HTML/en/amarok/amarok2-4-1tageditdialog.png -share/doc/HTML/en/amarok/amarok2-4musicbrainztagger.png -share/doc/HTML/en/amarok/amarok2-4organizefilesadvanceddialog.png -share/doc/HTML/en/amarok/amarok2-4queueeditor.png -share/doc/HTML/en/amarok/amarok2-4searchplaylist.png -share/doc/HTML/en/amarok/amarok2-6configgeneralmenu.png -share/doc/HTML/en/amarok/amarok2-6flactranscodemenu.png -share/doc/HTML/en/amarok/amarok2-6helpmenu.png -share/doc/HTML/en/amarok/amarok2-6playlistalbumcontextmenu.png -share/doc/HTML/en/amarok/amarok2-6trackcontextmenu.png -share/doc/HTML/en/amarok/amarok2-6viewconfigmenu.png -share/doc/HTML/en/amarok/amarok2-6viewundocksymbols.png -share/doc/HTML/en/amarok/amarok2-7menutools.png -share/doc/HTML/en/amarok/amarok2-7networkrequestsviewer.png -share/doc/HTML/en/amarok/amarok2-7renamesavedplaylist.png -share/doc/HTML/en/amarok/amarok2-7thetoolbar.png -share/doc/HTML/en/amarok/amarok24_configureshortcutdetail.png -share/doc/HTML/en/amarok/amarok24_configureshortcutsdialog.png -share/doc/HTML/en/amarok/amarok24_settingsmenu.png -share/doc/HTML/en/amarok/amarok24_settingsmenu_withreplaygain.png -share/doc/HTML/en/amarok/amarok2_moodbar.png -share/doc/HTML/en/amarok/amarok_2-6_layout.png -share/doc/HTML/en/amarok/amarok_add-on_installer.png -share/doc/HTML/en/amarok/amarok_addtoplaylist1.png -share/doc/HTML/en/amarok/amarok_amarokmenu2-4.png -share/doc/HTML/en/amarok/amarok_ampache_client2.png -share/doc/HTML/en/amarok/amarok_connecting_media_devices.png -share/doc/HTML/en/amarok/amarok_cover_manager.png -share/doc/HTML/en/amarok/amarok_cover_manager_newcover.png -share/doc/HTML/en/amarok/amarok_dynamic_playlist.png -share/doc/HTML/en/amarok/amarok_layout11.png -share/doc/HTML/en/amarok/amarok_layout22.png -share/doc/HTML/en/amarok/amarok_layout23.png -share/doc/HTML/en/amarok/amarok_layout24.png -share/doc/HTML/en/amarok/amarok_layout25.png -share/doc/HTML/en/amarok/amarok_layout26.png -share/doc/HTML/en/amarok/amarok_layout27.png -share/doc/HTML/en/amarok/amarok_layout28.png -share/doc/HTML/en/amarok/amarok_loading_media_devices.png -share/doc/HTML/en/amarok/amarok_locale_selection.png -share/doc/HTML/en/amarok/amarok_main_toolbar.png -share/doc/HTML/en/amarok/amarok_media_devices.png -share/doc/HTML/en/amarok/amarok_on_mac.png -share/doc/HTML/en/amarok/amarok_playlist_layout_d_ss.png -share/doc/HTML/en/amarok/amarok_playlist_layout_editor.png -share/doc/HTML/en/amarok/amarok_playlist_layout_nog1_s.png -share/doc/HTML/en/amarok/amarok_playlist_layout_nog2_s.png -share/doc/HTML/en/amarok/amarok_playlist_layout_v1_s.png -share/doc/HTML/en/amarok/amarok_playlist_search_ex.png -share/doc/HTML/en/amarok/amarok_saved_playlists.png -share/doc/HTML/en/amarok/amarok_show_only_matches.png -share/doc/HTML/en/amarok/amarok_slim_toolbar.png -share/doc/HTML/en/amarok/amarok_tracks_media_devices1.png -share/doc/HTML/en/amarok/amarokbreadcrumb.png -share/doc/HTML/en/amarok/amarokconfigurationdialog2-7phononbackend.png -share/doc/HTML/en/amarok/amarokconfigurationdialog2-7phonondevice.png -share/doc/HTML/en/amarok/amarokconfigurationdialog2-7phononhardware.png -share/doc/HTML/en/amarok/amarokconfigurationdialog2-7scriptconsole.png -share/doc/HTML/en/amarok/amarokmediasources-files.png -share/doc/HTML/en/amarok/amarokmediasources-home.png -share/doc/HTML/en/amarok/amaroknepomukcollectionbrowser2-7.png -share/doc/HTML/en/amarok/amaroknew2-4.png -share/doc/HTML/en/amarok/amarokripcd.png -share/doc/HTML/en/amarok/amaroktoplevelmenus2-4.png -share/doc/HTML/en/amarok/apgpresetsmatchallgroup.png -share/doc/HTML/en/amarok/applications-internet.png -share/doc/HTML/en/amarok/bookmarking_menu.png -share/doc/HTML/en/amarok/cd_collection_sansa.png -share/doc/HTML/en/amarok/common -share/doc/HTML/en/amarok/controlamarok.png -share/doc/HTML/en/amarok/document-save.png -share/doc/HTML/en/amarok/edit-redo.png -share/doc/HTML/en/amarok/edit-undo.png -share/doc/HTML/en/amarok/favor.png -share/doc/HTML/en/amarok/firstruncollection2.png -share/doc/HTML/en/amarok/folder-amarok.png -share/doc/HTML/en/amarok/generatedlist.png -share/doc/HTML/en/amarok/generatingtree.png -share/doc/HTML/en/amarok/hi48-action-amarok_lyrics.png -share/doc/HTML/en/amarok/hi48-action-clear-playlist-amarok.png -share/doc/HTML/en/amarok/hi48-action-current-track-amarok.png -share/doc/HTML/en/amarok/hi48-action-edit-playlist-queue.png -share/doc/HTML/en/amarok/hi48-action-filename-album-amarok.png -share/doc/HTML/en/amarok/hi48-action-filename-genre-amarok.png -share/doc/HTML/en/amarok/hi48-action-info-amarok.png -share/doc/HTML/en/amarok/hi48-action-label-amarok.png -share/doc/HTML/en/amarok/hi48-action-media-standard-track-progression-amarok.png -share/doc/HTML/en/amarok/hi48-action-music-amarok.png -share/doc/HTML/en/amarok/hi48-action-podcast-amarok.png -share/doc/HTML/en/amarok/hi48-action-similarartists-amarok.png -share/doc/HTML/en/amarok/hi48-action-upcomingevents-amarok.png -share/doc/HTML/en/amarok/hi48-action-view-media-analyzer-amarok.png -share/doc/HTML/en/amarok/hi48-image-x-generic.png -share/doc/HTML/en/amarok/index.cache.bz2 -share/doc/HTML/en/amarok/index.docbook -share/doc/HTML/en/amarok/installation1-1.png -share/doc/HTML/en/amarok/installation2.png -share/doc/HTML/en/amarok/installation3.png -share/doc/HTML/en/amarok/installation4.png -share/doc/HTML/en/amarok/ipod-connected-dialog.png -share/doc/HTML/en/amarok/last-fm-spelling-correction.png -share/doc/HTML/en/amarok/matchedtrackspage.png -share/doc/HTML/en/amarok/media_sources1.png -share/doc/HTML/en/amarok/mediasources.png -share/doc/HTML/en/amarok/mediasources10.png -share/doc/HTML/en/amarok/mediasources5.png -share/doc/HTML/en/amarok/mediasources6.png -share/doc/HTML/en/amarok/mediasources7.png -share/doc/HTML/en/amarok/mediasources8.png -share/doc/HTML/en/amarok/mediasourcesex.png -share/doc/HTML/en/amarok/metadatadialog.png -share/doc/HTML/en/amarok/nocover_amarok.png -share/doc/HTML/en/amarok/oraganize_menu.png -share/doc/HTML/en/amarok/otherplatforms_nonkde.png -share/doc/HTML/en/amarok/otherplatforms_osx.png -share/doc/HTML/en/amarok/otherplatforms_windows.png -share/doc/HTML/en/amarok/playlist-layout-item-configuration-amarok.png -share/doc/HTML/en/amarok/playlist_save.png -share/doc/HTML/en/amarok/playlistlayout1.png -share/doc/HTML/en/amarok/playlistlayout2.png -share/doc/HTML/en/amarok/playlistlayout3.png -share/doc/HTML/en/amarok/playlistlayout4.png -share/doc/HTML/en/amarok/playlistmenu.png -share/doc/HTML/en/amarok/playlistpic.png -share/doc/HTML/en/amarok/playlistqueue.png -share/doc/HTML/en/amarok/queue.png -share/doc/HTML/en/amarok/queueend.png -share/doc/HTML/en/amarok/remotecollections_ampache_client1.png -share/doc/HTML/en/amarok/remotecollections_ampache_client2.png -share/doc/HTML/en/amarok/remotecollections_daap.png -share/doc/HTML/en/amarok/searchincollection_example_editbox.png -share/doc/HTML/en/amarok/searchincollection_example_editbox2.png -share/doc/HTML/en/amarok/slim_toolbar.png -share/doc/HTML/en/amarok/sorting.png -share/doc/HTML/en/amarok/tagedit_fromfile_advanced.png -share/doc/HTML/en/amarok/tagedit_fromfile_advanced_example.png -share/doc/HTML/en/amarok/tagedit_fromfile_basic.png -share/doc/HTML/en/amarok/tagedit_fromfile_basic_example.png -share/doc/HTML/en/amarok/toolbar_main.png -share/doc/HTML/en/amarok/tools_bookmarkmanager.png -share/doc/HTML/en/amarok/tools_covermanager.png -share/doc/HTML/en/amarok/tools_equalizer.png -share/doc/HTML/en/amarok/track_progression.png -share/doc/HTML/en/amarok/view-media-playlist.png -share/doc/HTML/es/amarok/common -share/doc/HTML/es/amarok/index.cache.bz2 -share/doc/HTML/es/amarok/index.docbook -share/doc/HTML/es/amarok/vis_window.png -share/doc/HTML/et/amarok/common -share/doc/HTML/et/amarok/index.cache.bz2 -share/doc/HTML/et/amarok/index.docbook -share/doc/HTML/nl/amarok/add_dynamic.png -share/doc/HTML/nl/amarok/amarok_playlist.png -share/doc/HTML/nl/amarok/analyzer.png -share/doc/HTML/nl/amarok/buttons.png -share/doc/HTML/nl/amarok/collection.png -share/doc/HTML/nl/amarok/common -share/doc/HTML/nl/amarok/config_appearance.png -share/doc/HTML/nl/amarok/config_collection.png -share/doc/HTML/nl/amarok/config_engine.png -share/doc/HTML/nl/amarok/config_general.png -share/doc/HTML/nl/amarok/config_osd.png -share/doc/HTML/nl/amarok/config_playback.png -share/doc/HTML/nl/amarok/config_scrobbler.png -share/doc/HTML/nl/amarok/context.png -share/doc/HTML/nl/amarok/coverman.png -share/doc/HTML/nl/amarok/dynamic_bar.png -share/doc/HTML/nl/amarok/dynamic_settings.png -share/doc/HTML/nl/amarok/equalizer.png -share/doc/HTML/nl/amarok/file_browser.png -share/doc/HTML/nl/amarok/index.cache.bz2 -share/doc/HTML/nl/amarok/index.docbook -share/doc/HTML/nl/amarok/logo.png -share/doc/HTML/nl/amarok/media_device.png -share/doc/HTML/nl/amarok/menubar.png -share/doc/HTML/nl/amarok/musicbrainz.png -share/doc/HTML/nl/amarok/pl_browser.png -share/doc/HTML/nl/amarok/pl_tip1.png -share/doc/HTML/nl/amarok/play_list.png -share/doc/HTML/nl/amarok/player_window.png -share/doc/HTML/nl/amarok/playlist_browser.png -share/doc/HTML/nl/amarok/playlist_window.png -share/doc/HTML/nl/amarok/queue_manager.png -share/doc/HTML/nl/amarok/rmb_menu.png -share/doc/HTML/nl/amarok/script_manager.png -share/doc/HTML/nl/amarok/status_bar.png -share/doc/HTML/nl/amarok/tab_lyrics.png -share/doc/HTML/nl/amarok/tab_lyrics1.png -share/doc/HTML/nl/amarok/tab_music.png -share/doc/HTML/nl/amarok/tab_wiki.png -share/doc/HTML/nl/amarok/vis_window.png -share/doc/HTML/pt/amarok/common -share/doc/HTML/pt/amarok/index.cache.bz2 -share/doc/HTML/pt/amarok/index.docbook -share/doc/HTML/pt_BR/amarok/common -share/doc/HTML/pt_BR/amarok/index.cache.bz2 -share/doc/HTML/pt_BR/amarok/index.docbook -share/doc/HTML/ru/amarok/advancedtok.png -share/doc/HTML/ru/amarok/amarok-context.png -share/doc/HTML/ru/amarok/amarok-contextadd.png -share/doc/HTML/ru/amarok/amarok-maintoolbar.png -share/doc/HTML/ru/amarok/amarok-managing-media.png -share/doc/HTML/ru/amarok/amarok-managing-media1.png -share/doc/HTML/ru/amarok/amarok-renameplaylist.png -share/doc/HTML/ru/amarok/amarok-slimtoolbar.png -share/doc/HTML/ru/amarok/amarok2-4-1albumtageditdialog.png -share/doc/HTML/ru/amarok/amarok2-4-1albumtageditpertrackdialog.png -share/doc/HTML/ru/amarok/amarok2-4-1configplayback.png -share/doc/HTML/ru/amarok/amarok2-4-1configscripts.png -share/doc/HTML/ru/amarok/amarok2-4-1configspeakersetup.png -share/doc/HTML/ru/amarok/amarok2-4-1configuredialog.png -share/doc/HTML/ru/amarok/amarok2-4-1configuredialogcollection.png -share/doc/HTML/ru/amarok/amarok2-4-1configuredialogplugins.png -share/doc/HTML/ru/amarok/amarok2-4-1databaseconfig.png -share/doc/HTML/ru/amarok/amarok2-4-1editfilterdialog.png -share/doc/HTML/ru/amarok/amarok2-4-1filenamelayoutchooseroptions.png -share/doc/HTML/ru/amarok/amarok2-4-1mergedviewcollection.png -share/doc/HTML/ru/amarok/amarok2-4-1non-mergedviewcollection.png -share/doc/HTML/ru/amarok/amarok2-4-1notifications.png -share/doc/HTML/ru/amarok/amarok2-4-1phononbackends.png -share/doc/HTML/ru/amarok/amarok2-4-1phonondevices.png -share/doc/HTML/ru/amarok/amarok2-4-1saveplaylistchoices.png -share/doc/HTML/ru/amarok/amarok2-4-1tageditdialog.png -share/doc/HTML/ru/amarok/amarok2-4-1viewmenu.png -share/doc/HTML/ru/amarok/amarok2-4-playlistsearchfilter.png -share/doc/HTML/ru/amarok/amarok2-4collectionsortingmenu.png -share/doc/HTML/ru/amarok/amarok2-4helpmenu.png -share/doc/HTML/ru/amarok/amarok2-4musicbrainztagger.png -share/doc/HTML/ru/amarok/amarok2-4organizefilesadvanceddialog.png -share/doc/HTML/ru/amarok/amarok2-4organizefilesbasicdialog.png -share/doc/HTML/ru/amarok/amarok2-4searchplaylist.png -share/doc/HTML/ru/amarok/amarok24_configureshortcutdetail.png -share/doc/HTML/ru/amarok/amarok24_configureshortcutsdialog.png -share/doc/HTML/ru/amarok/amarok24_settingsmenu.png -share/doc/HTML/ru/amarok/amarok24_settingsmenu_withreplaygain.png -share/doc/HTML/ru/amarok/amarok24_toolsmenu_withtwoscripts.png -share/doc/HTML/ru/amarok/amarok2_moodbar.png -share/doc/HTML/ru/amarok/amarok3_moodbar.png -share/doc/HTML/ru/amarok/amarok_add-on_installer.png -share/doc/HTML/ru/amarok/amarok_addtoplaylist.png -share/doc/HTML/ru/amarok/amarok_addtoplaylist1.png -share/doc/HTML/ru/amarok/amarok_amarokmenu2-4.png -share/doc/HTML/ru/amarok/amarok_connecting_media_devices.png -share/doc/HTML/ru/amarok/amarok_cover_manager_newcover.png -share/doc/HTML/ru/amarok/amarok_layout11.png -share/doc/HTML/ru/amarok/amarok_layout22.png -share/doc/HTML/ru/amarok/amarok_layout23.png -share/doc/HTML/ru/amarok/amarok_layout24.png -share/doc/HTML/ru/amarok/amarok_layout25.png -share/doc/HTML/ru/amarok/amarok_layout26.png -share/doc/HTML/ru/amarok/amarok_layout27.png -share/doc/HTML/ru/amarok/amarok_layout28.png -share/doc/HTML/ru/amarok/amarok_loading_media_devices.png -share/doc/HTML/ru/amarok/amarok_main_toolbar.png -share/doc/HTML/ru/amarok/amarok_media_devices.png -share/doc/HTML/ru/amarok/amarok_playlist.png -share/doc/HTML/ru/amarok/amarok_playlist_contextmenu.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_d.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_d_ss.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_editor.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_nog1.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_nog1_s.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_nog2.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_nog2_s.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_v.png -share/doc/HTML/ru/amarok/amarok_playlist_layout_v1_s.png -share/doc/HTML/ru/amarok/amarok_playlist_manipulation.png -share/doc/HTML/ru/amarok/amarok_playlist_search2.png -share/doc/HTML/ru/amarok/amarok_playlist_search_ex.png -share/doc/HTML/ru/amarok/amarok_playlist_sortingleavel.png -share/doc/HTML/ru/amarok/amarok_removeformplaylist.png -share/doc/HTML/ru/amarok/amarok_saved_playlists.png -share/doc/HTML/ru/amarok/amarok_script_info.png -share/doc/HTML/ru/amarok/amarok_show_only_matches.png -share/doc/HTML/ru/amarok/amarok_slim_toolbar.png -share/doc/HTML/ru/amarok/amarok_tracks_media_devices1.png -share/doc/HTML/ru/amarok/amarok_windowlayout.png -share/doc/HTML/ru/amarok/amarokbreadcrumb.png -share/doc/HTML/ru/amarok/amarokmediasources-files.png -share/doc/HTML/ru/amarok/amarokmediasources-home.png -share/doc/HTML/ru/amarok/amaroknew2-4.png -share/doc/HTML/ru/amarok/amarokrightmenu.png -share/doc/HTML/ru/amarok/amaroktoplevelmenus2-4.png -share/doc/HTML/ru/amarok/amarokwindow_context.png -share/doc/HTML/ru/amarok/amarokwindow_mediasources.png -share/doc/HTML/ru/amarok/amarokwindow_playlist.png -share/doc/HTML/ru/amarok/apgpresetsmatchallgroup.png -share/doc/HTML/ru/amarok/common -share/doc/HTML/ru/amarok/contextpane.png -share/doc/HTML/ru/amarok/contextpanestopped.png -share/doc/HTML/ru/amarok/controlamarok.png -share/doc/HTML/ru/amarok/dynamic_playlist.png -share/doc/HTML/ru/amarok/favor-menu.png -share/doc/HTML/ru/amarok/index.cache.bz2 -share/doc/HTML/ru/amarok/index.docbook -share/doc/HTML/ru/amarok/lowerpart.png -share/doc/HTML/ru/amarok/media_sources1.png -share/doc/HTML/ru/amarok/media_sources3.png -share/doc/HTML/ru/amarok/mediasources10.png -share/doc/HTML/ru/amarok/mediasources5.png -share/doc/HTML/ru/amarok/mediasources6.png -share/doc/HTML/ru/amarok/mediasources7.png -share/doc/HTML/ru/amarok/mediasources8.png -share/doc/HTML/ru/amarok/mediasourcesex.png -share/doc/HTML/ru/amarok/oraganize_menu.png -share/doc/HTML/ru/amarok/playlist-album-menu.png -share/doc/HTML/ru/amarok/playlist-layout-editor-amarok.png -share/doc/HTML/ru/amarok/playlist-layout-item-configuration-amarok.png -share/doc/HTML/ru/amarok/playlist-ordering.png -share/doc/HTML/ru/amarok/playlist.png -share/doc/HTML/ru/amarok/queue_example11.png -share/doc/HTML/ru/amarok/queue_example12.png -share/doc/HTML/ru/amarok/queue_example_2.png -share/doc/HTML/ru/amarok/queue_example_4.png -share/doc/HTML/ru/amarok/remotecollections_ampache_client1.png -share/doc/HTML/ru/amarok/remotecollections_client.png -share/doc/HTML/ru/amarok/remotecollections_samba_server.png -share/doc/HTML/ru/amarok/repeat-menu.png -share/doc/HTML/ru/amarok/searchincollection.png -share/doc/HTML/ru/amarok/searchincollection_example_editbox.png -share/doc/HTML/ru/amarok/searchincollection_example_editbox2.png -share/doc/HTML/ru/amarok/tagedit_fromfile_advanced.png -share/doc/HTML/ru/amarok/tagedit_fromfile_basic.png -share/doc/HTML/ru/amarok/toolbar_main.png -share/doc/HTML/ru/amarok/toolbar_slim.png -share/doc/HTML/ru/amarok/tools_bookmarkmanager.png -share/doc/HTML/ru/amarok/tools_covermanager.png -share/doc/HTML/ru/amarok/tools_equalizer.png -share/doc/HTML/ru/amarok/tools_scriptmanager.png -share/doc/HTML/sv/amarok/amarok2-4-1configuredialogcollection.png -share/doc/HTML/sv/amarok/amarokbreadcrumb.png -share/doc/HTML/sv/amarok/amaroknew2-4.png -share/doc/HTML/sv/amarok/amarokrightmenu.png -share/doc/HTML/sv/amarok/common -share/doc/HTML/sv/amarok/firstruncollection2.png -share/doc/HTML/sv/amarok/index.cache.bz2 -share/doc/HTML/sv/amarok/index.docbook -share/doc/HTML/uk/amarok/amarok-2-6-duplicates-during-collection-scan.png -share/doc/HTML/uk/amarok/amarok-maintoolbar.png -share/doc/HTML/uk/amarok/amarok-managing-media.png -share/doc/HTML/uk/amarok/amarok-newdynamic-detail.png -share/doc/HTML/uk/amarok/amarok-newdynamic.png -share/doc/HTML/uk/amarok/amarok-slimtoolbar.png -share/doc/HTML/uk/amarok/amarok2-4-1albumtageditdialog.png -share/doc/HTML/uk/amarok/amarok2-4-1albumtageditpertrackdialog.png -share/doc/HTML/uk/amarok/amarok2-4-1editfilterdialog.png -share/doc/HTML/uk/amarok/amarok2-4-1filenamelayoutchooseroptions.png -share/doc/HTML/uk/amarok/amarok2-4-1non-mergedviewcollection.png -share/doc/HTML/uk/amarok/amarok2-4-1tageditdialog.png -share/doc/HTML/uk/amarok/amarok2-4musicbrainztagger.png -share/doc/HTML/uk/amarok/amarok2-4organizefilesadvanceddialog.png -share/doc/HTML/uk/amarok/amarok2-4searchplaylist.png -share/doc/HTML/uk/amarok/amarok2-6configgeneralmenu.png -share/doc/HTML/uk/amarok/amarok2-6flactranscodemenu.png -share/doc/HTML/uk/amarok/amarok2-6helpmenu.png -share/doc/HTML/uk/amarok/amarok2-6playlistalbumcontextmenu.png -share/doc/HTML/uk/amarok/amarok2-6trackcontextmenu.png -share/doc/HTML/uk/amarok/amarok2-6viewconfigmenu.png -share/doc/HTML/uk/amarok/amarok2-6viewundocksymbols.png -share/doc/HTML/uk/amarok/amarok2-7menutools.png -share/doc/HTML/uk/amarok/amarok2-7renamesavedplaylist.png -share/doc/HTML/uk/amarok/amarok2-7thetoolbar.png -share/doc/HTML/uk/amarok/amarok24_configureshortcutdetail.png -share/doc/HTML/uk/amarok/amarok24_configureshortcutsdialog.png -share/doc/HTML/uk/amarok/amarok24_settingsmenu.png -share/doc/HTML/uk/amarok/amarok24_settingsmenu_withreplaygain.png -share/doc/HTML/uk/amarok/amarok2_moodbar.png -share/doc/HTML/uk/amarok/amarok_2-6_layout.png -share/doc/HTML/uk/amarok/amarok_add-on_installer.png -share/doc/HTML/uk/amarok/amarok_addtoplaylist1.png -share/doc/HTML/uk/amarok/amarok_amarokmenu2-4.png -share/doc/HTML/uk/amarok/amarok_cover_manager.png -share/doc/HTML/uk/amarok/amarok_cover_manager_newcover.png -share/doc/HTML/uk/amarok/amarok_layout11.png -share/doc/HTML/uk/amarok/amarok_layout22.png -share/doc/HTML/uk/amarok/amarok_layout23.png -share/doc/HTML/uk/amarok/amarok_layout24.png -share/doc/HTML/uk/amarok/amarok_layout25.png -share/doc/HTML/uk/amarok/amarok_layout26.png -share/doc/HTML/uk/amarok/amarok_layout27.png -share/doc/HTML/uk/amarok/amarok_layout28.png -share/doc/HTML/uk/amarok/amarok_locale_selection.png -share/doc/HTML/uk/amarok/amarok_main_toolbar.png -share/doc/HTML/uk/amarok/amarok_playlist_layout_d_ss.png -share/doc/HTML/uk/amarok/amarok_playlist_layout_editor.png -share/doc/HTML/uk/amarok/amarok_playlist_layout_nog1_s.png -share/doc/HTML/uk/amarok/amarok_playlist_layout_nog2_s.png -share/doc/HTML/uk/amarok/amarok_playlist_layout_v1_s.png -share/doc/HTML/uk/amarok/amarok_playlist_search_ex.png -share/doc/HTML/uk/amarok/amarok_saved_playlists.png -share/doc/HTML/uk/amarok/amarok_show_only_matches.png -share/doc/HTML/uk/amarok/amarok_slim_toolbar.png -share/doc/HTML/uk/amarok/amarok_tracks_media_devices1.png -share/doc/HTML/uk/amarok/amarokbreadcrumb.png -share/doc/HTML/uk/amarok/amarokconfigurationdialog2-7phononbackend.png -share/doc/HTML/uk/amarok/amarokconfigurationdialog2-7phonondevice.png -share/doc/HTML/uk/amarok/amarokconfigurationdialog2-7phononhardware.png -share/doc/HTML/uk/amarok/amarokmediasources-files.png -share/doc/HTML/uk/amarok/amarokmediasources-home.png -share/doc/HTML/uk/amarok/amaroknew2-4.png -share/doc/HTML/uk/amarok/amarokripcd.png -share/doc/HTML/uk/amarok/apgpresetsmatchallgroup.png -share/doc/HTML/uk/amarok/bookmarking_menu.png -share/doc/HTML/uk/amarok/cd_collection_sansa.png -share/doc/HTML/uk/amarok/common -share/doc/HTML/uk/amarok/controlamarok.png -share/doc/HTML/uk/amarok/favor.png -share/doc/HTML/uk/amarok/firstruncollection2.png -share/doc/HTML/uk/amarok/generatingtree.png -share/doc/HTML/uk/amarok/index.cache.bz2 -share/doc/HTML/uk/amarok/index.docbook -share/doc/HTML/uk/amarok/media_sources1.png -share/doc/HTML/uk/amarok/media_sources3.png -share/doc/HTML/uk/amarok/mediasources.png -share/doc/HTML/uk/amarok/mediasources10.png -share/doc/HTML/uk/amarok/mediasources5.png -share/doc/HTML/uk/amarok/mediasources6.png -share/doc/HTML/uk/amarok/mediasources7.png -share/doc/HTML/uk/amarok/mediasources8.png -share/doc/HTML/uk/amarok/mediasourcesex.png -share/doc/HTML/uk/amarok/metadatadialog.png -share/doc/HTML/uk/amarok/oraganize_menu.png -share/doc/HTML/uk/amarok/playlist-layout-editor-amarok.png -share/doc/HTML/uk/amarok/playlist-layout-item-configuration-amarok.png -share/doc/HTML/uk/amarok/playlist_save.png -share/doc/HTML/uk/amarok/playlistlayout1.png -share/doc/HTML/uk/amarok/playlistlayout2.png -share/doc/HTML/uk/amarok/playlistlayout3.png -share/doc/HTML/uk/amarok/playlistlayout4.png -share/doc/HTML/uk/amarok/playlistmenu.png -share/doc/HTML/uk/amarok/playlistpic.png -share/doc/HTML/uk/amarok/playlistqueue.png -share/doc/HTML/uk/amarok/queue.png -share/doc/HTML/uk/amarok/queueend.png -share/doc/HTML/uk/amarok/remotecollections_ampache_client1.png -share/doc/HTML/uk/amarok/searchincollection_example_editbox.png -share/doc/HTML/uk/amarok/searchincollection_example_editbox2.png -share/doc/HTML/uk/amarok/sorting.png -share/doc/HTML/uk/amarok/tagedit_fromfile_advanced.png -share/doc/HTML/uk/amarok/tagedit_fromfile_advanced_example.png -share/doc/HTML/uk/amarok/tagedit_fromfile_basic.png -share/doc/HTML/uk/amarok/tagedit_fromfile_basic_example.png -share/doc/HTML/uk/amarok/toolbar_main.png -share/doc/HTML/uk/amarok/tools_bookmarkmanager.png -share/doc/HTML/uk/amarok/tools_covermanager.png -share/doc/HTML/uk/amarok/tools_equalizer.png -share/doc/HTML/uk/amarok/track_progression.png -share/icons/hicolor/128x128/apps/amarok.png -share/icons/hicolor/16x16/apps/amarok.png -share/icons/hicolor/22x22/apps/amarok.png -share/icons/hicolor/32x32/apps/amarok.png -share/icons/hicolor/48x48/apps/amarok.png -share/icons/hicolor/64x64/apps/amarok.png -share/kde4/services/ServiceMenus/amarok_append.desktop -share/kde4/services/amarok-containment-vertical.desktop -share/kde4/services/amarok-context-applet-albums.desktop -share/kde4/services/amarok-context-applet-analyzer.desktop -share/kde4/services/amarok-context-applet-currenttrack.desktop -share/kde4/services/amarok-context-applet-info.desktop -share/kde4/services/amarok-context-applet-labels.desktop -share/kde4/services/amarok-context-applet-lyrics.desktop -share/kde4/services/amarok-context-applet-photos.desktop -share/kde4/services/amarok-context-applet-similarArtists.desktop -share/kde4/services/amarok-context-applet-tabs.desktop -share/kde4/services/amarok-context-applet-upcomingEvents.desktop -share/kde4/services/amarok-context-applet-wikipedia.desktop -share/kde4/services/amarok-data-engine-current.desktop -share/kde4/services/amarok-data-engine-info.desktop -share/kde4/services/amarok-data-engine-labels.desktop -share/kde4/services/amarok-data-engine-lyrics.desktop -share/kde4/services/amarok-data-engine-photos.desktop -share/kde4/services/amarok-data-engine-similarArtists.desktop -share/kde4/services/amarok-data-engine-tabs.desktop -share/kde4/services/amarok-data-engine-upcomingEvents.desktop -share/kde4/services/amarok-data-engine-wikipedia.desktop -share/kde4/services/amarok.protocol -share/kde4/services/amarok_collection-audiocdcollection.desktop -share/kde4/services/amarok_collection-daapcollection.desktop -%%IPOD%%share/kde4/services/amarok_collection-ipodcollection.desktop -%%MTP%%share/kde4/services/amarok_collection-mtpcollection.desktop -share/kde4/services/amarok_collection-mysqlecollection.desktop -share/kde4/services/amarok_collection-mysqlservercollection.desktop -share/kde4/services/amarok_collection-nepomukcollection.desktop -share/kde4/services/amarok_collection-playdarcollection.desktop -share/kde4/services/amarok_collection-umscollection.desktop -share/kde4/services/amarok_collection-upnpcollection.desktop -share/kde4/services/amarok_service_amazonstore.desktop -share/kde4/services/amarok_service_amazonstore_config.desktop -share/kde4/services/amarok_service_ampache.desktop -share/kde4/services/amarok_service_ampache_config.desktop -share/kde4/services/amarok_service_jamendo.desktop -share/kde4/services/amarok_service_lastfm.desktop -share/kde4/services/amarok_service_lastfm_config.desktop -share/kde4/services/amarok_service_magnatunestore.desktop -share/kde4/services/amarok_service_magnatunestore_config.desktop -%%MP3TUNES%%share/kde4/services/amarok_service_mp3tunes.desktop -%%MP3TUNES%%share/kde4/services/amarok_service_mp3tunes_config.desktop -share/kde4/services/amarok_service_opmldirectory.desktop -share/kde4/services/amarokitpc.protocol -share/kde4/services/amaroklastfm.protocol -share/kde4/servicetypes/amarok_codecinstall.desktop -share/kde4/servicetypes/amarok_context_applet.desktop -share/kde4/servicetypes/amarok_data_engine.desktop -share/kde4/servicetypes/amarok_plugin.desktop -%%NLS%%share/locale/bs/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/bs/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/bs/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ca/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ca/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ca/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/cs/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/cs/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/da/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/da/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/de/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/de/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/de/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/el/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/el/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/el/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/es/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/es/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/et/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/et/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/eu/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/eu/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/eu/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/fi/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/fi/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/fi/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/fr/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/fr/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ga/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ga/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ga/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/gl/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/gl/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/gl/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/hu/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/hu/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/it/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/it/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ja/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ja/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ja/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/lt/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/lt/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/lt/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/lv/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/lv/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/nb/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/nb/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/nl/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/nl/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/pa/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/pa/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/pl/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/pl/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/pl/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/pt/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/pt/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/pt/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ro/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ro/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ro/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/ru/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/ru/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sl/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sl/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sr/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sr/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/sv/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/sv/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/tr/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/tr/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/uk/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/uk/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/amarokpkg.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/amarok.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/amarokcollectionscanner_qt.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/amarokpkg.mo -share/mime/packages/amzdownloader.xml diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile new file mode 100644 index 000000000000..e69e3a943b81 --- /dev/null +++ b/audio/amarok/Makefile @@ -0,0 +1,84 @@ +# $FreeBSD$ + +PORTNAME= amarok +DISTVERSIONPREFIX= v +DISTVERSION= 2.9.0-277 +DISTVERSIONSUFFIX= -gd50ecc430c +CATEGORIES= audio kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE music player + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libfftw3.so:math/fftw3 \ + liblastfm5.so:audio/liblastfm-qt5 \ + libqjson-qt5.so:devel/qjson@qt5 \ + libqca-qt5.so:devel/qca@qt5 \ + libtag.so:audio/taglib \ + libtag-extras.so:audio/taglib-extras + +USES= cmake compiler:c++11-lang desktop-file-utils \ + kde:5 mysql:client,embedded pkgconfig qt:5 shebangfix ssl + +USE_QT= core concurrent declarative dbus gui location network phonon4 \ + quickcontrols2 script scripttools sql svg webchannel webengine \ + webkit widgets xml \ + buildtools_build qmake_build + +USE_KDE= archive auth attica bookmarks codecs config configwidgets \ + completion coreaddons crash dbusaddons dnssd globalaccel \ + guiaddons i18n iconthemes itemviews jobwidgets kdeclarative \ + kcmutils kio kirigami2 newstuff notifications notifyconfig \ + package parts service solid sonnet texteditor textwidgets \ + threadweaver widgetsaddons windowsystem xmlgui \ + ecm_build +USE_XORG= ice sm x11 xext +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= kde + +SHEBANG_FILES= src/kconf_update/amarok-2.4.1-tokens_syntax_update.pl +CMAKE_ARGS= -DOPENSSL_ROOT_DIR=${OPENSSLBASE} +CMAKE_ON= WITH_DESKTOP_UI +CMAKE_OFF= WITH_FFmpeg + +BROKEN_sparc64= does not build (GCC-related error) + +OPTIONS_DEFINE= IPOD MP3TUNES MTP +OPTIONS_DEFAULT= IPOD MP3TUNES MTP +OPTIONS_SUB= yes + +IPOD_DESC= Apple iPod support +IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ + libimobiledevice.so:comms/libimobiledevice \ + libplist.so:devel/libplist +IPOD_USE= GNOME=gdkpixbuf2,glib20 +IPOD_USES= gnome +IPOD_CMAKE_BOOL= WITH_IPOD + +MP3TUNES_DESC= MP3tunes support +MP3TUNES_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \ + libcurl.so:ftp/curl +MP3TUNES_USE= GNOME=glib20,libxml2 +MP3TUNES_USES= gnome ssl + +MP3TUNES_CMAKE_BOOL= WITH_MP3Tunes +MP3TUNES_CMAKE_BOOL_OFF= WITH_Libgcrypt + +MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp +MTP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Mtp + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/cmake/modules/FindMySQL.cmake + @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ + ${WRKSRC}/cmake/modules/FindLoudmouth.cmake + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages + +.include <bsd.port.mk> diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo new file mode 100644 index 000000000000..af71c6cadc48 --- /dev/null +++ b/audio/amarok/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1545825317 +SHA256 (kde-amarok-v2.9.0-277-gd50ecc430c_GH0.tar.gz) = e1dc7d1fe11f88a4b71e69ebeb94b62c63db6f1f5ac52ddeed89d92343108e9f +SIZE (kde-amarok-v2.9.0-277-gd50ecc430c_GH0.tar.gz) = 21062595 diff --git a/audio/amarok/files/patch-cmake_modules_FindLoudmouth.cmake b/audio/amarok/files/patch-cmake_modules_FindLoudmouth.cmake new file mode 100644 index 000000000000..397c6b05dc7a --- /dev/null +++ b/audio/amarok/files/patch-cmake_modules_FindLoudmouth.cmake @@ -0,0 +1,26 @@ +--- cmake/modules/FindLoudmouth.cmake.orig 2018-11-19 18:18:20.197436000 +0100 ++++ cmake/modules/FindLoudmouth.cmake 2018-11-19 18:25:49.793954000 +0100 +@@ -13,14 +13,6 @@ + set(LOUDMOUTH_FOUND TRUE) + + else () +- if(NOT WIN32) +- # use pkg-config to get the directories and then use these values +- # in the FIND_PATH() and FIND_LIBRARY() calls +- find_package(PkgConfig) +- pkg_search_module(LOUDMOUTH loudmouth-1.0) +- +- else() +- + find_path(LOUDMOUTH_INCLUDE_DIRS loudmouth/loudmouth.h /usr/include/loudmouth-1.0 + ${_LOUDMOUTHIncDir} + ) +@@ -30,8 +22,6 @@ + ${_LOUDMOUTHLinkDir} + ) + +- endif() +- + if (LOUDMOUTH_INCLUDE_DIRS AND LOUDMOUTH_LIBRARIES) + set(LOUDMOUTH_FOUND TRUE) + else () diff --git a/audio/amarok-kde4/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp b/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp index 7e84d1dcce0b..7e84d1dcce0b 100644 --- a/audio/amarok-kde4/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp +++ b/audio/amarok/files/patch-src_musicbrainz_MusicDNSAudioDecoder.cpp diff --git a/audio/amarok-kde4/files/patch-src_playlist_proxymodels_SortScheme.cpp b/audio/amarok/files/patch-src_playlist_proxymodels_SortScheme.cpp index 31611edd4b3a..31611edd4b3a 100644 --- a/audio/amarok-kde4/files/patch-src_playlist_proxymodels_SortScheme.cpp +++ b/audio/amarok/files/patch-src_playlist_proxymodels_SortScheme.cpp diff --git a/audio/amarok-kde4/pkg-descr b/audio/amarok/pkg-descr index a31f2e9203ee..a31f2e9203ee 100644 --- a/audio/amarok-kde4/pkg-descr +++ b/audio/amarok/pkg-descr diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok/pkg-message index 38d928e926d0..38d928e926d0 100644 --- a/audio/amarok-kde4/pkg-message +++ b/audio/amarok/pkg-message diff --git a/audio/amarok/pkg-plist b/audio/amarok/pkg-plist new file mode 100644 index 000000000000..135ab666e614 --- /dev/null +++ b/audio/amarok/pkg-plist @@ -0,0 +1,456 @@ +bin/amarok +bin/amarok_afttagger +bin/amarokcollectionscanner +bin/amarokpkg +etc/xdg/amarok.knsrc +etc/xdg/amarok_homerc +lib/libamarok-sqlcollection.so +lib/libamarok-sqlcollection.so.1 +lib/libamarok-sqlcollection.so.1.0.0 +lib/libamarok-transcoding.so +lib/libamarok-transcoding.so.1 +lib/libamarok-transcoding.so.1.0.0 +lib/libamarokcore.so +lib/libamarokcore.so.1 +lib/libamarokcore.so.1.0.0 +lib/libamaroklib.so +lib/libamaroklib.so.1 +lib/libamaroklib.so.1.0.0 +lib/libamarokpud.so +lib/libamarokshared.so +lib/libamarokshared.so.1 +lib/libamarokshared.so.1.0.0 +lib/libampache_account_login.so +%%QT_PLUGINDIR%%/amarok_collection-audiocdcollection.so +%%QT_PLUGINDIR%%/amarok_collection-daapcollection.so +%%IPOD%%lib/qt5/plugins/amarok_collection-ipodcollection.so +%%MTP%%lib/qt5/plugins/amarok_collection-mtpcollection.so +%%QT_PLUGINDIR%%/amarok_collection-mysqlcollection.so +%%QT_PLUGINDIR%%/amarok_collection-playdarcollection.so +%%QT_PLUGINDIR%%/amarok_collection-umscollection.so +%%QT_PLUGINDIR%%/amarok_collection-upnpcollection.so +%%QT_PLUGINDIR%%/amarok_importer-amarok.so +%%QT_PLUGINDIR%%/amarok_importer-banshee.so +%%QT_PLUGINDIR%%/amarok_importer-clementine.so +%%QT_PLUGINDIR%%/amarok_importer-fastforward.so +%%QT_PLUGINDIR%%/amarok_importer-itunes.so +%%QT_PLUGINDIR%%/amarok_importer-rhythmbox.so +%%QT_PLUGINDIR%%/amarok_service_ampache.so +%%QT_PLUGINDIR%%/amarok_service_magnatunestore.so +%%QT_PLUGINDIR%%/amarok_service_opmldirectory.so +%%QT_PLUGINDIR%%/amarok_storage-mysqlestorage.so +%%QT_PLUGINDIR%%/amarok_storage-mysqlserverstorage.so +%%QT_PLUGINDIR%%/kcm_amarok_service_ampache.so +%%QT_PLUGINDIR%%/kcm_amarok_service_magnatunestore.so +%%QT_QMLDIR%%/org/kde/amarok/albums/libamarok_context_applet_albums.so +%%QT_QMLDIR%%/org/kde/amarok/albums/qmldir +%%QT_QMLDIR%%/org/kde/amarok/analyzer/libamarok_context_applet_analyzer.so +%%QT_QMLDIR%%/org/kde/amarok/analyzer/qmldir +%%QT_QMLDIR%%/org/kde/amarok/currenttrack/libamarok_context_applet_currenttrack.so +%%QT_QMLDIR%%/org/kde/amarok/currenttrack/qmldir +%%QT_QMLDIR%%/org/kde/amarok/lyrics/libamarok_context_applet_lyrics.so +%%QT_QMLDIR%%/org/kde/amarok/lyrics/qmldir +%%QT_QMLDIR%%/org/kde/amarok/photos/libamarok_context_applet_photos.so +%%QT_QMLDIR%%/org/kde/amarok/photos/qmldir +%%QT_QMLDIR%%/org/kde/amarok/qml/Applet.qml +%%QT_QMLDIR%%/org/kde/amarok/qml/AppletHeader.qml +%%QT_QMLDIR%%/org/kde/amarok/qml/libqml_plugin.so +%%QT_QMLDIR%%/org/kde/amarok/qml/qmldir +%%QT_QMLDIR%%/org/kde/amarok/wikipedia/libamarok_context_applet_wikipedia.so +%%QT_QMLDIR%%/org/kde/amarok/wikipedia/qmldir +%%DATADIR%%/data/DefaultPlaylistLayouts.xml +%%DATADIR%%/data/InfoParserLoading.html +%%DATADIR%%/data/WikipediaCustomStyle.css +%%DATADIR%%/data/bullet.gif +%%DATADIR%%/data/first_run_jingle.ogg +%%DATADIR%%/data/hover_info_template.html +%%DATADIR%%/data/podcast_directory.opml +%%DATADIR%%/icons/hicolor/128x128/status/audio-volume-high-amarok.png +%%DATADIR%%/icons/hicolor/128x128/status/audio-volume-low-amarok.png +%%DATADIR%%/icons/hicolor/128x128/status/audio-volume-medium-amarok.png +%%DATADIR%%/icons/hicolor/128x128/status/audio-volume-muted-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_artist.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_cart_add.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_cart_remove.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_cart_view.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_change_language.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_clock.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_lyrics.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_playcount.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_playlist.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_playlist_refresh.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_scripts.png +%%DATADIR%%/icons/hicolor/16x16/actions/amarok_track.png +%%DATADIR%%/icons/hicolor/16x16/actions/collection-rescan-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/download-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/dynamic-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/favorite-genres-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-album-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-artist-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-bpm-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-comment-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-composer-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-dash-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-discnumber-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-dot-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-filetype-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-genre-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-ignore-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-initial-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-last-played.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-slash-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-space-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-title-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-track-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-underscore-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/filename-year-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/label-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/lastfm-mix-radio-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/lastfm-neighbour-radio-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/lastfm-personal-radio-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/lastfm-recommended-radio-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/lastfm-tag-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/love-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-album-repeat-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-random-albums-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-random-tracks-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-album-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-playlist-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-track-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-show-active-track-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-standard-track-progression-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-track-add-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-track-edit-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-track-queue-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/media-track-remove-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/music-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/playlist-generator.png +%%DATADIR%%/icons/hicolor/16x16/actions/podcast-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/preferences-indicator-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/preferences-media-playback-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/preferences-view-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/remove-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-importers-banshee-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-importers-clementine-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-importers-rhythmbox-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-amazon-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-ampache-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-gpodder-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-lastfm-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-librivox-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-magnatune-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-mp3tunes-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-opml-amarok.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-services-scripted-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_artist.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_cart_add.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_cart_remove.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_cart_view.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_change_language.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_clock.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_lyrics.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_playcount.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_playlist.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_playlist_refresh.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_scripts.png +%%DATADIR%%/icons/hicolor/22x22/actions/amarok_track.png +%%DATADIR%%/icons/hicolor/22x22/actions/collection-rescan-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/download-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/dynamic-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/filename-bpm-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/internet-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/love-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-album-repeat-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-random-albums-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-random-tracks-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-repeat-album-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-repeat-playlist-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-repeat-track-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-show-active-track-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-standard-track-progression-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-track-add-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-track-edit-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-track-queue-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/media-track-remove-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/playlist-generator.png +%%DATADIR%%/icons/hicolor/22x22/actions/podcast-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/preferences-indicator-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/preferences-media-playback-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/preferences-view-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/remove-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-importers-banshee-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-importers-clementine-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-importers-rhythmbox-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-amazon-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-gpodder-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-lastfm-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-librivox-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-magnatune-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-mp3tunes-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-opml-amarok.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-services-scripted-amarok.png +%%DATADIR%%/icons/hicolor/24x24/actions/lastfm-my-friends-amarok.png +%%DATADIR%%/icons/hicolor/24x24/actions/lastfm-my-neighbours-amarok.png +%%DATADIR%%/icons/hicolor/24x24/actions/lastfm-my-tags-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_artist.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_cart_add.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_cart_remove.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_cart_view.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_change_language.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_clock.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_lyrics.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_playcount.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_playlist.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_playlist_refresh.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_scripts.png +%%DATADIR%%/icons/hicolor/32x32/actions/amarok_track.png +%%DATADIR%%/icons/hicolor/32x32/actions/audioscrobbler.png +%%DATADIR%%/icons/hicolor/32x32/actions/collection-rescan-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/download-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/dynamic-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/filename-bpm-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/love-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-album-cover.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-album-repeat-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-album-track.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-random-albums-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-random-tracks-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-repeat-album-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-repeat-playlist-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-repeat-track-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-show-active-track-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-standard-track-progression-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-track-add-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-track-edit-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-track-queue-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/media-track-remove-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/music-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/playlist-generator.png +%%DATADIR%%/icons/hicolor/32x32/actions/podcast-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/preferences-indicator-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/preferences-media-playback-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/preferences-view-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/remove-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-importers-banshee-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-importers-clementine-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-importers-rhythmbox-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-amazon-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-ampache-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-gpodder-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-lastfm-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-magnatune-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-opml-amarok.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-services-scripted-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_artist.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_cart_add.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_cart_remove.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_cart_view.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_change_language.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_clock.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_playcount.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_playlist.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_playlist_refresh.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_scripts.png +%%DATADIR%%/icons/hicolor/48x48/actions/amarok_track.png +%%DATADIR%%/icons/hicolor/48x48/actions/collection-rescan-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/download-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/dynamic-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-album-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-and-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-artist-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-bpm-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-comment-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-composer-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-dash-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-discnumber-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-divider.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-dot-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-filetype-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-genre-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-group-length.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-group-tracks.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-ignore-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-initial-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-last-played.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-moodbar.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-sample-rate.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-slash-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-space-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-title-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-track-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-underscore-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/filename-year-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/info-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/label-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/love-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-album-repeat-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-random-albums-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-random-tracks-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-repeat-album-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-repeat-playlist-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-repeat-track-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-show-active-track-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-standard-track-progression-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-track-add-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-track-edit-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-track-queue-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/media-track-remove-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/music-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/playlist-generator.png +%%DATADIR%%/icons/hicolor/48x48/actions/podcast-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/preferences-indicator-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/preferences-view-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/remove-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/similarartists-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/upcomingevents-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/videoclip-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-importers-banshee-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-importers-clementine-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-importers-rhythmbox-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-amazon-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-ampache-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-gpodder-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png +%%DATADIR%%/images/amarok_icon.svg +%%DATADIR%%/images/ball.png +%%DATADIR%%/images/default-theme-clean.svg +%%DATADIR%%/images/dot.png +%%DATADIR%%/images/echonest.png +%%DATADIR%%/images/emblem-amazon.png +%%DATADIR%%/images/emblem-ampache-scalable.svgz +%%DATADIR%%/images/emblem-ampache.png +%%DATADIR%%/images/emblem-default.png +%%DATADIR%%/images/emblem-delicious.png +%%DATADIR%%/images/emblem-digg.png +%%DATADIR%%/images/emblem-facebook.png +%%DATADIR%%/images/emblem-gpodder-scalable.svgz +%%DATADIR%%/images/emblem-gpodder.png +%%DATADIR%%/images/emblem-identica.png +%%DATADIR%%/images/emblem-jamendo-scalable.svgz +%%DATADIR%%/images/emblem-jamendo.png +%%DATADIR%%/images/emblem-lastfm-scalable.svg +%%DATADIR%%/images/emblem-lastfm.png +%%DATADIR%%/images/emblem-linkedin.png +%%DATADIR%%/images/emblem-magnatune.png +%%DATADIR%%/images/emblem-mp3tunes.png +%%DATADIR%%/images/emblem-myspace.png +%%DATADIR%%/images/emblem-reddit.png +%%DATADIR%%/images/emblem-scripted-scalable.svgz +%%DATADIR%%/images/emblem-scripted.png +%%DATADIR%%/images/emblem-stackoverflow.png +%%DATADIR%%/images/emblem-twitter.png +%%DATADIR%%/images/emblem-wikipedia.png +%%DATADIR%%/images/emblem-xing.png +%%DATADIR%%/images/grid.png +%%DATADIR%%/images/hover_info_ampache.png +%%DATADIR%%/images/hover_info_collections.png +%%DATADIR%%/images/hover_info_dynamic_playlists.png +%%DATADIR%%/images/hover_info_files.png +%%DATADIR%%/images/hover_info_internet.png +%%DATADIR%%/images/hover_info_magnatune.png +%%DATADIR%%/images/hover_info_playlists.png +%%DATADIR%%/images/hover_info_podcasts.png +%%DATADIR%%/images/hover_info_user_playlists.png +%%DATADIR%%/images/lastfm-default-cover.png +%%DATADIR%%/images/lastfm.png +%%DATADIR%%/images/loading1.png +%%DATADIR%%/images/loading2.png +%%DATADIR%%/images/mb_aicon.png +%%DATADIR%%/images/mb_licon.png +%%DATADIR%%/images/mb_ticon.png +%%DATADIR%%/images/navigation_arrows.svg +%%DATADIR%%/images/nocover.png +%%DATADIR%%/images/opendesktop-22.png +%%DATADIR%%/images/playlist-bookmark-16.png +%%DATADIR%%/images/playlist-layouts-22.png +%%DATADIR%%/images/playlist-sorting-16.png +%%DATADIR%%/images/pud_items.svg +%%DATADIR%%/images/service_info_loading1.png +%%DATADIR%%/images/service_info_loading10.png +%%DATADIR%%/images/service_info_loading11.png +%%DATADIR%%/images/service_info_loading12.png +%%DATADIR%%/images/service_info_loading2.png +%%DATADIR%%/images/service_info_loading3.png +%%DATADIR%%/images/service_info_loading4.png +%%DATADIR%%/images/service_info_loading5.png +%%DATADIR%%/images/service_info_loading6.png +%%DATADIR%%/images/service_info_loading7.png +%%DATADIR%%/images/service_info_loading8.png +%%DATADIR%%/images/service_info_loading9.png +%%DATADIR%%/images/smallstar.png +%%DATADIR%%/images/star.png +%%DATADIR%%/images/volume_icon.png +%%DATADIR%%/images/volume_muted_icon.png +%%DATADIR%%/images/wirl1.png +%%DATADIR%%/images/wirl2.png +%%DATADIR%%/scriptconsole/AutoComplete.txt +share/applications/org.kde.amarok.desktop +share/applications/org.kde.amarok_containers.desktop +share/config.kcfg/amarokconfig.kcfg +share/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml +share/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml +share/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml +share/dbus-1/interfaces/org.kde.amarok.App.xml +share/dbus-1/interfaces/org.kde.amarok.Collection.xml +share/dbus-1/interfaces/org.kde.amarok.Mpris1Extensions.Player.xml +share/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml +share/icons/hicolor/128x128/apps/amarok.png +share/icons/hicolor/16x16/apps/amarok.png +share/icons/hicolor/22x22/apps/amarok.png +share/icons/hicolor/32x32/apps/amarok.png +share/icons/hicolor/48x48/apps/amarok.png +share/icons/hicolor/64x64/apps/amarok.png +share/kconf_update/amarok-2.4.1-tokens_syntax_update.pl +share/kconf_update/amarok.upd +share/knotifications5/amarok.notifyrc +share/kpackage/amarok/org.kde.amarok.albums/contents.rcc +share/kpackage/amarok/org.kde.amarok.albums/metadata.json +share/kpackage/amarok/org.kde.amarok.analyzer/contents.rcc +share/kpackage/amarok/org.kde.amarok.analyzer/metadata.json +share/kpackage/amarok/org.kde.amarok.currenttrack/contents.rcc +share/kpackage/amarok/org.kde.amarok.currenttrack/metadata.json +share/kpackage/amarok/org.kde.amarok.lyrics/contents.rcc +share/kpackage/amarok/org.kde.amarok.lyrics/metadata.json +share/kpackage/amarok/org.kde.amarok.photos/contents.rcc +share/kpackage/amarok/org.kde.amarok.photos/metadata.json +share/kpackage/amarok/org.kde.amarok.wikipedia/contents.rcc +share/kpackage/amarok/org.kde.amarok.wikipedia/metadata.json +share/kpackage/genericqml/org.kde.amarok.context/contents.rcc +share/kpackage/genericqml/org.kde.amarok.context/metadata.json +share/kservices5/ServiceMenus/amarok_append.desktop +share/kservices5/amarok.protocol +share/kservices5/amarok_collection-mysqlcollection.desktop +share/kservices5/amarok_service_ampache.desktop +share/kservices5/amarok_service_ampache_config.desktop +share/kservices5/amarok_service_magnatunestore.desktop +share/kservices5/amarok_service_magnatunestore_config.desktop +share/kservices5/amarok_storage-mysqlestorage.desktop +share/kservices5/amarok_storage-mysqlserverstorage.desktop +share/kservices5/amarokitpc.protocol +share/kservicetypes5/amarok-contextapplet.desktop +share/kservicetypes5/amarok-plugin.desktop +share/kservicetypes5/amarok_codecinstall.desktop +share/metainfo/org.kde.amarok.appdata.xml +share/metainfo/org.kde.amarok.context.appdata.xml +share/solid/actions/amarok-play-audiocd.desktop +@dir share/mime/packages |