update to 1.4.0a, switch to xine-engine, which supports gapless playback.

This commit is contained in:
espie 2006-06-11 11:33:52 +00:00
parent 024e58fe4c
commit 55cd9817fb
5 changed files with 290 additions and 124 deletions

View File

@ -1,39 +1,37 @@
# $OpenBSD: Makefile,v 1.6 2006/01/22 16:07:44 espie Exp $
# $OpenBSD: Makefile,v 1.7 2006/06/11 11:33:52 espie Exp $
CATEGORIES= audio x11 x11/kde
COMMENT= 'music player for kde'
HOMEPAGE= http://amarok.kde.org/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/}
DISTNAME= amarok-1.3.6
PKGNAME= ${DISTNAME}p0
DISTNAME= amarok-1.4.0a
WRKDIST= ${WRKDIR}/amarok-1.4.0
PKGNAME= ${DISTNAME}
EXTRACT_SUFX= .tar.bz2
FLAVORS= debug
LIB_DEPENDS+= lib/qt3/qt-mt.3.33::x11/qt3,mt \
kdecore.6,DCOP,khtml,kwalletclient,kdefx,kdeprint,kutils,kdeui,kparts,artskde,kio,kdesu,kjs,knewstuff::x11/kde/libs3 \
artsmodules,artsgui_kde,artsmodulesmixers,artsmodulescommon,artsgui,artsgui_idl,artsmidi_idl,artsmodulessynth,artsmoduleseffects,artsbuilder,::x11/kde/multimedia3 \
konqsidebarplugin::x11/kde/base3 \
kdecore.6,DCOP,khtml,kwalletclient,kdefx,kdeprint,kutils,kdeui,kparts,kio,kdesu,kjs,knewstuff::x11/kde/libs3 \
tag.5.0:taglib->=1.4:audio/taglib \
xmms::audio/xmms \
gstreamer-0.8.0.0::devel/gstreamer
xine::multimedia/xine-lib \
sqlite3::databases/sqlite3
WANTLIB= stdc++ Xext Xrender z ossaudio X11 util m Xi SM GL c \
pthread ICE \
iconv pcre vorbis esd xml2 glib-2.0.0.0 qtmcop mad audiofile \
jpeg vorbisfile gmodule-2.0.0.0 gthread-2.0.0.0 \
gobject-2.0.0.0 pcreposix popt vorbisenc kmedia2_idl \
artsflow ogg mcop png soundserver_idl art_lgpl_2 intl \
artsflow_idl
WANTLIB= stdc++ Xext Xrender z X11 util m SM c \
pthread ICE idn freetype \
iconv pcre pcreposix \
jpeg png art_lgpl_2 intl
# These come from xmms
WANTLIB+= gtk gmodule gdk glib
LIB_DEPENDS+= konqsidebarplugin::x11/kde/base3
SHARED_ONLY=Yes
SHARED_LIBS= amarok 0.0
MODULES= x11/kde
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
MODKDE_VERSION= 3.5
MODKDE_VERSION= 3.5.3
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= ${MODKDE_CONFIGURE_ARGS}
@ -43,10 +41,13 @@ MAKE_ENV= ${CONFIGURE_ENV}
MAKE_FLAGS+= ${MODKDE_MAKE_FLAGS}
MAKE_FLAGS+= LIBRESOLV=
BUILD_DEPENDS= ::devel/pkgconfig \
::devel/gstreamer-plugins
BUILD_DEPENDS= ::devel/pkgconfig
CONFIGURE_ARGS+= --without-arts \
--without-opengl --without-gstreamer \
--with-xine --without-included-sqlite
PERMIT_DISTFILES_FTP=Yes
PERMIT_DISTFILES_CDROM=Yes
PERMIT_PACKAGE_FTP=Yes

View File

