aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amarok-kde4
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2012-01-15 10:50:13 +0800
committeravilla <avilla@FreeBSD.org>2012-01-15 10:50:13 +0800
commit4eaffc5b3d3b072edacb9ee86c9a88e1c6b4ba60 (patch)
treefa68956cd25aa55ac3d75a870dca999809deb984 /audio/amarok-kde4
parenta11250756d537d97cb3e05cf53c21225b5db6282 (diff)
downloadfreebsd-ports-gnome-4eaffc5b3d3b072edacb9ee86c9a88e1c6b4ba60.tar.gz
freebsd-ports-gnome-4eaffc5b3d3b072edacb9ee86c9a88e1c6b4ba60.tar.zst
freebsd-ports-gnome-4eaffc5b3d3b072edacb9ee86c9a88e1c6b4ba60.zip
- Update to 2.5.0.
- Update pkg-message. - Update COMMENT and pkg-descr. You'll find 2.5.0 release announcement here: http://amarok.kde.org/en/releases/2.5
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r--audio/amarok-kde4/Makefile37
-rw-r--r--audio/amarok-kde4/distinfo4
-rw-r--r--audio/amarok-kde4/pkg-descr11
-rw-r--r--audio/amarok-kde4/pkg-message20
-rw-r--r--audio/amarok-kde4/pkg-plist688
5 files changed, 637 insertions, 123 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index 3b028f17fe32..6b3fb1472045 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -5,13 +5,13 @@
# $FreeBSD$
PORTNAME= amarok
-PORTVERSION= 2.4.3
+PORTVERSION= 2.5.0
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
-COMMENT= Media player for KDE4
+COMMENT= KDE music player
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \
tag-extras.1:${PORTSDIR}/audio/taglib-extras \
@@ -22,28 +22,29 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \
qca.2:${PORTSDIR}/devel/qca
BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator
+
RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:${PORTSDIR}/devel/qtscriptgenerator \
${KDE4_PREFIX}/lib/kde4/kio_upnp_ms.so:${PORTSDIR}/net/kio-upnp-ms
LATEST_LINK= ${PORTNAME}-kde4
-MAKE_JOBS_SAFE= yes
-USE_BZIP2= yes
-USE_KDE4= kdehier kdeprefix kdelibs runtime automoc4
-USE_QT_VER= 4
-QT_COMPONENTS= corelib gui network opengl script svg webkit \
- qmake_build moc_build rcc_build uic_build phonon
USE_GETTEXT= yes
+USE_KDE4= kdehier kdeprefix kdelibs runtime automoc4
USE_MYSQL= embedded
+USE_QT_VER= 4
+QT_COMPONENTS= gui network opengl phonon script svg webkit \
+ qmake_build moc_build rcc_build uic_build
+USE_BZIP2= yes
USE_CMAKE= yes
+MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
NOT_FOR_ARCHS= sparc64
NOT_FOR_ARCHS_REASON_sparc64= "GCC-related build error"
OPTIONS= GPOD "iPod support" on \
- MTP "MTP device support" on \
- LOUDMOUTH "Loudmouth support" on
+ LOUDMOUTH "Loudmouth support" on \
+ MTP "MTP device support" on
.include <bsd.port.options.mk>
@@ -55,14 +56,6 @@ CMAKE_ARGS+= -DWITH_Ipod:BOOL=Off
PLIST_SUB+= GPOD="@comment "
.endif
-.if defined(WITH_MTP)
-LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
-PLIST_SUB+= MTP=""
-.else
-CMAKE_ARGS+= -DWITH_Mtp:BOOL=Off
-PLIST_SUB+= MTP="@comment "
-.endif
-
.if defined(WITH_LOUDMOUTH)
LIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
PLIST_SUB+= LOUDMOUTH=""
@@ -71,6 +64,14 @@ CMAKE_ARGS+= -DWITH_Loudmouth:BOOL=Off
PLIST_SUB+= LOUDMOUTH="@comment "
.endif
+.if defined(WITH_MTP)
+LIB_DEPENDS+= mtp.11:${PORTSDIR}/audio/libmtp
+PLIST_SUB+= MTP=""
+.else
+CMAKE_ARGS+= -DWITH_Mtp:BOOL=Off
+PLIST_SUB+= MTP="@comment "
+.endif
+
post-extract:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/cmake/modules/FindMySQLAmarok.cmake
diff --git a/audio/amarok-kde4/distinfo b/audio/amarok-kde4/distinfo
index 7cd127a4a618..467830cb0612 100644
--- a/audio/amarok-kde4/distinfo
+++ b/audio/amarok-kde4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (amarok-2.4.3.tar.bz2) = 6ce448ecd30cc3d45211617636904e3662c2082441b79ca1e36685c8b0be8208
-SIZE (amarok-2.4.3.tar.bz2) = 17468203
+SHA256 (amarok-2.5.0.tar.bz2) = 1ed191db290fdede7c910c322cff2aba8ecfc1c4af891508d9ee410db3768849
+SIZE (amarok-2.5.0.tar.bz2) = 46607238
diff --git a/audio/amarok-kde4/pkg-descr b/audio/amarok-kde4/pkg-descr
index 9478adb3787e..621e1c2ce440 100644
--- a/audio/amarok-kde4/pkg-descr
+++ b/audio/amarok-kde4/pkg-descr
@@ -1,7 +1,6 @@
-Amarok is a media player for KDE. It uses the multimedia
-framework-independent frontend to play audio files, and
-features a fresh and efficient approach to playlist handling.
-Emphasis is on the quick and easy user interface, allowing
-for fast access to the media library.
+Amarok is a powerful music player for Linux and Unix, MacOS X and
+Windows with an intuitive interface. It makes playing the music you
+love and discovering new music easier than ever before - and it looks
+good doing it!
-WWW: http://amarok.kde.org/
+WWW: http://amarok.kde.org
diff --git a/audio/amarok-kde4/pkg-message b/audio/amarok-kde4/pkg-message
index a2c018ee8364..38d928e926d0 100644
--- a/audio/amarok-kde4/pkg-message
+++ b/audio/amarok-kde4/pkg-message
@@ -1,13 +1,13 @@
+======================================================================
- ATTENTION:
-
-In order to use certain devices (MTP, iPod, ..) through Amarok you need to be
-able to mount USB devices as the user running Amarok. Read more on how to set
-this up on FreeBSD here:
-
+In order to use certain devices (MTP, iPod...) with Amarok you need to
+be able to mount USB devices as the user running Amarok. If HAL
+automount doesn't work, read more on how to set this up on FreeBSD
+here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
-If you are not running a KDE4 desktop, you should consider installing the
-x11-themes/kde4-icons-oxygen and multimedia/phonon-xine ports along with Amarok.
-It has been reported that icons and audio will not work properly without
-these additional ports.
+If you are not running a full KDE workspace, you should consider
+installing a Phonon backend (multimedia/phonon-gstreamer or
+multimedia/phonon-vlc) to get audio playback.
+
+======================================================================
diff --git a/audio/amarok-kde4/pkg-plist b/audio/amarok-kde4/pkg-plist
index 65b4fffaf610..9f0cb8351a89 100644
--- a/audio/amarok-kde4/pkg-plist
+++ b/audio/amarok-kde4/pkg-plist
@@ -21,6 +21,7 @@ lib/kde4/amarok_context_applet_labels.so
lib/kde4/amarok_context_applet_lyrics.so
lib/kde4/amarok_context_applet_photos.so
lib/kde4/amarok_context_applet_similarArtists.so
+lib/kde4/amarok_context_applet_spectrum_analyzer.so
lib/kde4/amarok_context_applet_tabs.so
lib/kde4/amarok_context_applet_upcomingEvents.so
lib/kde4/amarok_context_applet_videoclip.so
@@ -31,6 +32,7 @@ lib/kde4/amarok_data_engine_labels.so
lib/kde4/amarok_data_engine_lyrics.so
lib/kde4/amarok_data_engine_photos.so
lib/kde4/amarok_data_engine_similarArtists.so
+lib/kde4/amarok_data_engine_spectrum_analyzer.so
lib/kde4/amarok_data_engine_tabs.so
lib/kde4/amarok_data_engine_upcomingEvents.so
lib/kde4/amarok_data_engine_videoclip.so
@@ -39,12 +41,14 @@ lib/kde4/amarok_device_massstorage.so
lib/kde4/amarok_device_nfs.so
lib/kde4/amarok_device_smb.so
lib/kde4/amarok_runnerscript_javascript.so
+lib/kde4/amarok_service_amazonstore.so
lib/kde4/amarok_service_ampache.so
lib/kde4/amarok_service_jamendo.so
lib/kde4/amarok_service_lastfm.so
lib/kde4/amarok_service_magnatunestore.so
%%LOUDMOUTH%%lib/kde4/amarok_service_mp3tunes.so
lib/kde4/amarok_service_opmldirectory.so
+lib/kde4/kcm_amarok_service_amazonstore.so
lib/kde4/kcm_amarok_service_ampache.so
lib/kde4/kcm_amarok_service_lastfm.so
lib/kde4/kcm_amarok_service_magnatunestore.so
@@ -74,6 +78,7 @@ share/apps/amarok/amarok.notifyrc
share/apps/amarok/data/DefaultPlaylistLayouts.xml
share/apps/amarok/data/InfoAppletCustomStyle.css
share/apps/amarok/data/InfoParserLoading.html
+share/apps/amarok/data/SpectrumAnalyzerAppletCustomStyle.css
share/apps/amarok/data/WikipediaCustomStyle.css
share/apps/amarok/data/bullet.gif
share/apps/amarok/data/first_run_jingle.ogg
@@ -86,6 +91,9 @@ share/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png
share/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png
share/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
+share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_add.png
+share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_remove.png
+share/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_view.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
@@ -157,6 +165,7 @@ share/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amar
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-amazon-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/view-services-gpodder-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png
@@ -168,6 +177,9 @@ share/apps/amarok/icons/hicolor/16x16/actions/view-services-mp3tunes-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/view-services-opml-amarok.png
share/apps/amarok/icons/hicolor/16x16/actions/view-services-scripted-amarok.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
+share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_add.png
+share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_remove.png
+share/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_view.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
@@ -218,6 +230,7 @@ share/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amar
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-amazon-amarok.png
share/apps/amarok/icons/hicolor/22x22/actions/view-services-gpodder-amarok.png
share/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png
share/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-black-amarok.png
@@ -231,6 +244,9 @@ share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-friends-amarok.png
share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-neighbours-amarok.png
share/apps/amarok/icons/hicolor/24x24/actions/lastfm-my-tags-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
+share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_add.png
+share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_remove.png
+share/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_view.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
@@ -283,6 +299,7 @@ share/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amar
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-amazon-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/view-services-gpodder-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png
@@ -293,6 +310,9 @@ share/apps/amarok/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/view-services-opml-amarok.png
share/apps/amarok/icons/hicolor/32x32/actions/view-services-scripted-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png
+share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_add.png
+share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_remove.png
+share/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_view.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
@@ -373,6 +393,7 @@ share/apps/amarok/icons/hicolor/48x48/actions/similarartists-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/upcomingevents-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/videoclip-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png
+share/apps/amarok/icons/hicolor/48x48/actions/view-services-amazon-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/view-services-gpodder-amarok.png
share/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png
@@ -390,6 +411,7 @@ share/apps/amarok/images/amarok-videoclip-vimeo.png
share/apps/amarok/images/amarok-videoclip-youtube.png
share/apps/amarok/images/amarok_icon.svg
share/apps/amarok/images/default-theme-clean.svg
+share/apps/amarok/images/emblem-amazon.png
share/apps/amarok/images/emblem-ampache-scalable.svgz
share/apps/amarok/images/emblem-ampache.png
share/apps/amarok/images/emblem-default.png
@@ -414,6 +436,7 @@ share/apps/amarok/images/emblem-stackoverflow.png
share/apps/amarok/images/emblem-twitter.png
share/apps/amarok/images/emblem-wikipedia.png
share/apps/amarok/images/emblem-xing.png
+share/apps/amarok/images/hover_info_amazon.png
share/apps/amarok/images/hover_info_ampache.png
share/apps/amarok/images/hover_info_collections.png
share/apps/amarok/images/hover_info_dynamic_playlists.png
@@ -485,6 +508,7 @@ share/apps/desktoptheme/Amarok-Mockup/widgets/text-background.svgz
share/apps/desktoptheme/default/widgets/amarok-albums.svg
share/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
share/apps/desktoptheme/default/widgets/amarok-info-applet.svg
+share/apps/desktoptheme/default/widgets/amarok-spectrum-analyzer-applet.svg
share/apps/desktoptheme/default/widgets/amarok-wikipedia.svg
share/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg
share/apps/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
@@ -504,63 +528,228 @@ share/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
share/doc/HTML/de/amarok/common
share/doc/HTML/de/amarok/index.cache.bz2
share/doc/HTML/de/amarok/index.docbook
-share/doc/HTML/en/amarok/Amarok-context.png
-share/doc/HTML/en/amarok/Amarok-contextadd.png
-share/doc/HTML/en/amarok/Amarok-removefromplaylist.png
-share/doc/HTML/en/amarok/Amarok-renameplaylist.png
-share/doc/HTML/en/amarok/Amarok2.1covermanager.png
-share/doc/HTML/en/amarok/Amarok2.1dynamicplaylist.png
-share/doc/HTML/en/amarok/Amarok2.1ipod.png
-share/doc/HTML/en/amarok/Amarok2.1pleditor.png
-share/doc/HTML/en/amarok/Amarok2.1rating.png
-share/doc/HTML/en/amarok/Amarok2.1right.png
-share/doc/HTML/en/amarok/Amarok2.1scriptmanager.png
-share/doc/HTML/en/amarok/Amarok2.4.1ConfigureDialogCollection.png
-share/doc/HTML/en/amarok/Amarok2.4.1SavePlaylistChoices.png
-share/doc/HTML/en/amarok/AmarokNew2.4.png
-share/doc/HTML/en/amarok/Amarok_-_internet_services.png
-share/doc/HTML/en/amarok/Amarok_addtoplaylist.png
-share/doc/HTML/en/amarok/Amarok_addtoplaylist1.png
-share/doc/HTML/en/amarok/Amarokbreadcrumb.png
-share/doc/HTML/en/amarok/Amarokcollection.png
-share/doc/HTML/en/amarok/Amarokfull.png
-share/doc/HTML/en/amarok/Amarokmediasources-files.png
-share/doc/HTML/en/amarok/Amarokmediasources-home.png
-share/doc/HTML/en/amarok/Amarokrightmenu.png
-share/doc/HTML/en/amarok/Amarokripcd.png
-share/doc/HTML/en/amarok/Amaroksystray.png
-share/doc/HTML/en/amarok/Applications-internet.png
-share/doc/HTML/en/amarok/Cd_collection_sansa.png
-share/doc/HTML/en/amarok/Configurecollection.png
-share/doc/HTML/en/amarok/Context-applets-amarok.png
-share/doc/HTML/en/amarok/Controlamarok.png
-share/doc/HTML/en/amarok/Document-save.png
-share/doc/HTML/en/amarok/Edit-redo.png
-share/doc/HTML/en/amarok/Edit-undo.png
-share/doc/HTML/en/amarok/Firstruncollection2.png
-share/doc/HTML/en/amarok/Folder-amarok.png
-share/doc/HTML/en/amarok/Hi32-action-collection-amarok.png
-share/doc/HTML/en/amarok/Hi48-action-clear-playlist-amarok.png
-share/doc/HTML/en/amarok/Hi48-action-edit-playlist-queue.png
-share/doc/HTML/en/amarok/Hi48-action-media-standard-track-progression-amarok.png
-share/doc/HTML/en/amarok/Hi48-action-music-amarok.png
-share/doc/HTML/en/amarok/Hi48-action-podcast-amarok.png
-share/doc/HTML/en/amarok/Mediasources.png
-share/doc/HTML/en/amarok/Preferences-other.png
-share/doc/HTML/en/amarok/Pud-amarok.png
-share/doc/HTML/en/amarok/View-list-tree.png
-share/doc/HTML/en/amarok/View-media-playlist.png
+share/doc/HTML/en/amarok/Amarok2-4-1MergeIcon.png
+share/doc/HTML/en/amarok/Amarok2WrenchIcon.png
+share/doc/HTML/en/amarok/Face-smile.png
+share/doc/HTML/en/amarok/Icon-application-exit.png
+share/doc/HTML/en/amarok/Icon-bookmark-new-list.png
+share/doc/HTML/en/amarok/Icon-configure.png
+share/doc/HTML/en/amarok/Icon-dialog-information.png
+share/doc/HTML/en/amarok/Icon-document-save.png
+share/doc/HTML/en/amarok/Icon-edit-clear-locationbar-rtl.png
+share/doc/HTML/en/amarok/Icon-emblem-favorite.png
+share/doc/HTML/en/amarok/Icon-flag-green.png
+share/doc/HTML/en/amarok/Icon-folder-new.png
+share/doc/HTML/en/amarok/Icon-folder-remote.png
+share/doc/HTML/en/amarok/Icon-go-down.png
+share/doc/HTML/en/amarok/Icon-go-home.png
+share/doc/HTML/en/amarok/Icon-go-next.png
+share/doc/HTML/en/amarok/Icon-go-previous.png
+share/doc/HTML/en/amarok/Icon-go-up.png
+share/doc/HTML/en/amarok/Icon-list-add.png
+share/doc/HTML/en/amarok/Icon-media-playback-pause.png
+share/doc/HTML/en/amarok/Icon-media-playback-start.png
+share/doc/HTML/en/amarok/Icon-media-playback-stop.png
+share/doc/HTML/en/amarok/Icon-view-refresh.png
+share/doc/HTML/en/amarok/advancedtok.png
+share/doc/HTML/en/amarok/amarok-context.png
+share/doc/HTML/en/amarok/amarok-contextadd.png
+share/doc/HTML/en/amarok/amarok-e17.png
+share/doc/HTML/en/amarok/amarok-fluxbox.png
+share/doc/HTML/en/amarok/amarok-gnome.png
+share/doc/HTML/en/amarok/amarok-lxde.png
+share/doc/HTML/en/amarok/amarok-mac-port-install.png
+share/doc/HTML/en/amarok/amarok-maintoolbar.png
+share/doc/HTML/en/amarok/amarok-managing-media.png
+share/doc/HTML/en/amarok/amarok-merge-icon.png
+share/doc/HTML/en/amarok/amarok-newdynamic-detail.png
+share/doc/HTML/en/amarok/amarok-newdynamic.png
+share/doc/HTML/en/amarok/amarok-renameplaylist.png
+share/doc/HTML/en/amarok/amarok-slimtoolbar.png
+share/doc/HTML/en/amarok/amarok-xfce.png
+share/doc/HTML/en/amarok/amarok2-4-1albumtageditdialog.png
+share/doc/HTML/en/amarok/amarok2-4-1albumtageditpertrackdialog.png
+share/doc/HTML/en/amarok/amarok2-4-1configplayback.png
+share/doc/HTML/en/amarok/amarok2-4-1configscripts.png
+share/doc/HTML/en/amarok/amarok2-4-1configspeakersetup.png
+share/doc/HTML/en/amarok/amarok2-4-1configuredialog.png
+share/doc/HTML/en/amarok/amarok2-4-1configuredialogcollection.png
+share/doc/HTML/en/amarok/amarok2-4-1configuredialogplugins.png
+share/doc/HTML/en/amarok/amarok2-4-1databaseconfig.png
+share/doc/HTML/en/amarok/amarok2-4-1editfilterdialog.png
+share/doc/HTML/en/amarok/amarok2-4-1filenamelayoutchooseroptions.png
+share/doc/HTML/en/amarok/amarok2-4-1mergedviewcollection.png
+share/doc/HTML/en/amarok/amarok2-4-1non-mergedviewcollection.png
+share/doc/HTML/en/amarok/amarok2-4-1notifications.png
+share/doc/HTML/en/amarok/amarok2-4-1phononbackends.png
+share/doc/HTML/en/amarok/amarok2-4-1phonondevices.png
+share/doc/HTML/en/amarok/amarok2-4-1saveplaylistchoices.png
+share/doc/HTML/en/amarok/amarok2-4-1tageditdialog.png
+share/doc/HTML/en/amarok/amarok2-4-1viewmenu.png
+share/doc/HTML/en/amarok/amarok2-4-playlistsearchfilter.png
+share/doc/HTML/en/amarok/amarok2-4.png
+share/doc/HTML/en/amarok/amarok2-4collectionsortingmenu.png
+share/doc/HTML/en/amarok/amarok2-4helpmenu.png
+share/doc/HTML/en/amarok/amarok2-4musicbrainztagger.png
+share/doc/HTML/en/amarok/amarok2-4organizefilesadvanceddialog.png
+share/doc/HTML/en/amarok/amarok2-4organizefilesbasicdialog.png
+share/doc/HTML/en/amarok/amarok2-4queueeditor.png
+share/doc/HTML/en/amarok/amarok2-4searchplaylist.png
+share/doc/HTML/en/amarok/amarok2-4transcodetracksdialog.png
+share/doc/HTML/en/amarok/amarok24_configureshortcutdetail.png
+share/doc/HTML/en/amarok/amarok24_configureshortcutsdialog.png
+share/doc/HTML/en/amarok/amarok24_settingsmenu.png
+share/doc/HTML/en/amarok/amarok24_settingsmenu_withreplaygain.png
+share/doc/HTML/en/amarok/amarok24_toolsmenu_withtwoscripts.png
+share/doc/HTML/en/amarok/amarok2_moodbar.png
+share/doc/HTML/en/amarok/amarok_add-on_installer.png
+share/doc/HTML/en/amarok/amarok_addtoplaylist.png
+share/doc/HTML/en/amarok/amarok_addtoplaylist1.png
+share/doc/HTML/en/amarok/amarok_amarokmenu2-4.png
+share/doc/HTML/en/amarok/amarok_connecting_media_devices.png
+share/doc/HTML/en/amarok/amarok_cover_manager.png
+share/doc/HTML/en/amarok/amarok_cover_manager_newcover.png
+share/doc/HTML/en/amarok/amarok_dynamic_playlist.png
+share/doc/HTML/en/amarok/amarok_layout11.png
+share/doc/HTML/en/amarok/amarok_layout22.png
+share/doc/HTML/en/amarok/amarok_layout23.png
+share/doc/HTML/en/amarok/amarok_layout24.png
+share/doc/HTML/en/amarok/amarok_layout25.png
+share/doc/HTML/en/amarok/amarok_layout26.png
+share/doc/HTML/en/amarok/amarok_layout27.png
+share/doc/HTML/en/amarok/amarok_layout28.png
+share/doc/HTML/en/amarok/amarok_loading_media_devices.png
+share/doc/HTML/en/amarok/amarok_main_toolbar.png
+share/doc/HTML/en/amarok/amarok_media_devices.png
+share/doc/HTML/en/amarok/amarok_on_mac.png
+share/doc/HTML/en/amarok/amarok_playlist.png
+share/doc/HTML/en/amarok/amarok_playlist_bookmarking.png
+share/doc/HTML/en/amarok/amarok_playlist_contextmenu.png
+share/doc/HTML/en/amarok/amarok_playlist_functions.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_d.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_d_ss.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_editor.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_nog1.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_nog1_s.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_nog2.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_nog2_s.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_v.png
+share/doc/HTML/en/amarok/amarok_playlist_layout_v1_s.png
+share/doc/HTML/en/amarok/amarok_playlist_manipulation.png
+share/doc/HTML/en/amarok/amarok_playlist_search2.png
+share/doc/HTML/en/amarok/amarok_playlist_search_ex.png
+share/doc/HTML/en/amarok/amarok_playlist_sortingleavel.png
+share/doc/HTML/en/amarok/amarok_removeformplaylist.png
+share/doc/HTML/en/amarok/amarok_saved_playlists.png
+share/doc/HTML/en/amarok/amarok_script_info.png
+share/doc/HTML/en/amarok/amarok_script_manager.png
+share/doc/HTML/en/amarok/amarok_show_only_matches.png
+share/doc/HTML/en/amarok/amarok_slim_toolbar.png
+share/doc/HTML/en/amarok/amarok_tracks_media_devices1.png
+share/doc/HTML/en/amarok/amarok_windowlayout.png
+share/doc/HTML/en/amarok/amarokbreadcrumb.png
+share/doc/HTML/en/amarok/amarokmediasources-files.png
+share/doc/HTML/en/amarok/amarokmediasources-home.png
+share/doc/HTML/en/amarok/amaroknew2-4.png
+share/doc/HTML/en/amarok/amarokrightmenu.png
+share/doc/HTML/en/amarok/amarokripcd.png
+share/doc/HTML/en/amarok/amaroksystray.png
+share/doc/HTML/en/amarok/amaroktoplevelmenus2-4.png
+share/doc/HTML/en/amarok/amarokwindow_context.png
+share/doc/HTML/en/amarok/amarokwindow_mediasources.png
+share/doc/HTML/en/amarok/amarokwindow_playlist.png
+share/doc/HTML/en/amarok/apgpresetsmatchallgroup.png
+share/doc/HTML/en/amarok/applications-internet.png
+share/doc/HTML/en/amarok/cd_collection_sansa.png
share/doc/HTML/en/amarok/common
+share/doc/HTML/en/amarok/configure_amarok.png
+share/doc/HTML/en/amarok/contextpane.png
+share/doc/HTML/en/amarok/contextpanestopped.png
+share/doc/HTML/en/amarok/controlamarok.png
+share/doc/HTML/en/amarok/document-new.png
+share/doc/HTML/en/amarok/document-save.png
+share/doc/HTML/en/amarok/dynamic_playlist.png
+share/doc/HTML/en/amarok/edit-copy.png
+share/doc/HTML/en/amarok/edit-redo.png
+share/doc/HTML/en/amarok/edit-undo.png
+share/doc/HTML/en/amarok/favor-menu.png
+share/doc/HTML/en/amarok/firstruncollection2.png
+share/doc/HTML/en/amarok/folder-amarok.png
+share/doc/HTML/en/amarok/generatedlist.png
+share/doc/HTML/en/amarok/generatingtree.png
+share/doc/HTML/en/amarok/hi32-action-collection-amarok.png
+share/doc/HTML/en/amarok/hi48-action-clear-playlist-amarok.png
+share/doc/HTML/en/amarok/hi48-action-edit-playlist-queue.png
+share/doc/HTML/en/amarok/hi48-action-media-standard-track-progression-amarok.png
+share/doc/HTML/en/amarok/hi48-action-music-amarok.png
+share/doc/HTML/en/amarok/hi48-action-podcast-amarok.png
share/doc/HTML/en/amarok/index.cache.bz2
share/doc/HTML/en/amarok/index.docbook
+share/doc/HTML/en/amarok/installation1-1.png
+share/doc/HTML/en/amarok/installation2.png
+share/doc/HTML/en/amarok/installation3.png
+share/doc/HTML/en/amarok/installation4.png
+share/doc/HTML/en/amarok/lowerpart.png
+share/doc/HTML/en/amarok/media_sources1.png
+share/doc/HTML/en/amarok/media_sources3.png
+share/doc/HTML/en/amarok/mediasources.png
+share/doc/HTML/en/amarok/mediasources10.png
+share/doc/HTML/en/amarok/mediasources5.png
+share/doc/HTML/en/amarok/mediasources6.png
+share/doc/HTML/en/amarok/mediasources7.png
+share/doc/HTML/en/amarok/mediasources8.png
+share/doc/HTML/en/amarok/mediasourcesex.png
+share/doc/HTML/en/amarok/menuitems.png
+share/doc/HTML/en/amarok/nocover_amarok.png
+share/doc/HTML/en/amarok/oraganize_menu.png
+share/doc/HTML/en/amarok/otherplatforms_nonkde.png
+share/doc/HTML/en/amarok/otherplatforms_osx.png
+share/doc/HTML/en/amarok/otherplatforms_windows.png
+share/doc/HTML/en/amarok/playlist-album-menu.png
+share/doc/HTML/en/amarok/playlist-layout-editor-amarok.png
+share/doc/HTML/en/amarok/playlist-layout-item-configuration-amarok.png
+share/doc/HTML/en/amarok/playlist-ordering.png
+share/doc/HTML/en/amarok/playlist.png
+share/doc/HTML/en/amarok/playlist_save_icon_amarok.png
+share/doc/HTML/en/amarok/preferences-other.png
+share/doc/HTML/en/amarok/queue_example11.png
+share/doc/HTML/en/amarok/queue_example12.png
+share/doc/HTML/en/amarok/queue_example_2.png
+share/doc/HTML/en/amarok/queue_example_4.png
+share/doc/HTML/en/amarok/remotecollections_ampache_client.png
+share/doc/HTML/en/amarok/remotecollections_ampache_client1.png
+share/doc/HTML/en/amarok/remotecollections_ampache_client2.png
+share/doc/HTML/en/amarok/remotecollections_client.png
+share/doc/HTML/en/amarok/remotecollections_daap.png
+share/doc/HTML/en/amarok/remotecollections_daap_config.png
+share/doc/HTML/en/amarok/remotecollections_samba_server.png
+share/doc/HTML/en/amarok/remotecollections_samba_server1.png
+share/doc/HTML/en/amarok/remotecollections_samba_server2.png
+share/doc/HTML/en/amarok/remotecollections_samba_server3.png
+share/doc/HTML/en/amarok/repeat-menu.png
+share/doc/HTML/en/amarok/save-playlist-menu.png
+share/doc/HTML/en/amarok/searchincollection.png
+share/doc/HTML/en/amarok/searchincollection_example_editbox.png
+share/doc/HTML/en/amarok/searchincollection_example_editbox2.png
+share/doc/HTML/en/amarok/settings-internet-amarok.png
+share/doc/HTML/en/amarok/tagedit_fromfile_advanced.png
+share/doc/HTML/en/amarok/tagedit_fromfile_advanced_example.png
+share/doc/HTML/en/amarok/tagedit_fromfile_basic.png
+share/doc/HTML/en/amarok/tagedit_fromfile_basic_example.png
+share/doc/HTML/en/amarok/toolbar_main.png
+share/doc/HTML/en/amarok/toolbar_slim.png
+share/doc/HTML/en/amarok/tools_bookmarkmanager.png
+share/doc/HTML/en/amarok/tools_covermanager.png
+share/doc/HTML/en/amarok/tools_equalizer.png
+share/doc/HTML/en/amarok/tools_scriptmanager.png
+share/doc/HTML/en/amarok/transcode_1.png
+share/doc/HTML/en/amarok/view-media-playlist.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/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
@@ -572,7 +761,6 @@ share/doc/HTML/es/amarok/coverman.png
share/doc/HTML/es/amarok/dynamic_bar.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
@@ -586,15 +774,12 @@ 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/common
share/doc/HTML/et/amarok/index.cache.bz2
@@ -660,50 +845,285 @@ share/doc/HTML/nl/amarok/vis_window.png
share/doc/HTML/pt/amarok/common
share/doc/HTML/pt/amarok/index.cache.bz2
share/doc/HTML/pt/amarok/index.docbook
-share/doc/HTML/pt_BR/amarok/advanced.docbook
share/doc/HTML/pt_BR/amarok/common
-share/doc/HTML/pt_BR/amarok/config.docbook
-share/doc/HTML/pt_BR/amarok/faq.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/sv/amarok/advanced.docbook
+share/doc/HTML/ru/amarok/advancedtok.png
+share/doc/HTML/ru/amarok/amarok-context.png
+share/doc/HTML/ru/amarok/amarok-contextadd.png
+share/doc/HTML/ru/amarok/amarok-maintoolbar.png
+share/doc/HTML/ru/amarok/amarok-managing-media.png
+share/doc/HTML/ru/amarok/amarok-managing-media1.png
+share/doc/HTML/ru/amarok/amarok-renameplaylist.png
+share/doc/HTML/ru/amarok/amarok-slimtoolbar.png
+share/doc/HTML/ru/amarok/amarok2-4-1albumtageditdialog.png
+share/doc/HTML/ru/amarok/amarok2-4-1albumtageditpertrackdialog.png
+share/doc/HTML/ru/amarok/amarok2-4-1configplayback.png
+share/doc/HTML/ru/amarok/amarok2-4-1configscripts.png
+share/doc/HTML/ru/amarok/amarok2-4-1configspeakersetup.png
+share/doc/HTML/ru/amarok/amarok2-4-1configuredialog.png
+share/doc/HTML/ru/amarok/amarok2-4-1configuredialogcollection.png
+share/doc/HTML/ru/amarok/amarok2-4-1configuredialogplugins.png
+share/doc/HTML/ru/amarok/amarok2-4-1databaseconfig.png
+share/doc/HTML/ru/amarok/amarok2-4-1editfilterdialog.png
+share/doc/HTML/ru/amarok/amarok2-4-1filenamelayoutchooseroptions.png
+share/doc/HTML/ru/amarok/amarok2-4-1mergedviewcollection.png
+share/doc/HTML/ru/amarok/amarok2-4-1non-mergedviewcollection.png
+share/doc/HTML/ru/amarok/amarok2-4-1notifications.png
+share/doc/HTML/ru/amarok/amarok2-4-1phononbackends.png
+share/doc/HTML/ru/amarok/amarok2-4-1phonondevices.png
+share/doc/HTML/ru/amarok/amarok2-4-1saveplaylistchoices.png
+share/doc/HTML/ru/amarok/amarok2-4-1tageditdialog.png
+share/doc/HTML/ru/amarok/amarok2-4-1viewmenu.png
+share/doc/HTML/ru/amarok/amarok2-4-playlistsearchfilter.png
+share/doc/HTML/ru/amarok/amarok2-4collectionsortingmenu.png
+share/doc/HTML/ru/amarok/amarok2-4helpmenu.png
+share/doc/HTML/ru/amarok/amarok2-4musicbrainztagger.png
+share/doc/HTML/ru/amarok/amarok2-4organizefilesadvanceddialog.png
+share/doc/HTML/ru/amarok/amarok2-4organizefilesbasicdialog.png
+share/doc/HTML/ru/amarok/amarok2-4searchplaylist.png
+share/doc/HTML/ru/amarok/amarok24_configureshortcutdetail.png
+share/doc/HTML/ru/amarok/amarok24_configureshortcutsdialog.png
+share/doc/HTML/ru/amarok/amarok24_settingsmenu.png
+share/doc/HTML/ru/amarok/amarok24_settingsmenu_withreplaygain.png
+share/doc/HTML/ru/amarok/amarok24_toolsmenu_withtwoscripts.png
+share/doc/HTML/ru/amarok/amarok2_moodbar.png
+share/doc/HTML/ru/amarok/amarok3_moodbar.png
+share/doc/HTML/ru/amarok/amarok_add-on_installer.png
+share/doc/HTML/ru/amarok/amarok_addtoplaylist.png
+share/doc/HTML/ru/amarok/amarok_addtoplaylist1.png
+share/doc/HTML/ru/amarok/amarok_amarokmenu2-4.png
+share/doc/HTML/ru/amarok/amarok_connecting_media_devices.png
+share/doc/HTML/ru/amarok/amarok_cover_manager_newcover.png
+share/doc/HTML/ru/amarok/amarok_layout11.png
+share/doc/HTML/ru/amarok/amarok_layout22.png
+share/doc/HTML/ru/amarok/amarok_layout23.png
+share/doc/HTML/ru/amarok/amarok_layout24.png
+share/doc/HTML/ru/amarok/amarok_layout25.png
+share/doc/HTML/ru/amarok/amarok_layout26.png
+share/doc/HTML/ru/amarok/amarok_layout27.png
+share/doc/HTML/ru/amarok/amarok_layout28.png
+share/doc/HTML/ru/amarok/amarok_loading_media_devices.png
+share/doc/HTML/ru/amarok/amarok_main_toolbar.png
+share/doc/HTML/ru/amarok/amarok_media_devices.png
+share/doc/HTML/ru/amarok/amarok_playlist.png
+share/doc/HTML/ru/amarok/amarok_playlist_contextmenu.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_d.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_d_ss.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_editor.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_nog1.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_nog1_s.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_nog2.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_nog2_s.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_v.png
+share/doc/HTML/ru/amarok/amarok_playlist_layout_v1_s.png
+share/doc/HTML/ru/amarok/amarok_playlist_manipulation.png
+share/doc/HTML/ru/amarok/amarok_playlist_search2.png
+share/doc/HTML/ru/amarok/amarok_playlist_search_ex.png
+share/doc/HTML/ru/amarok/amarok_playlist_sortingleavel.png
+share/doc/HTML/ru/amarok/amarok_removeformplaylist.png
+share/doc/HTML/ru/amarok/amarok_saved_playlists.png
+share/doc/HTML/ru/amarok/amarok_script_info.png
+share/doc/HTML/ru/amarok/amarok_show_only_matches.png
+share/doc/HTML/ru/amarok/amarok_slim_toolbar.png
+share/doc/HTML/ru/amarok/amarok_tracks_media_devices1.png
+share/doc/HTML/ru/amarok/amarok_windowlayout.png
+share/doc/HTML/ru/amarok/amarokbreadcrumb.png
+share/doc/HTML/ru/amarok/amarokmediasources-files.png
+share/doc/HTML/ru/amarok/amarokmediasources-home.png
+share/doc/HTML/ru/amarok/amaroknew2-4.png
+share/doc/HTML/ru/amarok/amarokrightmenu.png
+share/doc/HTML/ru/amarok/amaroktoplevelmenus2-4.png
+share/doc/HTML/ru/amarok/amarokwindow_context.png
+share/doc/HTML/ru/amarok/amarokwindow_mediasources.png
+share/doc/HTML/ru/amarok/amarokwindow_playlist.png
+share/doc/HTML/ru/amarok/apgpresetsmatchallgroup.png
+share/doc/HTML/ru/amarok/common
+share/doc/HTML/ru/amarok/contextpane.png
+share/doc/HTML/ru/amarok/contextpanestopped.png
+share/doc/HTML/ru/amarok/controlamarok.png
+share/doc/HTML/ru/amarok/dynamic_playlist.png
+share/doc/HTML/ru/amarok/favor-menu.png
+share/doc/HTML/ru/amarok/index.cache.bz2
+share/doc/HTML/ru/amarok/index.docbook
+share/doc/HTML/ru/amarok/lowerpart.png
+share/doc/HTML/ru/amarok/media_sources1.png
+share/doc/HTML/ru/amarok/media_sources3.png
+share/doc/HTML/ru/amarok/mediasources10.png
+share/doc/HTML/ru/amarok/mediasources5.png
+share/doc/HTML/ru/amarok/mediasources6.png
+share/doc/HTML/ru/amarok/mediasources7.png
+share/doc/HTML/ru/amarok/mediasources8.png
+share/doc/HTML/ru/amarok/mediasourcesex.png
+share/doc/HTML/ru/amarok/oraganize_menu.png
+share/doc/HTML/ru/amarok/playlist-album-menu.png
+share/doc/HTML/ru/amarok/playlist-layout-editor-amarok.png
+share/doc/HTML/ru/amarok/playlist-layout-item-configuration-amarok.png
+share/doc/HTML/ru/amarok/playlist-ordering.png
+share/doc/HTML/ru/amarok/playlist.png
+share/doc/HTML/ru/amarok/queue_example11.png
+share/doc/HTML/ru/amarok/queue_example12.png
+share/doc/HTML/ru/amarok/queue_example_2.png
+share/doc/HTML/ru/amarok/queue_example_4.png
+share/doc/HTML/ru/amarok/remotecollections_ampache_client1.png
+share/doc/HTML/ru/amarok/remotecollections_client.png
+share/doc/HTML/ru/amarok/remotecollections_samba_server.png
+share/doc/HTML/ru/amarok/repeat-menu.png
+share/doc/HTML/ru/amarok/searchincollection.png
+share/doc/HTML/ru/amarok/searchincollection_example_editbox.png
+share/doc/HTML/ru/amarok/searchincollection_example_editbox2.png
+share/doc/HTML/ru/amarok/tagedit_fromfile_advanced.png
+share/doc/HTML/ru/amarok/tagedit_fromfile_basic.png
+share/doc/HTML/ru/amarok/toolbar_main.png
+share/doc/HTML/ru/amarok/toolbar_slim.png
+share/doc/HTML/ru/amarok/tools_bookmarkmanager.png
+share/doc/HTML/ru/amarok/tools_covermanager.png
+share/doc/HTML/ru/amarok/tools_equalizer.png
+share/doc/HTML/ru/amarok/tools_scriptmanager.png
share/doc/HTML/sv/amarok/common
-share/doc/HTML/sv/amarok/config.docbook
-share/doc/HTML/sv/amarok/faq.docbook
share/doc/HTML/sv/amarok/index.cache.bz2
share/doc/HTML/sv/amarok/index.docbook
-share/doc/HTML/sv/amarok/quick.docbook
-share/doc/HTML/sv/amarok/requirements.docbook
-share/doc/HTML/sv/amarok/using.docbook
-share/doc/HTML/uk/amarok/Addingmusic.png
-share/doc/HTML/uk/amarok/Amarok-context.png
-share/doc/HTML/uk/amarok/Amarok-contextadd.png
-share/doc/HTML/uk/amarok/Amarok2.1covermanager.png
-share/doc/HTML/uk/amarok/Amarok2.1dynamicplaylist.png
-share/doc/HTML/uk/amarok/Amarok2.1ipod.png
-share/doc/HTML/uk/amarok/Amarok2.1pleditor.png
-share/doc/HTML/uk/amarok/Amarok2.1rating.png
-share/doc/HTML/uk/amarok/Amarok2.1right.png
-share/doc/HTML/uk/amarok/Amarok2.1scriptmanager.png
-share/doc/HTML/uk/amarok/Amarok2.1svn965006.png
-share/doc/HTML/uk/amarok/Amarok_-_context_view_configuration.png
-share/doc/HTML/uk/amarok/Amarok_-_internet_services.png
-share/doc/HTML/uk/amarok/Amarokbreadcrumb.png
-share/doc/HTML/uk/amarok/Amarokcollection.png
-share/doc/HTML/uk/amarok/Amarokfull.png
-share/doc/HTML/uk/amarok/Amarokmediasources-home.png
-share/doc/HTML/uk/amarok/Amarokrightmenu.png
-share/doc/HTML/uk/amarok/Amarokripcd.png
-share/doc/HTML/uk/amarok/Configurecollection.png
-share/doc/HTML/uk/amarok/Context-applets-amarok.png
-share/doc/HTML/uk/amarok/Firstruncollection2.png
-share/doc/HTML/uk/amarok/Mediasources.png
+share/doc/HTML/uk/amarok/advancedtok.png
+share/doc/HTML/uk/amarok/amarok-context.png
+share/doc/HTML/uk/amarok/amarok-contextadd.png
+share/doc/HTML/uk/amarok/amarok-maintoolbar.png
+share/doc/HTML/uk/amarok/amarok-managing-media.png
+share/doc/HTML/uk/amarok/amarok-newdynamic-detail.png
+share/doc/HTML/uk/amarok/amarok-newdynamic.png
+share/doc/HTML/uk/amarok/amarok-renameplaylist.png
+share/doc/HTML/uk/amarok/amarok-slimtoolbar.png
+share/doc/HTML/uk/amarok/amarok2-4-1albumtageditdialog.png
+share/doc/HTML/uk/amarok/amarok2-4-1albumtageditpertrackdialog.png
+share/doc/HTML/uk/amarok/amarok2-4-1configplayback.png
+share/doc/HTML/uk/amarok/amarok2-4-1configscripts.png
+share/doc/HTML/uk/amarok/amarok2-4-1configspeakersetup.png
+share/doc/HTML/uk/amarok/amarok2-4-1configuredialog.png
+share/doc/HTML/uk/amarok/amarok2-4-1configuredialogcollection.png
+share/doc/HTML/uk/amarok/amarok2-4-1configuredialogplugins.png
+share/doc/HTML/uk/amarok/amarok2-4-1databaseconfig.png
+share/doc/HTML/uk/amarok/amarok2-4-1editfilterdialog.png
+share/doc/HTML/uk/amarok/amarok2-4-1filenamelayoutchooseroptions.png
+share/doc/HTML/uk/amarok/amarok2-4-1mergedviewcollection.png
+share/doc/HTML/uk/amarok/amarok2-4-1non-mergedviewcollection.png
+share/doc/HTML/uk/amarok/amarok2-4-1notifications.png
+share/doc/HTML/uk/amarok/amarok2-4-1phononbackends.png
+share/doc/HTML/uk/amarok/amarok2-4-1phonondevices.png
+share/doc/HTML/uk/amarok/amarok2-4-1saveplaylistchoices.png
+share/doc/HTML/uk/amarok/amarok2-4-1viewmenu.png
+share/doc/HTML/uk/amarok/amarok2-4-playlistsearchfilter.png
+share/doc/HTML/uk/amarok/amarok2-4.png
+share/doc/HTML/uk/amarok/amarok2-4collectionsortingmenu.png
+share/doc/HTML/uk/amarok/amarok2-4helpmenu.png
+share/doc/HTML/uk/amarok/amarok2-4musicbrainztagger.png
+share/doc/HTML/uk/amarok/amarok2-4organizefilesadvanceddialog.png
+share/doc/HTML/uk/amarok/amarok2-4organizefilesbasicdialog.png
+share/doc/HTML/uk/amarok/amarok2-4searchplaylist.png
+share/doc/HTML/uk/amarok/amarok2-4transcodetracksdialog.png
+share/doc/HTML/uk/amarok/amarok24_configureshortcutdetail.png
+share/doc/HTML/uk/amarok/amarok24_configureshortcutsdialog.png
+share/doc/HTML/uk/amarok/amarok24_settingsmenu.png
+share/doc/HTML/uk/amarok/amarok24_settingsmenu_withreplaygain.png
+share/doc/HTML/uk/amarok/amarok24_toolsmenu_withtwoscripts.png
+share/doc/HTML/uk/amarok/amarok2_moodbar.png
+share/doc/HTML/uk/amarok/amarok_add-on_installer.png
+share/doc/HTML/uk/amarok/amarok_addtoplaylist.png
+share/doc/HTML/uk/amarok/amarok_addtoplaylist1.png
+share/doc/HTML/uk/amarok/amarok_amarokmenu2-4.png
+share/doc/HTML/uk/amarok/amarok_cover_manager.png
+share/doc/HTML/uk/amarok/amarok_cover_manager_newcover.png
+share/doc/HTML/uk/amarok/amarok_layout11.png
+share/doc/HTML/uk/amarok/amarok_layout22.png
+share/doc/HTML/uk/amarok/amarok_layout23.png
+share/doc/HTML/uk/amarok/amarok_layout24.png
+share/doc/HTML/uk/amarok/amarok_layout25.png
+share/doc/HTML/uk/amarok/amarok_layout26.png
+share/doc/HTML/uk/amarok/amarok_layout27.png
+share/doc/HTML/uk/amarok/amarok_layout28.png
+share/doc/HTML/uk/amarok/amarok_main_toolbar.png
+share/doc/HTML/uk/amarok/amarok_playlist.png
+share/doc/HTML/uk/amarok/amarok_playlist_bookmarking.png
+share/doc/HTML/uk/amarok/amarok_playlist_contextmenu.png
+share/doc/HTML/uk/amarok/amarok_playlist_functions.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_d.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_d_ss.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_editor.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_nog1.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_nog1_s.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_nog2.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_nog2_s.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_v.png
+share/doc/HTML/uk/amarok/amarok_playlist_layout_v1_s.png
+share/doc/HTML/uk/amarok/amarok_playlist_manipulation.png
+share/doc/HTML/uk/amarok/amarok_playlist_search2.png
+share/doc/HTML/uk/amarok/amarok_playlist_search_ex.png
+share/doc/HTML/uk/amarok/amarok_playlist_sortingleavel.png
+share/doc/HTML/uk/amarok/amarok_removeformplaylist.png
+share/doc/HTML/uk/amarok/amarok_saved_playlists.png
+share/doc/HTML/uk/amarok/amarok_script_info.png
+share/doc/HTML/uk/amarok/amarok_show_only_matches.png
+share/doc/HTML/uk/amarok/amarok_slim_toolbar.png
+share/doc/HTML/uk/amarok/amarok_tracks_media_devices1.png
+share/doc/HTML/uk/amarok/amarok_windowlayout.png
+share/doc/HTML/uk/amarok/amarokbreadcrumb.png
+share/doc/HTML/uk/amarok/amarokmediasources-files.png
+share/doc/HTML/uk/amarok/amarokmediasources-home.png
+share/doc/HTML/uk/amarok/amaroknew2-4.png
+share/doc/HTML/uk/amarok/amarokrightmenu.png
+share/doc/HTML/uk/amarok/amarokripcd.png
+share/doc/HTML/uk/amarok/amaroksystray.png
+share/doc/HTML/uk/amarok/amarokwindow_context.png
+share/doc/HTML/uk/amarok/amarokwindow_mediasources.png
+share/doc/HTML/uk/amarok/amarokwindow_playlist.png
+share/doc/HTML/uk/amarok/apgpresetsmatchallgroup.png
+share/doc/HTML/uk/amarok/cd_collection_sansa.png
share/doc/HTML/uk/amarok/common
+share/doc/HTML/uk/amarok/contextpane.png
+share/doc/HTML/uk/amarok/contextpanestopped.png
+share/doc/HTML/uk/amarok/controlamarok.png
+share/doc/HTML/uk/amarok/favor-menu.png
+share/doc/HTML/uk/amarok/firstruncollection2.png
+share/doc/HTML/uk/amarok/generatingtree.png
share/doc/HTML/uk/amarok/index.cache.bz2
share/doc/HTML/uk/amarok/index.docbook
+share/doc/HTML/uk/amarok/lowerpart.png
+share/doc/HTML/uk/amarok/media_sources1.png
+share/doc/HTML/uk/amarok/media_sources3.png
+share/doc/HTML/uk/amarok/mediasources.png
+share/doc/HTML/uk/amarok/mediasources10.png
+share/doc/HTML/uk/amarok/mediasources5.png
+share/doc/HTML/uk/amarok/mediasources6.png
+share/doc/HTML/uk/amarok/mediasources7.png
+share/doc/HTML/uk/amarok/mediasources8.png
+share/doc/HTML/uk/amarok/mediasourcesex.png
+share/doc/HTML/uk/amarok/oraganize_menu.png
+share/doc/HTML/uk/amarok/playlist-album-menu.png
+share/doc/HTML/uk/amarok/playlist-layout-editor-amarok.png
+share/doc/HTML/uk/amarok/playlist-layout-item-configuration-amarok.png
+share/doc/HTML/uk/amarok/playlist-ordering.png
+share/doc/HTML/uk/amarok/playlist.png
+share/doc/HTML/uk/amarok/queue_example11.png
+share/doc/HTML/uk/amarok/queue_example12.png
+share/doc/HTML/uk/amarok/queue_example_2.png
+share/doc/HTML/uk/amarok/queue_example_4.png
+share/doc/HTML/uk/amarok/remotecollections_ampache_client1.png
+share/doc/HTML/uk/amarok/remotecollections_client.png
+share/doc/HTML/uk/amarok/remotecollections_samba_server.png
+share/doc/HTML/uk/amarok/remotecollections_samba_server1.png
+share/doc/HTML/uk/amarok/remotecollections_samba_server2.png
+share/doc/HTML/uk/amarok/remotecollections_samba_server3.png
+share/doc/HTML/uk/amarok/repeat-menu.png
+share/doc/HTML/uk/amarok/save-playlist-menu.png
+share/doc/HTML/uk/amarok/searchincollection.png
+share/doc/HTML/uk/amarok/searchincollection_example_editbox.png
+share/doc/HTML/uk/amarok/searchincollection_example_editbox2.png
+share/doc/HTML/uk/amarok/tagedit_fromfile_advanced.png
+share/doc/HTML/uk/amarok/tagedit_fromfile_basic.png
+share/doc/HTML/uk/amarok/toolbar_main.png
+share/doc/HTML/uk/amarok/toolbar_slim.png
+share/doc/HTML/uk/amarok/tools_bookmarkmanager.png
+share/doc/HTML/uk/amarok/tools_covermanager.png
+share/doc/HTML/uk/amarok/tools_equalizer.png
+share/doc/HTML/uk/amarok/transcode_1.png
share/icons/hicolor/128x128/apps/amarok.png
share/icons/hicolor/16x16/apps/amarok.png
share/icons/hicolor/22x22/apps/amarok.png
@@ -719,6 +1139,7 @@ share/kde4/services/amarok-context-applet-labels.desktop
share/kde4/services/amarok-context-applet-lyrics.desktop
share/kde4/services/amarok-context-applet-photos.desktop
share/kde4/services/amarok-context-applet-similarArtists.desktop
+share/kde4/services/amarok-context-applet-spectrum-analyzer.desktop
share/kde4/services/amarok-context-applet-tabs.desktop
share/kde4/services/amarok-context-applet-upcomingEvents.desktop
share/kde4/services/amarok-context-applet-videoclip.desktop
@@ -729,6 +1150,7 @@ share/kde4/services/amarok-data-engine-labels.desktop
share/kde4/services/amarok-data-engine-lyrics.desktop
share/kde4/services/amarok-data-engine-photos.desktop
share/kde4/services/amarok-data-engine-similarArtists.desktop
+share/kde4/services/amarok-data-engine-spectrum-analyzer.desktop
share/kde4/services/amarok-data-engine-tabs.desktop
share/kde4/services/amarok-data-engine-upcomingEvents.desktop
share/kde4/services/amarok-data-engine-videoclip.desktop
@@ -748,6 +1170,8 @@ share/kde4/services/amarok_collection-upnpcollection.desktop
share/kde4/services/amarok_device_massstorage.desktop
share/kde4/services/amarok_device_nfs.desktop
share/kde4/services/amarok_device_smb.desktop
+share/kde4/services/amarok_service_amazonstore.desktop
+share/kde4/services/amarok_service_amazonstore_config.desktop
share/kde4/services/amarok_service_ampache.desktop
share/kde4/services/amarok_service_ampache_config.desktop
share/kde4/services/amarok_service_jamendo.desktop
@@ -764,6 +1188,14 @@ share/kde4/servicetypes/amarok_codecinstall.desktop
share/kde4/servicetypes/amarok_context_applet.desktop
share/kde4/servicetypes/amarok_data_engine.desktop
share/kde4/servicetypes/amarok_plugin.desktop
+share/locale/af/LC_MESSAGES/amarok.mo
+share/locale/ar/LC_MESSAGES/amarok.mo
+share/locale/ast/LC_MESSAGES/amarok.mo
+share/locale/be/LC_MESSAGES/amarok.mo
+share/locale/bg/LC_MESSAGES/amarok.mo
+share/locale/bg/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/bg/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/bg/LC_MESSAGES/amarokpkg.mo
share/locale/bs/LC_MESSAGES/amarok.mo
share/locale/bs/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/bs/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -780,6 +1212,7 @@ share/locale/cs/LC_MESSAGES/amarok.mo
share/locale/cs/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/cs/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/cs/LC_MESSAGES/amarokpkg.mo
+share/locale/csb/LC_MESSAGES/amarok.mo
share/locale/da/LC_MESSAGES/amarok.mo
share/locale/da/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/da/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -796,6 +1229,10 @@ share/locale/en_GB/LC_MESSAGES/amarok.mo
share/locale/en_GB/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/en_GB/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/en_GB/LC_MESSAGES/amarokpkg.mo
+share/locale/eo/LC_MESSAGES/amarok.mo
+share/locale/eo/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/eo/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/eo/LC_MESSAGES/amarokpkg.mo
share/locale/es/LC_MESSAGES/amarok.mo
share/locale/es/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/es/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -804,6 +1241,13 @@ share/locale/et/LC_MESSAGES/amarok.mo
share/locale/et/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/et/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/et/LC_MESSAGES/amarokpkg.mo
+share/locale/eu/LC_MESSAGES/amarok.mo
+share/locale/eu/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/eu/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/eu/LC_MESSAGES/amarokpkg.mo
+share/locale/fa/LC_MESSAGES/amarok.mo
+share/locale/fa/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/fa/LC_MESSAGES/amarokpkg.mo
share/locale/fi/LC_MESSAGES/amarok.mo
share/locale/fi/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/fi/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -820,6 +1264,18 @@ share/locale/gl/LC_MESSAGES/amarok.mo
share/locale/gl/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/gl/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/gl/LC_MESSAGES/amarokpkg.mo
+share/locale/he/LC_MESSAGES/amarok.mo
+share/locale/hr/LC_MESSAGES/amarok.mo
+share/locale/hr/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/hr/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/hr/LC_MESSAGES/amarokpkg.mo
+share/locale/hu/LC_MESSAGES/amarok.mo
+share/locale/hu/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/hu/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/hu/LC_MESSAGES/amarokpkg.mo
+share/locale/is/LC_MESSAGES/amarok.mo
+share/locale/is/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/is/LC_MESSAGES/amarokpkg.mo
share/locale/it/LC_MESSAGES/amarok.mo
share/locale/it/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/it/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -828,18 +1284,47 @@ share/locale/ja/LC_MESSAGES/amarok.mo
share/locale/ja/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/ja/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/ja/LC_MESSAGES/amarokpkg.mo
+share/locale/km/LC_MESSAGES/amarok.mo
+share/locale/km/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/km/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/km/LC_MESSAGES/amarokpkg.mo
+share/locale/ko/LC_MESSAGES/amarok.mo
+share/locale/ko/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/ko/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/ko/LC_MESSAGES/amarokpkg.mo
+share/locale/ku/LC_MESSAGES/amarok.mo
share/locale/lt/LC_MESSAGES/amarok.mo
share/locale/lt/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/lt/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/lt/LC_MESSAGES/amarokpkg.mo
+share/locale/lv/LC_MESSAGES/amarok.mo
+share/locale/lv/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/lv/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/lv/LC_MESSAGES/amarokpkg.mo
+share/locale/mai/LC_MESSAGES/amarok.mo
+share/locale/mai/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/mai/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/mai/LC_MESSAGES/amarokpkg.mo
+share/locale/ml/LC_MESSAGES/amarok.mo
+share/locale/ms/LC_MESSAGES/amarok.mo
share/locale/nb/LC_MESSAGES/amarok.mo
share/locale/nb/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/nb/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/nb/LC_MESSAGES/amarokpkg.mo
+share/locale/nds/LC_MESSAGES/amarok.mo
+share/locale/nds/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/nds/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/nds/LC_MESSAGES/amarokpkg.mo
+share/locale/ne/LC_MESSAGES/amarok.mo
share/locale/nl/LC_MESSAGES/amarok.mo
share/locale/nl/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/nl/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/nl/LC_MESSAGES/amarokpkg.mo
+share/locale/nn/LC_MESSAGES/amarok.mo
+share/locale/nn/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/nn/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/nn/LC_MESSAGES/amarokpkg.mo
+share/locale/oc/LC_MESSAGES/amarok.mo
share/locale/pa/LC_MESSAGES/amarok.mo
share/locale/pa/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/pa/LC_MESSAGES/amarokpkg.mo
@@ -855,14 +1340,29 @@ share/locale/pt_BR/LC_MESSAGES/amarok.mo
share/locale/pt_BR/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/pt_BR/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/pt_BR/LC_MESSAGES/amarokpkg.mo
+share/locale/ro/LC_MESSAGES/amarok.mo
+share/locale/ro/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/ro/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/ro/LC_MESSAGES/amarokpkg.mo
share/locale/ru/LC_MESSAGES/amarok.mo
share/locale/ru/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/ru/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/ru/LC_MESSAGES/amarokpkg.mo
+share/locale/se/LC_MESSAGES/amarok.mo
+share/locale/se/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/si/LC_MESSAGES/amarok.mo
+share/locale/sk/LC_MESSAGES/amarok.mo
+share/locale/sk/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/sk/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/sk/LC_MESSAGES/amarokpkg.mo
share/locale/sl/LC_MESSAGES/amarok.mo
share/locale/sl/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/sl/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/sl/LC_MESSAGES/amarokpkg.mo
+share/locale/sq/LC_MESSAGES/amarok.mo
+share/locale/sq/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/sq/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/sq/LC_MESSAGES/amarokpkg.mo
share/locale/sr/LC_MESSAGES/amarok.mo
share/locale/sr/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/sr/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -883,6 +1383,17 @@ share/locale/sv/LC_MESSAGES/amarok.mo
share/locale/sv/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/sv/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/sv/LC_MESSAGES/amarokpkg.mo
+share/locale/tg/LC_MESSAGES/amarok.mo
+share/locale/th/LC_MESSAGES/amarok.mo
+share/locale/th/LC_MESSAGES/amarokpkg.mo
+share/locale/tr/LC_MESSAGES/amarok.mo
+share/locale/tr/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/tr/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/tr/LC_MESSAGES/amarokpkg.mo
+share/locale/ug/LC_MESSAGES/amarok.mo
+share/locale/ug/LC_MESSAGES/amarok_scriptengine_qscript.mo
+share/locale/ug/LC_MESSAGES/amarokcollectionscanner_qt.mo
+share/locale/ug/LC_MESSAGES/amarokpkg.mo
share/locale/uk/LC_MESSAGES/amarok.mo
share/locale/uk/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/uk/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -899,8 +1410,11 @@ share/locale/zh_TW/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/zh_TW/LC_MESSAGES/amarokpkg.mo
@dirrmtry share/locale/x-test/LC_MESSAGES
@dirrmtry share/locale/x-test
+@dirrm share/locale/si/LC_MESSAGES
+@dirrm share/locale/si
@dirrm share/doc/HTML/uk/amarok
@dirrm share/doc/HTML/sv/amarok
+@dirrm share/doc/HTML/ru/amarok
@dirrm share/doc/HTML/pt_BR/amarok
@dirrm share/doc/HTML/pt/amarok
@dirrm share/doc/HTML/nl/amarok