[Zum Testen] amarok-1.4.1-beta1

Fusselbär

Makefile Voyeur
Hallo,

am Samstag hatte ich mich mit Maledictus unterhalten,
das amarok-1.4.0 auf meinem FreeBSD 5.5-STABLE i386 recht ordentlich läuft.

So ganz traue ich meinen Fähigkeiten ja nicht,
ob ich das mit der pkg-plist so ganz richtig gemacht habe.
markus hatte es mir mal erklärt, es ist in folgendem Thread nachzulesen:
http://www.bsdforen.de/showthread.php?t=11304

Der amarok-1.4.0 lief auf meinem System wunderbar,
so das ich heute mal das distfile, Makefile und die pkg-plist
zu Testzwecken vorstellen wollte.
Aber ich habs verbeutelt, genauer:
war zu inovativ, hatte zu wild daran herumgespielt,
und versucht den helixplayer einzubeziehen
(ist seit einiger Zeit in den Ports: multimedia/helixplayer)
Hat aber nicht geklappt,
das hat sich immer an irgendwas mit ALSA festgefressen. ;'(

Ab der Version 1.4 ist bei Amarok der Gstreamer nicht mehr funktionsfähig,
aRts auch nicht, so das nur noch Xine als Engine übrigbleibt.
NMM ist soweit ich weiß, noch nicht portiert.

Da ich mir das Makefile der 1.4.0 Version sowieso kaputt gemacht hatte,
habe ich mir dann heute den aktuellern amarok-1.4.1-beta1 vorgeknöpft.
Und jetzt bin ich fertig und der läuft! :D

Also hier jetzt der Code:
[distinfo]
Code:
MD5 (amarok-1.4.1-beta1.tar.bz2) = ee043cf6efa3f2ac7b470eb6c050c0f7
SHA256 (amarok-1.4.1-beta1.tar.bz2) = 558eca7e4f8252acf42daa7d0a8320abbcdc8bd19f313bb817d1d3022f19d6dd
SIZE (amarok-1.4.1-beta1.tar.bz2) = 13498957

[Makefile]
Code:
# New ports collection makefile for:	amarok
# Date created:			Tue Feb 24 02:21:14 CET 2004
# Whom:				Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD: ports/audio/amarok/Makefile,v 1.44 2006/04/16 15:39:52 mich Exp $

PORTNAME=	amarok
DISTVERSION=	1.4.1-beta1
CATEGORIES=	audio kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	mich@FreeBSD.org
COMMENT=	Media player for KDE

LIB_DEPENDS=	tag.5:${PORTSDIR}/audio/taglib \
		tunepimp:${PORTSDIR}/audio/libtunepimp

USE_BZIP2=	yes
USE_KDEBASE_VER=3
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool:15
USE_SDL=	sdl

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}

OPTIONS=	ARTS "aRts playback engine" on \
		XINE "Xine playback engine" off \
		XMMS "XMMS visualizations" off \
		LIBVISUAL "libvisual support" off \
		OPENGL "OpenGL support" on \
		AMAZON "Amazon cover fetching support" on \
		MYSQL "Use MySQL as collection backend" off \
		POSTGRESQL "Use PostgreSQL as collection backend" off \

.include <bsd.port.pre.mk>

.if defined(WITHOUT_ARTS)
CONFIGURE_ARGS+=--without-arts
PLIST_SUB+=	ARTS="@comment "
.else
LIB_DEPENDS+=	artsgui:${PORTSDIR}/multimedia/kdemultimedia3
PLIST_SUB+=	ARTS=""
.endif

.if !defined(WITH_XINE)
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+=	XINE="@comment "
.else
LIB_DEPENDS+=	xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+=	XINE=""
.endif

.if !defined(WITH_XMMS)
PLIST_SUB+=	XMMS="@comment "
.else
BUILD_DEPENDS+=	xmms-config:${PORTSDIR}/multimedia/xmms
LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_SUB+=	XMMS=""
.endif

.if !defined(WITH_LIBVISUAL)
PLIST_SUB+=	LIBVISUAL="@comment "
.else
LIB_DEPENDS+=	visual.0:${PORTSDIR}/graphics/libvisual
PLIST_SUB+=	LIBVISUAL=""
.endif

.if defined(WITHOUT_OPENGL)
CONFIGURE_ARGS+=--without-opengl
.endif

.if defined(WITHOUT_AMAZON)
CONFIGURE_ARGS+=--without-amazon
.endif

.if defined(WITH_MYSQL)
USE_MYSQL=	yes
CONFIGURE_ARGS+=--enable-mysql
.endif