@ -1,4 +1,4 @@
MD5 (amarok-1.3.6.tar.bz2) = f97ac51a8c2f150ffc4cc0ef49c59a2f
RMD160 (amarok-1.3.6.tar.bz2) = 05daeb82401b5d312a91c2f125d58f2f9589cf6e
SHA1 (amarok-1.3.6.tar.bz2) = b8029aef728a0caa7c3e789afd295782ee53fd27
SIZE (amarok-1.3.6.tar.bz2) = 8649808
MD5 (amarok-1.4.0a.tar.bz2) = 3ceffe6465290eef618861cdb81b420a
RMD160 (amarok-1.4.0a.tar.bz2) = 47ae8f9e23aec02f825fe3791eae63520f56394e
SHA1 (amarok-1.4.0a.tar.bz2) = 0274e7d7b780ab10c0d1357fe852d895d86dd409
SIZE (amarok-1.4.0a.tar.bz2) = 13045009

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-amarok_src_engine_gst_equalizer_gstequalizer_cpp,v 1.1 2005/09/07 01:27:55 espie Exp $
--- amarok/src/engine/gst/equalizer/gstequalizer.cpp.orig Tue Sep 6 22:51:18 2005
+++ amarok/src/engine/gst/equalizer/gstequalizer.cpp Tue Sep 6 22:55:22 2005
@@ -326,7 +326,7 @@ gst_equalizer_chain ( GstPad* pad, GstDa
out[channel] += pcm[channel]*0.25;
/* Round and convert to integer */
- tempgint = lrintf(out[channel]);
+ tempgint = floor(out[channel]+0.5);
/* Limit the output */
if (tempgint < -32768)

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure_in,v 1.1 2006/06/11 11:33:52 espie Exp $
--- configure.in.orig Sat Jun 10 11:53:04 2006
+++ configure.in Sat Jun 10 11:54:55 2006
@@ -819,7 +819,7 @@ AC_MSG_RESULT($amarok_glibcsched_works)
###############################################################################
KDE_CHECK_HEADER(konqsidebarplugin.h, have_konqsidebar=yes, have_konqsidebar=no)
-KDE_CHECK_LIB(konqsidebarplugin, _init, have_konqsidebar=$have_konqsidebar, have_konqsidebar=no)
+KDE_CHECK_LIB(konqsidebarplugin, _init, have_konqsidebar=$have_konqsidebar, have_konqsidebar=no, -lstdc++)
AM_CONDITIONAL(with_konqsidebar, [test x$have_konqsidebar = xyes])

View File

@ -1,31 +1,28 @@
@comment $OpenBSD: PLIST,v 1.3 2005/11/11 14:21:22 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2006/06/11 11:33:52 espie Exp $
bin/amarok
bin/amarok_xmmswrapper2
bin/amarokapp
bin/amarokcollectionscanner
${KDE}/konqsidebar_universalamarok.la
${KDE}/konqsidebar_universalamarok.so
${KDE}/libamarok_artsengine_plugin.la
${KDE}/libamarok_artsengine_plugin.so
${KDE}/libamarok_gstengine_plugin.la
${KDE}/libamarok_gstengine_plugin.so
${KDE}/libamarok_generic-mediadevice.la
${KDE}/libamarok_generic-mediadevice.so
${KDE}/libamarok_void-engine_plugin.la
${KDE}/libamarok_void-engine_plugin.so
lib/libamarokarts.la
lib/libamarokarts.so
lib/mcop/Amarok/
lib/mcop/Amarok/RawScope.mcopclass
lib/mcop/Amarok/Synth_STEREO_XFADE.mcopclass
lib/mcop/amarokarts.mcopclass
lib/mcop/amarokarts.mcoptype
${KDE}/libamarok_xine-engine.la
${KDE}/libamarok_xine-engine.so
lib/libamarok.la
@lib lib/libamarok.so.${LIBamarok_VERSION}
share/applications/kde/amarok.desktop
share/apps/amarok/
share/apps/amarok/amarokui.rc
share/apps/amarok/amarokui_xmms.rc
share/apps/amarok/data/
share/apps/amarok/data/Cool-Streams.xml
share/apps/amarok/data/amaroK_1.4_welcome.ogg
share/apps/amarok/data/ball.png
share/apps/amarok/data/dot.png
share/apps/amarok/data/equalizer_presets.xml
share/apps/amarok/data/firstrun.m3u
share/apps/amarok/data/grid.png
share/apps/amarok/data/wirl1.png
share/apps/amarok/data/wirl2.png
@ -61,19 +58,124 @@ share/apps/amarok/icons/crystalsvg/scalable/actions/player_playlist_2.svg
share/apps/amarok/icons/hicolor/
share/apps/amarok/icons/hicolor/16x16/
share/apps/amarok/icons/hicolor/16x16/actions/
share/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/16x16/actions/collection.png
share/apps/amarok/icons/hicolor/22x22/
share/apps/amarok/icons/hicolor/22x22/actions/
share/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/22x22/actions/collection.png
share/apps/amarok/icons/hicolor/32x32/
share/apps/amarok/icons/hicolor/32x32/actions/
share/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
share/apps/amarok/icons/hicolor/32x32/actions/collection.png
share/apps/amarok/icons/hicolor/48x48/
share/apps/amarok/icons/hicolor/48x48/actions/
share/apps/amarok/icons/hicolor/48x48/actions/amarok_back.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_device.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_info.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_next.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_play.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_random.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/48x48/actions/collection.png
share/apps/amarok/icons/hicolor/64x64/
share/apps/amarok/icons/hicolor/64x64/actions/
share/apps/amarok/icons/hicolor/64x64/actions/amarok_back.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_device.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_info.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_next.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_play.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_random.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/64x64/actions/collection.png
share/apps/amarok/images/
share/apps/amarok/images/amarok_cut.png
@ -85,6 +187,9 @@ share/apps/amarok/images/b_prev.png
share/apps/amarok/images/b_stop.png
share/apps/amarok/images/babelfish.png
share/apps/amarok/images/back_stars_grey.png
share/apps/amarok/images/currenttrack_bar_left.png
share/apps/amarok/images/currenttrack_bar_mid.png
share/apps/amarok/images/currenttrack_bar_right.png
share/apps/amarok/images/currenttrack_pause.png
share/apps/amarok/images/currenttrack_play.png
share/apps/amarok/images/currenttrack_repeat.png
@ -98,13 +203,16 @@ share/apps/amarok/images/loading1.png
share/apps/amarok/images/loading2.png
share/apps/amarok/images/logo_web.png
share/apps/amarok/images/menu_sidepixmap.png
share/apps/amarok/images/more_albums.png
share/apps/amarok/images/musicbrainz.png
share/apps/amarok/images/nocover.png
share/apps/amarok/images/pl_active2.png
share/apps/amarok/images/pl_inactive2.png
share/apps/amarok/images/sbinner_stars.png
share/apps/amarok/images/shadow_albumcover.png
share/apps/amarok/images/splash_screen.png
share/apps/amarok/images/smallstar.png
share/apps/amarok/images/splash_screen.jpg
share/apps/amarok/images/star.png
share/apps/amarok/images/time_minus.png
share/apps/amarok/images/time_plus.png
share/apps/amarok/images/vol_speaker.png
@ -116,10 +224,6 @@ share/apps/amarok/images/wizard_compact.png
share/apps/amarok/images/wizard_xmms.png
share/apps/amarok/images/xine_logo.png
share/apps/amarok/scripts/
share/apps/amarok/scripts/alarm/
share/apps/amarok/scripts/alarm/COPYING
share/apps/amarok/scripts/alarm/README
share/apps/amarok/scripts/alarm/alarm.py
share/apps/amarok/scripts/amarok_live/
share/apps/amarok/scripts/amarok_live/README
share/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
@ -128,35 +232,23 @@ share/apps/amarok/scripts/amarok_live/amarok_live.py
share/apps/amarok/scripts/common/
share/apps/amarok/scripts/common/Publisher.py
share/apps/amarok/scripts/common/Zeroconf.py
share/apps/amarok/scripts/graphequalizer/
share/apps/amarok/scripts/graphequalizer/README
share/apps/amarok/scripts/graphequalizer/graphequalizer
share/apps/amarok/scripts/lyrics_astraweb/
share/apps/amarok/scripts/lyrics_astraweb/COPYING
share/apps/amarok/scripts/lyrics_astraweb/README
share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb
share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec
share/apps/amarok/scripts/lyrics_lyrc/
share/apps/amarok/scripts/lyrics_lyrc/COPYING
share/apps/amarok/scripts/lyrics_lyrc/README
share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb
share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec
share/apps/amarok/scripts/playlist2html/
share/apps/amarok/scripts/playlist2html/Playlist.py
share/apps/amarok/scripts/playlist2html/PlaylistServer.py
share/apps/amarok/scripts/playlist2html/README
share/apps/amarok/scripts/playlist2html/playlist2html.py
share/apps/amarok/scripts/shouter/
share/apps/amarok/scripts/shouter/Amarok.py
share/apps/amarok/scripts/shouter/ChangeLog
share/apps/amarok/scripts/shouter/Globals.py
share/apps/amarok/scripts/shouter/Playlist.py
share/apps/amarok/scripts/shouter/README
share/apps/amarok/scripts/shouter/Services.py
share/apps/amarok/scripts/shouter/Shouter.py
share/apps/amarok/scripts/shouter/ShouterConfig.py
share/apps/amarok/scripts/shouter/ShouterExceptions.py
share/apps/amarok/scripts/shouter/SocketErrors.py
share/apps/amarok/scripts/shouter/StreamConfig.py
share/apps/amarok/scripts/shouter/StreamController.py
share/apps/amarok/scripts/shouter/StreamPublisher.py
share/apps/amarok/scripts/shouter/binfuncs.py
share/apps/amarok/scripts/shouter/debug.py
share/apps/amarok/scripts/shouter/propfind-req.xml
share/apps/amarok/scripts/shouter/silence/
share/apps/amarok/scripts/shouter/silence/silence-48.mp3
share/apps/amarok/scripts/shouter/test/
share/apps/amarok/scripts/shouter/test/client.py
share/apps/amarok/scripts/ruby_debug/
share/apps/amarok/scripts/ruby_debug/debug.rb
share/apps/amarok/scripts/templates/
share/apps/amarok/scripts/templates/amarok.rb
share/apps/amarok/scripts/templates/python_qt_template.py
@ -167,6 +259,7 @@ share/apps/amarok/scripts/webcontrol/Playlist.py
share/apps/amarok/scripts/webcontrol/README
share/apps/amarok/scripts/webcontrol/RequestHandler.py
share/apps/amarok/scripts/webcontrol/WebControl.py
share/apps/amarok/scripts/webcontrol/WebControl.spec
share/apps/amarok/scripts/webcontrol/WebPublisher.py
share/apps/amarok/scripts/webcontrol/amarok_cut.png
share/apps/amarok/scripts/webcontrol/controlbackground.png
@ -177,6 +270,8 @@ share/apps/amarok/scripts/webcontrol/player_pause.png
share/apps/amarok/scripts/webcontrol/player_play.png
share/apps/amarok/scripts/webcontrol/player_start.png
share/apps/amarok/scripts/webcontrol/player_stop.png
share/apps/amarok/scripts/webcontrol/smallstar.png
share/apps/amarok/scripts/webcontrol/star.png
share/apps/amarok/scripts/webcontrol/template.thtml
share/apps/amarok/scripts/webcontrol/vol_speaker.png
share/apps/amarok/themes/
@ -191,21 +286,17 @@ share/apps/konqsidebartng/add/amarok.desktop
share/apps/konqsidebartng/entries/amarok.desktop
share/apps/konqsidebartng/kicker_entries/amarok.desktop
share/apps/konqueror/servicemenus/amarok_append.desktop
share/apps/profiles/
share/apps/profiles/amarok.profile.xml
share/apps/zeroconf/
share/apps/zeroconf/_shoutcast._tcp
share/config.kcfg/amarok.kcfg
share/config.kcfg/gstconfig.kcfg
share/config.kcfg/xinecfg.kcfg
share/config/amarokrc
share/doc/HTML/da/
share/doc/HTML/da/amarok/
share/doc/HTML/da/amarok/advanced.docbook
share/doc/HTML/da/amarok/common
share/doc/HTML/da/amarok/config.docbook
share/doc/HTML/da/amarok/develop.docbook
share/doc/HTML/da/amarok/faq.docbook
share/doc/HTML/da/amarok/feature_guide.docbook
share/doc/HTML/da/amarok/hidden.docbook
share/doc/HTML/da/amarok/index.cache.bz2
share/doc/HTML/da/amarok/index.docbook
share/doc/HTML/da/amarok/quick.docbook
@ -213,7 +304,9 @@ share/doc/HTML/da/amarok/requirements.docbook
share/doc/HTML/da/amarok/using.docbook
share/doc/HTML/de/
share/doc/HTML/de/amarok/
share/doc/HTML/de/amarok/add_dynamic.png
share/doc/HTML/de/amarok/advanced.docbook
share/doc/HTML/de/amarok/amarok_playlist.png
share/doc/HTML/de/amarok/analyzer.png
share/doc/HTML/de/amarok/buttons.png
share/doc/HTML/de/amarok/collection.png
@ -229,8 +322,8 @@ share/doc/HTML/de/amarok/config_scrobbler.png
share/doc/HTML/de/amarok/context.png
share/doc/HTML/de/amarok/coverman.png
share/doc/HTML/de/amarok/develop.docbook
share/doc/HTML/de/amarok/dynamic_mode1.png
share/doc/HTML/de/amarok/dynamic_mode2.png
share/doc/HTML/de/amarok/dynamic_bar.png
share/doc/HTML/de/amarok/dynamic_settings.png
share/doc/HTML/de/amarok/equalizer.png
share/doc/HTML/de/amarok/faq.docbook
share/doc/HTML/de/amarok/file_browser.png
@ -245,6 +338,7 @@ share/doc/HTML/de/amarok/pl_browser.png
share/doc/HTML/de/amarok/pl_tip1.png
share/doc/HTML/de/amarok/play_list.png
share/doc/HTML/de/amarok/player_window.png
share/doc/HTML/de/amarok/playlist_browser.png
share/doc/HTML/de/amarok/playlist_window.png
share/doc/HTML/de/amarok/queue_manager.png
share/doc/HTML/de/amarok/quick.docbook
@ -255,7 +349,9 @@ share/doc/HTML/de/amarok/status_bar.png
share/doc/HTML/de/amarok/using.docbook
share/doc/HTML/de/amarok/vis_window.png
share/doc/HTML/en/amarok/
share/doc/HTML/en/amarok/add_dynamic.png
share/doc/HTML/en/amarok/advanced.docbook
share/doc/HTML/en/amarok/amarok_playlist.png
share/doc/HTML/en/amarok/analyzer.png
share/doc/HTML/en/amarok/buttons.png
share/doc/HTML/en/amarok/collection.png
@ -268,10 +364,9 @@ share/doc/HTML/en/amarok/config_general.png
share/doc/HTML/en/amarok/config_osd.png
share/doc/HTML/en/amarok/config_playback.png
share/doc/HTML/en/amarok/config_scrobbler.png
share/doc/HTML/en/amarok/context.png
share/doc/HTML/en/amarok/coverman.png
share/doc/HTML/en/amarok/dynamic_mode1.png
share/doc/HTML/en/amarok/dynamic_mode2.png
share/doc/HTML/en/amarok/dynamic_bar.png
share/doc/HTML/en/amarok/dynamic_settings.png
share/doc/HTML/en/amarok/equalizer.png
share/doc/HTML/en/amarok/faq.docbook
share/doc/HTML/en/amarok/file_browser.png
@ -281,10 +376,10 @@ share/doc/HTML/en/amarok/logo.png
share/doc/HTML/en/amarok/media_device.png
share/doc/HTML/en/amarok/menubar.png
share/doc/HTML/en/amarok/musicbrainz.png
share/doc/HTML/en/amarok/pl_browser.png
share/doc/HTML/en/amarok/pl_tip1.png
share/doc/HTML/en/amarok/play_list.png
share/doc/HTML/en/amarok/player_window.png
share/doc/HTML/en/amarok/playlist_browser.png
share/doc/HTML/en/amarok/playlist_window.png
share/doc/HTML/en/amarok/queue_manager.png
share/doc/HTML/en/amarok/quick.docbook
@ -292,8 +387,44 @@ share/doc/HTML/en/amarok/requirements.docbook
share/doc/HTML/en/amarok/rmb_menu.png
share/doc/HTML/en/amarok/script_manager.png
share/doc/HTML/en/amarok/status_bar.png
share/doc/HTML/en/amarok/tab_lyrics.png
share/doc/HTML/en/amarok/tab_music.png
share/doc/HTML/en/amarok/tab_wiki.png
share/doc/HTML/en/amarok/using.docbook
share/doc/HTML/en/amarok/vis_window.png
share/doc/HTML/es/
share/doc/HTML/es/amarok/
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/config_appearance.png
share/doc/HTML/es/amarok/config_collection.png
share/doc/HTML/es/amarok/config_engine.png
share/doc/HTML/es/amarok/config_general.png
share/doc/HTML/es/amarok/config_osd.png
share/doc/HTML/es/amarok/config_playback.png
share/doc/HTML/es/amarok/config_scrobbler.png
share/doc/HTML/es/amarok/context.png
share/doc/HTML/es/amarok/coverman.png
share/doc/HTML/es/amarok/dynamic_mode1.png
share/doc/HTML/es/amarok/dynamic_mode2.png
share/doc/HTML/es/amarok/equalizer.png
share/doc/HTML/es/amarok/file_browser.png
share/doc/HTML/es/amarok/logo.png
share/doc/HTML/es/amarok/media_device.png
share/doc/HTML/es/amarok/menubar.png
share/doc/HTML/es/amarok/musicbrainz.png
share/doc/HTML/es/amarok/pl_browser.png
share/doc/HTML/es/amarok/pl_tip1.png
share/doc/HTML/es/amarok/play_list.png
share/doc/HTML/es/amarok/player_window.png
share/doc/HTML/es/amarok/playlist_window.png
share/doc/HTML/es/amarok/queue_manager.png
share/doc/HTML/es/amarok/quick.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/vis_window.png
share/doc/HTML/et/
share/doc/HTML/et/amarok/
share/doc/HTML/et/amarok/advanced.docbook
@ -324,19 +455,50 @@ share/doc/HTML/fr/amarok/requirements.docbook
share/doc/HTML/fr/amarok/using.docbook
share/doc/HTML/it/
share/doc/HTML/it/amarok/
share/doc/HTML/it/amarok/add_dynamic.png
share/doc/HTML/it/amarok/advanced.docbook
share/doc/HTML/it/amarok/amarok_playlist.png
share/doc/HTML/it/amarok/analyzer.png
share/doc/HTML/it/amarok/buttons.png
share/doc/HTML/it/amarok/collection.png
share/doc/HTML/it/amarok/common
share/doc/HTML/it/amarok/completo.png
share/doc/HTML/it/amarok/config.docbook
share/doc/HTML/it/amarok/config_appearance.png
share/doc/HTML/it/amarok/config_collection.png
share/doc/HTML/it/amarok/config_engine.png
share/doc/HTML/it/amarok/config_general.png
share/doc/HTML/it/amarok/config_osd.png
share/doc/HTML/it/amarok/config_playback.png
share/doc/HTML/it/amarok/config_scrobbler.png
share/doc/HTML/it/amarok/context.png
share/doc/HTML/it/amarok/coverman.png
share/doc/HTML/it/amarok/develop.docbook
share/doc/HTML/it/amarok/dynamic_bar.png
share/doc/HTML/it/amarok/dynamic_settings.png
share/doc/HTML/it/amarok/equalizer.png
share/doc/HTML/it/amarok/faq.docbook
share/doc/HTML/it/amarok/feature_guide.docbook
share/doc/HTML/it/amarok/file_browser.png
share/doc/HTML/it/amarok/hidden.docbook
share/doc/HTML/it/amarok/index.cache.bz2
share/doc/HTML/it/amarok/index.docbook
share/doc/HTML/it/amarok/media_device.png
share/doc/HTML/it/amarok/menubar.png
share/doc/HTML/it/amarok/pl_browser.png
share/doc/HTML/it/amarok/pl_tip1.png
share/doc/HTML/it/amarok/play_list.png
share/doc/HTML/it/amarok/player_window.png
share/doc/HTML/it/amarok/playlist_browser.png
share/doc/HTML/it/amarok/plugin.docbook
share/doc/HTML/it/amarok/queue_manager.png
share/doc/HTML/it/amarok/quick.docbook
share/doc/HTML/it/amarok/requirements.docbook
share/doc/HTML/it/amarok/rmb_menu.png
share/doc/HTML/it/amarok/script_manager.png
share/doc/HTML/it/amarok/status_bar.png
share/doc/HTML/it/amarok/using.docbook
share/doc/HTML/it/amarok/vis_window.png
share/doc/HTML/nl/
share/doc/HTML/nl/amarok/
share/doc/HTML/nl/amarok/advanced.docbook
@ -379,6 +541,17 @@ share/doc/HTML/nl/amarok/search.png
share/doc/HTML/nl/amarok/status_bar.png
share/doc/HTML/nl/amarok/using.docbook
share/doc/HTML/nl/amarok/vis_window.png
share/doc/HTML/pl/
share/doc/HTML/pl/amarok/
share/doc/HTML/pl/amarok/advanced.docbook
share/doc/HTML/pl/amarok/common
share/doc/HTML/pl/amarok/config.docbook
share/doc/HTML/pl/amarok/faq.docbook
share/doc/HTML/pl/amarok/index.cache.bz2
share/doc/HTML/pl/amarok/index.docbook
share/doc/HTML/pl/amarok/quick.docbook
share/doc/HTML/pl/amarok/requirements.docbook
share/doc/HTML/pl/amarok/using.docbook
share/doc/HTML/pt/
share/doc/HTML/pt/amarok/
share/doc/HTML/pt/amarok/advanced.docbook
@ -421,6 +594,7 @@ share/doc/HTML/ru/amarok/config_playback.png
share/doc/HTML/ru/amarok/config_scrobbler.png
share/doc/HTML/ru/amarok/context.png
share/doc/HTML/ru/amarok/coverman.png
share/doc/HTML/ru/amarok/dynamic_mode1.png
share/doc/HTML/ru/amarok/equalizer.png
share/doc/HTML/ru/amarok/faq.docbook
share/doc/HTML/ru/amarok/feature_guide.docbook
@ -432,6 +606,7 @@ share/doc/HTML/ru/amarok/pl_browser.png
share/doc/HTML/ru/amarok/pl_tip1.png
share/doc/HTML/ru/amarok/play_list.png
share/doc/HTML/ru/amarok/playlist_window.png
share/doc/HTML/ru/amarok/queue_manager.png
share/doc/HTML/ru/amarok/quick.docbook
share/doc/HTML/ru/amarok/requirements.docbook
share/doc/HTML/ru/amarok/rmb_menu.png
@ -439,12 +614,17 @@ share/doc/HTML/ru/amarok/status_bar.png
share/doc/HTML/ru/amarok/using.docbook
share/doc/HTML/sv/
share/doc/HTML/sv/amarok/
share/doc/HTML/sv/amarok/add_dynamic.png
share/doc/HTML/sv/amarok/advanced.docbook
share/doc/HTML/sv/amarok/amarok_playlist.png
share/doc/HTML/sv/amarok/analyzer.png
share/doc/HTML/sv/amarok/browser_choice.png
share/doc/HTML/sv/amarok/buttons.png
share/doc/HTML/sv/amarok/collection.png
share/doc/HTML/sv/amarok/common
share/doc/HTML/sv/amarok/config.docbook
share/doc/HTML/sv/amarok/config_appearance.png
share/doc/HTML/sv/amarok/config_collection.png
share/doc/HTML/sv/amarok/config_colors.png
share/doc/HTML/sv/amarok/config_engine.png
share/doc/HTML/sv/amarok/config_fonts.png
@ -456,6 +636,8 @@ share/doc/HTML/sv/amarok/config_scrobbler.png
share/doc/HTML/sv/amarok/context.png
share/doc/HTML/sv/amarok/coverman.png
share/doc/HTML/sv/amarok/develop.docbook
share/doc/HTML/sv/amarok/dynamic_bar.png
share/doc/HTML/sv/amarok/dynamic_settings.png
share/doc/HTML/sv/amarok/equalizer.png
share/doc/HTML/sv/amarok/faq.docbook
share/doc/HTML/sv/amarok/feature_guide.docbook
@ -469,11 +651,14 @@ share/doc/HTML/sv/amarok/pl_browser.png
share/doc/HTML/sv/amarok/pl_tip1.png
share/doc/HTML/sv/amarok/play_list.png
share/doc/HTML/sv/amarok/player_window.png
share/doc/HTML/sv/amarok/playlist_browser.png
share/doc/HTML/sv/amarok/playlist_window.png
share/doc/HTML/sv/amarok/plugin.docbook
share/doc/HTML/sv/amarok/queue_manager.png
share/doc/HTML/sv/amarok/quick.docbook
share/doc/HTML/sv/amarok/requirements.docbook
share/doc/HTML/sv/amarok/rmb_menu.png
share/doc/HTML/sv/amarok/script_manager.png
share/doc/HTML/sv/amarok/scripts_window.png
share/doc/HTML/sv/amarok/search.png
share/doc/HTML/sv/amarok/status_bar.png
@ -481,23 +666,14 @@ share/doc/HTML/sv/amarok/streams.png
share/doc/HTML/sv/amarok/using.docbook
share/doc/HTML/sv/amarok/vis_window.png
share/doc/HTML/sv/amarok/welcome.png
share/icons/hicolor/128x128/
share/icons/hicolor/128x128/apps/
share/icons/hicolor/128x128/apps/amarok.png
share/icons/hicolor/16x16/apps/amarok.png
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/amarok.png
share/icons/hicolor/32x32/apps/amarok.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/amarok.png
share/icons/hicolor/64x64/
share/icons/hicolor/64x64/apps/
share/icons/hicolor/64x64/apps/amarok.png
share/locale/az/LC_MESSAGES/amarok.mo
share/locale/be/LC_MESSAGES/amarok.mo
share/locale/bg/LC_MESSAGES/amarok.mo
share/locale/bn/LC_MESSAGES/amarok.mo
share/locale/br/
share/locale/br/LC_MESSAGES/
share/locale/br/LC_MESSAGES/amarok.mo
@ -508,36 +684,24 @@ share/locale/da/LC_MESSAGES/amarok.mo
share/locale/de/LC_MESSAGES/amarok.mo
share/locale/el/LC_MESSAGES/amarok.mo
share/locale/en_GB/LC_MESSAGES/amarok.mo
share/locale/eo/LC_MESSAGES/amarok.mo
share/locale/es/LC_MESSAGES/amarok.mo
share/locale/et/LC_MESSAGES/amarok.mo
share/locale/fi/LC_MESSAGES/amarok.mo
share/locale/fr/LC_MESSAGES/amarok.mo
share/locale/fy/
share/locale/fy/LC_MESSAGES/
share/locale/fy/LC_MESSAGES/amarok.mo
share/locale/ga/LC_MESSAGES/amarok.mo
share/locale/gl/LC_MESSAGES/amarok.mo
share/locale/he/LC_MESSAGES/amarok.mo
share/locale/hi/LC_MESSAGES/amarok.mo
share/locale/hr/LC_MESSAGES/amarok.mo
share/locale/hu/LC_MESSAGES/amarok.mo
share/locale/id/LC_MESSAGES/amarok.mo
share/locale/is/LC_MESSAGES/amarok.mo
share/locale/it/LC_MESSAGES/amarok.mo
share/locale/ja/LC_MESSAGES/amarok.mo
share/locale/km/
share/locale/km/LC_MESSAGES/
share/locale/km/LC_MESSAGES/amarok.mo
share/locale/ko/LC_MESSAGES/amarok.mo
share/locale/ku/
share/locale/ku/LC_MESSAGES/
share/locale/ku/LC_MESSAGES/amarok.mo
share/locale/lo/
share/locale/lo/LC_MESSAGES/
share/locale/lo/LC_MESSAGES/amarok.mo
share/locale/lt/LC_MESSAGES/amarok.mo
share/locale/nb/LC_MESSAGES/amarok.mo
share/locale/nds/
share/locale/nds/LC_MESSAGES/
share/locale/nds/LC_MESSAGES/amarok.mo
share/locale/nl/LC_MESSAGES/amarok.mo
share/locale/nn/LC_MESSAGES/amarok.mo
share/locale/pa/LC_MESSAGES/amarok.mo
@ -546,26 +710,27 @@ share/locale/pt/LC_MESSAGES/amarok.mo
share/locale/pt_BR/LC_MESSAGES/amarok.mo
share/locale/ro/LC_MESSAGES/amarok.mo
share/locale/ru/LC_MESSAGES/amarok.mo
share/locale/se/
share/locale/se/LC_MESSAGES/
share/locale/se/LC_MESSAGES/amarok.mo
share/locale/rw/LC_MESSAGES/amarok.mo
share/locale/sl/LC_MESSAGES/amarok.mo
share/locale/sq/LC_MESSAGES/amarok.mo
share/locale/sr/LC_MESSAGES/amarok.mo
share/locale/sr@Latn/LC_MESSAGES/amarok.mo
share/locale/ss/
share/locale/ss/LC_MESSAGES/
share/locale/ss/LC_MESSAGES/amarok.mo
share/locale/sv/LC_MESSAGES/amarok.mo
share/locale/ta/LC_MESSAGES/amarok.mo
share/locale/tg/
share/locale/tg/LC_MESSAGES/
share/locale/tg/LC_MESSAGES/amarok.mo
share/locale/th/LC_MESSAGES/amarok.mo
share/locale/tr/LC_MESSAGES/amarok.mo
share/locale/uk/LC_MESSAGES/amarok.mo
share/locale/uz/
share/locale/uz/LC_MESSAGES/
share/locale/uz/LC_MESSAGES/amarok.mo
share/locale/xx/
share/locale/xx/LC_MESSAGES/
share/locale/xx/LC_MESSAGES/amarok.mo
share/locale/zh_CN/LC_MESSAGES/amarok.mo
share/locale/zh_TW/LC_MESSAGES/amarok.mo
share/services/amarok_artsengine_plugin.desktop
share/services/amarok_gstengine_plugin.desktop
share/services/amarok_generic-mediadevice.desktop
share/services/amarok_void-engine_plugin.desktop
share/services/amarok_xine-engine.desktop
share/servicetypes/amarok_plugin.desktop