pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/amarok Update to 1.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e921d3aa894a
branches:  trunk
changeset: 515572:e921d3aa894a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 04 06:45:15 2006 +0000

description:
Update to 1.4.1:

VERSION 1.4.1:
  FEATURES:
    * Support for last.fm streams. (BR 111983)
    * New playlist toolbar menu entry for adding streams to the playlist.
      (BR 129349)

  CHANGES:
    * Upgraded internal SQLite to 3.3.6.
    * Inotify support disabled for now, due to stability issues.
    * Tag editor is no longer modal.
    * Provide warning dialog when deleting items from the playlistbrowser.
      (BR 129313)
    * GUI layout reverted to the classic Amarok layout.
    * The Extended Info panel in the playlistbrowser is now resizeable.

  BUGFIXES:
    * Pressing return in the search bar of the Collection Browser immediately
      after typing a query no longer appends the wrong items to the playlist.
    * Fix crash when pressing Back or Forward buttons multiple times quickly
      in Artist tab. Patch by Thomas Lindroth
    * Fix problems where blanks would be added to data if SQLite was busy.
      Patch by Thomas Lindroth
    * Automatically refresh stream lyrics on new metadata.
    * Set half star ratings on multiple selected tracks when clicking on an
      item. (BR 129449)
    * Only enable Show Extended Info in the Playlist Browser when information
      is available. (BR 126590)
    * Disable global shortcut for ratings when ratings are disabled.
      (BR 129414)
    * Autodetect button in Media Devices configuration dialog would not
      properly signal changes, so that new devices were not always saved.


VERSION 1.4.1-beta1:
  FEATURES:
    * Much improved and completed custom icon theme by Vadim Petrunin
    * LibVisual 0.4 supported and required.
    * Support for custom scoring algorithms, via scripts.
    * Creative Nomad Jukebox support (untested!). Submitted by Andres Oton
    * Inotify support. On kernels 2.6.13 and above with Inotify support
      compiled in, the collection will automatically be rescanned and
      updated as soon as a watched folder has changed.

  CHANGES:
    * First-run wizard can no longer be restarted from the application menu.
      However, it can still be invoked with "amarok --wizard".
    * Astraweb lyrics script was removed for being crappy and unmaintained. If
      you want to maintain it, grab it from SVN and release on kde-apps.org.
    * "Append Count" option of dynamic playlists has been removed. It is
      now always one. (BR 120044)
    * Context browser can now play/queue specific discs of an album or
      compilation.
    * Automatically imported playlists go into a separate category.
    * Block quitting amaroK until all on-going media device operations have
      finished with a consistent state.
    * Interface choice in wizard removed.
    * MoodBar has been removed. The maintainer has not been updating it, and
      it was causing crashes for many people.
    * Usability improvements for the Script Manager, including a tree view.
    * Use KMimeType for resolving file type for metadata acquisition before
      falling back to extension based guessing.
    * Removed the "detailed mode" in the playlist-browser.
    * Also copy non-local URLs to collection when dropped onto collection
      browser.
    * Speed up connecting media devices with a lot of tracks to be submitted
      to last.fm.
    * For media without metadata, try to read metadata after transfer to
      the iPod (e.g. when copying an audio CD via KIOslaves).
    * Hint at starting a transcode script for transcoding while transferring
      to media devices. (BR 127155)
    * If a disc number is present, append it to the album's name when
      organizing files. (BR 126867)
    * Configure, which of fresh podcasts, newest & favorite albums are shown
      in context browser home view. Patch by Patrick Muench
      (BR 127043)
    * Dynamic mode no longer skips to the next song if you press play (via
      dcop, for instance) while already playing a track. Instead it restarts
      the current one.
    * The Actions menu has been renamed the Engage menu. It's way cooler,
      right? I mean, Star Trek is really cool, right?
    * Multiple podcasts can be configured at once by selecting multiple channels
      or by configuring the children of a folder.

  BUGFIXES:
    * Allow dropping of tracks after non-existant items in the playlist.
    * Make changes to the default dynamic playlists persistent.
    * Send UTF-8 encoded requests to Wikipedia. Thanks to Thomas Lindroth
      for the patch. (BR 127654)
    * Correctly restore podcast channel title when fetching fails.
    * Show error message when xine mp3 decoder isn't installed, don't just
      play next track.
    * Properly render and optimise playlist loading icons.
    * Properly import and export XSPF playlist formats.
    * Optimise addition of playlists to the playlistbrowser.
    * In context browser, show localized date for podcasts. (BR 127853)
    * Regression in dynamic mode caused it to skip the first track in the
      playlist whenever it was started. (BR 127451)
    * Stop Playing after Track: remember current track (BR 127312)
    * Radio streams were broken for protocols other than HTTP. (BR 127848)
    * Collection Browser would not set/unset/burn albums with ', The' in
      their name.
    * Prevent breakage when xine couldn't initialize the audio device. Patch
      from Ilya Konstantinov
    * Allow for recognition of the webdav protocol. Patch by Ilya
      Konstantinov
    * Setting a rating on an unplayed track would affect score generated.
      Patch by Patrick Muench
    * Stop tags with different capitalisation being treated as the same
      when building the collection.
    * Make database connections actually get closed when no longer used.
      (BR 123113)
    * xine engine would truncate the last seconds of a track, if no other
      track followed in the playlist.
    * Fixed AudioCD playback with xine-engine. Patch by Markus Kaufhold
    * If dynamic mode was turned on and then off, the previous random and
      repeat modes would be forgotten. (BR 123743)
    * Removing the current track through DCOP while editing a field of the
      track in the playlist would cause a crash. (BR 119152)
    * Make characters encoded with % (such as a forward slash, %2f) display
      correctly. (BR 105266)