.if defined(WITH_POSTGRESQL)
USE_PGSQL=	yes
CONFIGURE_ARGS+=--enable-postgresql
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|-O2||g'	${WRKSRC}/${CONFIGURE_SCRIPT}
	@${REINPLACE_CMD} -e 's|LIBS="-ltunepimp  $$LIBS"|LIBS="-ltunepimp -liconv $$LIBS"|g' \
	${WRKSRC}/${CONFIGURE_SCRIPT}
	@${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${TOUCH}

post-configure:
.if !defined(WITH_XMMS)
	@${REINPLACE_CMD} -e '/XMMS /d' ${WRKSRC}/config.h
	@${REINPLACE_CMD} -e 's/xmmswrapper//g' ${WRKSRC}/amarok/src/vis/Makefile
.endif
.if !defined(WITH_LIBVISUAL)
	@${REINPLACE_CMD} -e '/LIBVISUAL /d' ${WRKSRC}/config.h
	@${REINPLACE_CMD} -e 's/libvisual//g' ${WRKSRC}/amarok/src/vis/Makefile
.endif

post-install:
.if defined(WITH_LIBVISUAL)
	@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.post.mk>

[pkg-plist]
Code:
bin/amarok
%%XMMS%%bin/amarok_xmmswrapper2
bin/amarokapp
bin/amarokcollectionscanner
lib/kde3/konqsidebar_universalamarok.a
lib/kde3/konqsidebar_universalamarok.la
lib/kde3/konqsidebar_universalamarok.so
lib/kde3/libamarok_generic-mediadevice.a
lib/kde3/libamarok_generic-mediadevice.la
lib/kde3/libamarok_generic-mediadevice.so
lib/kde3/libamarok_void-engine_plugin.a
lib/kde3/libamarok_void-engine_plugin.la
lib/kde3/libamarok_void-engine_plugin.so
%%XINE%%lib/kde3/libamarok_xine-engine.a
%%XINE%%lib/kde3/libamarok_xine-engine.la
%%XINE%%lib/kde3/libamarok_xine-engine.so
lib/libamarok.a
lib/libamarok.la
lib/libamarok.so
lib/libamarok.so.0
share/applications/kde/amarok.desktop
share/apps/amarok/amarokui.rc
share/apps/amarok/data/Amarok_1.4_Welcome.ogg
share/apps/amarok/data/Cool-Streams.xml
share/apps/amarok/data/ball.png
share/apps/amarok/data/dot.png
share/apps/amarok/data/equalizer_presets.xml
share/apps/amarok/data/firstrun.m3u
share/apps/amarok/data/grid.png
share/apps/amarok/data/wirl1.png
share/apps/amarok/data/wirl2.png
share/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png
share/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png
share/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png
share/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png
share/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png
share/apps/amarok/icons/crystalsvg/16x16/actions/random.png
share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png
share/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png
share/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png
share/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png
share/apps/amarok/icons/crystalsvg/22x22/actions/babelfish.png
share/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png
share/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png
share/apps/amarok/icons/crystalsvg/22x22/actions/random.png
share/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png
share/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png
share/apps/amarok/icons/crystalsvg/64x64/actions/random.png
share/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png
share/apps/amarok/icons/crystalsvg/scalable/actions/dynamic.svg
share/apps/amarok/icons/crystalsvg/scalable/actions/player_playlist_2.svg
share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_lyrics.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_add_playlist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_album.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_audioscrobbler.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_back.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_burn.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_circle.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_configure.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_covermanager.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_device.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_download.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_dynamic.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_edit.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_editcopy.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_equalizer.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_external.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_favourite_genres.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_files.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_files2.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_info.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_music.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_next.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_play.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_queue.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_random.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_album.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_no.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_random_track.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_remove_from_playlist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_album.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_no.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_playlist.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_repeat_track.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_save.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_search.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_engine.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_general.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_indicator.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_playback.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_settings_view.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_visualizations.png
share/apps/amarok/icons/hicolor/16x16/actions/amarok_zoom.png
share/apps/amarok/icons/hicolor/16x16/actions/collection.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_lyrics.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_add_playlist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_album.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_audioscrobbler.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_back.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_burn.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_circle.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_configure.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_covermanager.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_device.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_download.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_dynamic.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_edit.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_editcopy.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_equalizer.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_external.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_favourite_genres.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_files.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_files2.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_info.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_music.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_next.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_play.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_queue.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_random.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_album.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_no.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_random_track.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_remove_from_playlist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_album.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_no.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_playlist.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_repeat_track.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_save.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_search.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_engine.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_general.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_indicator.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_playback.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_settings_view.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_visualizations.png
share/apps/amarok/icons/hicolor/22x22/actions/amarok_zoom.png
share/apps/amarok/icons/hicolor/22x22/actions/collection.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_lyrics.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_add_playlist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_album.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_audioscrobbler.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_back.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_burn.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_circle.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_configure.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_covermanager.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_device.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_download.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_dynamic.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_edit.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_editcopy.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_equalizer.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_external.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_favourite_genres.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_files.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_files2.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_info.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_music.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_next.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_play.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_queue.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_random.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_album.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_no.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_random_track.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_remove_from_playlist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_album.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_no.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_playlist.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_repeat_track.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_save.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_search.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_engine.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_general.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_indicator.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_playback.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_settings_view.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_visualizations.png
share/apps/amarok/icons/hicolor/32x32/actions/amarok_zoom.png
share/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
share/apps/amarok/icons/hicolor/32x32/actions/collection.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_lyrics.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_add_playlist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_album.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_audioscrobbler.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_back.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_burn.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_circle.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_configure.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_covermanager.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_device.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_download.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_dynamic.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_edit.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_editcopy.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_equalizer.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_external.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_favourite_genres.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_files.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_files2.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_info.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_music.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_next.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_play.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_queue.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_random.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_album.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_no.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_random_track.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_remove_from_playlist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_album.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_no.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_playlist.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_repeat_track.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_save.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_search.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_engine.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_general.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_indicator.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_playback.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_settings_view.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_visualizations.png
share/apps/amarok/icons/hicolor/48x48/actions/amarok_zoom.png
share/apps/amarok/icons/hicolor/48x48/actions/collection.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_lyrics.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_add_playlist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_album.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_artist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_audioscrobbler.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_back.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_burn.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_change_language.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_circle.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_clock.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_collection.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_configure.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_covermanager.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_device.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_download.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_dynamic.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_edit.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_editcopy.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_equalizer.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_external.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_fastforward.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_favourite_genres.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_files.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_files2.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_info.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_lyrics.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_mostplayed.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_music.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_next.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_pause.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_play.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_clear.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_playlist_refresh.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_podcast2.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_queue.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_random.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_album.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_no.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_random_track.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_redo.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_refresh.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_remove_from_playlist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_album.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_no.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_playlist.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_repeat_track.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_rescan.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_rewind.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_save.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_scripts.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_search.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_engine.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_general.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_indicator.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_playback.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_settings_view.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_stop.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_track.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_undo.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_visualizations.png
share/apps/amarok/icons/hicolor/64x64/actions/amarok_zoom.png
share/apps/amarok/icons/hicolor/64x64/actions/collection.png
share/apps/amarok/images/amarok_cut.png
share/apps/amarok/images/amarok_rocks.jpg
share/apps/amarok/images/b_next.png
share/apps/amarok/images/b_pause.png
share/apps/amarok/images/b_play.png
share/apps/amarok/images/b_prev.png
share/apps/amarok/images/b_stop.png
share/apps/amarok/images/back_stars_grey.png
share/apps/amarok/images/currenttrack_bar_left.png
share/apps/amarok/images/currenttrack_bar_mid.png
share/apps/amarok/images/currenttrack_bar_right.png
share/apps/amarok/images/currenttrack_pause.png
share/apps/amarok/images/currenttrack_play.png
share/apps/amarok/images/currenttrack_repeat.png
share/apps/amarok/images/currenttrack_repeat_small.png
share/apps/amarok/images/currenttrack_stop.png
share/apps/amarok/images/currenttrack_stop_small.png
share/apps/amarok/images/description.png
share/apps/amarok/images/eq_active2.png
share/apps/amarok/images/eq_inactive2.png
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/smallstar.png
share/apps/amarok/images/splash_screen.jpg
share/apps/amarok/images/star.png
share/apps/amarok/images/time_minus.png
share/apps/amarok/images/time_plus.png
share/apps/amarok/images/vol_speaker.png
share/apps/amarok/images/volumeslider-gradient.png
share/apps/amarok/images/volumeslider-handle.png
share/apps/amarok/images/volumeslider-handle_glow.png
share/apps/amarok/images/volumeslider-inset.png
share/apps/amarok/images/wizard_compact.png
share/apps/amarok/images/wizard_xmms.png
share/apps/amarok/images/xine_logo.png
share/apps/amarok/scripts/amarok_live/README
share/apps/amarok/scripts/amarok_live/amarok.live.remaster.part1.sh
share/apps/amarok/scripts/amarok_live/amarok.live.remaster.part2.sh
share/apps/amarok/scripts/amarok_live/amarok_live.py
share/apps/amarok/scripts/common/Publisher.py
share/apps/amarok/scripts/common/Zeroconf.py
share/apps/amarok/scripts/lyrics_astraweb/COPYING
share/apps/amarok/scripts/lyrics_astraweb/README
share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.rb
share/apps/amarok/scripts/lyrics_astraweb/lyrics_astraweb.spec
share/apps/amarok/scripts/lyrics_lyrc/COPYING
share/apps/amarok/scripts/lyrics_lyrc/README
share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.rb
share/apps/amarok/scripts/lyrics_lyrc/lyrics_lyrc.spec
share/apps/amarok/scripts/playlist2html/Playlist.py
share/apps/amarok/scripts/playlist2html/PlaylistServer.py
share/apps/amarok/scripts/playlist2html/README
share/apps/amarok/scripts/playlist2html/playlist2html.py
share/apps/amarok/scripts/ruby_debug/debug.rb
share/apps/amarok/scripts/score_default/COPYING
share/apps/amarok/scripts/score_default/README
share/apps/amarok/scripts/score_default/score_default.rb
share/apps/amarok/scripts/score_default/score_default.spec
share/apps/amarok/scripts/score_impulsive/COPYING
share/apps/amarok/scripts/score_impulsive/README
share/apps/amarok/scripts/score_impulsive/score_impulsive.rb
share/apps/amarok/scripts/score_impulsive/score_impulsive.spec
share/apps/amarok/scripts/templates/amarok.rb
share/apps/amarok/scripts/templates/python_qt_template.py
share/apps/amarok/scripts/templates/ruby_qt_template.rb
share/apps/amarok/scripts/webcontrol/Globals.py
share/apps/amarok/scripts/webcontrol/Playlist.py
share/apps/amarok/scripts/webcontrol/README
share/apps/amarok/scripts/webcontrol/RequestHandler.py
share/apps/amarok/scripts/webcontrol/WebControl.py
share/apps/amarok/scripts/webcontrol/WebControl.spec
share/apps/amarok/scripts/webcontrol/WebPublisher.py
share/apps/amarok/scripts/webcontrol/amarok_cut.png
share/apps/amarok/scripts/webcontrol/controlbackground.png
share/apps/amarok/scripts/webcontrol/main.css
share/apps/amarok/scripts/webcontrol/main.js
share/apps/amarok/scripts/webcontrol/player_end.png
share/apps/amarok/scripts/webcontrol/player_pause.png
share/apps/amarok/scripts/webcontrol/player_play.png
share/apps/amarok/scripts/webcontrol/player_start.png
share/apps/amarok/scripts/webcontrol/player_stop.png
share/apps/amarok/scripts/webcontrol/smallstar.png
share/apps/amarok/scripts/webcontrol/star.png
share/apps/amarok/scripts/webcontrol/template.thtml
share/apps/amarok/scripts/webcontrol/vol_speaker.png
share/apps/amarok/themes/example/stylesheet.css
share/apps/amarok/themes/reinhardt/images/background.png
share/apps/amarok/themes/reinhardt/images/transparency.png
share/apps/amarok/themes/reinhardt/stylesheet.css
share/apps/konqsidebartng/add/amarok.desktop
share/apps/konqsidebartng/entries/amarok.desktop
share/apps/konqsidebartng/kicker_entries/amarok.desktop
share/apps/konqueror/servicemenus/amarok_append.desktop
share/apps/profiles/amarok.profile.xml
share/config.kcfg/amarok.kcfg
share/config.kcfg/xinecfg.kcfg
share/config/amarokrc
share/doc/HTML/da/amarok/advanced.docbook
share/doc/HTML/da/amarok/common
share/doc/HTML/da/amarok/config.docbook
share/doc/HTML/da/amarok/faq.docbook
share/doc/HTML/da/amarok/index.cache.bz2
share/doc/HTML/da/amarok/index.docbook
share/doc/HTML/da/amarok/quick.docbook
share/doc/HTML/da/amarok/requirements.docbook
share/doc/HTML/da/amarok/using.docbook
share/doc/HTML/de/amarok/add_dynamic.png
share/doc/HTML/de/amarok/advanced.docbook
share/doc/HTML/de/amarok/amarok_playlist.png
share/doc/HTML/de/amarok/analyzer.png
share/doc/HTML/de/amarok/buttons.png
share/doc/HTML/de/amarok/collection.png
share/doc/HTML/de/amarok/common
share/doc/HTML/de/amarok/config.docbook
share/doc/HTML/de/amarok/config_appearance.png
share/doc/HTML/de/amarok/config_collection.png
share/doc/HTML/de/amarok/config_engine.png
share/doc/HTML/de/amarok/config_general.png
share/doc/HTML/de/amarok/config_osd.png
share/doc/HTML/de/amarok/config_playback.png
share/doc/HTML/de/amarok/config_scrobbler.png
share/doc/HTML/de/amarok/context.png
share/doc/HTML/de/amarok/coverman.png
share/doc/HTML/de/amarok/develop.docbook
share/doc/HTML/de/amarok/dynamic_bar.png
share/doc/HTML/de/amarok/dynamic_settings.png
share/doc/HTML/de/amarok/equalizer.png
share/doc/HTML/de/amarok/faq.docbook
share/doc/HTML/de/amarok/file_browser.png
share/doc/HTML/de/amarok/hidden.docbook
share/doc/HTML/de/amarok/index.cache.bz2
share/doc/HTML/de/amarok/index.docbook
share/doc/HTML/de/amarok/logo.png
share/doc/HTML/de/amarok/media_device.png
share/doc/HTML/de/amarok/menubar.png
share/doc/HTML/de/amarok/musicbrainz.png
share/doc/HTML/de/amarok/pl_browser.png
share/doc/HTML/de/amarok/pl_tip1.png
share/doc/HTML/de/amarok/play_list.png
share/doc/HTML/de/amarok/player_window.png
share/doc/HTML/de/amarok/playlist_browser.png
share/doc/HTML/de/amarok/playlist_window.png
share/doc/HTML/de/amarok/queue_manager.png
share/doc/HTML/de/amarok/quick.docbook
share/doc/HTML/de/amarok/requirements.docbook
share/doc/HTML/de/amarok/rmb_menu.png
share/doc/HTML/de/amarok/script_manager.png
share/doc/HTML/de/amarok/status_bar.png
share/doc/HTML/de/amarok/using.docbook
share/doc/HTML/de/amarok/vis_window.png
share/doc/HTML/en/amarok/add_dynamic.png
share/doc/HTML/en/amarok/advanced.docbook
share/doc/HTML/en/amarok/amarok_playlist.png
share/doc/HTML/en/amarok/analyzer.png
share/doc/HTML/en/amarok/buttons.png
share/doc/HTML/en/amarok/collection.png
share/doc/HTML/en/amarok/common/1.png
share/doc/HTML/en/amarok/common/10.png
share/doc/HTML/en/amarok/common/2.png
share/doc/HTML/en/amarok/common/3.png
share/doc/HTML/en/amarok/common/4.png
share/doc/HTML/en/amarok/common/5.png
share/doc/HTML/en/amarok/common/6.png
share/doc/HTML/en/amarok/common/7.png
share/doc/HTML/en/amarok/common/8.png
share/doc/HTML/en/amarok/common/9.png
share/doc/HTML/en/amarok/common/appheader.html
share/doc/HTML/en/amarok/common/artistic-license.html
share/doc/HTML/en/amarok/common/bottom-left.png
share/doc/HTML/en/amarok/common/bottom-middle.png
share/doc/HTML/en/amarok/common/bottom-right.png
share/doc/HTML/en/amarok/common/bottom1.png
share/doc/HTML/en/amarok/common/bottom2.png
share/doc/HTML/en/amarok/common/bsd-license.html
share/doc/HTML/en/amarok/common/docheadergears.png
share/doc/HTML/en/amarok/common/doctop1.png
share/doc/HTML/en/amarok/common/doctop1a.png
share/doc/HTML/en/amarok/common/doctop1b.png
share/doc/HTML/en/amarok/common/doctop2.png
share/doc/HTML/en/amarok/common/doxygen.css
share/doc/HTML/en/amarok/common/favicon.ico
share/doc/HTML/en/amarok/common/fdl-license
share/doc/HTML/en/amarok/common/fdl-license.html
share/doc/HTML/en/amarok/common/fdl-notice.html
share/doc/HTML/en/amarok/common/footer.html
share/doc/HTML/en/amarok/common/gpl-license
share/doc/HTML/en/amarok/common/gpl-license.html
share/doc/HTML/en/amarok/common/grad.png
share/doc/HTML/en/amarok/common/header.html
share/doc/HTML/en/amarok/common/headerbg.png
share/doc/HTML/en/amarok/common/kde-common.css
share/doc/HTML/en/amarok/common/kde-default.css
share/doc/HTML/en/amarok/common/kde-localised.css.template
share/doc/HTML/en/amarok/common/kde-web.css
share/doc/HTML/en/amarok/common/kde_gear_64.png
share/doc/HTML/en/amarok/common/kde_logo.png
share/doc/HTML/en/amarok/common/kde_logo_bg.png
share/doc/HTML/en/amarok/common/kmenu.png
share/doc/HTML/en/amarok/common/lgpl-license
share/doc/HTML/en/amarok/common/lgpl-license.html
share/doc/HTML/en/amarok/common/mainfooter.html
share/doc/HTML/en/amarok/common/mainheader.html
share/doc/HTML/en/amarok/common/qpl-license.html
share/doc/HTML/en/amarok/common/shadow.png
share/doc/HTML/en/amarok/common/top-left.png
share/doc/HTML/en/amarok/common/top-middle.png
share/doc/HTML/en/amarok/common/top-right-konqueror.png
share/doc/HTML/en/amarok/common/web-docbottom.png
share/doc/HTML/en/amarok/common/web-doctop.png
share/doc/HTML/en/amarok/common/x11-license.html
share/doc/HTML/en/amarok/common/xml.dcl
share/doc/HTML/en/amarok/config.docbook
share/doc/HTML/en/amarok/config_appearance.png
share/doc/HTML/en/amarok/config_collection.png
share/doc/HTML/en/amarok/config_engine.png
share/doc/HTML/en/amarok/config_general.png
share/doc/HTML/en/amarok/config_osd.png
share/doc/HTML/en/amarok/config_playback.png
share/doc/HTML/en/amarok/config_scrobbler.png
share/doc/HTML/en/amarok/coverman.png
share/doc/HTML/en/amarok/dynamic_bar.png
share/doc/HTML/en/amarok/dynamic_settings.png
share/doc/HTML/en/amarok/equalizer.png
share/doc/HTML/en/amarok/faq.docbook
share/doc/HTML/en/amarok/file_browser.png
share/doc/HTML/en/amarok/index.cache.bz2
share/doc/HTML/en/amarok/index.docbook
share/doc/HTML/en/amarok/logo.png
share/doc/HTML/en/amarok/media_device.png
share/doc/HTML/en/amarok/menubar.png
share/doc/HTML/en/amarok/musicbrainz.png
share/doc/HTML/en/amarok/pl_tip1.png
share/doc/HTML/en/amarok/play_list.png
share/doc/HTML/en/amarok/player_window.png
share/doc/HTML/en/amarok/playlist_browser.png
share/doc/HTML/en/amarok/playlist_window.png
share/doc/HTML/en/amarok/queue_manager.png
share/doc/HTML/en/amarok/quick.docbook
share/doc/HTML/en/amarok/requirements.docbook
share/doc/HTML/en/amarok/rmb_menu.png
share/doc/HTML/en/amarok/script_manager.png
share/doc/HTML/en/amarok/status_bar.png
share/doc/HTML/en/amarok/tab_lyrics.png
share/doc/HTML/en/amarok/tab_music.png
share/doc/HTML/en/amarok/tab_wiki.png
share/doc/HTML/en/amarok/using.docbook
share/doc/HTML/en/amarok/vis_window.png
share/doc/HTML/es/amarok/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/amarok/advanced.docbook
share/doc/HTML/et/amarok/common
share/doc/HTML/et/amarok/config.docbook
share/doc/HTML/et/amarok/develop.docbook
share/doc/HTML/et/amarok/faq.docbook
share/doc/HTML/et/amarok/feature_guide.docbook
share/doc/HTML/et/amarok/hidden.docbook
share/doc/HTML/et/amarok/howto.docbook
share/doc/HTML/et/amarok/index.cache.bz2
share/doc/HTML/et/amarok/index.docbook
share/doc/HTML/et/amarok/plugin.docbook
share/doc/HTML/et/amarok/quick.docbook
share/doc/HTML/et/amarok/requirements.docbook
share/doc/HTML/et/amarok/using.docbook
share/doc/HTML/fr/amarok/advanced.docbook
share/doc/HTML/fr/amarok/common
share/doc/HTML/fr/amarok/config.docbook
share/doc/HTML/fr/amarok/faq.docbook
share/doc/HTML/fr/amarok/feature_guide.docbook
share/doc/HTML/fr/amarok/index.cache.bz2
share/doc/HTML/fr/amarok/index.docbook
share/doc/HTML/fr/amarok/quick.docbook
share/doc/HTML/fr/amarok/requirements.docbook
share/doc/HTML/fr/amarok/using.docbook
share/doc/HTML/it/amarok/add_dynamic.png
share/doc/HTML/it/amarok/advanced.docbook
share/doc/HTML/it/amarok/amarok_playlist.png
share/doc/HTML/it/amarok/analyzer.png
share/doc/HTML/it/amarok/buttons.png
share/doc/HTML/it/amarok/collection.png
share/doc/HTML/it/amarok/common
share/doc/HTML/it/amarok/completo.png
share/doc/HTML/it/amarok/config.docbook
share/doc/HTML/it/amarok/config_appearance.png
share/doc/HTML/it/amarok/config_collection.png
share/doc/HTML/it/amarok/config_engine.png
share/doc/HTML/it/amarok/config_general.png
share/doc/HTML/it/amarok/config_osd.png
share/doc/HTML/it/amarok/config_playback.png
share/doc/HTML/it/amarok/config_scrobbler.png
share/doc/HTML/it/amarok/context.png
share/doc/HTML/it/amarok/coverman.png
share/doc/HTML/it/amarok/develop.docbook
share/doc/HTML/it/amarok/dynamic_bar.png
share/doc/HTML/it/amarok/dynamic_settings.png
share/doc/HTML/it/amarok/equalizer.png
share/doc/HTML/it/amarok/faq.docbook
share/doc/HTML/it/amarok/feature_guide.docbook
share/doc/HTML/it/amarok/file_browser.png
share/doc/HTML/it/amarok/hidden.docbook
share/doc/HTML/it/amarok/index.cache.bz2
share/doc/HTML/it/amarok/index.docbook
share/doc/HTML/it/amarok/media_device.png
share/doc/HTML/it/amarok/menubar.png
share/doc/HTML/it/amarok/pl_browser.png
share/doc/HTML/it/amarok/pl_tip1.png
share/doc/HTML/it/amarok/play_list.png
share/doc/HTML/it/amarok/player_window.png
share/doc/HTML/it/amarok/playlist_browser.png
share/doc/HTML/it/amarok/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/amarok/advanced.docbook
share/doc/HTML/nl/amarok/analyzer.png
share/doc/HTML/nl/amarok/buttons.png
share/doc/HTML/nl/amarok/collection.png
share/doc/HTML/nl/amarok/common
share/doc/HTML/nl/amarok/config.docbook
share/doc/HTML/nl/amarok/config_appearance.png
share/doc/HTML/nl/amarok/config_collection.png
share/doc/HTML/nl/amarok/config_colors.png
share/doc/HTML/nl/amarok/config_engine.png
share/doc/HTML/nl/amarok/config_fonts.png
share/doc/HTML/nl/amarok/config_general.png
share/doc/HTML/nl/amarok/config_osd.png
share/doc/HTML/nl/amarok/config_playback.png
share/doc/HTML/nl/amarok/config_scrobbler.png
share/doc/HTML/nl/amarok/context.png
share/doc/HTML/nl/amarok/coverman.png
share/doc/HTML/nl/amarok/develop.docbook
share/doc/HTML/nl/amarok/equalizer.png
share/doc/HTML/nl/amarok/faq.docbook
share/doc/HTML/nl/amarok/feature_guide.docbook
share/doc/HTML/nl/amarok/file_browser.png
share/doc/HTML/nl/amarok/hidden.docbook
share/doc/HTML/nl/amarok/index.cache.bz2
share/doc/HTML/nl/amarok/index.docbook
share/doc/HTML/nl/amarok/media_device.png
share/doc/HTML/nl/amarok/menubar.png
share/doc/HTML/nl/amarok/pl_browser.png
share/doc/HTML/nl/amarok/pl_tip1.png
share/doc/HTML/nl/amarok/play_list.png
share/doc/HTML/nl/amarok/player_window.png
share/doc/HTML/nl/amarok/playlist_window.png
share/doc/HTML/nl/amarok/plugin.docbook
share/doc/HTML/nl/amarok/quick.docbook
share/doc/HTML/nl/amarok/requirements.docbook
share/doc/HTML/nl/amarok/rmb_menu.png
share/doc/HTML/nl/amarok/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/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/amarok/advanced.docbook
share/doc/HTML/pt/amarok/common
share/doc/HTML/pt/amarok/config.docbook
share/doc/HTML/pt/amarok/develop.docbook
share/doc/HTML/pt/amarok/faq.docbook
share/doc/HTML/pt/amarok/feature_guide.docbook
share/doc/HTML/pt/amarok/hidden.docbook
share/doc/HTML/pt/amarok/index.cache.bz2
share/doc/HTML/pt/amarok/index.docbook
share/doc/HTML/pt/amarok/plugin.docbook
share/doc/HTML/pt/amarok/quick.docbook
share/doc/HTML/pt/amarok/requirements.docbook
share/doc/HTML/pt/amarok/using.docbook
share/doc/HTML/pt_BR/amarok/advanced.docbook
share/doc/HTML/pt_BR/amarok/common
share/doc/HTML/pt_BR/amarok/config.docbook
share/doc/HTML/pt_BR/amarok/faq.docbook
share/doc/HTML/pt_BR/amarok/feature_guide.docbook
share/doc/HTML/pt_BR/amarok/index.cache.bz2
share/doc/HTML/pt_BR/amarok/index.docbook
share/doc/HTML/pt_BR/amarok/quick.docbook
share/doc/HTML/pt_BR/amarok/requirements.docbook
share/doc/HTML/pt_BR/amarok/using.docbook
share/doc/HTML/ru/amarok/advanced.docbook
share/doc/HTML/ru/amarok/collection.png
share/doc/HTML/ru/amarok/common
share/doc/HTML/ru/amarok/config.docbook
share/doc/HTML/ru/amarok/config_appearance.png
share/doc/HTML/ru/amarok/config_collection.png
share/doc/HTML/ru/amarok/config_engine.png
share/doc/HTML/ru/amarok/config_general.png
share/doc/HTML/ru/amarok/config_osd.png
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
share/doc/HTML/ru/amarok/file_browser.png
share/doc/HTML/ru/amarok/index.cache.bz2
share/doc/HTML/ru/amarok/index.docbook
share/doc/HTML/ru/amarok/menubar.png
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
share/doc/HTML/ru/amarok/status_bar.png
share/doc/HTML/ru/amarok/using.docbook
share/doc/HTML/sv/amarok/add_dynamic.png
share/doc/HTML/sv/amarok/advanced.docbook
share/doc/HTML/sv/amarok/amarok_playlist.png
share/doc/HTML/sv/amarok/analyzer.png
share/doc/HTML/sv/amarok/browser_choice.png
share/doc/HTML/sv/amarok/buttons.png
share/doc/HTML/sv/amarok/collection.png
share/doc/HTML/sv/amarok/common
share/doc/HTML/sv/amarok/config.docbook
share/doc/HTML/sv/amarok/config_appearance.png
share/doc/HTML/sv/amarok/config_collection.png
share/doc/HTML/sv/amarok/config_colors.png
share/doc/HTML/sv/amarok/config_engine.png
share/doc/HTML/sv/amarok/config_fonts.png
share/doc/HTML/sv/amarok/config_general.png
share/doc/HTML/sv/amarok/config_mysql.png
share/doc/HTML/sv/amarok/config_osd.png
share/doc/HTML/sv/amarok/config_playback.png
share/doc/HTML/sv/amarok/config_scrobbler.png
share/doc/HTML/sv/amarok/context.png
share/doc/HTML/sv/amarok/coverman.png
share/doc/HTML/sv/amarok/develop.docbook
share/doc/HTML/sv/amarok/dynamic_bar.png
share/doc/HTML/sv/amarok/dynamic_settings.png
share/doc/HTML/sv/amarok/equalizer.png
share/doc/HTML/sv/amarok/faq.docbook
share/doc/HTML/sv/amarok/feature_guide.docbook
share/doc/HTML/sv/amarok/file_browser.png
share/doc/HTML/sv/amarok/hidden.docbook
share/doc/HTML/sv/amarok/index.cache.bz2
share/doc/HTML/sv/amarok/index.docbook
share/doc/HTML/sv/amarok/media_device.png
share/doc/HTML/sv/amarok/menubar.png
share/doc/HTML/sv/amarok/pl_browser.png
share/doc/HTML/sv/amarok/pl_tip1.png
share/doc/HTML/sv/amarok/play_list.png
share/doc/HTML/sv/amarok/player_window.png
share/doc/HTML/sv/amarok/playlist_browser.png
share/doc/HTML/sv/amarok/playlist_window.png
share/doc/HTML/sv/amarok/plugin.docbook
share/doc/HTML/sv/amarok/queue_manager.png
share/doc/HTML/sv/amarok/quick.docbook
share/doc/HTML/sv/amarok/requirements.docbook
share/doc/HTML/sv/amarok/rmb_menu.png
share/doc/HTML/sv/amarok/script_manager.png
share/doc/HTML/sv/amarok/scripts_window.png
share/doc/HTML/sv/amarok/search.png
share/doc/HTML/sv/amarok/status_bar.png
share/doc/HTML/sv/amarok/streams.png
share/doc/HTML/sv/amarok/using.docbook
share/doc/HTML/sv/amarok/vis_window.png
share/doc/HTML/sv/amarok/welcome.png
share/icons/hicolor/128x128/apps/amarok.png
share/icons/hicolor/16x16/apps/amarok.png
share/icons/hicolor/22x22/apps/amarok.png
share/icons/hicolor/32x32/apps/amarok.png
share/icons/hicolor/48x48/apps/amarok.png
share/icons/hicolor/64x64/apps/amarok.png
share/locale/az/LC_MESSAGES/amarok.mo
share/locale/bg/LC_MESSAGES/amarok.mo
share/locale/br/LC_MESSAGES/amarok.mo
share/locale/ca/LC_MESSAGES/amarok.mo
share/locale/cs/LC_MESSAGES/amarok.mo
share/locale/cy/LC_MESSAGES/amarok.mo
share/locale/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/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/ga/LC_MESSAGES/amarok.mo
share/locale/gl/LC_MESSAGES/amarok.mo
share/locale/he/LC_MESSAGES/amarok.mo
share/locale/hi/LC_MESSAGES/amarok.mo
share/locale/hu/LC_MESSAGES/amarok.mo
share/locale/is/LC_MESSAGES/amarok.mo
share/locale/it/LC_MESSAGES/amarok.mo
share/locale/ja/LC_MESSAGES/amarok.mo
share/locale/ka/LC_MESSAGES/amarok.mo
share/locale/km/LC_MESSAGES/amarok.mo
share/locale/ko/LC_MESSAGES/amarok.mo
share/locale/lt/LC_MESSAGES/amarok.mo
share/locale/ms/LC_MESSAGES/amarok.mo
share/locale/nb/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
share/locale/pl/LC_MESSAGES/amarok.mo
share/locale/pt/LC_MESSAGES/amarok.mo
share/locale/pt_BR/LC_MESSAGES/amarok.mo
share/locale/ro/LC_MESSAGES/amarok.mo
share/locale/ru/LC_MESSAGES/amarok.mo
share/locale/rw/LC_MESSAGES/amarok.mo
share/locale/sl/LC_MESSAGES/amarok.mo
share/locale/sr/LC_MESSAGES/amarok.mo
share/locale/sr@Latn/LC_MESSAGES/amarok.mo
share/locale/sv/LC_MESSAGES/amarok.mo
share/locale/ta/LC_MESSAGES/amarok.mo
share/locale/tg/LC_MESSAGES/amarok.mo
share/locale/th/LC_MESSAGES/amarok.mo
share/locale/tr/LC_MESSAGES/amarok.mo
share/locale/uk/LC_MESSAGES/amarok.mo
share/locale/uz/LC_MESSAGES/amarok.mo
share/locale/zh_CN/LC_MESSAGES/amarok.mo
share/locale/zh_TW/LC_MESSAGES/amarok.mo
share/services/amarok_generic-mediadevice.desktop
share/services/amarok_void-engine_plugin.desktop
share/services/amarok_xine-engine.desktop
share/servicetypes/amarok_codecinstall.desktop
share/servicetypes/amarok_plugin.desktop
@dirrmtry share/servicetypes
@dirrmtry share/services
@dirrmtry share/nls/en_US.US-ASCII
@dirrmtry share/nls/POSIX
@dirrmtry share/locale/zh_TW/LC_MESSAGES
@dirrmtry share/locale/zh_TW
@dirrmtry share/locale/zh_CN/LC_MESSAGES
@dirrmtry share/locale/zh_CN
@dirrmtry share/locale/uz/LC_MESSAGES
@dirrmtry share/locale/uz
@dirrmtry share/locale/uk/LC_MESSAGES
@dirrmtry share/locale/uk
@dirrmtry share/locale/tg/LC_MESSAGES
@dirrmtry share/locale/tg
@dirrmtry share/locale/sr/LC_MESSAGES
@dirrmtry share/locale/sr
@dirrmtry share/locale/sl/LC_MESSAGES
@dirrmtry share/locale/sl
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ro/LC_MESSAGES
@dirrmtry share/locale/ro
@dirrmtry share/locale/pt/LC_MESSAGES
@dirrmtry share/locale/pt
@dirrmtry share/locale/pl/LC_MESSAGES
@dirrmtry share/locale/pl
@dirrmtry share/locale/nn/LC_MESSAGES
@dirrmtry share/locale/nn
@dirrmtry share/locale/ko/LC_MESSAGES
@dirrmtry share/locale/ko
@dirrmtry share/locale/km/LC_MESSAGES
@dirrmtry share/locale/km
@dirrmtry share/locale/gl/LC_MESSAGES
@dirrmtry share/locale/gl
@dirrmtry share/locale/fi/LC_MESSAGES
@dirrmtry share/locale/fi
@dirrmtry share/locale/el/LC_MESSAGES
@dirrmtry share/locale/el
@dirrmtry share/locale/cs/LC_MESSAGES
@dirrmtry share/locale/cs
@dirrmtry share/locale/ca/LC_MESSAGES
@dirrmtry share/locale/ca
@dirrmtry share/icons/hicolor/64x64/apps
@dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor/48x48/apps
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor/32x32/apps
@dirrmtry share/icons/hicolor/32x32
@dirrmtry share/icons/hicolor/22x22/apps
@dirrmtry share/icons/hicolor/22x22
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor/128x128/apps
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/doc/HTML/sv/amarok
@dirrmtry share/doc/HTML/sv
@dirrmtry share/doc/HTML/ru/amarok
@dirrmtry share/doc/HTML/ru
@dirrmtry share/doc/HTML/pt_BR/amarok
@dirrmtry share/doc/HTML/pt_BR
@dirrmtry share/doc/HTML/pt/amarok
@dirrmtry share/doc/HTML/pt
@dirrmtry share/doc/HTML/pl/amarok
@dirrmtry share/doc/HTML/pl
@dirrmtry share/doc/HTML/nl/amarok
@dirrmtry share/doc/HTML/nl
@dirrmtry share/doc/HTML/it/amarok
@dirrmtry share/doc/HTML/it
@dirrmtry share/doc/HTML/fr/amarok
@dirrmtry share/doc/HTML/fr
@dirrmtry share/doc/HTML/et/amarok
@dirrmtry share/doc/HTML/et
@dirrmtry share/doc/HTML/es/amarok
@dirrmtry share/doc/HTML/es
@dirrmtry share/doc/HTML/en/amarok/common
@dirrmtry share/doc/HTML/en/amarok
@dirrmtry share/doc/HTML/en
@dirrmtry share/doc/HTML/de/amarok
@dirrmtry share/doc/HTML/de
@dirrmtry share/doc/HTML/da/amarok
@dirrmtry share/doc/HTML/da
@dirrmtry share/doc/HTML
@dirrmtry share/config.kcfg
@dirrmtry share/config
@dirrmtry share/apps/profiles
@dirrmtry share/apps/konqueror/servicemenus
@dirrmtry share/apps/konqueror
@dirrmtry share/apps/konqsidebartng/kicker_entries
@dirrmtry share/apps/konqsidebartng/entries
@dirrmtry share/apps/konqsidebartng/add
@dirrmtry share/apps/konqsidebartng
@dirrmtry share/apps/amarok/themes/reinhardt/images
@dirrmtry share/apps/amarok/themes/reinhardt
@dirrmtry share/apps/amarok/themes/example
@dirrmtry share/apps/amarok/themes
@dirrmtry share/apps/amarok/scripts/webcontrol
@dirrmtry share/apps/amarok/scripts/templates
@dirrmtry share/apps/amarok/scripts/score_impulsive
@dirrmtry share/apps/amarok/scripts/score_default
@dirrmtry share/apps/amarok/scripts/ruby_debug
@dirrmtry share/apps/amarok/scripts/playlist2html
@dirrmtry share/apps/amarok/scripts/lyrics_lyrc
@dirrmtry share/apps/amarok/scripts/lyrics_astraweb
@dirrmtry share/apps/amarok/scripts/common
@dirrmtry share/apps/amarok/scripts/amarok_live
@dirrmtry share/apps/amarok/scripts
@dirrmtry share/apps/amarok/images
@dirrmtry share/apps/amarok/icons/hicolor/64x64/actions
@dirrmtry share/apps/amarok/icons/hicolor/64x64
@dirrmtry share/apps/amarok/icons/hicolor/48x48/actions
@dirrmtry share/apps/amarok/icons/hicolor/48x48
@dirrmtry share/apps/amarok/icons/hicolor/32x32/actions
@dirrmtry share/apps/amarok/icons/hicolor/32x32
@dirrmtry share/apps/amarok/icons/hicolor/22x22/actions
@dirrmtry share/apps/amarok/icons/hicolor/22x22
@dirrmtry share/apps/amarok/icons/hicolor/16x16/actions
@dirrmtry share/apps/amarok/icons/hicolor/16x16
@dirrmtry share/apps/amarok/icons/hicolor
@dirrmtry share/apps/amarok/icons/crystalsvg/scalable/actions
@dirrmtry share/apps/amarok/icons/crystalsvg/scalable
@dirrmtry share/apps/amarok/icons/crystalsvg/64x64/actions
@dirrmtry share/apps/amarok/icons/crystalsvg/64x64
@dirrmtry share/apps/amarok/icons/crystalsvg/22x22/actions
@dirrmtry share/apps/amarok/icons/crystalsvg/22x22
@dirrmtry share/apps/amarok/icons/crystalsvg/16x16/actions
@dirrmtry share/apps/amarok/icons/crystalsvg/16x16
@dirrmtry share/apps/amarok/icons/crystalsvg
@dirrmtry share/apps/amarok/icons
@dirrmtry share/apps/amarok/data
@dirrmtry share/apps/amarok
@dirrmtry share/apps
@dirrmtry share/applications/kde
@dirrmtry share/applications
@dirrmtry lib/kde3
@dirrmtry lib/mcop/Amarok

Aus dem Verzeichnis
Code:
/usr/ports/audio/amarok/files
muß dieser Patch entfernt werden:
Code:
patch-amarok_src_engine_gst_equalizer-gstequalizer.cpp
damit amarok-1.4.1-beta1 compiliert.

Hoffentlich stimmt die pkg-plist!
Bitte selbst nochmal überprüfen!


Das hier ist für FreeBSD Nutzer mit Erfahrung,
die schon etwas Sattelfester sind.

Bitte nicht über den amarok-1.4.1-beta1 erschrecken,
da gibt es Veränderungen am Amarok Benutzer Interface. ;)
Ein Resultat der Zusammenarbeit mit: http://openusability.org




