diff options
author | makc <makc@FreeBSD.org> | 2009-03-09 18:48:13 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-09 18:48:13 +0800 |
commit | 6d4b94ddae8d6df0319072ca8269cc117d7bdb5f (patch) | |
tree | 4b5f40836ac19e40f3fec9b34ed512a207108878 /audio/amarok-kde4 | |
parent | c83f31c3fd88c00c2de973660555e20778a10b42 (diff) | |
download | freebsd-ports-gnome-6d4b94ddae8d6df0319072ca8269cc117d7bdb5f.tar.gz freebsd-ports-gnome-6d4b94ddae8d6df0319072ca8269cc117d7bdb5f.tar.zst freebsd-ports-gnome-6d4b94ddae8d6df0319072ca8269cc117d7bdb5f.zip |
Update to 2.0.2 after repocopy.
PR: ports/130634
Submitted by: Matt Tosto <datahead4 at gmail.com>
Diffstat (limited to 'audio/amarok-kde4')
15 files changed, 377 insertions, 1459 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index d4a65f3e3b2c..db308f42c2be 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -5,128 +5,67 @@ # $FreeBSD$ PORTNAME= amarok -PORTVERSION= 1.4.10 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src -MAINTAINER= makc@FreeBSD.org -COMMENT= Media player for KDE +MAINTAINER= datahead4@gmail.com +COMMENT= Media player for KDE4 LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib \ - tunepimp.5:${PORTSDIR}/audio/libtunepimp \ - mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ - xine.1:${PORTSDIR}/multimedia/libxine + mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 -MIN_OPTIONS_VER= ${PORTNAME}-1.4.1 +LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes -USE_KDEBASE_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui network opengl script svg webkit \ + qmake_build moc_build rcc_build uic_build USE_GETTEXT= yes -USE_SDL= sdl -USE_RUBY= yes +USE_MYSQL= embedded +USE_CMAKE= yes USE_LDCONFIG= yes -INSTALLS_ICONS= yes OPTIONS= GPOD "iPod support" on \ - NJB "Creative Nomad and Dell support" on \ MTP "MTP device support" on \ - LIBVISUAL "libvisual support" off \ - OPENGL "OpenGL support" on \ - AMAZON "Amazon cover fetching support" on \ - MYSQL "Use MySQL as collection backend" off \ - POSTGRESQL "Use PostgreSQL as collection backend" off \ - HIDEMENUBAR "Revert the 'Hide Menubar' feature" off \ + LOUDMOUTH "Loudmouth support" on .include <bsd.port.pre.mk> -CONFIGURE_ARGS+=--without-exscalibar \ - --with-mp4v2 \ - --with-mp4v2-dir=${PREFIX} +.if ${OSVERSION} < 700000 +CMAKE_USE_PTHREAD= yes +.endif -.if !defined(WITH_GPOD) -PLIST_SUB+= GPOD="@comment " -CONFIGURE_ARGS+=--without-libgpod -.else +.if defined(WITH_GPOD) LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-libgpod PLIST_SUB+= GPOD="" -.endif - -.if !defined(WITH_NJB) -PLIST_SUB+= NJB="@comment " .else -LIB_DEPENDS+= njb.6:${PORTSDIR}/audio/libnjb -CONFIGURE_ARGS+=--with-libnjb -PLIST_SUB+= NJB="" +CMAKE_ARGS+= -DWITH_Ipod:BOOL=Off +PLIST_SUB+= GPOD="@comment " .endif -.if !defined(WITH_MTP) -PLIST_SUB+= MTP="@comment " -.else +.if defined(WITH_MTP) LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp -CONFIGURE_ARGS+=--with-libmtp PLIST_SUB+= MTP="" -.endif - -.if defined(WITHOUT_LIBVISUAL) -CONFIGURE_ARGS+=--without-libvisual .else -LIB_DEPENDS+= visual-0.4:${PORTSDIR}/graphics/libvisual04 -.endif - -.if defined(WITHOUT_OPENGL) -CONFIGURE_ARGS+=--without-opengl -.endif - -.if defined(WITHOUT_AMAZON) -CONFIGURE_ARGS+=--disable-amazon -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+=--enable-mysql -.endif - -.if defined(WITH_POSTGRESQL) -USE_PGSQL= yes -CONFIGURE_ARGS+=--enable-postgresql -.endif - -.if defined(WITH_HIDEMENUBAR) -EXTRA_PATCHES= ${PATCHDIR}/hide-main-menu-bar-feature.patch -.endif - -.if defined(DEBUG) -CONFIGURE_ARGS+=--enable-debug=full -STRIP= # none +CMAKE_ARGS+= -DWITH_Mtp:BOOL=Off +PLIST_SUB+= MTP="@comment " .endif -pre-extract: check-options-version - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|LIBS="-ltunepimp $$LIBS"|LIBS="-ltunepimp -liconv $$LIBS"|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH} - -post-install: -.if defined(WITH_MTP) || defined(WITH_NJB) || defined(WITH_GPOD) - @${CAT} ${PKGMESSAGE} +.if defined(WITH_LOUDMOUTH) +LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth +PLIST_SUB+= LOUDMOUTH="" +.else +CMAKE_ARGS+= -DWITH_Loudmouth:BOOL=Off +PLIST_SUB+= LOUDMOUTH="@comment " .endif -check-options-version: -.ifdef(_OPTIONS_READ) - @(if ${PKG_VERSION} -t ${_OPTIONS_READ} ${MIN_OPTIONS_VER} | ${GREP} -q '<'; \ - then ${ECHO_CMD} ""; \ - ${ECHO_CMD} "===> You have unsupported (old) OPTIONS, please do a 'make rmconfig; make'"; \ - ${ECHO_CMD} ""; \ - exit 1; \ - fi) -.endif +post-extract: + ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ + ${WRKSRC}/cmake/modules/FindIpod.cmake \ + ${WRKSRC}/cmake/modules/FindLoudmouth.cmake \ + ${WRKSRC}/cmake/modules/FindGdk.cmake .include <bsd.port.post.mk> diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo index a4393952c56f..ab4e3985d5f5 100644 --- a/audio/amarok-kde4/distinfo +++ b/audio/amarok-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (amarok-1.4.10.tar.bz2) = 3bdbf26181bf5e5925f48968caba7ac2 -SHA256 (amarok-1.4.10.tar.bz2) = 4b28f86e81447b94d33c35aa0cff65d59d85da74fde2a86c5c7862c048509c9b -SIZE (amarok-1.4.10.tar.bz2) = 12812583 +MD5 (amarok-2.0.2.tar.bz2) = 98b78372ec6ea3432faba356c90c6dbe +SHA256 (amarok-2.0.2.tar.bz2) = d13c0b6b058a8dfd86194c81f89365f69adc14f0e4e6ac82359135629caaf651 +SIZE (amarok-2.0.2.tar.bz2) = 4979989 diff --git a/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch b/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch deleted file mode 100644 index dc53b53a6d2b..000000000000 --- a/audio/amarok-kde4/files/hide-main-menu-bar-feature.patch +++ /dev/null @@ -1,119 +0,0 @@ -diff -ruN amarok.orig/src/amarokcore/amarok.kcfg amarok/src/amarokcore/amarok.kcfg ---- amarok.orig/src/amarokcore/amarok.kcfg Mon Jun 18 01:51:49 2007 -+++ amarok/src/amarokcore/amarok.kcfg Thu Jun 21 22:42:23 2007 -@@ -216,6 +216,11 @@ - <whatsthis>Set this to the style dir you want to use.</whatsthis> - <default>Default</default> - </entry> -+ <entry key="Show Menu Bar" type="Bool"> -+ <label>Whether Menubar is shown</label> -+ <whatsthis>If set, Amarok displays a menubar on top of the application.</whatsthis> -+ <default>true</default> -+ </entry> - <entry key="Relative Playlist" type="Bool"> - <label>Whether playlists store relative path</label> - <whatsthis>If set, Amarok's manually saved playlists will contain a relative path to each track, not an absolute path.</whatsthis> -diff -ruN amarok.orig/src/app.cpp amarok/src/app.cpp ---- amarok.orig/src/app.cpp Mon Jun 18 01:51:49 2007 -+++ amarok/src/app.cpp Thu Jun 21 22:43:27 2007 -@@ -678,6 +674,11 @@ - m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( EngineController::instance()->bundle().veryNiceTitle() ) ); - else - m_pPlaylistWindow->setCaption( "Amarok" ); -+ -+ //m_pPlaylistWindow->show(); //must be shown //we do below now -+ //ensure that at least one Menu is plugged into an accessible UI element -+ if( !AmarokConfig::showMenuBar() && !Amarok::actionCollection()->action( "amarok_menu" )->isPlugged() ) -+ playlistWindow()->createGUI(); - } - - playlistWindow()->applySettings(); -diff -ruN amarok.orig/src/playlistwindow.cpp amarok/src/playlistwindow.cpp ---- amarok.orig/src/playlistwindow.cpp Mon Jun 18 01:51:49 2007 -+++ amarok/src/playlistwindow.cpp Thu Jun 21 22:48:15 2007 -@@ -139,6 +139,7 @@ - ac->action( "stream_add" )->setIcon( Amarok::icon( "files" ) ); - KStdAction::save( this, SLOT(savePlaylist()), ac, "playlist_save" )->setText( i18n("&Save Playlist As...") ); - ac->action( "playlist_save" )->setIcon( Amarok::icon( "save" ) ); -+ KStdAction::showMenubar( this, SLOT(slotToggleMenu()), ac ); - - //FIXME: after string freeze rename to "Burn Current Playlist"? - new KAction( i18n("Burn to CD"), Amarok::icon( "burn" ), 0, this, SLOT(slotBurnPlaylist()), ac, "playlist_burn" ); -@@ -233,6 +236,7 @@ - - PlaylistWindow::~PlaylistWindow() - { -+ Amarok::config( "PlaylistWindow" )->writeEntry( "showMenuBar", m_menubar->isShown() ); - AmarokConfig::setPlaylistWindowPos( pos() ); //TODO de XT? - AmarokConfig::setPlaylistWindowSize( size() ); //TODO de XT? - } -@@ -307,6 +310,7 @@ - connect( repeatAction, SIGNAL( activated( int ) ), playlist, SLOT( slotRepeatTrackToggled( int ) ) ); - - m_menubar = new KMenuBar( this ); -+ m_menubar->setShown( AmarokConfig::showMenuBar() ); - - //BEGIN Actions menu - KPopupMenu *actionsMenu = new KPopupMenu( m_menubar ); -@@ -381,6 +388,8 @@ - m_settingsMenu = new KPopupMenu( m_menubar ); - //TODO use KStdAction or KMainWindow - #ifndef Q_WS_MAC -+ static_cast<KToggleAction *>(actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar)))->setChecked( AmarokConfig::showMenuBar() ); -+ actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar))->plug( m_settingsMenu ); - m_settingsMenu->insertItem( AmarokConfig::showToolbar() ? i18n( "Hide Toolbar" ) : i18n("Show Toolbar"), ID_SHOW_TOOLBAR ); - m_settingsMenu->insertItem( AmarokConfig::showPlayerWindow() ? i18n("Hide Player &Window") : i18n("Show Player &Window"), ID_SHOW_PLAYERWINDOW ); - m_settingsMenu->insertSeparator(); -@@ -569,6 +578,12 @@ - for( QStringList::ConstIterator it = list.constBegin(); it != end; ++it ) - { - KToolBarButton* const button = static_cast<KToolBarButton*>( m_toolbar->child( (*it).latin1() ) ); -+ if ( it == last ) { -+ //if the user has no PlayerWindow, he MUST have the menu action plugged -+ //NOTE this is not saved to the local XMLFile, which is what the user will want -+ if ( !AmarokConfig::showPlayerWindow() && !AmarokConfig::showMenuBar() && !button ) -+ actionCollection()->action( "amarok_menu" )->plug( m_toolbar ); -+ } - - if ( button ) { - button->modeChange(); -@@ -1031,6 +1046,20 @@ - Playlist::instance()->setFocus(); - } - -+void PlaylistWindow::slotToggleMenu() //SLOT -+{ -+ if( static_cast<KToggleAction *>(actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar)))->isChecked() ) { -+ AmarokConfig::setShowMenuBar( true ); -+ m_menubar->setShown( true ); -+ } -+ else -+ { -+ AmarokConfig::setShowMenuBar( false ); -+ m_menubar->setShown( false ); -+ } -+ recreateGUI(); -+} -+ - void PlaylistWindow::slotMenuActivated( int index ) //SLOT - { - switch( index ) -@@ -1042,6 +1071,7 @@ - case ID_SHOW_TOOLBAR: - m_toolbar->setShown( !m_toolbar->isShown() ); - AmarokConfig::setShowToolbar( !AmarokConfig::showToolbar() ); -+ actionCollection()->action(KStdAction::name(KStdAction::ShowMenubar))->setEnabled( m_toolbar->isShown() ); - m_settingsMenu->changeItem( index, m_toolbar->isShown() ? i18n("Hide Toolbar") : i18n("Show Toolbar") ); - break; - case ID_SHOW_PLAYERWINDOW: -diff -ruN amarok.orig/src/playlistwindow.h amarok/src/playlistwindow.h ---- amarok.orig/src/playlistwindow.h Mon Jun 18 01:51:49 2007 -+++ amarok/src/playlistwindow.h Thu Jun 21 22:48:44 2007 -@@ -91,6 +91,7 @@ - void slotMenuActivated( int ); - void actionsMenuAboutToShow(); - void toolsMenuAboutToShow(); -+ void slotToggleMenu(); - void slotToggleFocus(); - void slotEditFilter(); - void slotSetFilter( const QString &filter ); diff --git a/audio/amarok-kde4/files/patch-amarok_src_contextbrowser.cpp b/audio/amarok-kde4/files/patch-amarok_src_contextbrowser.cpp deleted file mode 100644 index 05005d570bbb..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_contextbrowser.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/contextbrowser.cpp.orig -+++ amarok/src/contextbrowser.cpp -@@ -4189,7 +4189,7 @@ - } - - // Ok lets remove the top and bottom parts of the page -- m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) ); -+ m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) ); - m_wiki = m_wiki.mid( 0, m_wiki.find( "<div class=\"printfooter\">" ) ); - // Adding back license information - m_wiki += copyright; diff --git a/audio/amarok-kde4/files/patch-amarok_src_mediadevice_mtp_mtpmediadevice.cpp b/audio/amarok-kde4/files/patch-amarok_src_mediadevice_mtp_mtpmediadevice.cpp deleted file mode 100644 index a4500070b3b6..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_mediadevice_mtp_mtpmediadevice.cpp +++ /dev/null @@ -1,44 +0,0 @@ ---- amarok/src/mediadevice/mtp/mtpmediadevice.cpp -+++ amarok/src/mediadevice/mtp/mtpmediadevice.cpp -@@ -293,12 +293,13 @@ - parent_id = getDefaultParentId(); - } - debug() << "Parent id : " << parent_id << endl; -+ trackmeta->parent_id = parent_id; - - m_critical_mutex.lock(); - debug() << "Sending track... " << bundle.url().path().utf8() << endl; - int ret = LIBMTP_Send_Track_From_File( - m_device, bundle.url().path().utf8(), trackmeta, -- progressCallback, this, parent_id -+ progressCallback, this - ); - m_critical_mutex.unlock(); - -@@ -529,7 +530,7 @@ - for( MtpMediaItem *it = dynamic_cast<MtpMediaItem*>(items->first()); it; it = dynamic_cast<MtpMediaItem*>(items->next()) ) - album_object->tracks[i++] = it->track()->id(); - album_object->no_tracks = items->count(); -- ret = LIBMTP_Create_New_Album( m_device, album_object, 0 ); -+ ret = LIBMTP_Create_New_Album( m_device, album_object ); - if( ret != 0 ) - { - debug() << "creating album failed : " << ret << endl; -@@ -608,7 +609,7 @@ - { - debug() << "Creating new folder '" << name << "' as a child of "<< parent_id << endl; - char *name_copy = qstrdup( name ); -- uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id ); -+ uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id, 0 ); - delete(name_copy); - debug() << "New folder ID: " << new_folder_id << endl; - if( new_folder_id == 0 ) -@@ -913,7 +914,7 @@ - if( item->playlist()->id() == 0 ) - { - debug() << "creating new playlist : " << metadata->name << endl; -- int ret = LIBMTP_Create_New_Playlist( m_device, metadata, 0 ); -+ int ret = LIBMTP_Create_New_Playlist( m_device, metadata ); - if( ret == 0 ) - { - item->playlist()->setId( metadata->playlist_id ); diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in deleted file mode 100644 index 6e844fcad276..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- amarok/src/metadata/audible/Makefile.in.orig Thu Apr 10 22:17:11 2008 -+++ amarok/src/metadata/audible/Makefile.in Thu May 15 15:40:38 2008 -@@ -407,7 +407,7 @@ - xdg_directorydir = @xdg_directorydir@ - xdg_menudir = @xdg_menudir@ - SUBDIRS = --INCLUDES = $(all_includes) $(TAGLIB_CFLAGS) -+INCLUDES = -I$(top_srcdir)/amarok/src $(all_includes) $(TAGLIB_CFLAGS) - #>- METASOURCES = AUTO - libtagaudible_la_LDFLAGS = $(all_libraries) - noinst_LTLIBRARIES = libtagaudible.la diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h deleted file mode 100644 index 253f54878017..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibleproperties.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/audible/audibleproperties.h.orig -+++ amarok/src/metadata/audible/audibleproperties.h -@@ -9,6 +9,8 @@ - - #include <config.h> - -+#include <stdio.h> -+#include <sys/types.h> - #include <taglib/audioproperties.h> - #include <taglib/tstring.h> - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h b/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h deleted file mode 100644 index 65941ffd4602..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_audible_audibletag.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/audible/audibletag.h.orig -+++ amarok/src/metadata/audible/audibletag.h -@@ -9,6 +9,8 @@ - - #include <config.h> - -+#include <stdio.h> -+#include <sys/types.h> - #include <taglib/tag.h> - #include "taglib_audiblefile.h" - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp deleted file mode 100644 index eb0f8af114cc..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- amarok/src/metadata/mp4/mp4file.cpp.orig Mon Dec 17 16:53:19 2007 -+++ amarok/src/metadata/mp4/mp4file.cpp Thu Jan 31 23:14:42 2008 -@@ -27,9 +27,8 @@ - - #include "mp4tag.h" - #include <tfile.h> --#include <audioproperties.h> - --#include <stdint.h> -+#include <inttypes.h> - - #define MP4V2_HAS_WRITE_BUG 1 - -@@ -157,6 +156,7 @@ - #endif - - MP4Close(handle); -+ handle=NULL; - - mp4file = MP4Read(name()); - if(mp4file == MP4_INVALID_FILE_HANDLE) diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp deleted file mode 100644 index 7f39cdfb69c2..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4properties.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/mp4/mp4properties.cpp.orig -+++ amarok/src/metadata/mp4/mp4properties.cpp -@@ -29,7 +29,7 @@ - #include <systems.h> - #endif - --#include <stdint.h> -+#include <inttypes.h> - - using namespace TagLib; - diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp deleted file mode 100644 index 0121a707e195..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4tag.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/metadata/mp4/mp4tag.cpp.orig -+++ amarok/src/metadata/mp4/mp4tag.cpp -@@ -23,7 +23,7 @@ - #include "mp4tag.h" - - #include <tag.h> --#include <stdint.h> -+#include <inttypes.h> - - using namespace TagLib; - diff --git a/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp b/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp deleted file mode 100644 index 6b19af04d246..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- amarok/src/statusbar/statusbar.cpp.orig Mon Dec 18 00:17:13 2006 -+++ amarok/src/statusbar/statusbar.cpp Mon Dec 18 00:13:27 2006 -@@ -81,7 +81,7 @@ - m_slider->setMinimumWidth( m_timeLabel->width() ); - - m_timeLabel2 = new TimeLabel( positionBox ); -- m_slider->setMinimumWidth( m_timeLabel2->width() ); -+ m_slider->setMinimumWidth( m_timeLabel2->width() + 128 ); - - - // TODO Both labels need tooltips (string freeze?) diff --git a/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h b/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h deleted file mode 100644 index 51200453662c..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_xmlloader.h +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/xmlloader.h.orig -+++ amarok/src/xmlloader.h -@@ -173,6 +173,7 @@ - - public: //fucking moc, these should be private - class ThreadedLoader; -+ friend class ThreadedLoader; - class SimpleLoader; - }; - diff --git a/audio/amarok-kde4/files/patch-configure b/audio/amarok-kde4/files/patch-configure deleted file mode 100644 index 45a89f01ae5b..000000000000 --- a/audio/amarok-kde4/files/patch-configure +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- configure.orig -+++ configure -@@ -39576,7 +39576,7 @@ - if test "$with_libvisual" = "yes"; then - ## libvisual plugin depends on sdl - # Extract the first word of "sdl-config", so it can be a program name with args. --set dummy sdl-config; ac_word=$2 -+set dummy $SDL_CONFIG; ac_word=$2 - { echo "$as_me:$LINENO: checking for $ac_word" >&5 - echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } - if test "${ac_cv_prog_SDL_CONFIG+set}" = set; then -@@ -39613,15 +39613,15 @@ - - - -- if test x$SDL_CONFIG = xyes; then -- sdl_cflags=`sdl-config --cflags` -- sdl_libs=`sdl-config --libs` -+ if test -n $SDL_CONFIG ; then -+ sdl_cflags=`$SDL_CONFIG --cflags` -+ sdl_libs=`$SDL_CONFIG --libs` - fi - - - - -- if test x$PKGCONFIGFOUND = xyes -a x$SDL_CONFIG = xyes; then -+ if test x$PKGCONFIGFOUND = xyes -a -n $SDL_CONFIG ; then - - - succeeded=no diff --git a/audio/amarok-kde4/pkg-plist b/audio/amarok-kde4/pkg-plist index d19cfb330d91..327a9dffc54d 100644 --- a/audio/amarok-kde4/pkg-plist +++ b/audio/amarok-kde4/pkg-plist @@ -1,1145 +1,453 @@ +%%LOUDMOUTH%%bin/amarokmp3tunesharmonydaemon bin/amarok -bin/amarok_daapserver.rb -bin/amarok_proxy.rb -bin/amarokapp +bin/amarok_afttagger bin/amarokcollectionscanner -lib/kde3/konqsidebar_universalamarok.a -lib/kde3/konqsidebar_universalamarok.la -lib/kde3/konqsidebar_universalamarok.so -lib/kde3/libamarok_daap-mediadevice.a -lib/kde3/libamarok_daap-mediadevice.la -lib/kde3/libamarok_daap-mediadevice.so -lib/kde3/libamarok_generic-mediadevice.a -lib/kde3/libamarok_generic-mediadevice.la -lib/kde3/libamarok_generic-mediadevice.so -lib/kde3/libamarok_massstorage-device.a -lib/kde3/libamarok_massstorage-device.la -lib/kde3/libamarok_massstorage-device.so -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.a -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.la -%%GPOD%%lib/kde3/libamarok_ipod-mediadevice.so -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.a -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.la -%%MTP%%lib/kde3/libamarok_mtp-mediadevice.so -lib/kde3/libamarok_nfs-device.a -lib/kde3/libamarok_nfs-device.la -lib/kde3/libamarok_nfs-device.so -%%NJB%%lib/kde3/libamarok_njb-mediadevice.a -%%NJB%%lib/kde3/libamarok_njb-mediadevice.la -%%NJB%%lib/kde3/libamarok_njb-mediadevice.so -lib/kde3/libamarok_smb-device.a -lib/kde3/libamarok_smb-device.la -lib/kde3/libamarok_smb-device.so -lib/kde3/libamarok_void-engine_plugin.a -lib/kde3/libamarok_void-engine_plugin.la -lib/kde3/libamarok_void-engine_plugin.so -lib/kde3/libamarok_xine-engine.a -lib/kde3/libamarok_xine-engine.la -lib/kde3/libamarok_xine-engine.so -lib/libamarok.a -lib/libamarok.la -lib/libamarok.so -lib/libamarok.so.0 -lib/ruby_lib/http11.rb -lib/ruby_lib/libhttp11.a -lib/ruby_lib/libhttp11.la -lib/ruby_lib/libhttp11.so -lib/ruby_lib/libhttp11.so.0 -share/applications/kde/amarok.desktop -share/apps/amarok/amarokui.rc -share/apps/amarok/data/Amarok_1.4_Welcome.ogg -share/apps/amarok/data/Cool-Streams.xml -share/apps/amarok/data/ball.png -share/apps/amarok/data/dot.png -share/apps/amarok/data/equalizer_presets.xml -share/apps/amarok/data/firstrun.m3u -share/apps/amarok/data/grid.png -share/apps/amarok/data/magnatune_logo.png -share/apps/amarok/data/wirl1.png -share/apps/amarok/data/wirl2.png -share/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png -share/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png -share/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png -share/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/16x16/actions/podcast.png -share/apps/amarok/icons/crystalsvg/16x16/actions/podcast_new.png -share/apps/amarok/icons/crystalsvg/16x16/actions/random.png -share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png -share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png -share/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png -share/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png -share/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast.png -share/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast_new.png -share/apps/amarok/icons/crystalsvg/22x22/actions/babelfish.png -share/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png -share/apps/amarok/icons/crystalsvg/22x22/actions/random.png -share/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png -share/apps/amarok/icons/crystalsvg/22x22/actions/visualizations.png -share/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png -share/apps/amarok/icons/crystalsvg/64x64/actions/podcast.png -share/apps/amarok/icons/crystalsvg/64x64/actions/podcast_new.png -share/apps/amarok/icons/crystalsvg/64x64/actions/random.png -share/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_album.png +%%GPOD%%lib/kde4/libamarok_collection-ipodcollection.so +%%LOUDMOUTH%%lib/kde4/amarok_service_mp3tunes.so +%%LOUDMOUTH%%lib/kde4/kcm_amarok_service_mp3tunes.so +%%MTP%%lib/kde4/libamarok_collection-mtpcollection.so +lib/kde4/amarok_containment_context.so +lib/kde4/amarok_context_applet_albums.so +lib/kde4/amarok_context_applet_currenttrack.so +lib/kde4/amarok_context_applet_lyrics.so +lib/kde4/amarok_context_applet_mediadevices.so +lib/kde4/amarok_context_applet_serviceinfo.so +lib/kde4/amarok_context_applet_wikipedia.so +lib/kde4/amarok_data_engine_current.so +lib/kde4/amarok_data_engine_lyrics.so +lib/kde4/amarok_data_engine_service.so +lib/kde4/amarok_data_engine_wikipedia.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 +lib/kde4/amarok_service_opmldirectory.so +lib/kde4/amarok_service_shoutcast.so +lib/kde4/kcm_amarok_service_ampache.so +lib/kde4/kcm_amarok_service_lastfm.so +lib/kde4/kcm_amarok_service_magnatunestore.so +lib/kde4/libamarok_collection-daapcollection.so +lib/kde4/libamarok_collection-sqlcollection.so +lib/kde4/plugins/script/libqtscript_core.so +lib/kde4/plugins/script/libqtscript_gui.so +lib/kde4/plugins/script/libqtscript_network.so +lib/kde4/plugins/script/libqtscript_sql.so +lib/kde4/plugins/script/libqtscript_uitools.so +lib/kde4/plugins/script/libqtscript_xml.so +lib/libamarok_service_liblastfm.so +lib/libamarok_taglib.so +lib/libamarok_taglib.so.1 +lib/libamarok_taglib.so.1.0.0 +lib/libamaroklib.so +lib/libamaroklib.so.1 +lib/libamaroklib.so.1.0.0 +lib/libamarokplasma.so +lib/libamarokplasma.so.2 +lib/libamarokplasma.so.2.0.0 +lib/libamarokpud.so +lib/libamarokpud.so.1 +lib/libamarokpud.so.1.0.0 +lib/strigi/strigita_audible.so +lib/strigi/strigita_mp4.so +share/applications/kde4/amarok.desktop +share/apps/amarok/data/ServiceInfoCustomStyle.css +share/apps/amarok/data/WikipediaCustomStyle.css +share/apps/amarok/data/bullet.gif +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_audioscrobbler.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_burn.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_circle.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_download.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_external.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_files.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_love.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_magnatune.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_music.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_save.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_search.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png share/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/16x16/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/16x16/actions/collection.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_album.png +share/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.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/edit-redo-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-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-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-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/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-album-shuffle-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-off-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/media-playlist-shuffle-off-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/media-track-repeat-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/music-amarok.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-media-visualization-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png +share/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-black-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_audioscrobbler.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_burn.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_circle.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_download.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_external.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_files.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_love.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_magnatune.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_music.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_save.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_search.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png share/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/22x22/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/22x22/actions/collection.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_album.png +share/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.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/edit-redo-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-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-album-shuffle-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-off-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/media-playlist-shuffle-off-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/media-track-repeat-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/music-amarok.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-media-visualization-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png +share/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-black-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/32x32/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_burn.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_circle.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_download.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_external.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_files.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_love.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_magnatune.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_music.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_save.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_search.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_stop.png share/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/32x32/actions/amarok_zoom.png share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png -share/apps/amarok/icons/hicolor/32x32/actions/collection.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_album.png +share/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.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/edit-redo-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-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-shuffle-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-playlist-repeat-off-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/media-playlist-shuffle-off-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/media-track-repeat-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/music-amarok.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-media-visualization-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png +share/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-black-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_audioscrobbler.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_back.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_burn.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_circle.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_device.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_download.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_external.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_files.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_info.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_love.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_magnatune.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_music.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_next.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_play.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_save.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_search.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_stop.png share/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/48x48/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/48x48/actions/collection.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_lyrics.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_artist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_audioscrobbler.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_back.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_burn.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_change_language.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_circle.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_clock.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_collection.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_configure.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_covermanager.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_device.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_download.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_dynamic.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_edit.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_editcopy.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_equalizer.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_external.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_fastforward.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_favourite_genres.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_files.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_files2.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_info.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_love.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_lyrics.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_magnatune.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_mostplayed.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_music.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_next.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_pause.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_play.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_clear.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_refresh.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast2.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_queue.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_no.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_redo.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_refresh.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove_from_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_album.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_no.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_playlist.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_rescan.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_rewind.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_save.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_scripts.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_search.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_engine.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_general.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_indicator.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_playback.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_view.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_stop.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_track.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_undo.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_visualizations.png -share/apps/amarok/icons/hicolor/64x64/actions/amarok_zoom.png -share/apps/amarok/icons/hicolor/64x64/actions/collection.png -share/apps/amarok/images/amarok_cut.png -share/apps/amarok/images/amarok_rocks.jpg -share/apps/amarok/images/b_next.png -share/apps/amarok/images/b_pause.png -share/apps/amarok/images/b_play.png -share/apps/amarok/images/b_prev.png -share/apps/amarok/images/b_stop.png -share/apps/amarok/images/back_stars_grey.png -share/apps/amarok/images/currenttrack_bar_left.png -share/apps/amarok/images/currenttrack_bar_mid.png -share/apps/amarok/images/currenttrack_bar_right.png -share/apps/amarok/images/currenttrack_pause.png -share/apps/amarok/images/currenttrack_play.png -share/apps/amarok/images/currenttrack_repeat.png -share/apps/amarok/images/currenttrack_repeat_small.png -share/apps/amarok/images/currenttrack_stop.png -share/apps/amarok/images/currenttrack_stop_small.png -share/apps/amarok/images/eq_active2.png -share/apps/amarok/images/eq_inactive2.png -share/apps/amarok/images/lastfm.png +share/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-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/edit-redo-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/filename-artist-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-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-ignore-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.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/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-album-shuffle-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-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/media-track-repeat-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/music-amarok.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/view-media-visualization-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png +share/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-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/FilenameLayoutDialogHint.png +share/apps/amarok/images/amarok_icon.svg +share/apps/amarok/images/default-theme-clean.svg +share/apps/amarok/images/emblem-ampache.png +share/apps/amarok/images/emblem-default.png +share/apps/amarok/images/emblem-jamendo.png +share/apps/amarok/images/emblem-lastfm.png +share/apps/amarok/images/emblem-magnatune.png +share/apps/amarok/images/emblem-mp3tunes.png +share/apps/amarok/images/emblem-scripted.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/menu_sidepixmap.png -share/apps/amarok/images/more_albums.png -share/apps/amarok/images/musicbrainz.png +share/apps/amarok/images/navigation_arrows.svg share/apps/amarok/images/nocover.png -share/apps/amarok/images/pl_active2.png -share/apps/amarok/images/pl_inactive2.png -share/apps/amarok/images/sbinner_stars.png -share/apps/amarok/images/shadow_albumcover.png +share/apps/amarok/images/pud_items.svg share/apps/amarok/images/smallstar.png share/apps/amarok/images/splash_screen.jpg share/apps/amarok/images/star.png -share/apps/amarok/images/time_minus.png -share/apps/amarok/images/time_plus.png -share/apps/amarok/images/vol_speaker.png -share/apps/amarok/images/volumeslider-gradient.png -share/apps/amarok/images/volumeslider-handle.png -share/apps/amarok/images/volumeslider-handle_glow.png -share/apps/amarok/images/volumeslider-inset.png -share/apps/amarok/images/wizard_compact.png -share/apps/amarok/images/wizard_xmms.png -share/apps/amarok/images/xine_logo.png -share/apps/amarok/ruby_lib/codes.rb -share/apps/amarok/ruby_lib/gem_plugin.rb -share/apps/amarok/ruby_lib/gemconfigure.rb -share/apps/amarok/ruby_lib/mongrel.rb -share/apps/amarok/ruby_lib/mongrel/cgi.rb -share/apps/amarok/ruby_lib/mongrel/command.rb -share/apps/amarok/ruby_lib/mongrel/configurator.rb -share/apps/amarok/ruby_lib/mongrel/debug.rb -share/apps/amarok/ruby_lib/mongrel/handlers.rb -share/apps/amarok/ruby_lib/mongrel/init.rb -share/apps/amarok/ruby_lib/mongrel/mime_types.yml -share/apps/amarok/ruby_lib/mongrel/stats.rb -share/apps/amarok/ruby_lib/mongrel/tcphack.rb -share/apps/amarok/ruby_lib/rbconfig/datadir.rb -share/apps/amarok/ruby_lib/rubygems.rb -share/apps/amarok/ruby_lib/rubygems/._gem_commands.rb -share/apps/amarok/ruby_lib/rubygems/builder.rb -share/apps/amarok/ruby_lib/rubygems/cmd_manager.rb -share/apps/amarok/ruby_lib/rubygems/command.rb -share/apps/amarok/ruby_lib/rubygems/config_file.rb -share/apps/amarok/ruby_lib/rubygems/custom_require.rb -share/apps/amarok/ruby_lib/rubygems/dependency_list.rb -share/apps/amarok/ruby_lib/rubygems/doc_manager.rb -share/apps/amarok/ruby_lib/rubygems/format.rb -share/apps/amarok/ruby_lib/rubygems/gem_commands.rb -share/apps/amarok/ruby_lib/rubygems/gem_openssl.rb -share/apps/amarok/ruby_lib/rubygems/gem_runner.rb -share/apps/amarok/ruby_lib/rubygems/incremental_fetcher.rb -share/apps/amarok/ruby_lib/rubygems/installer.rb -share/apps/amarok/ruby_lib/rubygems/loadpath_manager.rb -share/apps/amarok/ruby_lib/rubygems/old_format.rb -share/apps/amarok/ruby_lib/rubygems/open-uri.rb -share/apps/amarok/ruby_lib/rubygems/package.rb -share/apps/amarok/ruby_lib/rubygems/remote_installer.rb -share/apps/amarok/ruby_lib/rubygems/rubygems_version.rb -share/apps/amarok/ruby_lib/rubygems/security.rb -share/apps/amarok/ruby_lib/rubygems/source_index.rb -share/apps/amarok/ruby_lib/rubygems/specification.rb -share/apps/amarok/ruby_lib/rubygems/timer.rb -share/apps/amarok/ruby_lib/rubygems/user_interaction.rb -share/apps/amarok/ruby_lib/rubygems/validator.rb -share/apps/amarok/ruby_lib/rubygems/version.rb -share/apps/amarok/scripts/common/Publisher.py -share/apps/amarok/scripts/common/Zeroconf.py -share/apps/amarok/scripts/lyrics_astraweb/COPYING -share/apps/amarok/scripts/lyrics_astraweb/README -share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb -share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec -share/apps/amarok/scripts/lyrics_lyrc/COPYING -share/apps/amarok/scripts/lyrics_lyrc/README -share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb -share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec -share/apps/amarok/scripts/playlist2html/Playlist.py -share/apps/amarok/scripts/playlist2html/PlaylistServer.py -share/apps/amarok/scripts/playlist2html/PlaylistServer.spec -share/apps/amarok/scripts/playlist2html/README -share/apps/amarok/scripts/playlist2html/playlist2html.py -share/apps/amarok/scripts/playlist2html/playlist2html.spec -share/apps/amarok/scripts/ruby_debug/debug.rb -share/apps/amarok/scripts/score_default/COPYING -share/apps/amarok/scripts/score_default/README -share/apps/amarok/scripts/score_default/score_default.rb -share/apps/amarok/scripts/score_default/score_default.spec -share/apps/amarok/scripts/score_impulsive/COPYING -share/apps/amarok/scripts/score_impulsive/README -share/apps/amarok/scripts/score_impulsive/score_impulsive.rb -share/apps/amarok/scripts/score_impulsive/score_impulsive.spec -share/apps/amarok/scripts/templates/amarok.rb -share/apps/amarok/scripts/templates/python_qt_template.py -share/apps/amarok/scripts/templates/ruby_qt_template.rb -share/apps/amarok/scripts/webcontrol/Globals.py -share/apps/amarok/scripts/webcontrol/Playlist.py -share/apps/amarok/scripts/webcontrol/README -share/apps/amarok/scripts/webcontrol/RequestHandler.py -share/apps/amarok/scripts/webcontrol/WebControl.py -share/apps/amarok/scripts/webcontrol/WebControl.spec -share/apps/amarok/scripts/webcontrol/WebPublisher.py -share/apps/amarok/scripts/webcontrol/amarok_cut.png -share/apps/amarok/scripts/webcontrol/controlbackground.png -share/apps/amarok/scripts/webcontrol/main.css -share/apps/amarok/scripts/webcontrol/main.js -share/apps/amarok/scripts/webcontrol/player_end.png -share/apps/amarok/scripts/webcontrol/player_pause.png -share/apps/amarok/scripts/webcontrol/player_play.png -share/apps/amarok/scripts/webcontrol/player_start.png -share/apps/amarok/scripts/webcontrol/player_stop.png -share/apps/amarok/scripts/webcontrol/smallstar.png -share/apps/amarok/scripts/webcontrol/star.png -share/apps/amarok/scripts/webcontrol/template.thtml -share/apps/amarok/scripts/webcontrol/vol_speaker.png -share/apps/amarok/themes/example/stylesheet.css -share/apps/amarok/themes/reinhardt/images/background.png -share/apps/amarok/themes/reinhardt/images/transparency.png -share/apps/amarok/themes/reinhardt/stylesheet.css -share/apps/konqsidebartng/add/amarok.desktop -share/apps/konqsidebartng/entries/amarok.desktop -share/apps/konqsidebartng/kicker_entries/amarok.desktop -share/apps/konqueror/servicemenus/amarok_addaspodcast.desktop -share/apps/konqueror/servicemenus/amarok_append.desktop -share/apps/konqueror/servicemenus/amarok_play_audiocd.desktop -share/apps/profiles/amarok.profile.xml +share/apps/amarok/images/volume_icon.png +share/apps/amarok/images/web_applet_background.svg +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/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/Amarok-Mockup/colors +share/apps/desktoptheme/Amarok-Mockup/widgets/background.svg +share/apps/desktoptheme/amarok-default.desktop +share/apps/desktoptheme/default/widgets/amarok-albums.svg +share/apps/desktoptheme/default/widgets/amarok-background.svg +share/apps/desktoptheme/default/widgets/amarok-containment-header.svg +share/apps/desktoptheme/default/widgets/amarok-currenttrack.svg +share/apps/desktoptheme/default/widgets/amarok-logo.svg +share/apps/desktoptheme/default/widgets/amarok-serviceinfo.svg +share/apps/desktoptheme/default/widgets/amarok-wallpaper.svg +share/apps/desktoptheme/default/widgets/amarok-wikipedia.svg +share/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg share/config.kcfg/amarok.kcfg -share/config.kcfg/xinecfg.kcfg -share/config/amarokrc -share/doc/HTML/da/amarok/advanced.docbook -share/doc/HTML/da/amarok/common -share/doc/HTML/da/amarok/config.docbook -share/doc/HTML/da/amarok/faq.docbook -share/doc/HTML/da/amarok/index.cache.bz2 -share/doc/HTML/da/amarok/index.docbook -share/doc/HTML/da/amarok/quick.docbook -share/doc/HTML/da/amarok/requirements.docbook -share/doc/HTML/da/amarok/using.docbook -share/doc/HTML/de/amarok/add_dynamic.png -share/doc/HTML/de/amarok/advanced.docbook -share/doc/HTML/de/amarok/amarok_playlist.png -share/doc/HTML/de/amarok/analyzer.png -share/doc/HTML/de/amarok/buttons.png -share/doc/HTML/de/amarok/collection.png -share/doc/HTML/de/amarok/config.docbook -share/doc/HTML/de/amarok/config_appearance.png -share/doc/HTML/de/amarok/config_collection.png -share/doc/HTML/de/amarok/config_engine.png -share/doc/HTML/de/amarok/config_general.png -share/doc/HTML/de/amarok/config_osd.png -share/doc/HTML/de/amarok/config_playback.png -share/doc/HTML/de/amarok/config_scrobbler.png -share/doc/HTML/de/amarok/context.png -share/doc/HTML/de/amarok/common -share/doc/HTML/de/amarok/coverman.png -share/doc/HTML/de/amarok/dynamic_bar.png -share/doc/HTML/de/amarok/dynamic_settings.png -share/doc/HTML/de/amarok/equalizer.png -share/doc/HTML/de/amarok/faq.docbook -share/doc/HTML/de/amarok/file_browser.png -share/doc/HTML/de/amarok/index.cache.bz2 -share/doc/HTML/de/amarok/index.docbook -share/doc/HTML/de/amarok/logo.png -share/doc/HTML/de/amarok/media_device.png -share/doc/HTML/de/amarok/menubar.png -share/doc/HTML/de/amarok/musicbrainz.png -share/doc/HTML/de/amarok/pl_browser.png -share/doc/HTML/de/amarok/pl_tip1.png -share/doc/HTML/de/amarok/play_list.png -share/doc/HTML/de/amarok/player_window.png -share/doc/HTML/de/amarok/playlist_browser.png -share/doc/HTML/de/amarok/playlist_window.png -share/doc/HTML/de/amarok/queue_manager.png -share/doc/HTML/de/amarok/quick.docbook -share/doc/HTML/de/amarok/requirements.docbook -share/doc/HTML/de/amarok/rmb_menu.png -share/doc/HTML/de/amarok/script_manager.png -share/doc/HTML/de/amarok/status_bar.png -share/doc/HTML/de/amarok/using.docbook -share/doc/HTML/de/amarok/vis_window.png -share/doc/HTML/en/amarok/add_dynamic.png -share/doc/HTML/en/amarok/advanced.docbook -share/doc/HTML/en/amarok/amarok_playlist.png -share/doc/HTML/en/amarok/analyzer.png -share/doc/HTML/en/amarok/buttons.png -share/doc/HTML/en/amarok/collection.png -share/doc/HTML/en/amarok/common -share/doc/HTML/en/amarok/config.docbook -share/doc/HTML/en/amarok/config_appearance.png -share/doc/HTML/en/amarok/config_collection.png -share/doc/HTML/en/amarok/config_engine.png -share/doc/HTML/en/amarok/config_general.png -share/doc/HTML/en/amarok/config_osd.png -share/doc/HTML/en/amarok/config_playback.png -share/doc/HTML/en/amarok/config_scrobbler.png -share/doc/HTML/en/amarok/coverman.png -share/doc/HTML/en/amarok/dynamic_bar.png -share/doc/HTML/en/amarok/dynamic_settings.png -share/doc/HTML/en/amarok/equalizer.png -share/doc/HTML/en/amarok/faq.docbook -share/doc/HTML/en/amarok/file_browser.png -share/doc/HTML/en/amarok/index.cache.bz2 -share/doc/HTML/en/amarok/index.docbook -share/doc/HTML/en/amarok/logo.png -share/doc/HTML/en/amarok/media_device.png -share/doc/HTML/en/amarok/menubar.png -share/doc/HTML/en/amarok/musicbrainz.png -share/doc/HTML/en/amarok/pl_tip1.png -share/doc/HTML/en/amarok/play_list.png -share/doc/HTML/en/amarok/player_window.png -share/doc/HTML/en/amarok/playlist_browser.png -share/doc/HTML/en/amarok/playlist_window.png -share/doc/HTML/en/amarok/queue_manager.png -share/doc/HTML/en/amarok/quick.docbook -share/doc/HTML/en/amarok/requirements.docbook -share/doc/HTML/en/amarok/rmb_menu.png -share/doc/HTML/en/amarok/script_manager.png -share/doc/HTML/en/amarok/status_bar.png -share/doc/HTML/en/amarok/tab_lyrics.png -share/doc/HTML/en/amarok/tab_music.png -share/doc/HTML/en/amarok/tab_wiki.png -share/doc/HTML/en/amarok/using.docbook -share/doc/HTML/en/amarok/vis_window.png -share/doc/HTML/es/amarok/add_dynamic.png -share/doc/HTML/es/amarok/advanced.docbook -share/doc/HTML/es/amarok/amarok_playlist.png -share/doc/HTML/es/amarok/analyzer.png -share/doc/HTML/es/amarok/browser_choice.png -share/doc/HTML/es/amarok/buttons.png -share/doc/HTML/es/amarok/collection.png -share/doc/HTML/es/amarok/common -share/doc/HTML/es/amarok/config.docbook -share/doc/HTML/es/amarok/config_appearance.png -share/doc/HTML/es/amarok/config_collection.png -share/doc/HTML/es/amarok/config_engine.png -share/doc/HTML/es/amarok/config_general.png -share/doc/HTML/es/amarok/config_osd.png -share/doc/HTML/es/amarok/config_playback.png -share/doc/HTML/es/amarok/config_scrobbler.png -share/doc/HTML/es/amarok/context.png -share/doc/HTML/es/amarok/coverman.png -share/doc/HTML/es/amarok/dynamic_bar.png -share/doc/HTML/es/amarok/dynamic_mode1.png -share/doc/HTML/es/amarok/dynamic_mode2.png -share/doc/HTML/es/amarok/dynamic_settings.png -share/doc/HTML/es/amarok/equalizer.png -share/doc/HTML/es/amarok/faq.docbook -share/doc/HTML/es/amarok/file_browser.png -share/doc/HTML/es/amarok/index.cache.bz2 -share/doc/HTML/es/amarok/index.docbook -share/doc/HTML/es/amarok/logo.png -share/doc/HTML/es/amarok/media_device.png -share/doc/HTML/es/amarok/menubar.png -share/doc/HTML/es/amarok/musicbrainz.png -share/doc/HTML/es/amarok/pl_browser.png -share/doc/HTML/es/amarok/pl_tip1.png -share/doc/HTML/es/amarok/play_list.png -share/doc/HTML/es/amarok/player_window.png -share/doc/HTML/es/amarok/playlist_browser.png -share/doc/HTML/es/amarok/playlist_window.png -share/doc/HTML/es/amarok/queue_manager.png -share/doc/HTML/es/amarok/quick.docbook -share/doc/HTML/es/amarok/requirements.docbook -share/doc/HTML/es/amarok/rmb_menu.png -share/doc/HTML/es/amarok/script_manager.png -share/doc/HTML/es/amarok/status_bar.png -share/doc/HTML/es/amarok/tab_lyrics.png -share/doc/HTML/es/amarok/tab_music.png -share/doc/HTML/es/amarok/tab_wiki.png -share/doc/HTML/es/amarok/using.docbook -share/doc/HTML/es/amarok/vis_window.png -share/doc/HTML/et/amarok/advanced.docbook -share/doc/HTML/et/amarok/config.docbook -share/doc/HTML/et/amarok/common -share/doc/HTML/et/amarok/develop.docbook -share/doc/HTML/et/amarok/faq.docbook -share/doc/HTML/et/amarok/feature_guide.docbook -share/doc/HTML/et/amarok/hidden.docbook -share/doc/HTML/et/amarok/howto.docbook -share/doc/HTML/et/amarok/index.cache.bz2 -share/doc/HTML/et/amarok/index.docbook -share/doc/HTML/et/amarok/plugin.docbook -share/doc/HTML/et/amarok/quick.docbook -share/doc/HTML/et/amarok/requirements.docbook -share/doc/HTML/et/amarok/using.docbook -share/doc/HTML/fr/amarok/advanced.docbook -share/doc/HTML/fr/amarok/config.docbook -share/doc/HTML/fr/amarok/common -share/doc/HTML/fr/amarok/faq.docbook -share/doc/HTML/fr/amarok/feature_guide.docbook -share/doc/HTML/fr/amarok/index.cache.bz2 -share/doc/HTML/fr/amarok/index.docbook -share/doc/HTML/fr/amarok/quick.docbook -share/doc/HTML/fr/amarok/requirements.docbook -share/doc/HTML/fr/amarok/using.docbook -share/doc/HTML/it/amarok/add_dynamic.png -share/doc/HTML/it/amarok/advanced.docbook -share/doc/HTML/it/amarok/amarok_playlist.png -share/doc/HTML/it/amarok/analyzer.png -share/doc/HTML/it/amarok/buttons.png -share/doc/HTML/it/amarok/collection.png -share/doc/HTML/it/amarok/common -share/doc/HTML/it/amarok/completo.png -share/doc/HTML/it/amarok/config.docbook -share/doc/HTML/it/amarok/config_appearance.png -share/doc/HTML/it/amarok/config_collection.png -share/doc/HTML/it/amarok/config_engine.png -share/doc/HTML/it/amarok/config_general.png -share/doc/HTML/it/amarok/config_osd.png -share/doc/HTML/it/amarok/config_playback.png -share/doc/HTML/it/amarok/config_scrobbler.png -share/doc/HTML/it/amarok/context.png -share/doc/HTML/it/amarok/coverman.png -share/doc/HTML/it/amarok/develop.docbook -share/doc/HTML/it/amarok/dynamic_bar.png -share/doc/HTML/it/amarok/dynamic_settings.png -share/doc/HTML/it/amarok/equalizer.png -share/doc/HTML/it/amarok/faq.docbook -share/doc/HTML/it/amarok/feature_guide.docbook -share/doc/HTML/it/amarok/file_browser.png -share/doc/HTML/it/amarok/hidden.docbook -share/doc/HTML/it/amarok/index.cache.bz2 -share/doc/HTML/it/amarok/index.docbook -share/doc/HTML/it/amarok/media_device.png -share/doc/HTML/it/amarok/menubar.png -share/doc/HTML/it/amarok/pl_browser.png -share/doc/HTML/it/amarok/pl_tip1.png -share/doc/HTML/it/amarok/play_list.png -share/doc/HTML/it/amarok/player_window.png -share/doc/HTML/it/amarok/playlist_browser.png -share/doc/HTML/it/amarok/playlist_window.png -share/doc/HTML/it/amarok/plugin.docbook -share/doc/HTML/it/amarok/queue_manager.png -share/doc/HTML/it/amarok/quick.docbook -share/doc/HTML/it/amarok/requirements.docbook -share/doc/HTML/it/amarok/rmb_menu.png -share/doc/HTML/it/amarok/script_manager.png -share/doc/HTML/it/amarok/status_bar.png -share/doc/HTML/it/amarok/tab_lyrics.png -share/doc/HTML/it/amarok/tab_music.png -share/doc/HTML/it/amarok/tab_wiki.png -share/doc/HTML/it/amarok/using.docbook -share/doc/HTML/it/amarok/vis_window.png -share/doc/HTML/nl/amarok/add_dynamic.png -share/doc/HTML/nl/amarok/advanced.docbook -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.docbook -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/develop.docbook -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/faq.docbook -share/doc/HTML/nl/amarok/feature_guide.docbook -share/doc/HTML/nl/amarok/file_browser.png -share/doc/HTML/nl/amarok/hidden.docbook -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/plugin.docbook -share/doc/HTML/nl/amarok/queue_manager.png -share/doc/HTML/nl/amarok/quick.docbook -share/doc/HTML/nl/amarok/requirements.docbook -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/using.docbook -share/doc/HTML/nl/amarok/vis_window.png -share/doc/HTML/pl/amarok/advanced.docbook -share/doc/HTML/pl/amarok/config.docbook -share/doc/HTML/pl/amarok/common -share/doc/HTML/pl/amarok/faq.docbook -share/doc/HTML/pl/amarok/index.cache.bz2 -share/doc/HTML/pl/amarok/index.docbook -share/doc/HTML/pl/amarok/quick.docbook -share/doc/HTML/pl/amarok/requirements.docbook -share/doc/HTML/pl/amarok/using.docbook -share/doc/HTML/pt/amarok/add_dynamic.png -share/doc/HTML/pt/amarok/advanced.docbook -share/doc/HTML/pt/amarok/amarok_playlist.png -share/doc/HTML/pt/amarok/analyzer.png -share/doc/HTML/pt/amarok/buttons.png -share/doc/HTML/pt/amarok/collection.png -share/doc/HTML/pt/amarok/common -share/doc/HTML/pt/amarok/config.docbook -share/doc/HTML/pt/amarok/config_appearance.png -share/doc/HTML/pt/amarok/config_collection.png -share/doc/HTML/pt/amarok/config_engine.png -share/doc/HTML/pt/amarok/config_general.png -share/doc/HTML/pt/amarok/config_osd.png -share/doc/HTML/pt/amarok/config_playback.png -share/doc/HTML/pt/amarok/config_scrobbler.png -share/doc/HTML/pt/amarok/coverman.png -share/doc/HTML/pt/amarok/develop.docbook -share/doc/HTML/pt/amarok/dynamic_bar.png -share/doc/HTML/pt/amarok/dynamic_settings.png -share/doc/HTML/pt/amarok/equalizer.png -share/doc/HTML/pt/amarok/faq.docbook -share/doc/HTML/pt/amarok/feature_guide.docbook -share/doc/HTML/pt/amarok/file_browser.png -share/doc/HTML/pt/amarok/hidden.docbook -share/doc/HTML/pt/amarok/index.cache.bz2 -share/doc/HTML/pt/amarok/index.docbook -share/doc/HTML/pt/amarok/logo.png -share/doc/HTML/pt/amarok/media_device.png -share/doc/HTML/pt/amarok/menubar.png -share/doc/HTML/pt/amarok/musicbrainz.png -share/doc/HTML/pt/amarok/pl_tip1.png -share/doc/HTML/pt/amarok/play_list.png -share/doc/HTML/pt/amarok/player_window.png -share/doc/HTML/pt/amarok/playlist_browser.png -share/doc/HTML/pt/amarok/playlist_window.png -share/doc/HTML/pt/amarok/plugin.docbook -share/doc/HTML/pt/amarok/queue_manager.png -share/doc/HTML/pt/amarok/quick.docbook -share/doc/HTML/pt/amarok/requirements.docbook -share/doc/HTML/pt/amarok/rmb_menu.png -share/doc/HTML/pt/amarok/script_manager.png -share/doc/HTML/pt/amarok/status_bar.png -share/doc/HTML/pt/amarok/using.docbook -share/doc/HTML/pt/amarok/vis_window.png -share/doc/HTML/pt_BR/amarok/advanced.docbook -share/doc/HTML/pt_BR/amarok/config.docbook -share/doc/HTML/pt_BR/amarok/common -share/doc/HTML/pt_BR/amarok/faq.docbook -share/doc/HTML/pt_BR/amarok/feature_guide.docbook -share/doc/HTML/pt_BR/amarok/index.cache.bz2 -share/doc/HTML/pt_BR/amarok/index.docbook -share/doc/HTML/pt_BR/amarok/quick.docbook -share/doc/HTML/pt_BR/amarok/requirements.docbook -share/doc/HTML/pt_BR/amarok/using.docbook -share/doc/HTML/ru/amarok/requirements.docbook -share/doc/HTML/sv/amarok/add_dynamic.png -share/doc/HTML/sv/amarok/advanced.docbook -share/doc/HTML/sv/amarok/amarok_playlist.png -share/doc/HTML/sv/amarok/analyzer.png -share/doc/HTML/sv/amarok/browser_choice.png -share/doc/HTML/sv/amarok/buttons.png -share/doc/HTML/sv/amarok/collection.png -share/doc/HTML/sv/amarok/common -share/doc/HTML/sv/amarok/config.docbook -share/doc/HTML/sv/amarok/config_appearance.png -share/doc/HTML/sv/amarok/config_collection.png -share/doc/HTML/sv/amarok/config_colors.png -share/doc/HTML/sv/amarok/config_engine.png -share/doc/HTML/sv/amarok/config_fonts.png -share/doc/HTML/sv/amarok/config_general.png -share/doc/HTML/sv/amarok/config_mysql.png -share/doc/HTML/sv/amarok/config_osd.png -share/doc/HTML/sv/amarok/config_playback.png -share/doc/HTML/sv/amarok/config_scrobbler.png -share/doc/HTML/sv/amarok/context.png -share/doc/HTML/sv/amarok/coverman.png -share/doc/HTML/sv/amarok/develop.docbook -share/doc/HTML/sv/amarok/dynamic_bar.png -share/doc/HTML/sv/amarok/dynamic_settings.png -share/doc/HTML/sv/amarok/equalizer.png -share/doc/HTML/sv/amarok/faq.docbook -share/doc/HTML/sv/amarok/feature_guide.docbook -share/doc/HTML/sv/amarok/file_browser.png -share/doc/HTML/sv/amarok/hidden.docbook -share/doc/HTML/sv/amarok/index.cache.bz2 -share/doc/HTML/sv/amarok/index.docbook -share/doc/HTML/sv/amarok/media_device.png -share/doc/HTML/sv/amarok/menubar.png -share/doc/HTML/sv/amarok/pl_browser.png -share/doc/HTML/sv/amarok/pl_tip1.png -share/doc/HTML/sv/amarok/play_list.png -share/doc/HTML/sv/amarok/player_window.png -share/doc/HTML/sv/amarok/playlist_browser.png -share/doc/HTML/sv/amarok/playlist_window.png -share/doc/HTML/sv/amarok/plugin.docbook -share/doc/HTML/sv/amarok/queue_manager.png -share/doc/HTML/sv/amarok/quick.docbook -share/doc/HTML/sv/amarok/requirements.docbook -share/doc/HTML/sv/amarok/rmb_menu.png -share/doc/HTML/sv/amarok/script_manager.png -share/doc/HTML/sv/amarok/scripts_window.png -share/doc/HTML/sv/amarok/search.png -share/doc/HTML/sv/amarok/status_bar.png -share/doc/HTML/sv/amarok/streams.png -share/doc/HTML/sv/amarok/using.docbook -share/doc/HTML/sv/amarok/vis_window.png -share/doc/HTML/sv/amarok/welcome.png +share/config/amarok.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/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/locale/af/LC_MESSAGES/amarok.mo +%%GPOD%%share/kde4/services/amarok_collection-ipodcollection.desktop +%%LOUDMOUTH%%share/kde4/services/amarok_service_mp3tunes.desktop +%%LOUDMOUTH%%share/kde4/services/amarok_service_mp3tunes_config.desktop +%%MTP%%share/kde4/services/amarok_collection-mtpcollection.desktop +share/kde4/services/ServiceMenus/amarok_append.desktop +share/kde4/services/amarok-containment-context.desktop +share/kde4/services/amarok-context-applet-albums.desktop +share/kde4/services/amarok-context-applet-currenttrack.desktop +share/kde4/services/amarok-context-applet-lyrics.desktop +share/kde4/services/amarok-context-applet-mediadevices.desktop +share/kde4/services/amarok-context-applet-serviceinfo.desktop +share/kde4/services/amarok-context-applet-wikipedia.desktop +share/kde4/services/amarok-data-engine-current.desktop +share/kde4/services/amarok-data-engine-lyrics.desktop +share/kde4/services/amarok-data-engine-service.desktop +share/kde4/services/amarok-data-engine-wikipedia.desktop +share/kde4/services/amarok_collection-daapcollection.desktop +share/kde4/services/amarok_collection-sqlcollection.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 +share/kde4/services/amarok_service_opmldirectory.desktop +share/kde4/services/amarok_service_shoutcast.desktop +share/kde4/services/amaroklastfm.protocol +share/kde4/servicetypes/amarok_codecinstall.desktop +share/kde4/servicetypes/amarok_containment.desktop +share/kde4/servicetypes/amarok_context_applet.desktop +share/kde4/servicetypes/amarok_data_engine.desktop +share/kde4/servicetypes/amarok_plugin.desktop share/locale/ar/LC_MESSAGES/amarok.mo -share/locale/az/LC_MESSAGES/amarok.mo share/locale/be/LC_MESSAGES/amarok.mo share/locale/bg/LC_MESSAGES/amarok.mo -share/locale/bn/LC_MESSAGES/amarok.mo -share/locale/br/LC_MESSAGES/amarok.mo share/locale/ca/LC_MESSAGES/amarok.mo share/locale/cs/LC_MESSAGES/amarok.mo -share/locale/cy/LC_MESSAGES/amarok.mo +share/locale/csb/LC_MESSAGES/amarok.mo share/locale/da/LC_MESSAGES/amarok.mo share/locale/de/LC_MESSAGES/amarok.mo share/locale/el/LC_MESSAGES/amarok.mo -share/locale/en_GB/LC_MESSAGES/amarok.mo share/locale/eo/LC_MESSAGES/amarok.mo share/locale/es/LC_MESSAGES/amarok.mo share/locale/et/LC_MESSAGES/amarok.mo share/locale/eu/LC_MESSAGES/amarok.mo -share/locale/fa/LC_MESSAGES/amarok.mo share/locale/fi/LC_MESSAGES/amarok.mo share/locale/fr/LC_MESSAGES/amarok.mo share/locale/ga/LC_MESSAGES/amarok.mo share/locale/gl/LC_MESSAGES/amarok.mo share/locale/he/LC_MESSAGES/amarok.mo -share/locale/hi/LC_MESSAGES/amarok.mo -share/locale/hu/LC_MESSAGES/amarok.mo -share/locale/id/LC_MESSAGES/amarok.mo share/locale/is/LC_MESSAGES/amarok.mo share/locale/it/LC_MESSAGES/amarok.mo share/locale/ja/LC_MESSAGES/amarok.mo -share/locale/ka/LC_MESSAGES/amarok.mo share/locale/km/LC_MESSAGES/amarok.mo share/locale/ko/LC_MESSAGES/amarok.mo share/locale/ku/LC_MESSAGES/amarok.mo -share/locale/lo/LC_MESSAGES/amarok.mo share/locale/lt/LC_MESSAGES/amarok.mo -share/locale/mk/LC_MESSAGES/amarok.mo -share/locale/ms/LC_MESSAGES/amarok.mo +share/locale/lv/LC_MESSAGES/amarok.mo share/locale/nb/LC_MESSAGES/amarok.mo share/locale/nds/LC_MESSAGES/amarok.mo share/locale/ne/LC_MESSAGES/amarok.mo share/locale/nl/LC_MESSAGES/amarok.mo share/locale/nn/LC_MESSAGES/amarok.mo +share/locale/oc/LC_MESSAGES/amarok.mo share/locale/pa/LC_MESSAGES/amarok.mo share/locale/pl/LC_MESSAGES/amarok.mo share/locale/pt/LC_MESSAGES/amarok.mo share/locale/pt_BR/LC_MESSAGES/amarok.mo share/locale/ro/LC_MESSAGES/amarok.mo share/locale/ru/LC_MESSAGES/amarok.mo -share/locale/rw/LC_MESSAGES/amarok.mo share/locale/se/LC_MESSAGES/amarok.mo share/locale/sk/LC_MESSAGES/amarok.mo share/locale/sl/LC_MESSAGES/amarok.mo -share/locale/sq/LC_MESSAGES/amarok.mo -share/locale/sr/LC_MESSAGES/amarok.mo -share/locale/sr@Latn/LC_MESSAGES/amarok.mo -share/locale/ss/LC_MESSAGES/amarok.mo share/locale/sv/LC_MESSAGES/amarok.mo -share/locale/ta/LC_MESSAGES/amarok.mo -share/locale/tg/LC_MESSAGES/amarok.mo share/locale/th/LC_MESSAGES/amarok.mo share/locale/tr/LC_MESSAGES/amarok.mo share/locale/uk/LC_MESSAGES/amarok.mo -share/locale/uz/LC_MESSAGES/amarok.mo -share/locale/uz@cyrillic/LC_MESSAGES/amarok.mo share/locale/zh_CN/LC_MESSAGES/amarok.mo share/locale/zh_TW/LC_MESSAGES/amarok.mo -%%GPOD%%share/services/amarok_ipod-mediadevice.desktop -%%MTP%%share/services/amarok_mtp-mediadevice.desktop -%%NJB%%share/services/amarok_njb-mediadevice.desktop -share/services/amarok_daap-mediadevice.desktop -share/services/amarok_generic-mediadevice.desktop -share/services/amarok_massstorage-device.desktop -share/services/amarok_nfs-device.desktop -share/services/amarok_smb-device.desktop -share/services/amarok_void-engine_plugin.desktop -share/services/amarok_xine-engine.desktop -share/services/amarokitpc.protocol -share/services/amaroklastfm.protocol -share/services/amarokpcast.protocol -share/servicetypes/amarok_codecinstall.desktop -share/servicetypes/amarok_plugin.desktop -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uz/LC_MESSAGES -@dirrmtry share/locale/uz -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tk/LC_MESSAGES -@dirrmtry share/locale/tk -@dirrmtry share/locale/tg/LC_MESSAGES -@dirrmtry share/locale/tg -@dirrmtry share/locale/ss/LC_MESSAGES -@dirrmtry share/locale/ss -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk +@dirrmtry share/locale/x-test/LC_MESSAGES +@dirrmtry share/locale/x-test @dirrmtry share/locale/se/LC_MESSAGES @dirrmtry share/locale/se -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/nds/LC_MESSAGES @dirrmtry share/locale/nds -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/li/LC_MESSAGES -@dirrmtry share/locale/li @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko @dirrmtry share/locale/km/LC_MESSAGES @dirrmtry share/locale/km -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrm share/doc/HTML/sv/amarok -@dirrmtry share/doc/HTML/sv -@dirrm share/doc/HTML/ru/amarok -@dirrmtry share/doc/HTML/ru -@dirrm share/doc/HTML/pt_BR/amarok -@dirrmtry share/doc/HTML/pt_BR -@dirrm share/doc/HTML/pt/amarok -@dirrmtry share/doc/HTML/pt -@dirrm share/doc/HTML/pl/amarok -@dirrmtry share/doc/HTML/pl -@dirrm share/doc/HTML/nl/amarok -@dirrmtry share/doc/HTML/nl -@dirrm share/doc/HTML/it/amarok -@dirrmtry share/doc/HTML/it -@dirrm share/doc/HTML/fr/amarok -@dirrmtry share/doc/HTML/fr -@dirrm share/doc/HTML/et/amarok -@dirrmtry share/doc/HTML/et -@dirrm share/doc/HTML/es/amarok -@dirrmtry share/doc/HTML/es -@dirrm share/doc/HTML/en/amarok -@dirrmtry share/doc/HTML/en -@dirrm share/doc/HTML/de/amarok -@dirrmtry share/doc/HTML/de -@dirrm share/doc/HTML/da/amarok -@dirrmtry share/doc/HTML/da -@dirrm share/apps/amarok/themes/reinhardt/images -@dirrm share/apps/amarok/themes/reinhardt -@dirrm share/apps/amarok/themes/example -@dirrm share/apps/amarok/themes -@dirrm share/apps/amarok/scripts/webcontrol -@dirrm share/apps/amarok/scripts/templates -@dirrm share/apps/amarok/scripts/score_impulsive -@dirrm share/apps/amarok/scripts/score_default -@dirrm share/apps/amarok/scripts/ruby_debug -@dirrm share/apps/amarok/scripts/playlist2html -@dirrm share/apps/amarok/scripts/lyrics_lyrc -@dirrm share/apps/amarok/scripts/lyrics_astraweb -@dirrm share/apps/amarok/scripts/common +@dirrmtry share/locale/csb/LC_MESSAGES +@dirrmtry share/locale/csb +@dirrmtry share/locale +@dirrmtry share/dbus-1/interfaces +@dirrmtry share/apps/desktoptheme/default/widgets +@dirrmtry share/apps/desktoptheme/default +@dirrmtry share/apps/desktoptheme/Amarok-Mockup/widgets +@dirrmtry share/apps/desktoptheme/Amarok-Mockup +@dirrmtry share/apps/desktoptheme +@dirrmtry share/apps +@dirrmtry share/applications/kde4 +@dirrmtry share/applications +@dirrm share/apps/amarok/scripts/radio_station_service +@dirrm share/apps/amarok/scripts/lyrics_lyricwiki +@dirrm share/apps/amarok/scripts/librivox_service +@dirrm share/apps/amarok/scripts/script_console @dirrm share/apps/amarok/scripts -@dirrm share/apps/amarok/ruby_lib/rubygems -@dirrm share/apps/amarok/ruby_lib/rbconfig -@dirrm share/apps/amarok/ruby_lib/mongrel -@dirrm share/apps/amarok/ruby_lib @dirrm share/apps/amarok/images -@dirrm share/apps/amarok/icons/hicolor/64x64/actions -@dirrm share/apps/amarok/icons/hicolor/64x64 @dirrm share/apps/amarok/icons/hicolor/48x48/actions @dirrm share/apps/amarok/icons/hicolor/48x48 @dirrm share/apps/amarok/icons/hicolor/32x32/actions @@ -1148,15 +456,9 @@ share/servicetypes/amarok_plugin.desktop @dirrm share/apps/amarok/icons/hicolor/22x22 @dirrm share/apps/amarok/icons/hicolor/16x16/actions @dirrm share/apps/amarok/icons/hicolor/16x16 +@dirrm share/apps/amarok/icons/hicolor/128x128/status +@dirrm share/apps/amarok/icons/hicolor/128x128 @dirrm share/apps/amarok/icons/hicolor -@dirrm share/apps/amarok/icons/crystalsvg/64x64/actions -@dirrm share/apps/amarok/icons/crystalsvg/64x64 -@dirrm share/apps/amarok/icons/crystalsvg/22x22/actions -@dirrm share/apps/amarok/icons/crystalsvg/22x22 -@dirrm share/apps/amarok/icons/crystalsvg/16x16/actions -@dirrm share/apps/amarok/icons/crystalsvg/16x16 -@dirrm share/apps/amarok/icons/crystalsvg @dirrm share/apps/amarok/icons @dirrm share/apps/amarok/data @dirrm share/apps/amarok -@dirrmtry lib/ruby_lib |