ports/130634: Request addition of amarok2 to ports
Matt Tosto
datahead4 at gmail.com
Fri Jan 16 22:30:05 UTC 2009
>Number: 130634
>Category: ports
>Synopsis: Request addition of amarok2 to ports
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 16 22:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Matt Tosto
>Release: 7-STABLE
>Organization:
>Environment:
>Description:
The attached shell archive is a proposed port for Amarok 2 based on version 2.0.1.1 (http://amarok.kde.org/en/releases/2.0.1.1) and as discussed on the kde-freebsd mailing list (see thread http://mail.kde.org/pipermail/kde-freebsd/2008-December/004126.html).
This port depends on the mysql${MYSQL_VER}-embedded library as discussed in ports PR 128757 (http://www.freebsd.org/cgi/query-pr.cgi?pr=128757) and has been tested with MySQL version 5.0 and 5.1 and it builds against KDE versions 4.1.4 and 4.2-beta2.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# amarok2
# amarok2/Makefile
# amarok2/distinfo
# amarok2/pkg-descr
# amarok2/pkg-message
# amarok2/pkg-plist
#
echo c - amarok2
mkdir -p amarok2 > /dev/null 2>&1
echo x - amarok2/Makefile
sed 's/^X//' >amarok2/Makefile << '2d3689beac51098c4627c0f5359c9a18'
X# New ports collection makefile for: amarok2
X# Date created: Thu Aug 14 12:50:02 EDT 2008
X# Whom: Matt Tosto <datahead4 at gmail.com>
X#
X# $FreeBSD: ports/audio/amarok2/Makefile,v 1.00 2008/09/30 12:16:23 mtosto Exp $
X
XPORTNAME= amarok2
XPORTVERSION= 2.0.1.1
XCATEGORIES= audio kde
XMASTER_SITES= ${MASTER_SITE_KDE}
XMASTER_SITE_SUBDIR= stable/amarok/${PORTVERSION}/src
XDISTNAME= amarok-${PORTVERSION}
X
XMAINTAINER= datahead4 at gmail.com
XCOMMENT= Media player for KDE4
X
XLIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib \
X mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
X
XBUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${PORTSDIR}/databases/mysql${MYSQL_VER}-embedded
X
XMIN_OPTIONS_VER= ${PORTNAME}-1.4.1
X
XUSE_BZIP2= yes
XUSE_KDE4= kdehier kdeprefix kdelibs automoc4 workspace
XUSE_QT_VER= 4
XQT_COMPONENTS= corelib gui network opengl qt3support script svg webkit \
X qmake_build moc_build rcc_build uic_build
XUSE_GETTEXT= yes
XUSE_SDL= sdl
XUSE_RUBY= yes
XUSE_MYSQL= yes
XUSE_CMAKE= yes
X
XOPTIONS= GPOD "iPod support" on \
X MTP "MTP device support" on \
X LOUDMOUTH "Loudmouth support" on
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 700000
XCMAKE_USE_PTHREAD+= yes
X.endif
X
X.if defined(WITH_GPOD)
XLIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
XPLIST_SUB+= GPOD=""
X.else
XCMAKE_ARGS+= -DWITH_Ipod:BOOL=Off
XPLIST_SUB+= GPOD="@comment "
X.endif
X
X.if defined(WITH_MTP)
XLIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp
XPLIST_SUB+= MTP=""
X.else
XCMAKE_ARGS+= -DWITH_Mtp:BOOL=Off
XPLIST_SUB+= MTP="@comment "
X.endif
X
X.if defined(WITH_LOUDMOUTH)
XLIB_DEPENDS+= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
XPLIST_SUB+= LOUDMOUTH=""
X.else
XCMAKE_ARGS+= -DWITH_Loudmouth:BOOL=Off
XPLIST_SUB+= LOUDMOUTH="@comment "
X.endif
X
Xpost-extract:
X ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
X ${WRKSRC}/cmake/modules/FindIpod.cmake
X ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
X ${WRKSRC}/cmake/modules/FindLoudmouth.cmake
X ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \
X ${WRKSRC}/cmake/modules/FindGdk.cmake
X
X.include <bsd.port.post.mk>
2d3689beac51098c4627c0f5359c9a18
echo x - amarok2/distinfo
sed 's/^X//' >amarok2/distinfo << '1393cd1ae550fefd94a7ed7cf2ad88cf'
XMD5 (amarok-2.0.1.1.tar.bz2) = 818bc2b0350f35cba0fff0a72b9ffd22
XSHA256 (amarok-2.0.1.1.tar.bz2) = 905a4b4344ddee5f77c0e158c2a28e4d282a3dc93cff635c6ff10ddac86c0f2b
XSIZE (amarok-2.0.1.1.tar.bz2) = 5012905
1393cd1ae550fefd94a7ed7cf2ad88cf
echo x - amarok2/pkg-descr
sed 's/^X//' >amarok2/pkg-descr << '38ce8a70c80d7a9cc2421e0937024a66'
XAmarok is a media player for KDE. It uses the multimedia
Xframework-independent frontend to play audio files, and
Xfeatures a fresh and efficient approach to playlist handling.
XEmphasis is on the quick and easy user interface, allowing
Xfor fast access to the media library.
X
XWWW: http://amarok.kde.org/
38ce8a70c80d7a9cc2421e0937024a66
echo x - amarok2/pkg-message
sed 's/^X//' >amarok2/pkg-message << '49e7252156d5bc570d5f923bafaa7d8e'
X
X ATTENTION:
X
XIn order to use certain devices (MTP, iPod, ..) through Amarok you need to be
Xable to mount USB devices as the user running Amarok. Read more on how to set
Xthis up on FreeBSD here:
X
Xhttp://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
49e7252156d5bc570d5f923bafaa7d8e
echo x - amarok2/pkg-plist
sed 's/^X//' >amarok2/pkg-plist << '937f3d3995018e152ab7e5a057c17258'
X%%LOUDMOUTH%%bin/amarokmp3tunesharmonydaemon
Xbin/amarok
Xbin/amarok_afttagger
Xbin/amarokcollectionscanner
X%%GPOD%%lib/kde4/libamarok_collection-ipodcollection.so
X%%LOUDMOUTH%%lib/kde4/amarok_service_mp3tunes.so
X%%LOUDMOUTH%%lib/kde4/kcm_amarok_service_mp3tunes.so
X%%MTP%%lib/kde4/libamarok_collection-mtpcollection.so
Xlib/kde4/amarok_containment_context.so
Xlib/kde4/amarok_context_applet_albums.so
Xlib/kde4/amarok_context_applet_currenttrack.so
Xlib/kde4/amarok_context_applet_lyrics.so
Xlib/kde4/amarok_context_applet_mediadevices.so
Xlib/kde4/amarok_context_applet_serviceinfo.so
Xlib/kde4/amarok_context_applet_wikipedia.so
Xlib/kde4/amarok_data_engine_current.so
Xlib/kde4/amarok_data_engine_lyrics.so
Xlib/kde4/amarok_data_engine_service.so
Xlib/kde4/amarok_data_engine_wikipedia.so
Xlib/kde4/amarok_service_ampache.so
Xlib/kde4/amarok_service_jamendo.so
Xlib/kde4/amarok_service_lastfm.so
Xlib/kde4/amarok_service_magnatunestore.so
Xlib/kde4/amarok_service_opmldirectory.so
Xlib/kde4/amarok_service_shoutcast.so
Xlib/kde4/kcm_amarok_service_ampache.so
Xlib/kde4/kcm_amarok_service_lastfm.so
Xlib/kde4/kcm_amarok_service_magnatunestore.so
Xlib/kde4/libamarok_collection-daapcollection.so
Xlib/kde4/libamarok_collection-sqlcollection.so
Xlib/kde4/plugins/script/libqtscript_core.so
Xlib/kde4/plugins/script/libqtscript_gui.so
Xlib/kde4/plugins/script/libqtscript_network.so
Xlib/kde4/plugins/script/libqtscript_sql.so
Xlib/kde4/plugins/script/libqtscript_uitools.so
Xlib/kde4/plugins/script/libqtscript_xml.so
Xlib/libamarok_service_liblastfm.so
Xlib/libamarok_taglib.so
Xlib/libamarok_taglib.so.1
Xlib/libamarok_taglib.so.1.0.0
Xlib/libamaroklib.so
Xlib/libamaroklib.so.1
Xlib/libamaroklib.so.1.0.0
Xlib/libamarokplasma.so
Xlib/libamarokplasma.so.2
Xlib/libamarokplasma.so.2.0.0
Xlib/libamarokpud.so
Xlib/libamarokpud.so.1
Xlib/libamarokpud.so.1.0.0
Xlib/strigi/strigita_audible.so
Xlib/strigi/strigita_mp4.so
Xshare/applications/kde4/amarok.desktop
Xshare/apps/amarok/data/ServiceInfoCustomStyle.css
Xshare/apps/amarok/data/WikipediaCustomStyle.css
Xshare/apps/amarok/data/bullet.gif
Xshare/apps/amarok/icons/hicolor/128x128/status/audio-volume-high-amarok.png
Xshare/apps/amarok/icons/hicolor/128x128/status/audio-volume-low-amarok.png
Xshare/apps/amarok/icons/hicolor/128x128/status/audio-volume-medium-amarok.png
Xshare/apps/amarok/icons/hicolor/128x128/status/audio-volume-muted-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_artist.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_change_language.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_clock.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_lyrics.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_mostplayed.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_clear.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_playlist_refresh.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_scripts.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/amarok_track.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/collection-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/collection-refresh-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/collection-rescan-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/download-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/dynamic-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/edit-redo-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/edit-undo-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/emblem-favorite-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/favorite-genres-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-album-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-artist-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-comment-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-composer-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-dash-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-discnumber-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-dot-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-filetype-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-genre-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-ignore-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-initial-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-slash-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-space-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-title-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-track-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-underscore-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/filename-year-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/love-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-album-cover-manager-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-album-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-album-shuffle-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-playlist-repeat-off-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-playlist-shuffle-off-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-track-add-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-track-edit-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-track-queue-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-track-remove-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/media-track-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/music-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/podcast-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/preferences-indicator-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/preferences-media-playback-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/preferences-multimedia-player-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/preferences-view-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/remove-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-media-visualization-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-ampache-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-jamendo-black-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-lastfm-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-librivox-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-magnatune-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-mp3tunes-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-opml-amarok.png
Xshare/apps/amarok/icons/hicolor/16x16/actions/view-services-scripted-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_artist.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_change_language.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_clock.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_lyrics.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_mostplayed.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_clear.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_playlist_refresh.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_scripts.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/amarok_track.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/collection-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/collection-refresh-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/collection-rescan-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/download-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/dynamic-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/edit-redo-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/edit-undo-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/emblem-favorite-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/internet-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/love-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-album-cover-manager-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-album-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-album-shuffle-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-playlist-repeat-off-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-playlist-shuffle-off-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-track-add-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-track-edit-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-track-queue-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-track-remove-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/media-track-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/music-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/podcast-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/preferences-indicator-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/preferences-media-playback-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/preferences-multimedia-player-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/preferences-view-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/remove-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-media-visualization-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-jamendo-black-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-lastfm-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-librivox-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-magnatune-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-mp3tunes-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-opml-amarok.png
Xshare/apps/amarok/icons/hicolor/22x22/actions/view-services-scripted-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_artist.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_change_language.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_clock.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_lyrics.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_mostplayed.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_clear.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_playlist_refresh.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_scripts.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/amarok_track.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/collection-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/collection-refresh-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/collection-rescan-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/download-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/dynamic-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/edit-redo-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/edit-undo-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/emblem-favorite-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/love-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-album-cover-manager-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-album-cover.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-album-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-album-shuffle-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-album-track.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-playlist-repeat-off-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-playlist-shuffle-off-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-track-add-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-track-edit-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-track-queue-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-track-remove-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/media-track-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/music-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/podcast-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/preferences-indicator-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/preferences-media-playback-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/preferences-multimedia-player-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/preferences-view-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/remove-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-media-visualization-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-ampache-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-jamendo-black-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-lastfm-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-magnatune-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-mp3tunes-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-opml-amarok.png
Xshare/apps/amarok/icons/hicolor/32x32/actions/view-services-scripted-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_artist.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_change_language.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_clock.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_lyrics.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_mostplayed.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_clear.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_playlist_refresh.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_scripts.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/amarok_track.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/collection-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/collection-refresh-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/collection-rescan-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/download-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/dynamic-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/edit-redo-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/edit-undo-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/emblem-favorite-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-album-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-artist-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-comment-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-composer-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-dash-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-discnumber-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-dot-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-filetype-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-genre-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-ignore-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-initial-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-slash-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-space-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-title-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-track-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-underscore-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/filename-year-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/love-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-album-cover-manager-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-album-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-album-shuffle-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-playlist-repeat-off-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-playlist-shuffle-off-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-track-add-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-track-edit-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-track-queue-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-track-remove-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/media-track-repeat-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/music-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/podcast-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/preferences-indicator-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/preferences-media-playback-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/preferences-multimedia-player-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/preferences-view-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/remove-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-media-visualization-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-ampache-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-jamendo-black-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-lastfm-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-magnatune-amarok.png
Xshare/apps/amarok/icons/hicolor/48x48/actions/view-services-mp3tunes-amarok.png
Xshare/apps/amarok/images/FilenameLayoutDialogHint.png
Xshare/apps/amarok/images/amarok_icon.svg
Xshare/apps/amarok/images/default-theme-clean.svg
Xshare/apps/amarok/images/emblem-ampache.png
Xshare/apps/amarok/images/emblem-default.png
Xshare/apps/amarok/images/emblem-jamendo.png
Xshare/apps/amarok/images/emblem-lastfm.png
Xshare/apps/amarok/images/emblem-magnatune.png
Xshare/apps/amarok/images/emblem-mp3tunes.png
Xshare/apps/amarok/images/emblem-scripted.png
Xshare/apps/amarok/images/lastfm-default-cover.png
Xshare/apps/amarok/images/loading1.png
Xshare/apps/amarok/images/loading2.png
Xshare/apps/amarok/images/navigation_arrows.svg
Xshare/apps/amarok/images/nocover.png
Xshare/apps/amarok/images/pud_items.svg
Xshare/apps/amarok/images/smallstar.png
Xshare/apps/amarok/images/splash_screen.jpg
Xshare/apps/amarok/images/star.png
Xshare/apps/amarok/images/volume_icon.png
Xshare/apps/amarok/images/web_applet_background.svg
Xshare/apps/amarok/scripts/librivox_service/COPYING
Xshare/apps/amarok/scripts/librivox_service/LibrivoxEmblem.png
Xshare/apps/amarok/scripts/librivox_service/LibrivoxIcon.png
Xshare/apps/amarok/scripts/librivox_service/LibrivoxLogo.png
Xshare/apps/amarok/scripts/librivox_service/LibrivoxService.html
Xshare/apps/amarok/scripts/librivox_service/README
Xshare/apps/amarok/scripts/librivox_service/audio_book128.png
Xshare/apps/amarok/scripts/librivox_service/main.js
Xshare/apps/amarok/scripts/librivox_service/script.spec
Xshare/apps/amarok/scripts/lyrics_lyricwiki/main.js
Xshare/apps/amarok/scripts/lyrics_lyricwiki/script.spec
Xshare/apps/amarok/scripts/radio_station_service/main.js
Xshare/apps/amarok/scripts/radio_station_service/script.spec
Xshare/apps/amarok/scripts/script_console/main.js
Xshare/apps/amarok/scripts/script_console/script.spec
Xshare/apps/desktoptheme/Amarok-Mockup/colors
Xshare/apps/desktoptheme/Amarok-Mockup/widgets/background.svg
Xshare/apps/desktoptheme/amarok-default.desktop
Xshare/apps/desktoptheme/default/widgets/amarok-albums.svg
Xshare/apps/desktoptheme/default/widgets/amarok-background.svg
Xshare/apps/desktoptheme/default/widgets/amarok-containment-header.svg
Xshare/apps/desktoptheme/default/widgets/amarok-currenttrack.svg
Xshare/apps/desktoptheme/default/widgets/amarok-logo.svg
Xshare/apps/desktoptheme/default/widgets/amarok-serviceinfo.svg
Xshare/apps/desktoptheme/default/widgets/amarok-wallpaper.svg
Xshare/apps/desktoptheme/default/widgets/amarok-wikipedia.svg
Xshare/apps/desktoptheme/default/widgets/amarok-wikipediaheader.svg
Xshare/config.kcfg/amarok.kcfg
Xshare/config/amarok.knsrc
Xshare/dbus-1/interfaces/org.freedesktop.MediaPlayer.player.xml
Xshare/dbus-1/interfaces/org.freedesktop.MediaPlayer.root.xml
Xshare/dbus-1/interfaces/org.freedesktop.MediaPlayer.tracklist.xml
Xshare/icons/hicolor/128x128/apps/amarok.png
Xshare/icons/hicolor/16x16/apps/amarok.png
Xshare/icons/hicolor/22x22/apps/amarok.png
Xshare/icons/hicolor/32x32/apps/amarok.png
Xshare/icons/hicolor/48x48/apps/amarok.png
Xshare/icons/hicolor/64x64/apps/amarok.png
X%%GPOD%%share/kde4/services/amarok_collection-ipodcollection.desktop
X%%LOUDMOUTH%%share/kde4/services/amarok_service_mp3tunes.desktop
X%%LOUDMOUTH%%share/kde4/services/amarok_service_mp3tunes_config.desktop
X%%MTP%%share/kde4/services/amarok_collection-mtpcollection.desktop
Xshare/kde4/services/ServiceMenus/amarok_append.desktop
Xshare/kde4/services/amarok-containment-context.desktop
Xshare/kde4/services/amarok-context-applet-albums.desktop
Xshare/kde4/services/amarok-context-applet-currenttrack.desktop
Xshare/kde4/services/amarok-context-applet-lyrics.desktop
Xshare/kde4/services/amarok-context-applet-mediadevices.desktop
Xshare/kde4/services/amarok-context-applet-serviceinfo.desktop
Xshare/kde4/services/amarok-context-applet-wikipedia.desktop
Xshare/kde4/services/amarok-data-engine-current.desktop
Xshare/kde4/services/amarok-data-engine-lyrics.desktop
Xshare/kde4/services/amarok-data-engine-service.desktop
Xshare/kde4/services/amarok-data-engine-wikipedia.desktop
Xshare/kde4/services/amarok_collection-daapcollection.desktop
Xshare/kde4/services/amarok_collection-sqlcollection.desktop
Xshare/kde4/services/amarok_service_ampache.desktop
Xshare/kde4/services/amarok_service_ampache_config.desktop
Xshare/kde4/services/amarok_service_jamendo.desktop
Xshare/kde4/services/amarok_service_lastfm.desktop
Xshare/kde4/services/amarok_service_lastfm_config.desktop
Xshare/kde4/services/amarok_service_magnatunestore.desktop
Xshare/kde4/services/amarok_service_magnatunestore_config.desktop
Xshare/kde4/services/amarok_service_opmldirectory.desktop
Xshare/kde4/services/amarok_service_shoutcast.desktop
Xshare/kde4/services/amaroklastfm.protocol
Xshare/kde4/servicetypes/amarok_codecinstall.desktop
Xshare/kde4/servicetypes/amarok_containment.desktop
Xshare/kde4/servicetypes/amarok_context_applet.desktop
Xshare/kde4/servicetypes/amarok_data_engine.desktop
Xshare/kde4/servicetypes/amarok_plugin.desktop
Xshare/locale/ar/LC_MESSAGES/amarok.mo
Xshare/locale/be/LC_MESSAGES/amarok.mo
Xshare/locale/bg/LC_MESSAGES/amarok.mo
Xshare/locale/ca/LC_MESSAGES/amarok.mo
Xshare/locale/cs/LC_MESSAGES/amarok.mo
Xshare/locale/csb/LC_MESSAGES/amarok.mo
Xshare/locale/da/LC_MESSAGES/amarok.mo
Xshare/locale/de/LC_MESSAGES/amarok.mo
Xshare/locale/el/LC_MESSAGES/amarok.mo
Xshare/locale/eo/LC_MESSAGES/amarok.mo
Xshare/locale/es/LC_MESSAGES/amarok.mo
Xshare/locale/et/LC_MESSAGES/amarok.mo
Xshare/locale/eu/LC_MESSAGES/amarok.mo
Xshare/locale/fi/LC_MESSAGES/amarok.mo
Xshare/locale/fr/LC_MESSAGES/amarok.mo
Xshare/locale/ga/LC_MESSAGES/amarok.mo
Xshare/locale/gl/LC_MESSAGES/amarok.mo
Xshare/locale/he/LC_MESSAGES/amarok.mo
Xshare/locale/is/LC_MESSAGES/amarok.mo
Xshare/locale/it/LC_MESSAGES/amarok.mo
Xshare/locale/ja/LC_MESSAGES/amarok.mo
Xshare/locale/km/LC_MESSAGES/amarok.mo
Xshare/locale/ko/LC_MESSAGES/amarok.mo
Xshare/locale/ku/LC_MESSAGES/amarok.mo
Xshare/locale/lt/LC_MESSAGES/amarok.mo
Xshare/locale/lv/LC_MESSAGES/amarok.mo
Xshare/locale/nb/LC_MESSAGES/amarok.mo
Xshare/locale/nds/LC_MESSAGES/amarok.mo
Xshare/locale/ne/LC_MESSAGES/amarok.mo
Xshare/locale/nl/LC_MESSAGES/amarok.mo
Xshare/locale/nn/LC_MESSAGES/amarok.mo
Xshare/locale/oc/LC_MESSAGES/amarok.mo
Xshare/locale/pa/LC_MESSAGES/amarok.mo
Xshare/locale/pl/LC_MESSAGES/amarok.mo
Xshare/locale/pt/LC_MESSAGES/amarok.mo
Xshare/locale/pt_BR/LC_MESSAGES/amarok.mo
Xshare/locale/ro/LC_MESSAGES/amarok.mo
Xshare/locale/ru/LC_MESSAGES/amarok.mo
Xshare/locale/se/LC_MESSAGES/amarok.mo
Xshare/locale/si/LC_MESSAGES/amarok.mo
Xshare/locale/sk/LC_MESSAGES/amarok.mo
Xshare/locale/sl/LC_MESSAGES/amarok.mo
Xshare/locale/sv/LC_MESSAGES/amarok.mo
Xshare/locale/th/LC_MESSAGES/amarok.mo
Xshare/locale/tr/LC_MESSAGES/amarok.mo
Xshare/locale/uk/LC_MESSAGES/amarok.mo
Xshare/locale/zh_CN/LC_MESSAGES/amarok.mo
Xshare/locale/zh_TW/LC_MESSAGES/amarok.mo
X at dirrmtry share/locale/x-test/LC_MESSAGES
X at dirrmtry share/locale/x-test
X at dirrmtry share/locale/si/LC_MESSAGES
X at dirrmtry share/locale/si
X at dirrmtry share/locale/se/LC_MESSAGES
X at dirrmtry share/locale/se
X at dirrmtry share/locale/oc/LC_MESSAGES
X at dirrmtry share/locale/oc
X at dirrmtry share/locale/nds/LC_MESSAGES
X at dirrmtry share/locale/nds
X at dirrmtry share/locale/ku/LC_MESSAGES
X at dirrmtry share/locale/ku
X at dirrmtry share/locale/km/LC_MESSAGES
X at dirrmtry share/locale/km
X at dirrmtry share/locale/csb/LC_MESSAGES
X at dirrmtry share/locale/csb
X at dirrmtry share/locale
X at dirrmtry share/dbus-1/interfaces
X at dirrmtry share/apps/desktoptheme/default/widgets
X at dirrmtry share/apps/desktoptheme/default
X at dirrmtry share/apps/desktoptheme/Amarok-Mockup/widgets
X at dirrmtry share/apps/desktoptheme/Amarok-Mockup
X at dirrmtry share/apps/desktoptheme
X at dirrmtry share/apps
X at dirrmtry share/applications/kde4
X at dirrmtry share/applications
X at dirrm share/apps/amarok/scripts/radio_station_service
X at dirrm share/apps/amarok/scripts/lyrics_lyricwiki
X at dirrm share/apps/amarok/scripts/librivox_service
X at dirrm share/apps/amarok/scripts/script_console
X at dirrm share/apps/amarok/scripts
X at dirrm share/apps/amarok/images
X at dirrm share/apps/amarok/icons/hicolor/48x48/actions
X at dirrm share/apps/amarok/icons/hicolor/48x48
X at dirrm share/apps/amarok/icons/hicolor/32x32/actions
X at dirrm share/apps/amarok/icons/hicolor/32x32
X at dirrm share/apps/amarok/icons/hicolor/22x22/actions
X at dirrm share/apps/amarok/icons/hicolor/22x22
X at dirrm share/apps/amarok/icons/hicolor/16x16/actions
X at dirrm share/apps/amarok/icons/hicolor/16x16
X at dirrm share/apps/amarok/icons/hicolor/128x128/status
X at dirrm share/apps/amarok/icons/hicolor/128x128
X at dirrm share/apps/amarok/icons/hicolor
X at dirrm share/apps/amarok/icons
X at dirrm share/apps/amarok/data
X at dirrm share/apps/amarok
937f3d3995018e152ab7e5a057c17258
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list