Gruß, Fusselbär
 
Ich würde ja gerne mal wieder Amarok ausprobieren, aber mein letzter Versuch hat zum schlimmsten Absturz meiner FreeBSD Geschichte geführt, nämlich der einzige mit Datenverlust (das FSCK war ein Alptraum). Hat da jemand in letzter Zeit schlechte Erfahrungen gemacht?
 
Code:
"Makefile", line 88: Need an operator
"Makefile", line 90: Need an operator
"Makefile", line 91: Need an operator
"Makefile", line 92: Missing dependency operator
"Makefile", line 96: Need an operator
"Makefile", line 97: Need an operator
"Makefile", line 106: Missing dependency operator
make: fatal errors encountered -- cannot continue

Die Meldungen bekomm ich wenn ich versuche das make zu starten....
 
Ah, also beim einfügen darauf achten das der leere Platz bei den eingerückten Zielen keine Leerzeichen, sondern TABs sind. Dann klappts auch.
 
hm bin inzwischen auch bei amarok gelandet aber wohl ich viele der sachen sehr unnütz finde...
leider haben die menschen bei juk mist gebaut, sodass die angeliche shclankere alternative bei mir doppel so viel ram frisst und sehr langsam reagiert. außerdem machen sowohl gst als auch arts und akode probleme.
es lebe das xine plugin (gibts leider nur für amarok)!