diffstat:

 audio/amarok/Makefile |   10 +-
 audio/amarok/PLIST    |  275 ++++++++++++++++++++++++++++++++++++++++++++-----
 audio/amarok/distinfo |    8 +-
 3 files changed, 254 insertions(+), 39 deletions(-)

diffs (truncated from 566 to 300 lines):

diff -r 9926fff6d412 -r e921d3aa894a audio/amarok/Makefile
--- a/audio/amarok/Makefile     Tue Jul 04 06:43:32 2006 +0000
+++ b/audio/amarok/Makefile     Tue Jul 04 06:45:15 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2006/07/04 00:58:50 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2006/07/04 06:45:15 wiz Exp $
 
-DISTNAME=              amarok-1.4.0a
-PKGREVISION=           2
+DISTNAME=              amarok-1.4.1
 CATEGORIES=            audio kde
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=amarok/}
 EXTRACT_SUFX=          .tar.bz2
@@ -10,7 +9,6 @@
 HOMEPAGE=              http://amarok.kde.org/
 COMMENT=               KDE audio player
 
-WRKSRC=                        ${WRKDIR}/amarok-1.4.0
 USE_DIRS+=             xdg-1.1
 USE_TOOLS+=            gmake pkg-config msgfmt
 USE_LANGUAGES=         c c++
@@ -26,7 +24,6 @@
 LIBS+=                 ${LIBOSSAUDIO}
 
 PYTHON_PATCH_SCRIPTS= \
-       amarok/src/scripts/amarok_live/amarok_live.py \
        amarok/src/scripts/common/Publisher.py \
        amarok/src/scripts/common/Zeroconf.py \
        amarok/src/scripts/playlist2html/Playlist.py \
@@ -41,9 +38,12 @@
        amarok/src/scripts/webcontrol/WebControl.py \
        amarok/src/scripts/webcontrol/WebPublisher.py
 REPLACE_RUBY= \
+       amarok/src/amarok_proxy.rb \
        amarok/src/scripts/lyrics_astraweb/lyrics_astraweb.rb \
        amarok/src/scripts/lyrics_lyrc/lyrics_lyrc.rb \
        amarok/src/scripts/ruby_debug/debug.rb \
+       amarok/src/scripts/score_default/score_default.rb \
+       amarok/src/scripts/score_impulsive/score_impulsive.rb \
        amarok/src/scripts/templates/amarok.rb \
        amarok/src/scripts/templates/ruby_qt_template.rb
 
diff -r 9926fff6d412 -r e921d3aa894a audio/amarok/PLIST
--- a/audio/amarok/PLIST        Tue Jul 04 06:43:32 2006 +0000
+++ b/audio/amarok/PLIST        Tue Jul 04 06:45:15 2006 +0000
@@ -1,20 +1,15 @@
-@comment $NetBSD: PLIST,v 1.16 2006/05/31 17:59:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2006/07/04 06:45:15 wiz Exp $
 bin/amarok
 bin/amarok_libvisual
+bin/amarok_proxy.rb
 bin/amarok_xmmswrapper2
 bin/amarokapp
 bin/amarokcollectionscanner
 lib/kde3/konqsidebar_universalamarok.la
-lib/kde3/libamarok_generic-mediadevice.a
 lib/kde3/libamarok_generic-mediadevice.la
-lib/kde3/libamarok_generic-mediadevice.so
 lib/kde3/libamarok_void-engine_plugin.la
 lib/kde3/libamarok_xine-engine.la
-lib/libamarok.a
 lib/libamarok.la
-lib/libamarok.so
-lib/libamarok.so.0
-lib/libamarok.so.0.0.0
 share/applications/kde/amarok.desktop
 share/doc/kde/HTML/da/amarok/advanced.docbook
 share/doc/kde/HTML/da/amarok/common
