summaryrefslogtreecommitdiff
path: root/audio/amarok
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-11-17 22:04:18 +0000
committermarkd <markd@pkgsrc.org>2012-11-17 22:04:18 +0000
commit80455a63c075e0cfca1f3d4a4b06564677cd5232 (patch)
treea3fd5a14a33fd8ec8a3d0fe9691926fabbcf33bb /audio/amarok
parentbf05e6d7318f88846c5759c367c52595a73a021d (diff)
downloadpkgsrc-80455a63c075e0cfca1f3d4a4b06564677cd5232.tar.gz
Update to 2.6.0
VERSION 2.6-RC CHANGES: * Show all audio and video files in file browser. * Remove codec install support. It's long ago been implemented in phonon. * Prevent lags with large Saved playlists. * Increase minimal required ffmpeg version up to 0.7. * Use audio-x-generic icon for bit rate, not a generic one. * Add Amarok.Playlist.playMediaList() script bindings for API symmetry. * Building the spectrum analyzer applet can now be disabled with a CMake argument. VERSION 2.6-Beta 1 FEATURES: * Amazon store: improved album search * Support for transcoding when copying tracks to USB Mass Storage devices; per-device transcoding preference can be saved, too. * Provide Repopulate and Turn off link in "Dynamic Mode Enabled" bagde. * Support for setting cover images for albums on USB Mass Storage devices. * Support for setting and unsetting cover images for iPod albums, can write back covers to file meta-data too, respects configuration. * Amazon store: ability to check out an item directly without using the Amarok shopping cart. * Amarok now includes the Free Music Charts service by default. * The maximum dimensions for embedded covers are now configurable. * Small configuration dialog for iPods that shows troubleshooting information and allows to change iPod name. * Improved usability of iPod playlists: iPod collection automatically transfers tracks dropped to iPod playlists to iPod when it is needed. * Tracks can now be transcoded when transferring them to iPod. * A diagnostic dialog reporting versions of Amarok, Qt, KDE and phonon libraries as well as the used phonon backend and status of plugins and scripts. Patch by Andrzej Hunt. * Ability to move track position bookmarks by dragging; patch by Jasneet Bhatti. * Amarok can now remember whether and how to transcode tracks when transferring them to a particular collection. * "Crop playlist" functionality implemented using drag & drop. * Added keyboard shortcut for "Edit Track Information..." Patch by Jasneet Bhatti. * Support for embedded album covers in non-collection tracks and in USB Mass Storage collection. * Hold the Shift key when dragging tracks to collections to move them instead of copying. * New search filter for absolute date * Named UMS collections * Albums with same name but different album artist are now correctly separated in USB Mass Storage, iPod and various online service collections. * Support for detecting compilations in USB Mass Storage collection. * Support embedded covers for ogg (read only) and flac files. * Track meta-data can be edited in USB Mass Storage collection. * Support for album artists in USB Mass Storage collection. * album artist (if differs from artist), BPM, labels, last played time and bitrate are now shown in playlist track tooltip (if not already displayed in playlist) CHANGES: * Builds with ffmpeg 0.11. * Database structure (lyrics table) was updated. Starting Amarok for the first time after the upgrade may take up to one minute as the data is migrated. * Amazon store: try to show a sensible default in the country selection. * Only offer delete action when Shift key is pressed in Collection context menu. * Only offer move action when Shift key is pressed in Collection context menu. * Remove context view video applet. Unmaintained and broken. * Album cover images are written in background to prevent freezes. * Make keyboard & mouse behaviour of saved playlists browser same as of the collection browser, including the delete key. * Delete and Shift + Delete keys now work as expected in collection browser. * Preserve statistics when copying or moving tracks to Local Collection. * Common album actions such as Show cover, Show under Various Artists are now available for all collections that support it, not just Local collection. * When copying files to iPod, ensure target directories exist. * When writing covers to files, all existing covers will be replaced. * PulseAudio status in diagnostic dialog. * optional libgpod dependency raised to 0.8.2 to support newest iPods. * Amarok now prevents accidental unmounting of iPods in (small) time-frames when iTunes database on iPod is not yet updated. * Amarok detects when iPod is to be ejected from system and gracefully disconnects it when it occurs. * Hitting the eject button on iPod collection ejects it also from the system. * iPod collection now detects whether iPod is safe to write and marks iPod as read-only if not. This prevents "iPod shows 0 tracks" problem. * Correct progress bar advancement when transferring tracks to iPod. * iPod Collection supports multiple simultaneous cancellable transfers. * Improved dialog to initialize iPod. * Load tracks in playlists asynchronously using proxy tracks. * It is now possible to transcode tracks when moving them. * Drag & drop of tracks and playlists to Saved Playlists works in all cases. * Don't show unmounted USB Mass Storage devices and make it clear when the device is not "activated" yet. * "Devices" in Amarok configuration -> Plugins is with other related strings renamed to "Local Collection Backends" to reduce user confusion. * Enable keyboard activation of PlaylistBrowser items. * Don't use `mysql_config --variable=pkgincludedir`, find mysql include directory manually by looking up mysql.h. * Album artist is now guessed for tracks that do not belong into any collection and tracks from USB Mass Storage collection. Guessing uses the same algorithm as Local Collection. * When hovering iPod, UMS or MTP collection in collection browser, "1.2 GB free" is shown instead of "85% used"; thicker capacity bar. Plus many bugfixes.
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile5
-rw-r--r--audio/amarok/PLIST313
-rw-r--r--audio/amarok/distinfo9
-rw-r--r--audio/amarok/patches/patch-utilities_afttagger_AFTTagger.cpp15
4 files changed, 87 insertions, 255 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 7f1241df4ad..792a0b75c89 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.118 2012/10/23 10:32:43 markd Exp $
+# $NetBSD: Makefile,v 1.119 2012/11/17 22:04:18 markd Exp $
#
DISTNAME= amarok-${VERS}
-VERS= 2.5.0
-PKGREVISION= 11
+VERS= 2.6.0
CATEGORIES= audio multimedia
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/amarok/${VERS}/src/
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/amarok/PLIST b/audio/amarok/PLIST
index d0db21064cb..5c5faeae251 100644
--- a/audio/amarok/PLIST
+++ b/audio/amarok/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2012/03/20 10:28:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.40 2012/11/17 22:04:19 markd Exp $
bin/amarok
bin/amarok_afttagger
bin/amarokcollectionscanner
@@ -25,7 +25,6 @@ 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
lib/kde4/amarok_context_applet_wikipedia.so
lib/kde4/amarok_data_engine_current.so
lib/kde4/amarok_data_engine_info.so
@@ -36,7 +35,6 @@ 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
lib/kde4/amarok_data_engine_wikipedia.so
lib/kde4/amarok_device_massstorage.so
lib/kde4/amarok_device_nfs.so
@@ -85,16 +83,23 @@ share/dbus-1/interfaces/org.kde.amarok.Mpris2Extensions.Player.xml
share/doc/kde/HTML/de/amarok/common
share/doc/kde/HTML/de/amarok/index.cache.bz2
share/doc/kde/HTML/de/amarok/index.docbook
-share/doc/kde/HTML/en/amarok/Amarok2-4-1MergeIcon.png
-share/doc/kde/HTML/en/amarok/Amarok2WrenchIcon.png
share/doc/kde/HTML/en/amarok/Face-smile.png
+share/doc/kde/HTML/en/amarok/Icon-action-dynamic-amarok.png
share/doc/kde/HTML/en/amarok/Icon-application-exit.png
share/doc/kde/HTML/en/amarok/Icon-bookmark-new-list.png
share/doc/kde/HTML/en/amarok/Icon-configure.png
share/doc/kde/HTML/en/amarok/Icon-dialog-information.png
+share/doc/kde/HTML/en/amarok/Icon-document-export.png
+share/doc/kde/HTML/en/amarok/Icon-document-import.png
+share/doc/kde/HTML/en/amarok/Icon-document-new.png
+share/doc/kde/HTML/en/amarok/Icon-document-properties.png
share/doc/kde/HTML/en/amarok/Icon-document-save.png
+share/doc/kde/HTML/en/amarok/Icon-edit-clear-list.png
share/doc/kde/HTML/en/amarok/Icon-edit-clear-locationbar-rtl.png
+share/doc/kde/HTML/en/amarok/Icon-edit-copy.png
+share/doc/kde/HTML/en/amarok/Icon-edit-delete.png
share/doc/kde/HTML/en/amarok/Icon-emblem-favorite.png
+share/doc/kde/HTML/en/amarok/Icon-emblem-mounted.png
share/doc/kde/HTML/en/amarok/Icon-flag-green.png
share/doc/kde/HTML/en/amarok/Icon-folder-new.png
share/doc/kde/HTML/en/amarok/Icon-folder-remote.png
@@ -104,13 +109,19 @@ share/doc/kde/HTML/en/amarok/Icon-go-next.png
share/doc/kde/HTML/en/amarok/Icon-go-previous.png
share/doc/kde/HTML/en/amarok/Icon-go-up.png
share/doc/kde/HTML/en/amarok/Icon-list-add.png
+share/doc/kde/HTML/en/amarok/Icon-list-remove.png
share/doc/kde/HTML/en/amarok/Icon-media-playback-pause.png
share/doc/kde/HTML/en/amarok/Icon-media-playback-start.png
share/doc/kde/HTML/en/amarok/Icon-media-playback-stop.png
+share/doc/kde/HTML/en/amarok/Icon-preferences-other.png
+share/doc/kde/HTML/en/amarok/Icon-view-list-tree.png
share/doc/kde/HTML/en/amarok/Icon-view-refresh.png
+share/doc/kde/HTML/en/amarok/action-collection-amarok48.png
share/doc/kde/HTML/en/amarok/advancedtok.png
+share/doc/kde/HTML/en/amarok/album.png
+share/doc/kde/HTML/en/amarok/albumbar.png
+share/doc/kde/HTML/en/amarok/amarok-apg-presets-toolbar.png
share/doc/kde/HTML/en/amarok/amarok-context.png
-share/doc/kde/HTML/en/amarok/amarok-contextadd.png
share/doc/kde/HTML/en/amarok/amarok-e17.png
share/doc/kde/HTML/en/amarok/amarok-fluxbox.png
share/doc/kde/HTML/en/amarok/amarok-gnome.png
@@ -118,7 +129,6 @@ share/doc/kde/HTML/en/amarok/amarok-lxde.png
share/doc/kde/HTML/en/amarok/amarok-mac-port-install.png
share/doc/kde/HTML/en/amarok/amarok-maintoolbar.png
share/doc/kde/HTML/en/amarok/amarok-managing-media.png
-share/doc/kde/HTML/en/amarok/amarok-merge-icon.png
share/doc/kde/HTML/en/amarok/amarok-newdynamic-detail.png
share/doc/kde/HTML/en/amarok/amarok-newdynamic.png
share/doc/kde/HTML/en/amarok/amarok-renameplaylist.png
@@ -143,7 +153,6 @@ share/doc/kde/HTML/en/amarok/amarok2-4-1phonondevices.png
share/doc/kde/HTML/en/amarok/amarok2-4-1saveplaylistchoices.png
share/doc/kde/HTML/en/amarok/amarok2-4-1tageditdialog.png
share/doc/kde/HTML/en/amarok/amarok2-4-1viewmenu.png
-share/doc/kde/HTML/en/amarok/amarok2-4-playlistsearchfilter.png
share/doc/kde/HTML/en/amarok/amarok2-4.png
share/doc/kde/HTML/en/amarok/amarok2-4collectionsortingmenu.png
share/doc/kde/HTML/en/amarok/amarok2-4helpmenu.png
@@ -157,12 +166,12 @@ share/doc/kde/HTML/en/amarok/amarok24_configureshortcutdetail.png
share/doc/kde/HTML/en/amarok/amarok24_configureshortcutsdialog.png
share/doc/kde/HTML/en/amarok/amarok24_settingsmenu.png
share/doc/kde/HTML/en/amarok/amarok24_settingsmenu_withreplaygain.png
-share/doc/kde/HTML/en/amarok/amarok24_toolsmenu_withtwoscripts.png
share/doc/kde/HTML/en/amarok/amarok2_moodbar.png
share/doc/kde/HTML/en/amarok/amarok_add-on_installer.png
share/doc/kde/HTML/en/amarok/amarok_addtoplaylist.png
share/doc/kde/HTML/en/amarok/amarok_addtoplaylist1.png
share/doc/kde/HTML/en/amarok/amarok_amarokmenu2-4.png
+share/doc/kde/HTML/en/amarok/amarok_ampache_client2.png
share/doc/kde/HTML/en/amarok/amarok_connecting_media_devices.png
share/doc/kde/HTML/en/amarok/amarok_cover_manager.png
share/doc/kde/HTML/en/amarok/amarok_cover_manager_newcover.png
@@ -176,26 +185,17 @@ share/doc/kde/HTML/en/amarok/amarok_layout26.png
share/doc/kde/HTML/en/amarok/amarok_layout27.png
share/doc/kde/HTML/en/amarok/amarok_layout28.png
share/doc/kde/HTML/en/amarok/amarok_loading_media_devices.png
+share/doc/kde/HTML/en/amarok/amarok_locale_selection.png
share/doc/kde/HTML/en/amarok/amarok_main_toolbar.png
share/doc/kde/HTML/en/amarok/amarok_media_devices.png
share/doc/kde/HTML/en/amarok/amarok_on_mac.png
-share/doc/kde/HTML/en/amarok/amarok_playlist.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_bookmarking.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_contextmenu.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_functions.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_layout_d.png
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_d_ss.png
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_editor.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog1.png
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog1_s.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog2.png
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_nog2_s.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_layout_v.png
share/doc/kde/HTML/en/amarok/amarok_playlist_layout_v1_s.png
share/doc/kde/HTML/en/amarok/amarok_playlist_manipulation.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_search2.png
share/doc/kde/HTML/en/amarok/amarok_playlist_search_ex.png
-share/doc/kde/HTML/en/amarok/amarok_playlist_sortingleavel.png
share/doc/kde/HTML/en/amarok/amarok_removeformplaylist.png
share/doc/kde/HTML/en/amarok/amarok_saved_playlists.png
share/doc/kde/HTML/en/amarok/amarok_script_info.png
@@ -216,25 +216,24 @@ share/doc/kde/HTML/en/amarok/amarokwindow_context.png
share/doc/kde/HTML/en/amarok/amarokwindow_mediasources.png
share/doc/kde/HTML/en/amarok/amarokwindow_playlist.png
share/doc/kde/HTML/en/amarok/apgpresetsmatchallgroup.png
+share/doc/kde/HTML/en/amarok/app.png
share/doc/kde/HTML/en/amarok/applications-internet.png
+share/doc/kde/HTML/en/amarok/bookmarking_menu.png
share/doc/kde/HTML/en/amarok/cd_collection_sansa.png
share/doc/kde/HTML/en/amarok/common
-share/doc/kde/HTML/en/amarok/configure_amarok.png
+share/doc/kde/HTML/en/amarok/context_menu.png
share/doc/kde/HTML/en/amarok/contextpane.png
share/doc/kde/HTML/en/amarok/contextpanestopped.png
share/doc/kde/HTML/en/amarok/controlamarok.png
-share/doc/kde/HTML/en/amarok/document-new.png
share/doc/kde/HTML/en/amarok/document-save.png
share/doc/kde/HTML/en/amarok/dynamic_playlist.png
-share/doc/kde/HTML/en/amarok/edit-copy.png
share/doc/kde/HTML/en/amarok/edit-redo.png
share/doc/kde/HTML/en/amarok/edit-undo.png
-share/doc/kde/HTML/en/amarok/favor-menu.png
+share/doc/kde/HTML/en/amarok/favor.png
share/doc/kde/HTML/en/amarok/firstruncollection2.png
share/doc/kde/HTML/en/amarok/folder-amarok.png
share/doc/kde/HTML/en/amarok/generatedlist.png
share/doc/kde/HTML/en/amarok/generatingtree.png
-share/doc/kde/HTML/en/amarok/hi32-action-collection-amarok.png
share/doc/kde/HTML/en/amarok/hi48-action-clear-playlist-amarok.png
share/doc/kde/HTML/en/amarok/hi48-action-edit-playlist-queue.png
share/doc/kde/HTML/en/amarok/hi48-action-media-standard-track-progression-amarok.png
@@ -246,33 +245,37 @@ share/doc/kde/HTML/en/amarok/installation1-1.png
share/doc/kde/HTML/en/amarok/installation2.png
share/doc/kde/HTML/en/amarok/installation3.png
share/doc/kde/HTML/en/amarok/installation4.png
-share/doc/kde/HTML/en/amarok/lowerpart.png
share/doc/kde/HTML/en/amarok/media_sources1.png
share/doc/kde/HTML/en/amarok/media_sources3.png
share/doc/kde/HTML/en/amarok/mediasources.png
share/doc/kde/HTML/en/amarok/mediasources10.png
+share/doc/kde/HTML/en/amarok/mediasources4.png
share/doc/kde/HTML/en/amarok/mediasources5.png
share/doc/kde/HTML/en/amarok/mediasources6.png
share/doc/kde/HTML/en/amarok/mediasources7.png
share/doc/kde/HTML/en/amarok/mediasources8.png
share/doc/kde/HTML/en/amarok/mediasourcesex.png
-share/doc/kde/HTML/en/amarok/menuitems.png
+share/doc/kde/HTML/en/amarok/new_amarok_configuration_options_general_edit.png
+share/doc/kde/HTML/en/amarok/new_amarok_configuration_options_notifications_edit.png
share/doc/kde/HTML/en/amarok/nocover_amarok.png
share/doc/kde/HTML/en/amarok/oraganize_menu.png
share/doc/kde/HTML/en/amarok/otherplatforms_nonkde.png
share/doc/kde/HTML/en/amarok/otherplatforms_osx.png
share/doc/kde/HTML/en/amarok/otherplatforms_windows.png
-share/doc/kde/HTML/en/amarok/playlist-album-menu.png
share/doc/kde/HTML/en/amarok/playlist-layout-editor-amarok.png
share/doc/kde/HTML/en/amarok/playlist-layout-item-configuration-amarok.png
-share/doc/kde/HTML/en/amarok/playlist-ordering.png
-share/doc/kde/HTML/en/amarok/playlist.png
-share/doc/kde/HTML/en/amarok/playlist_save_icon_amarok.png
-share/doc/kde/HTML/en/amarok/preferences-other.png
-share/doc/kde/HTML/en/amarok/queue_example11.png
-share/doc/kde/HTML/en/amarok/queue_example12.png
-share/doc/kde/HTML/en/amarok/queue_example_2.png
-share/doc/kde/HTML/en/amarok/queue_example_4.png
+share/doc/kde/HTML/en/amarok/playlist2.png
+share/doc/kde/HTML/en/amarok/playlist_save.png
+share/doc/kde/HTML/en/amarok/playlistlayout1.png
+share/doc/kde/HTML/en/amarok/playlistlayout2.png
+share/doc/kde/HTML/en/amarok/playlistlayout3.png
+share/doc/kde/HTML/en/amarok/playlistlayout4.png
+share/doc/kde/HTML/en/amarok/playlistmenu.png
+share/doc/kde/HTML/en/amarok/playlistpic.png
+share/doc/kde/HTML/en/amarok/playlistqueue.png
+share/doc/kde/HTML/en/amarok/playlistsearch.png
+share/doc/kde/HTML/en/amarok/queue.png
+share/doc/kde/HTML/en/amarok/queueend.png
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client.png
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client1.png
share/doc/kde/HTML/en/amarok/remotecollections_ampache_client2.png
@@ -283,82 +286,32 @@ share/doc/kde/HTML/en/amarok/remotecollections_samba_server.png
share/doc/kde/HTML/en/amarok/remotecollections_samba_server1.png
share/doc/kde/HTML/en/amarok/remotecollections_samba_server2.png
share/doc/kde/HTML/en/amarok/remotecollections_samba_server3.png
-share/doc/kde/HTML/en/amarok/repeat-menu.png
-share/doc/kde/HTML/en/amarok/save-playlist-menu.png
share/doc/kde/HTML/en/amarok/searchincollection.png
share/doc/kde/HTML/en/amarok/searchincollection_example_editbox.png
share/doc/kde/HTML/en/amarok/searchincollection_example_editbox2.png
share/doc/kde/HTML/en/amarok/settings-internet-amarok.png
+share/doc/kde/HTML/en/amarok/sorting.png
+share/doc/kde/HTML/en/amarok/sorting2.png
share/doc/kde/HTML/en/amarok/tagedit_fromfile_advanced.png
share/doc/kde/HTML/en/amarok/tagedit_fromfile_advanced_example.png
share/doc/kde/HTML/en/amarok/tagedit_fromfile_basic.png
share/doc/kde/HTML/en/amarok/tagedit_fromfile_basic_example.png
share/doc/kde/HTML/en/amarok/toolbar_main.png
share/doc/kde/HTML/en/amarok/toolbar_slim.png
+share/doc/kde/HTML/en/amarok/toolmenu.png
share/doc/kde/HTML/en/amarok/tools_bookmarkmanager.png
share/doc/kde/HTML/en/amarok/tools_covermanager.png
share/doc/kde/HTML/en/amarok/tools_equalizer.png
-share/doc/kde/HTML/en/amarok/tools_scriptmanager.png
+share/doc/kde/HTML/en/amarok/track_progression.png
share/doc/kde/HTML/en/amarok/transcode_1.png
share/doc/kde/HTML/en/amarok/view-media-playlist.png
-share/doc/kde/HTML/es/amarok/add_dynamic.png
-share/doc/kde/HTML/es/amarok/amarok_playlist.png
-share/doc/kde/HTML/es/amarok/analyzer.png
-share/doc/kde/HTML/es/amarok/buttons.png
-share/doc/kde/HTML/es/amarok/collection.png
share/doc/kde/HTML/es/amarok/common
-share/doc/kde/HTML/es/amarok/config_appearance.png
-share/doc/kde/HTML/es/amarok/config_collection.png
-share/doc/kde/HTML/es/amarok/config_engine.png
-share/doc/kde/HTML/es/amarok/config_general.png
-share/doc/kde/HTML/es/amarok/config_osd.png
-share/doc/kde/HTML/es/amarok/config_playback.png
-share/doc/kde/HTML/es/amarok/config_scrobbler.png
-share/doc/kde/HTML/es/amarok/coverman.png
-share/doc/kde/HTML/es/amarok/dynamic_bar.png
-share/doc/kde/HTML/es/amarok/dynamic_settings.png
-share/doc/kde/HTML/es/amarok/equalizer.png
-share/doc/kde/HTML/es/amarok/file_browser.png
share/doc/kde/HTML/es/amarok/index.cache.bz2
share/doc/kde/HTML/es/amarok/index.docbook
-share/doc/kde/HTML/es/amarok/logo.png
-share/doc/kde/HTML/es/amarok/media_device.png
-share/doc/kde/HTML/es/amarok/menubar.png
-share/doc/kde/HTML/es/amarok/musicbrainz.png
-share/doc/kde/HTML/es/amarok/pl_tip1.png
-share/doc/kde/HTML/es/amarok/play_list.png
-share/doc/kde/HTML/es/amarok/player_window.png
-share/doc/kde/HTML/es/amarok/playlist_browser.png
-share/doc/kde/HTML/es/amarok/playlist_window.png
-share/doc/kde/HTML/es/amarok/queue_manager.png
-share/doc/kde/HTML/es/amarok/rmb_menu.png
-share/doc/kde/HTML/es/amarok/script_manager.png
-share/doc/kde/HTML/es/amarok/status_bar.png
-share/doc/kde/HTML/es/amarok/tab_lyrics.png
-share/doc/kde/HTML/es/amarok/tab_music.png
-share/doc/kde/HTML/es/amarok/tab_wiki.png
share/doc/kde/HTML/es/amarok/vis_window.png
share/doc/kde/HTML/et/amarok/common
share/doc/kde/HTML/et/amarok/index.cache.bz2
share/doc/kde/HTML/et/amarok/index.docbook
-share/doc/kde/HTML/fr/amarok/advanced.docbook
-share/doc/kde/HTML/fr/amarok/common
-share/doc/kde/HTML/fr/amarok/config.docbook
-share/doc/kde/HTML/fr/amarok/faq.docbook
-share/doc/kde/HTML/fr/amarok/index.cache.bz2
-share/doc/kde/HTML/fr/amarok/index.docbook
-share/doc/kde/HTML/fr/amarok/quick.docbook
-share/doc/kde/HTML/fr/amarok/requirements.docbook
-share/doc/kde/HTML/fr/amarok/using.docbook
-share/doc/kde/HTML/it/amarok/advanced.docbook
-share/doc/kde/HTML/it/amarok/common
-share/doc/kde/HTML/it/amarok/config.docbook
-share/doc/kde/HTML/it/amarok/faq.docbook
-share/doc/kde/HTML/it/amarok/index.cache.bz2
-share/doc/kde/HTML/it/amarok/index.docbook
-share/doc/kde/HTML/it/amarok/quick.docbook
-share/doc/kde/HTML/it/amarok/requirements.docbook
-share/doc/kde/HTML/it/amarok/using.docbook
share/doc/kde/HTML/nl/amarok/add_dynamic.png
share/doc/kde/HTML/nl/amarok/amarok_playlist.png
share/doc/kde/HTML/nl/amarok/analyzer.png
@@ -537,12 +490,18 @@ share/doc/kde/HTML/ru/amarok/tools_bookmarkmanager.png
share/doc/kde/HTML/ru/amarok/tools_covermanager.png
share/doc/kde/HTML/ru/amarok/tools_equalizer.png
share/doc/kde/HTML/ru/amarok/tools_scriptmanager.png
+share/doc/kde/HTML/sv/amarok/amarok2-4-1configuredialogcollection.png
+share/doc/kde/HTML/sv/amarok/amarokbreadcrumb.png
+share/doc/kde/HTML/sv/amarok/amaroknew2-4.png
+share/doc/kde/HTML/sv/amarok/amarokrightmenu.png
share/doc/kde/HTML/sv/amarok/common
+share/doc/kde/HTML/sv/amarok/firstruncollection2.png
share/doc/kde/HTML/sv/amarok/index.cache.bz2
share/doc/kde/HTML/sv/amarok/index.docbook
share/doc/kde/HTML/uk/amarok/advancedtok.png
+share/doc/kde/HTML/uk/amarok/album.png
+share/doc/kde/HTML/uk/amarok/albumbar.png
share/doc/kde/HTML/uk/amarok/amarok-context.png
-share/doc/kde/HTML/uk/amarok/amarok-contextadd.png
share/doc/kde/HTML/uk/amarok/amarok-maintoolbar.png
share/doc/kde/HTML/uk/amarok/amarok-managing-media.png
share/doc/kde/HTML/uk/amarok/amarok-newdynamic-detail.png
@@ -567,7 +526,6 @@ share/doc/kde/HTML/uk/amarok/amarok2-4-1phononbackends.png
share/doc/kde/HTML/uk/amarok/amarok2-4-1phonondevices.png
share/doc/kde/HTML/uk/amarok/amarok2-4-1saveplaylistchoices.png
share/doc/kde/HTML/uk/amarok/amarok2-4-1viewmenu.png
-share/doc/kde/HTML/uk/amarok/amarok2-4-playlistsearchfilter.png
share/doc/kde/HTML/uk/amarok/amarok2-4.png
share/doc/kde/HTML/uk/amarok/amarok2-4collectionsortingmenu.png
share/doc/kde/HTML/uk/amarok/amarok2-4helpmenu.png
@@ -580,7 +538,6 @@ share/doc/kde/HTML/uk/amarok/amarok24_configureshortcutdetail.png
share/doc/kde/HTML/uk/amarok/amarok24_configureshortcutsdialog.png
share/doc/kde/HTML/uk/amarok/amarok24_settingsmenu.png
share/doc/kde/HTML/uk/amarok/amarok24_settingsmenu_withreplaygain.png
-share/doc/kde/HTML/uk/amarok/amarok24_toolsmenu_withtwoscripts.png
share/doc/kde/HTML/uk/amarok/amarok2_moodbar.png
share/doc/kde/HTML/uk/amarok/amarok_add-on_installer.png
share/doc/kde/HTML/uk/amarok/amarok_addtoplaylist.png
@@ -596,24 +553,15 @@ share/doc/kde/HTML/uk/amarok/amarok_layout25.png
share/doc/kde/HTML/uk/amarok/amarok_layout26.png
share/doc/kde/HTML/uk/amarok/amarok_layout27.png
share/doc/kde/HTML/uk/amarok/amarok_layout28.png
+share/doc/kde/HTML/uk/amarok/amarok_locale_selection.png
share/doc/kde/HTML/uk/amarok/amarok_main_toolbar.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_bookmarking.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_contextmenu.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_functions.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_d.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_d_ss.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_editor.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog1.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog1_s.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog2.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_nog2_s.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_v.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_layout_v1_s.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_manipulation.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_search2.png
share/doc/kde/HTML/uk/amarok/amarok_playlist_search_ex.png
-share/doc/kde/HTML/uk/amarok/amarok_playlist_sortingleavel.png
share/doc/kde/HTML/uk/amarok/amarok_removeformplaylist.png
share/doc/kde/HTML/uk/amarok/amarok_saved_playlists.png
share/doc/kde/HTML/uk/amarok/amarok_script_info.png
@@ -632,54 +580,66 @@ share/doc/kde/HTML/uk/amarok/amarokwindow_context.png
share/doc/kde/HTML/uk/amarok/amarokwindow_mediasources.png
share/doc/kde/HTML/uk/amarok/amarokwindow_playlist.png
share/doc/kde/HTML/uk/amarok/apgpresetsmatchallgroup.png
+share/doc/kde/HTML/uk/amarok/app.png
+share/doc/kde/HTML/uk/amarok/bookmarking_menu.png
share/doc/kde/HTML/uk/amarok/cd_collection_sansa.png
share/doc/kde/HTML/uk/amarok/common
+share/doc/kde/HTML/uk/amarok/context_menu.png
share/doc/kde/HTML/uk/amarok/contextpane.png
share/doc/kde/HTML/uk/amarok/contextpanestopped.png
share/doc/kde/HTML/uk/amarok/controlamarok.png
-share/doc/kde/HTML/uk/amarok/favor-menu.png
+share/doc/kde/HTML/uk/amarok/favor.png
share/doc/kde/HTML/uk/amarok/firstruncollection2.png
share/doc/kde/HTML/uk/amarok/generatingtree.png
share/doc/kde/HTML/uk/amarok/index.cache.bz2
share/doc/kde/HTML/uk/amarok/index.docbook
-share/doc/kde/HTML/uk/amarok/lowerpart.png
share/doc/kde/HTML/uk/amarok/media_sources1.png
share/doc/kde/HTML/uk/amarok/media_sources3.png
share/doc/kde/HTML/uk/amarok/mediasources.png
share/doc/kde/HTML/uk/amarok/mediasources10.png
+share/doc/kde/HTML/uk/amarok/mediasources4.png
share/doc/kde/HTML/uk/amarok/mediasources5.png
share/doc/kde/HTML/uk/amarok/mediasources6.png
share/doc/kde/HTML/uk/amarok/mediasources7.png
share/doc/kde/HTML/uk/amarok/mediasources8.png
share/doc/kde/HTML/uk/amarok/mediasourcesex.png
+share/doc/kde/HTML/uk/amarok/new_amarok_configuration_options_general_edit.png
+share/doc/kde/HTML/uk/amarok/new_amarok_configuration_options_notifications_edit.png
share/doc/kde/HTML/uk/amarok/oraganize_menu.png
-share/doc/kde/HTML/uk/amarok/playlist-album-menu.png
share/doc/kde/HTML/uk/amarok/playlist-layout-editor-amarok.png
share/doc/kde/HTML/uk/amarok/playlist-layout-item-configuration-amarok.png
-share/doc/kde/HTML/uk/amarok/playlist-ordering.png
-share/doc/kde/HTML/uk/amarok/playlist.png
-share/doc/kde/HTML/uk/amarok/queue_example11.png
-share/doc/kde/HTML/uk/amarok/queue_example12.png
-share/doc/kde/HTML/uk/amarok/queue_example_2.png
-share/doc/kde/HTML/uk/amarok/queue_example_4.png
+share/doc/kde/HTML/uk/amarok/playlist2.png
+share/doc/kde/HTML/uk/amarok/playlist_save.png
+share/doc/kde/HTML/uk/amarok/playlistlayout1.png
+share/doc/kde/HTML/uk/amarok/playlistlayout2.png
+share/doc/kde/HTML/uk/amarok/playlistlayout3.png
+share/doc/kde/HTML/uk/amarok/playlistlayout4.png
+share/doc/kde/HTML/uk/amarok/playlistmenu.png
+share/doc/kde/HTML/uk/amarok/playlistpic.png
+share/doc/kde/HTML/uk/amarok/playlistqueue.png
+share/doc/kde/HTML/uk/amarok/playlistsearch.png
+share/doc/kde/HTML/uk/amarok/queue.png
+share/doc/kde/HTML/uk/amarok/queueend.png
share/doc/kde/HTML/uk/amarok/remotecollections_ampache_client1.png
share/doc/kde/HTML/uk/amarok/remotecollections_client.png
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server.png
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server1.png
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server2.png
share/doc/kde/HTML/uk/amarok/remotecollections_samba_server3.png
-share/doc/kde/HTML/uk/amarok/repeat-menu.png
-share/doc/kde/HTML/uk/amarok/save-playlist-menu.png
share/doc/kde/HTML/uk/amarok/searchincollection.png
share/doc/kde/HTML/uk/amarok/searchincollection_example_editbox.png
share/doc/kde/HTML/uk/amarok/searchincollection_example_editbox2.png
+share/doc/kde/HTML/uk/amarok/sorting.png
+share/doc/kde/HTML/uk/amarok/sorting2.png
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_advanced.png
share/doc/kde/HTML/uk/amarok/tagedit_fromfile_basic.png
share/doc/kde/HTML/uk/amarok/toolbar_main.png
share/doc/kde/HTML/uk/amarok/toolbar_slim.png
+share/doc/kde/HTML/uk/amarok/toolmenu.png
share/doc/kde/HTML/uk/amarok/tools_bookmarkmanager.png
share/doc/kde/HTML/uk/amarok/tools_covermanager.png
share/doc/kde/HTML/uk/amarok/tools_equalizer.png
+share/doc/kde/HTML/uk/amarok/track_progression.png
share/doc/kde/HTML/uk/amarok/transcode_1.png
share/icons/hicolor/128x128/apps/amarok.png
share/icons/hicolor/16x16/apps/amarok.png
@@ -710,7 +670,6 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_cart_view.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playcount.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
@@ -725,7 +684,6 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png
@@ -739,12 +697,14 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-last-played.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/label-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-mix-radio-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-neighbour-radio-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-personal-radio-amarok.png
@@ -753,10 +713,7 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/lastfm-tag-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/media-album-shuffle-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-off-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/media-playlist-shuffle-off-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-random-albums-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-random-tracks-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-repeat-album-amarok.png
@@ -768,7 +725,6 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-add-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-edit-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-queue-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-remove-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/media-track-repeat-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/playlist-generator.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png
@@ -782,7 +738,6 @@ share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-amazon-amarok.pn
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-gpodder-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png
-share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-black-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-lastfm-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-librivox-amarok.png
share/kde/apps/amarok/icons/hicolor/16x16/actions/view-services-magnatune-amarok.png
@@ -796,7 +751,6 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_cart_view.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playcount.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
@@ -811,17 +765,13 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/filename-bpm-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/media-album-shuffle-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-clear-playlist-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-off-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/media-playlist-shuffle-off-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-albums-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-random-tracks-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-repeat-album-amarok.png
@@ -833,7 +783,6 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-add-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-edit-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-queue-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-remove-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/media-track-repeat-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/playlist-generator.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png
@@ -846,7 +795,6 @@ share/kde/apps/amarok/icons/hicolor/22x22/actions/view-media-visualization-amaro
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-amazon-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-gpodder-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png
-share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-black-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-lastfm-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-librivox-amarok.png
share/kde/apps/amarok/icons/hicolor/22x22/actions/view-services-magnatune-amarok.png
@@ -863,7 +811,6 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_cart_view.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playcount.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
@@ -879,18 +826,14 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/filename-bpm-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-shuffle-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-clear-playlist-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-off-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/media-playlist-shuffle-off-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-albums-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-random-tracks-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-repeat-album-amarok.png
@@ -902,7 +845,6 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-add-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-edit-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-queue-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-remove-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/media-track-repeat-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/playlist-generator.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png
@@ -916,7 +858,6 @@ share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-amazon-amarok.pn
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-gpodder-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png
-share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-black-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-lastfm-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-magnatune-amarok.png
share/kde/apps/amarok/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png
@@ -929,7 +870,6 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_cart_view.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playcount.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
@@ -945,7 +885,6 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-and-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png
@@ -976,11 +915,8 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/label-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/media-album-shuffle-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-clear-playlist-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-albums-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-random-tracks-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-repeat-album-amarok.png
@@ -992,7 +928,6 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/media-track-repeat-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/photos-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/playlist-generator.png
@@ -1010,18 +945,13 @@ share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-amazon-amarok.pn
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-gpodder-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png
-share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png
share/kde/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png
-share/kde/apps/amarok/images/FilenameLayoutDialogHint.png
share/kde/apps/amarok/images/amarok-tabs-bass.png
share/kde/apps/amarok/images/amarok-tabs-drum.png
share/kde/apps/amarok/images/amarok-tabs-guitar.png
share/kde/apps/amarok/images/amarok-tabs-piano.png
-share/kde/apps/amarok/images/amarok-videoclip-dailymotion.png
-share/kde/apps/amarok/images/amarok-videoclip-vimeo.png
-share/kde/apps/amarok/images/amarok-videoclip-youtube.png
share/kde/apps/amarok/images/amarok_icon.svg
share/kde/apps/amarok/images/default-theme-clean.svg
share/kde/apps/amarok/images/emblem-amazon.png
@@ -1098,7 +1028,11 @@ share/kde/apps/amarok/images/splash_screen.jpg
share/kde/apps/amarok/images/star.png
share/kde/apps/amarok/images/volume_icon.png
share/kde/apps/amarok/images/volume_muted_icon.png
-share/kde/apps/amarok/images/web_applet_background.svg
+share/kde/apps/amarok/scripts/free_music_charts_service/FMCEmblem.png
+share/kde/apps/amarok/scripts/free_music_charts_service/FMCIcon.png
+share/kde/apps/amarok/scripts/free_music_charts_service/FMCShow.png
+share/kde/apps/amarok/scripts/free_music_charts_service/main.js
+share/kde/apps/amarok/scripts/free_music_charts_service/script.spec
share/kde/apps/amarok/scripts/librivox_service/COPYING
share/kde/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
share/kde/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
@@ -1115,9 +1049,6 @@ share/kde/apps/amarok/scripts/radio_station_service/main.js
share/kde/apps/amarok/scripts/radio_station_service/script.spec
share/kde/apps/amarok/scripts/script_console/main.js
share/kde/apps/amarok/scripts/script_console/script.spec
-share/kde/apps/desktoptheme/Amarok-Mockup/colors
-share/kde/apps/desktoptheme/Amarok-Mockup/widgets/background.svg
-share/kde/apps/desktoptheme/Amarok-Mockup/widgets/text-background.svgz
share/kde/apps/desktoptheme/default/widgets/amarok-albums.svg
share/kde/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
share/kde/apps/desktoptheme/default/widgets/amarok-info-applet.svg
@@ -1143,7 +1074,6 @@ 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
share/kde4/services/amarok-context-applet-wikipedia.desktop
share/kde4/services/amarok-data-engine-current.desktop
share/kde4/services/amarok-data-engine-info.desktop
@@ -1154,7 +1084,6 @@ 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
share/kde4/services/amarok-data-engine-wikipedia.desktop
share/kde4/services/amarok-scriptengine-applet-simple-javascript.desktop
share/kde4/services/amarok-scriptengine-runner-javascript.desktop
@@ -1189,14 +1118,6 @@ 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
@@ -1213,7 +1134,6 @@ 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
@@ -1230,10 +1150,6 @@ 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
@@ -1246,17 +1162,10 @@ 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
share/locale/fi/LC_MESSAGES/amarokpkg.mo
-share/locale/fr/LC_MESSAGES/amarok.mo
-share/locale/fr/LC_MESSAGES/amarok_scriptengine_qscript.mo
-share/locale/fr/LC_MESSAGES/amarokcollectionscanner_qt.mo
-share/locale/fr/LC_MESSAGES/amarokpkg.mo
share/locale/ga/LC_MESSAGES/amarok.mo
share/locale/ga/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/ga/LC_MESSAGES/amarokcollectionscanner_qt.mo
@@ -1265,18 +1174,11 @@ 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/ia/LC_MESSAGES/amarokcollectionscanner_qt.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
@@ -1285,15 +1187,6 @@ 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
@@ -1302,30 +1195,14 @@ 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
@@ -1341,29 +1218,14 @@ 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
@@ -1384,23 +1246,10 @@ 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
share/locale/uk/LC_MESSAGES/amarokpkg.mo
-share/locale/wa/LC_MESSAGES/amarok.mo
-share/locale/wa/LC_MESSAGES/amarokcollectionscanner_qt.mo
share/locale/zh_CN/LC_MESSAGES/amarok.mo
share/locale/zh_CN/LC_MESSAGES/amarok_scriptengine_qscript.mo
share/locale/zh_CN/LC_MESSAGES/amarokcollectionscanner_qt.mo
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo
index 6b4cd70e2e0..67034a21b93 100644
--- a/audio/amarok/distinfo
+++ b/audio/amarok/distinfo
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.49 2012/10/23 10:32:44 markd Exp $
+$NetBSD: distinfo,v 1.50 2012/11/17 22:04:19 markd Exp $
-SHA1 (amarok-2.5.0.tar.bz2) = 9849900d20225e703c43d242650a8fa211cf15f2
-RMD160 (amarok-2.5.0.tar.bz2) = 4506d4b4b1b11378d25ad488f3bdba54cd9b7567
-Size (amarok-2.5.0.tar.bz2) = 46607238 bytes
+SHA1 (amarok-2.6.0.tar.bz2) = 2cfcdabb67436418ba0012075ba105bbb630b48d
+RMD160 (amarok-2.6.0.tar.bz2) = 89b8e3a56390dc240efc7dddd8e97ac9e4a03127
+Size (amarok-2.6.0.tar.bz2) = 42331208 bytes
SHA1 (patch-ab) = dc89394f02639c27bbcef2954aa199032c6a9ca1
SHA1 (patch-cmake_modules_FindTagLib.cmake) = 95e195ea376746dbbc16c3fdc88b934cf711199f
SHA1 (patch-src_context_widgets_RatingWidget.cpp) = 67d84170eacbd139ffa1f8159ad941f0f369a44a
SHA1 (patch-src_dialogs_TagDialogBase.ui) = f81f7832ed0dbb4b635162dca2ef7d2145d6cd14
SHA1 (patch-src_playlist_view_listview_PrettyItemDelegate.cpp) = 1c8f8c2d310b6ad08b2894d0941000b0935adc9f
SHA1 (patch-src_playlistgenerator_constraints_TagMatchEditWidget.ui) = d11a057fd51ee9c00fef47ffdd3c66ff8fd0995b
-SHA1 (patch-utilities_afttagger_AFTTagger.cpp) = b3384e44db13f877e418e9a1da7b8ae241db09b0
diff --git a/audio/amarok/patches/patch-utilities_afttagger_AFTTagger.cpp b/audio/amarok/patches/patch-utilities_afttagger_AFTTagger.cpp
deleted file mode 100644
index 6d08fbd0ca7..00000000000
--- a/audio/amarok/patches/patch-utilities_afttagger_AFTTagger.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-utilities_afttagger_AFTTagger.cpp,v 1.1 2012/10/23 10:32:44 markd Exp $
-
-Use std::cin consistently to reference standard input
-
---- utilities/afttagger/AFTTagger.cpp.orig 2011-12-15 07:36:49.000000000 +0000
-+++ utilities/afttagger/AFTTagger.cpp
-@@ -88,7 +88,7 @@ AFTTagger::AFTTagger( int &argc, char **
- m_textStream.flush();
- std::string response;
- std::cin >> response;
-- cin.get();
-+ std::cin.get();
-
- if( response != "y" && response != "Y")
- {