was das neue interface angeht, ich hoffe mal sehr stark, dass man das ding was vorher contextbrowser hieß noch deaktivieren kann...
 
soul_rebel schrieb:
was das neue interface angeht, ich hoffe mal sehr stark, dass man das ding was vorher contextbrowser hieß noch deaktivieren kann...

Das ist kurz nach dem Erscheinen der Beta schon wieder rückgängig gemacht worden.
 
Hallo,

ja das Amarok Interface mit dem Kontext, Texten und Künstler Biographie
über der Playlist ist schon sehr gewöhnungsbedürftig.

Irgendwie finde ich persönlich es dort auch unpraktischer.
Meiner Meinung nach frisst es dort viel Platz,
und um z.B. die Liste der ebenfalls vorhandenen Lieder
des gleichen Künstlers zu sehen,
muß man den Kontext sehr weit aufziehen,
so das der Platz für die Playliste erheblich schrumpft.

Es ist irgendwie wesentlich weniger Platz für die Playliste übrig,
als mit dem "alten" Benutzer Interface und dem Kontext neben der Playliste.
Da lese ich das gerne, was markus schrieb,
das die Entwicklung doch wieder zum alten Benutzer Interface geht

Was mir dann heute Nacht noch auffiel:
LibVisual wird von amarok-1.4.1-beta1 in
der Version LibVisual 0.4 unterstützt und verlangt!
In den Ports haben wir allerdings zur Zeit
nur die Version libvisual-0.2.0_1
bzw. libvisual-plugins-0.2.0_2.