@@ -251,15 +246,6 @@
 share/doc/kde/HTML/nl/amarok/status_bar.png
 share/doc/kde/HTML/nl/amarok/using.docbook
 share/doc/kde/HTML/nl/amarok/vis_window.png
-share/doc/kde/HTML/pl/amarok/advanced.docbook
-share/doc/kde/HTML/pl/amarok/common
-share/doc/kde/HTML/pl/amarok/config.docbook
-share/doc/kde/HTML/pl/amarok/faq.docbook
-share/doc/kde/HTML/pl/amarok/index.cache.bz2
-share/doc/kde/HTML/pl/amarok/index.docbook
-share/doc/kde/HTML/pl/amarok/quick.docbook
-share/doc/kde/HTML/pl/amarok/requirements.docbook
-share/doc/kde/HTML/pl/amarok/using.docbook
 share/doc/kde/HTML/pt/amarok/advanced.docbook
 share/doc/kde/HTML/pt/amarok/common
 share/doc/kde/HTML/pt/amarok/config.docbook
@@ -367,9 +353,8 @@
 share/doc/kde/HTML/sv/amarok/vis_window.png
 share/doc/kde/HTML/sv/amarok/welcome.png
 share/kde/apps/amarok/amarokui.rc
-share/kde/apps/amarok/amarokui_xmms.rc
+share/kde/apps/amarok/data/Amarok_1.4_Welcome.ogg
 share/kde/apps/amarok/data/Cool-Streams.xml
-share/kde/apps/amarok/data/amaroK_1.4_welcome.ogg
 share/kde/apps/amarok/data/ball.png
 share/kde/apps/amarok/data/dot.png
 share/kde/apps/amarok/data/equalizer_presets.xml
@@ -382,26 +367,54 @@
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png
+share/kde/apps/amarok/icons/crystalsvg/16x16/actions/podcast.png
+share/kde/apps/amarok/icons/crystalsvg/16x16/actions/podcast_new.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/random.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png
 share/kde/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png
+share/kde/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast.png
+share/kde/apps/amarok/icons/crystalsvg/22x22/actions/amarok_podcast_new.png
+share/kde/apps/amarok/icons/crystalsvg/22x22/actions/babelfish.png
 share/kde/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png
 share/kde/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png
 share/kde/apps/amarok/icons/crystalsvg/22x22/actions/random.png
 share/kde/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png
 share/kde/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png
+share/kde/apps/amarok/icons/crystalsvg/64x64/actions/podcast.png
+share/kde/apps/amarok/icons/crystalsvg/64x64/actions/podcast_new.png
 share/kde/apps/amarok/icons/crystalsvg/64x64/actions/random.png
 share/kde/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png
-share/kde/apps/amarok/icons/crystalsvg/scalable/actions/dynamic.svg
-share/kde/apps/amarok/icons/crystalsvg/scalable/actions/player_playlist_2.svg
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_add_lyrics.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_add_playlist.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_album.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_audioscrobbler.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_burn.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_circle.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_configure.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_covermanager.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_download.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_dynamic.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_edit.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_editcopy.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_equalizer.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_external.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_favourite_genres.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_files.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_files2.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_love.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_music.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png
@@ -410,20 +423,64 @@
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_queue.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_album.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_no.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_random_track.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_remove.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_remove_from_playlist.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_album.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_no.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_playlist.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_track.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_save.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_search.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_engine.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_general.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_indicator.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_playback.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_view.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_visualizations.png
+share/kde/apps/amarok/icons/hicolor/16x16/actions/amarok_zoom.png
 share/kde/apps/amarok/icons/hicolor/16x16/actions/collection.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_add_lyrics.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_add_playlist.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_album.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_audioscrobbler.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_burn.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_circle.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_configure.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_covermanager.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_download.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_dynamic.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_edit.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_editcopy.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_equalizer.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_external.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_favourite_genres.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_files.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_files2.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_love.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_music.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png
@@ -432,20 +489,64 @@
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_queue.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_album.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_no.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_random_track.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_remove.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_remove_from_playlist.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_album.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_no.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_playlist.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_track.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_save.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_search.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_engine.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_general.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_indicator.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_playback.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_view.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_visualizations.png
+share/kde/apps/amarok/icons/hicolor/22x22/actions/amarok_zoom.png
 share/kde/apps/amarok/icons/hicolor/22x22/actions/collection.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_add_lyrics.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_add_playlist.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_album.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_audioscrobbler.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_burn.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_circle.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_configure.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_covermanager.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_download.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_dynamic.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_edit.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_editcopy.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_equalizer.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_external.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_favourite_genres.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_files.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_files2.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_love.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_music.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png
@@ -454,21 +555,65 @@
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_queue.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_album.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_no.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_random_track.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_remove.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_remove_from_playlist.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_album.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_no.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_playlist.png
+share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_track.png
 share/kde/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png



Home | Main Index | Thread Index | Old Index