So fehlen also im Augenblick Visualisationen die auf LibVisual zugreifen,
nur die Visualisationen die auf Module von xmms zugreifen, laufen,
wobei ich da auf meinem System leider mit goom vorsichtig sein muß,
mit LiBViual lief goom bei mir gut, via xmms Visualistion
neigt es bei mir zu hängen.
Keine Ahnung, ob das nur bei mir so ist?

War dann aber zu müde und bin dann endlch schlafen gegangen. :ugly:

Wie siehts denn mit der pkg-plist aus?
Könnte die so hinkommen?


Gruß, Fusselbär
 
ich fand den context browser schon immer überflüssig, solange man ihn deaktivieren kann ist mir eigentlich egal wo er ist ;)
 
Hallo,

für mich hingegen ist der Kontext Browser ein Bonbon,
ein Sahnehäubchen im Amarok Player.

Höre mir inzwischen auch gerne mal Streams an,
im Augenlick z.B. http://www.RufJamaica.com ,
ein Reggae Streamer.
Da kenne ich nicht alles was die streamen,
finde aber oft genug davon etwas richtig gut.
Amarok macht eine Liste der gespielten Songs im Stream,
("METADATEN-VERLAUF")
mit Künsternamen und Songnamen.

Dann kann man auch gleich noch eine Bibliographie
über den Künsler aufrufen,
oder schauen, ob es auch den Text zu lesen gibt.

Ich finde das ja einfach klasse! :)
Hier ist direkt der Reggae Stream von RufJamaica:
http://66.98.182.183:8020

So kann, wer Reggae mag, RufJamaica gleich im Amarok
bei den Streams mit in die Liste setzen. ;)
Ist nur gerne bis auf Anschlag voll, dieser Server,
dann bekommt man keinen Stream mehr. ;'(

Rumgröhl: "Jah!"
Muß ja den neuen amarok-1.4.1-beta1 ausgiebig testen. :D


Gruß, Fusselbär
 
Zuletzt bearbeitet:
die streams sind auch super, das stimmt und ihre "nicht-unterstützung" seitens juk ist ein weiterer pluspunkt für amarok.
meine lieblingsstreams sind übrigens Kohina und Bassdrive.
 
libvisual-0.4.0 und libvisual-plugins-0.4.0: kriege es nicht hin

Hallo,

heute habe ich mich an libvisual-0.4.0 und den libvisual-plugins-0.4.0 versucht.
Wegen den Visualisationen für Amarok-1.4.1-beta1.
Das ist die Hompage des Projekts: http://localhost.nl/~synap/libvisual

libvisual-0.4.0 habe ich zum kompilieren bekommen,
und habe es mal installiert.

Falls jemand die distinfo, das Makefile und die pkg-plist
von meinen libvisual-0.4.0 Experimenten sehen möchte
hier zur Ansicht:
[distinfo]
Code:
MD5 (libvisual-0.4.0.tar.gz) = f4e78547c79ea8a8ad111cf8b85011bb
SHA256 (libvisual-0.4.0.tar.gz) = 0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7
SIZE (libvisual-0.4.0.tar.gz) = 583386

[Makefile]
Code:
# New ports collection makefile for:	libvisual
# Date created:		23 oktober 2004
# Whom:			Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD: ports/graphics/libvisual/Makefile,v 1.9 2006/05/07 23:46:16 edwin Exp $
#

# WARNING: when updating this port check if the ports that use libvisual
# can work with it. Backwards compatiblity is known to be broken in the past.

PORTNAME=	libvisual
PORTVERSION=	0.4.0
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Abstraction library that sits between apps and visual plugin

USE_XLIBS=	yes
USE_GNOME=	gnomehack pkgconfig
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool:15
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500001
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-libvisual_lv_cpu.c
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \
		-e 's|-O3|${CFLAGS}|g' \
		${WRKSRC}/libvisual/Makefile.in

.include <bsd.port.post.mk>

[pkg-plist]
Code:
include/libvisual-0.4/libvisual/libvisual.h
include/libvisual-0.4/libvisual/lv_actor.h
include/libvisual-0.4/libvisual/lv_audio.h
include/libvisual-0.4/libvisual/lv_bin.h
include/libvisual-0.4/libvisual/lv_bits.h
include/libvisual-0.4/libvisual/lv_bmp.h
include/libvisual-0.4/libvisual/lv_buffer.h
include/libvisual-0.4/libvisual/lv_cache.h
include/libvisual-0.4/libvisual/lv_collection.h
include/libvisual-0.4/libvisual/lv_color.h
include/libvisual-0.4/libvisual/lv_common.h
include/libvisual-0.4/libvisual/lv_config.h
include/libvisual-0.4/libvisual/lv_cpu.h
include/libvisual-0.4/libvisual/lv_defines.h
include/libvisual-0.4/libvisual/lv_error.h
include/libvisual-0.4/libvisual/lv_event.h
include/libvisual-0.4/libvisual/lv_fourier.h
include/libvisual-0.4/libvisual/lv_gl.h
include/libvisual-0.4/libvisual/lv_hashlist.h
include/libvisual-0.4/libvisual/lv_hashmap.h
include/libvisual-0.4/libvisual/lv_input.h
include/libvisual-0.4/libvisual/lv_keysym.h
include/libvisual-0.4/libvisual/lv_libvisual.h
include/libvisual-0.4/libvisual/lv_list.h
include/libvisual-0.4/libvisual/lv_log.h
include/libvisual-0.4/libvisual/lv_math.h
include/libvisual-0.4/libvisual/lv_mem.h
include/libvisual-0.4/libvisual/lv_morph.h
include/libvisual-0.4/libvisual/lv_object.h
include/libvisual-0.4/libvisual/lv_os.h
include/libvisual-0.4/libvisual/lv_palette.h
include/libvisual-0.4/libvisual/lv_param.h
include/libvisual-0.4/libvisual/lv_plugin.h
include/libvisual-0.4/libvisual/lv_random.h
include/libvisual-0.4/libvisual/lv_rectangle.h
include/libvisual-0.4/libvisual/lv_ringbuffer.h
include/libvisual-0.4/libvisual/lv_songinfo.h
include/libvisual-0.4/libvisual/lv_thread.h
include/libvisual-0.4/libvisual/lv_time.h
include/libvisual-0.4/libvisual/lv_transform.h
include/libvisual-0.4/libvisual/lv_types.h
include/libvisual-0.4/libvisual/lv_ui.h
include/libvisual-0.4/libvisual/lv_utils.h
include/libvisual-0.4/libvisual/lv_video.h
include/libvisual-0.4/libvisual/lvconfig.h
lib/libvisual-0.4.a
lib/libvisual-0.4.la
lib/libvisual-0.4.so
lib/libvisual-0.4.so.0
libdata/pkgconfig/libvisual-0.4.pc
share/locale/es_AR/LC_MESSAGES/libvisual-0.4.mo
share/locale/es_ES/LC_MESSAGES/libvisual-0.4.mo
@dirrmtry share/nls/en_US.US-ASCII
@dirrmtry share/nls/POSIX
@dirrmtry share/locale/es_AR/LC_MESSAGES
@dirrmtry share/locale/es_AR
@dirrmtry include/libvisual-0.4/libvisual
@dirrmtry include/libvisual-0.4

Bei den libvisual-plugins-0.4.0 bin ich leider immer bereits beim configure gescheitert:
(Nur ein Auszug)
Code:
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for LIBESD... yes
checking for LIBJACK... yes
./configure.lineno: 23465: Syntax error: Bad substitution
===>  Script "configure" failed unexpectedly.
Please report the problem to ports@FreeBSD.org [maintainer] and attach the
"/usr/ports/graphics/libvisual-plugins/work/libvisual-plugins-0.4.0/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/graphics/libvisual-plugins.

Ruft man configure einfach in den entpackten Sourcen
von libvisual-plugins-0.4.0 so läuft
Code:
./configure
anscheinend erfolgreich durch und gibt folgendes aus:
Code:
================================================
LIBVISUAL-PLUGINS, PLUGINS FOR LIBVISUAL 0.4.0
================================================

Packages found:
libesd                   : yes
ALSA                     : no
OpenGL                   : yes
GTK+                     : yes

Plugins being build
-------------------
Input plugins            : mplayer
Actor plugins            : gdkpixbuf gstreamer lv_gltest nastyfft madspin pseudotoad_flower infinite JESS corona lv_scope oinksie jakdaw bumpscope G-Force
Morph plugins            : alphablend flash tentacle slide

Libvisual plugin data dir: /usr/local/share

Build options
-------------
install path             : /usr/local/lib/libvisual-0.4
source code location     : .
compiler                 : gcc

Compiler options
----------------
Extra optimization       : no
Debug build              : no
Profiling support        : no
Bauen lässt sich libvisual-plugins-0.4.0 aber weder mit make noch mit gmake.

Mit installiertem libvisual-0.4.0 lässt sich Amarok dann aber
auch bei aktivierter libvisual Unterstützung
nicht mehr bauen, es bleibt dann mit folgenden Fehlern stehen:
Code:
gmake[5]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok/src/vis/xmmswrapper'
Making all in libvisual
gmake[5]: Entering directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok/src/vis/libvisual'
if c++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/local/include/libvisual-0.4   -I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -pipe -march=athlon-xp -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT libvisual.o -MD -MP -MF ".deps/libvisual.Tpo" \
          -c -o libvisual.o `test -f 'libvisual.cpp' || echo './'`libvisual.cpp; \
        then mv -f ".deps/libvisual.Tpo" ".deps/libvisual.Po"; \
        else rm -f ".deps/libvisual.Tpo"; exit 1; \
        fi
In file included from /usr/local/include/libvisual-0.4/libvisual/lv_bits.h:28,
                 from /usr/local/include/libvisual-0.4/libvisual/libvisual.h:29,
                 from libvisual.h:16,
                 from libvisual.cpp:22:
/usr/local/include/libvisual-0.4/libvisual/lv_defines.h:68:1: warning: "__packed" redefined
In file included from /usr/include/sys/types.h:41,
                 from libvisual.cpp:13:
/usr/include/sys/cdefs.h:147:1: warning: this is the location of the previous definition
In file included from /usr/local/include/libvisual-0.4/libvisual/libvisual.h:30,
                 from libvisual.h:16,
                 from libvisual.cpp:22:
/usr/local/include/libvisual-0.4/libvisual/lv_time.h: In function `void visual_timer_tsc_get(u_int32_t*, u_int32_t*)':
/usr/local/include/libvisual-0.4/libvisual/lv_time.h:113: error: expected string-literal before '::' token
/usr/local/include/libvisual-0.4/libvisual/lv_time.h:113: error: expected `)' before '::' token
gmake[5]: *** [libvisual.o] Error 1
gmake[5]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok/src/vis/libvisual'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok/src/vis'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1/amarok'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.1-beta1'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/audio/amarok.

Ach ja, da ist noch etwas:
im Makefile werden Abhängigkeiten zum libvisual Lib so angegeben:
Code:
LIB_DEPENDS=	visual.0:${PORTSDIR}/graphics/libvisual

So funktioniert das eigenartigerweise mit den libvisual-0.4.0 Libs nicht,
die Libs von libvisual-0.4.0 werden nur gefunden bei folgender Angabe:
Code:
LIB_DEPENDS=	visual:${PORTSDIR}/graphics/libvisual

Bei der Angabe mit dem ".0" als major version rennt das bauen nur im Kreis,
baut libvisual nochmals erfolgreich, und findet dann aber die produzierten libvisual-0.4.0 Libs nicht. :ugly:

Installiert sind die aber:
Code:
ls -l /usr/local/lib/ | grep libvisual
drwxr-xr-x   5 root       wheel           512 Feb 27 05:38 libvisual
-rw-r--r--   1 root       wheel        368166 Jul  2 15:28 libvisual-0.4.a
-rwxr-xr-x   1 root       wheel          1008 Jul  2 15:28 libvisual-0.4.la
lrwxr-xr-x   1 root       wheel            18 Jul  2 15:28 libvisual-0.4.so -> libvisual-0.4.so.0
-rwxr-xr-x   1 root       wheel        308453 Jul  2 15:28 libvisual-0.4.so.0

Also eine suuuper Baustelle
und ich kriege es nicht hin! :ugly:

Achtung!
Wer die libvisual-0.4.0 Libs baut und installiert,
kann anschließend nicht mit diesen Libs
den Amarok (1.4.1-beta1) mit Libvisual bauen,
das ist derbe broken!


Gruß, Fusselbär
 
Amarok 1.4.1 ist release ist da:
http://amarok.kde.org/

FEATURES
Support for Last.fm streams
New icon theme
Creative Nomad Jukebox support
Support for custom scoring algorithms
ATF - Advanced Tag Features

CHANGES
Disabled INotify support due to stability problems
Removed Moodbar
 
Amarok 1.4.0.a ist nun in den Ports. Um die heutige 1.4.1 installieren zu können, muss lediglich die Version von 1.4.0a auf 1.4.1 im Makefile (überall) geändert werden.
Ein make NO_CHECKSUM=yes übergeht die fehlende distinfo und gut is :)
Er kompiliert dann ordentlich durch.
Aber wie gesagt, dieser Weg ist für die ganz Ungeduldigen und wirklich ekelig.
 
marzl schrieb:
Ein make NO_CHECKSUM=yes übergeht die fehlende distinfo und gut is :)

Sauberer ist es, ein
Code:
rm distinfo && make makesum
auszufuehren, dann erstellt er die Checksums der 1.4.1 neu.
 
Hallo,

auch die Amarok Version 1.4.1 möchte wie die 1.4.1-beta1 die
libvisual-0.4.0 Libs haben.
Bei der Amarok Version 1.4.0 funktionierten auch die Visualisierungs-Module,
die auf libvisual aufbauen, noch mit den libvisual-0.2.0 Libs.
(Wenn ich mich da richtig erinere)

Meine "Experimente" mit libvisual-0.4.0 waren leider nicht von Erfolg gekrönt.
Die libvisual-0.4.0 Libs habe ich zwar noch compiliert gekriegt,
aber bei allem, was diese dann benutzen wollte, hats dann gekracht.
Schom beim Bauversuch der libvisual-plugins-0.4.0 ginge es schief,
ich meine bereits beim Versuch die Header von libvisual-0.4.0 zu benutzen.
Irgendwas mit irgendeinem token vor "::" benutzen.
Mir war das dann zu hoch.
Hat mir irgendwie so ein Gefühl der Hilflosigkeit und des dumm seins vermittelt. :ugly:


Die gute Nachricht ist allerdings, das der Amarok 1.4.1 auch ohne
die libvisual-0.4.0 Libs funktioniert, nur die entsprechenden Visualsierungs-Module
werden dann vom Amarok configure Script abgeschaltet und nicht mitgebaut.


Gruß, Fusselbär
 
Zurück
Oben