Import rhythmbox-2.90.1.

Rhythmbox is an integrated music management application, originally
inspired by Apple's iTunes. It is free software, designed to work well
under the GNOME Desktop, and based on the powerful GStreamer media
framework.

based on an initial work from jasper@
ok jasper@
This commit is contained in:
ajacoutot 2011-07-27 10:07:50 +00:00
parent 1572090457
commit b201caa498
11 changed files with 1062 additions and 0 deletions

View File

@ -0,0 +1,125 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
COMMENT= integrated music management application for GNOME
GNOME_PROJECT= rhythmbox
GNOME_VERSION= 2.90.1
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
CATEGORIES= audio
HOMEPAGE= http://projects.gnome.org/rhythmbox/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2 with exception clause
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += archive atk-1.0 bz2 c cairo cairo-gobject dbus-1 dbus-glib-1
WANTLIB += drm expat ffi fontconfig freetype gconf-2 gcrypt gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 girepository-1.0 glib-2.0 gmime-2.4
WANTLIB += gmodule-2.0 gnome-keyring gnome-media-profiles-3.0
WANTLIB += gobject-2.0 gpg-error gpod gstbase-0.10 gstcontroller-0.10
WANTLIB += gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 gsttag-0.10
WANTLIB += gstvideo-0.10 gthread-2.0 gtk-3 json-glib-1.0 lzma
WANTLIB += m notify pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 totem-plparser xcb
WANTLIB += xcb-render xcb-shm xml2 z
MODULES= devel/gettext \
x11/gnome \
lang/python \
devel/dconf
BUILD_DEPENDS= devel/gobject-introspection \
audio/libmusicbrainz
LIB_DEPENDS= devel/libpeas \
x11/gnome/libgnome-media-profiles \
audio/libgpod \
devel/json-glib \
devel/libnotify>=0.7.2 \
x11/gnome/totem-pl-parser
RUN_DEPENDS= multimedia/gstreamer-0.10/py-gstreamer \
x11/dbus-python \
www/py-mako \
audio/libmusicbrainz
# needed for sndio(7) support
RUN_DEPENDS+= multimedia/gstreamer-0.10/plugins-good
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-database=tree \
--with-gnome-keyring \
--with-ipod \
--with-mdns=avahi \
--with-x \
--enable-python \
--without-brasero \
--without-hal \
--without-gudev \
--without-webkit \
--disable-daap \
--disable-fm-radio \
--disable-lirc
# Don't compile the vala (useless) sample plugin.
CONFIGURE_ARGS += --disable-vala
# XXX requires libmtp >= 0.3
CONFIGURE_ARGS += --without-mtp
# XXX requires media-keys support (i.e. pulseaudio) in gnome-settings-daemon
CONFIGURE_ARGS += --disable-mmkeys
# XXX plugins subpackage?
CONFIGURE_ARGS += --disable-browser-plugin
CONFIGURE_ENV += MOZILLA_PLUGINDIR=${PREFIX}/lib/mozilla-plugins
# WRKBUILD/tests
REGRESS_IS_INTERACTIVE= x11
post-install:
# needs media-keys support in G-S-D
find ${PREFIX} -type d -name mmkeys | xargs -r rm -rf
# needs gnome-keyring python bindings (py-gnome-desktop)
find ${PREFIX} -type d -name magnatune | xargs -r rm -rf
# needs ZeitgeistClient
find ${PREFIX} -type d -name rbzeitgeist | xargs -r rm -rf
### XXX remove this chunk when updating to a 'real' release ############
MASTER_SITES= http://distfiles.bsdfrog.org/
BUILD_DEPENDS += x11/gnome/common \
devel/autoconf/${AUTOCONF_VERSION} \
devel/automake/${AUTOMAKE_VERSION} \
textproc/gtk-doc
AUTOCONF_VERSION= 2.65
AUTOMAKE_VERSION= 1.11
CONFIGURE_STYLE= none
do-configure:
@cd ${WRKSRC} && \
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
./autogen.sh ${CONFIGURE_ARGS} --disable-maintainer-mode \
--disable-silent-rules
### end XXX ############################################################
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (rhythmbox-2.90.1.tar.bz2) = CPRDrZxqSKnLt7RroHDepw==
RMD160 (rhythmbox-2.90.1.tar.bz2) = oz5gPvgkbNMKBWGkE1jywMYxtJw=
SHA1 (rhythmbox-2.90.1.tar.bz2) = 9Qadl0A03Vfy7YnbVfpYRF8Hiko=
SHA256 (rhythmbox-2.90.1.tar.bz2) = xEZek1xFKoDXYo+tkGz8uzKR1ziyBGyXrMcGDYUVGJ4=
SIZE (rhythmbox-2.90.1.tar.bz2) = 9322781

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-configure_ac,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
audiocd plugin requires cdda support in gvfs which we do not provide as
this would require HAL or gudev.
--- configure.ac.orig Sat Jul 23 09:19:30 2011
+++ configure.ac Sat Jul 23 09:19:41 2011
@@ -343,11 +343,6 @@ fi
AC_CHECK_LIB(z, uncompress)
-dnl check for libgstcdda, needed to list the audio tracks
-PKG_CHECK_MODULES(GSTCDDA, gstreamer-cdda-0.10)
-AC_SUBST(GSTCDDA_LIBS)
-AC_SUBST(GSTCDDA_CFLAGS)
-
dnl check for MusicBrainz
have_sj_metadata_getter=no
AC_ARG_ENABLE(musicbrainz, AC_HELP_STRING([--disable-musicbrainz],

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-data_ui_rhythmbox-ui_xml,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
audiocd plugin requires cdda support in gvfs which we do not provide as
this would require HAL or gudev.
--- data/ui/rhythmbox-ui.xml.orig Sat Jul 23 09:20:55 2011
+++ data/ui/rhythmbox-ui.xml Sat Jul 23 09:21:27 2011
@@ -4,8 +4,6 @@
<menuitem name="MusicImportFileMenu" action="MusicImportFile"/>
<menuitem name="MusicImportFolderMenu" action="MusicImportFolder"/>
<separator/>
- <menuitem name="MusicCheckDevices" action="MusicCheckDevices"/>
- <separator/>
<menu name="PlaylistMenu" action="Playlist">
<menuitem name="MusicPlaylistNewPlaylistMenu" action="MusicPlaylistNewPlaylist"/>
<menuitem name="MusicPlaylistNewAutomaticPlaylistMenu" action="MusicPlaylistNewAutomaticPlaylist"/>

View File

@ -0,0 +1,32 @@
$OpenBSD: patch-macros_gsettings_m4,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
Bug 627126 - gsettings schema files don't get installed on FreeBSD
glib commit 136e705e8383ff8848e425ac01278102d7badc52
--- macros/gsettings.m4.orig Sun Jul 24 09:01:22 2011
+++ macros/gsettings.m4 Sun Jul 24 09:02:18 2011
@@ -36,22 +36,10 @@ install-data-am: install-gsettings-schemas
.SECONDARY: $(gsettings_SCHEMAS)
-gsettings__base_list = \
- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
-
-install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid)
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
@$(NORMAL_INSTALL)
test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"
- @list='\''$(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(gsettings__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
- done
+ $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"
test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
uninstall-gsettings-schemas:

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-metadata_test-metadata_c,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
--- metadata/test-metadata.c.orig Tue Jun 30 01:38:57 2009
+++ metadata/test-metadata.c Mon Jul 6 08:36:00 2009
@@ -92,7 +92,7 @@ load_metadata_cb (gpointer file)
if (uri[0] == '/') {
uri = g_filename_to_uri (uri, NULL, NULL);
} else {
- char buf[600];
+ char buf[1024];
if (getcwd (buf, sizeof (buf)) != NULL) {
char *filename;

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-plugins_Makefile_am,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
--- plugins/Makefile.am.orig Sat Jul 23 09:18:28 2011
+++ plugins/Makefile.am Sat Jul 23 09:18:37 2011
@@ -2,7 +2,6 @@ pluginincludedir = $(includedir)/rhythmbox/plugins
plugininclude_HEADERS = rb-plugin-macros.h
SUBDIRS = \
- audiocd \
dbus-media-server \
generic-player \
iradio \

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
audiocd plugin requires cdda support in gvfs which we do not provide as
this would require HAL or gudev.
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Mon May 2 13:42:44 2011
+++ plugins/audioscrobbler/rb-audioscrobbler.c Sat Jul 23 09:16:42 2011
@@ -829,7 +829,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
}
if (time (NULL) < audioscrobbler->priv->handshake_next) {
- rb_debug ("Too soon; time=%lu, handshake_next=%lu",
+ rb_debug ("Too soon; time=%d, handshake_next=%d",
time (NULL),
audioscrobbler->priv->handshake_next);
return FALSE;

View File

@ -0,0 +1,35 @@
$OpenBSD: patch-shell_rb-shell-player_c,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $
--- shell/rb-shell-player.c.orig Mon May 2 13:42:44 2011
+++ shell/rb-shell-player.c Sat Jul 23 09:16:42 2011
@@ -777,10 +777,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
rb_player_play (player->priv->mmplayer, play_type, player->priv->track_transition_time, &error);
if (error) {
- GDK_THREADS_ENTER ();
rb_shell_player_error (player, TRUE, error);
g_error_free (error);
- GDK_THREADS_LEAVE ();
}
}
@@ -852,7 +850,9 @@ rb_shell_player_handle_eos_unlocked (RBShellPlayer *pl
/* we're handling an unexpected EOS here, so crossfading isn't
* really possible anyway -> specify FALSE.
*/
+ GDK_THREADS_ENTER ();
rb_shell_player_open_playlist_url (player, location, entry, FALSE);
+ GDK_THREADS_LEAVE ();
g_free (location);
break;
}
@@ -1586,8 +1586,10 @@ open_location_thread (OpenLocationThreadData *data)
default:
/* if we can't parse it as a playlist, just try playing it */
+ GDK_THREADS_ENTER ();
rb_debug ("playlist parser failed, playing %s directly", data->location);
rb_shell_player_open_playlist_url (data->player, data->location, data->entry, data->play_type);
+ GDK_THREADS_LEAVE ();
break;
}

View File

@ -0,0 +1,4 @@
Rhythmbox is an integrated music management application, originally
inspired by Apple's iTunes. It is free software, designed to work well
under the GNOME Desktop, and based on the powerful GStreamer media
framework.

View File

@ -0,0 +1,787 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/27 10:07:51 ajacoutot Exp $
@bin bin/rhythmbox
include/rhythmbox/
include/rhythmbox/backends/
include/rhythmbox/backends/rb-encoder.h
include/rhythmbox/backends/rb-player-gst-data-tee.h
include/rhythmbox/backends/rb-player-gst-filter.h
include/rhythmbox/backends/rb-player-gst-tee.h
include/rhythmbox/backends/rb-player.h
include/rhythmbox/lib/
include/rhythmbox/lib/libmediaplayerid/
include/rhythmbox/lib/libmediaplayerid/mediaplayerid.h
include/rhythmbox/lib/rb-builder-helpers.h
include/rhythmbox/lib/rb-debug.h
include/rhythmbox/lib/rb-file-helpers.h
include/rhythmbox/lib/rb-stock-icons.h
include/rhythmbox/lib/rb-string-value-map.h
include/rhythmbox/lib/rb-util.h
include/rhythmbox/metadata/
include/rhythmbox/metadata/rb-metadata.h
include/rhythmbox/plugins/
include/rhythmbox/plugins/rb-plugin-macros.h
include/rhythmbox/podcast/
include/rhythmbox/podcast/rb-podcast-entry-types.h
include/rhythmbox/podcast/rb-podcast-manager.h
include/rhythmbox/podcast/rb-podcast-parse.h
include/rhythmbox/rhythmdb/
include/rhythmbox/rhythmdb/rb-refstring.h
include/rhythmbox/rhythmdb/rhythmdb-entry-type.h
include/rhythmbox/rhythmdb/rhythmdb-entry.h
include/rhythmbox/rhythmdb/rhythmdb-import-job.h
include/rhythmbox/rhythmdb/rhythmdb-property-model.h
include/rhythmbox/rhythmdb/rhythmdb-query-model.h
include/rhythmbox/rhythmdb/rhythmdb-query-result-list.h
include/rhythmbox/rhythmdb/rhythmdb-query-results.h
include/rhythmbox/rhythmdb/rhythmdb.h
include/rhythmbox/shell/
include/rhythmbox/shell/rb-history.h
include/rhythmbox/shell/rb-play-order.h
include/rhythmbox/shell/rb-playlist-manager.h
include/rhythmbox/shell/rb-removable-media-manager.h
include/rhythmbox/shell/rb-shell-player.h
include/rhythmbox/shell/rb-shell-preferences.h
include/rhythmbox/shell/rb-shell.h
include/rhythmbox/shell/rb-track-transfer-batch.h
include/rhythmbox/shell/rb-track-transfer-queue.h
include/rhythmbox/sources/
include/rhythmbox/sources/rb-auto-playlist-source.h
include/rhythmbox/sources/rb-browser-source.h
include/rhythmbox/sources/rb-display-page-group.h
include/rhythmbox/sources/rb-display-page-model.h
include/rhythmbox/sources/rb-display-page-tree.h
include/rhythmbox/sources/rb-display-page.h
include/rhythmbox/sources/rb-media-player-source.h
include/rhythmbox/sources/rb-playlist-source.h
include/rhythmbox/sources/rb-playlist-xml.h
include/rhythmbox/sources/rb-removable-media-source.h
include/rhythmbox/sources/rb-source-search-basic.h
include/rhythmbox/sources/rb-source-search.h
include/rhythmbox/sources/rb-source.h
include/rhythmbox/sources/rb-static-playlist-source.h
include/rhythmbox/sources/rb-streaming-source.h
include/rhythmbox/widgets/
include/rhythmbox/widgets/rb-alert-dialog.h
include/rhythmbox/widgets/rb-cell-renderer-pixbuf.h
include/rhythmbox/widgets/rb-cell-renderer-rating.h
include/rhythmbox/widgets/rb-dialog.h
include/rhythmbox/widgets/rb-entry-view.h
include/rhythmbox/widgets/rb-library-browser.h
include/rhythmbox/widgets/rb-property-view.h
include/rhythmbox/widgets/rb-rating.h
include/rhythmbox/widgets/rb-segmented-bar.h
include/rhythmbox/widgets/rb-song-info.h
include/rhythmbox/widgets/rb-uri-dialog.h
lib/girepository-1.0/MPID-3.0.typelib
lib/girepository-1.0/RB-3.0.typelib
lib/librhythmbox-core.la
@lib lib/librhythmbox-core.so.${LIBrhythmbox-core_VERSION}
lib/pkgconfig/rhythmbox.pc
lib/rhythmbox/
lib/rhythmbox/plugins/
lib/rhythmbox/plugins/artdisplay/
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/artdisplay.plugin
lib/rhythmbox/plugins/artdisplay/artdisplay.py
lib/rhythmbox/plugins/artdisplay/artdisplay.pyc
lib/rhythmbox/plugins/artdisplay/artdisplay.pyo
lib/rhythmbox/plugins/audioscrobbler/
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
@comment lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
lib/rhythmbox/plugins/context/
lib/rhythmbox/plugins/context/AlbumTab.py
lib/rhythmbox/plugins/context/AlbumTab.pyc
lib/rhythmbox/plugins/context/AlbumTab.pyo
lib/rhythmbox/plugins/context/ArtistTab.py
lib/rhythmbox/plugins/context/ArtistTab.pyc
lib/rhythmbox/plugins/context/ArtistTab.pyo
lib/rhythmbox/plugins/context/ContextView.py
lib/rhythmbox/plugins/context/ContextView.pyc
lib/rhythmbox/plugins/context/ContextView.pyo
lib/rhythmbox/plugins/context/LastFM.py
lib/rhythmbox/plugins/context/LastFM.pyc
lib/rhythmbox/plugins/context/LastFM.pyo
lib/rhythmbox/plugins/context/LinksTab.py
lib/rhythmbox/plugins/context/LinksTab.pyc
lib/rhythmbox/plugins/context/LinksTab.pyo
lib/rhythmbox/plugins/context/LyricsTab.py
lib/rhythmbox/plugins/context/LyricsTab.pyc
lib/rhythmbox/plugins/context/LyricsTab.pyo
lib/rhythmbox/plugins/context/context.plugin
lib/rhythmbox/plugins/context/context.py
lib/rhythmbox/plugins/context/context.pyc
lib/rhythmbox/plugins/context/context.pyo
lib/rhythmbox/plugins/dbus-media-server/
lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
@comment lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.la
lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so
lib/rhythmbox/plugins/generic-player/
lib/rhythmbox/plugins/generic-player/generic-player.plugin
@comment lib/rhythmbox/plugins/generic-player/libgeneric-player.la
lib/rhythmbox/plugins/generic-player/libgeneric-player.so
lib/rhythmbox/plugins/im-status/
lib/rhythmbox/plugins/im-status/im-status.plugin
lib/rhythmbox/plugins/im-status/im-status.py
lib/rhythmbox/plugins/im-status/im-status.pyc
lib/rhythmbox/plugins/im-status/im-status.pyo
lib/rhythmbox/plugins/ipod/
lib/rhythmbox/plugins/ipod/ipod.plugin
@comment lib/rhythmbox/plugins/ipod/libipod.la
lib/rhythmbox/plugins/ipod/libipod.so
lib/rhythmbox/plugins/iradio/
lib/rhythmbox/plugins/iradio/iradio.plugin
@comment lib/rhythmbox/plugins/iradio/libiradio.la
lib/rhythmbox/plugins/iradio/libiradio.so
lib/rhythmbox/plugins/jamendo/
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo
lib/rhythmbox/plugins/jamendo/JamendoSource.py
lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
lib/rhythmbox/plugins/jamendo/JamendoSource.pyo
lib/rhythmbox/plugins/jamendo/jamendo.plugin
lib/rhythmbox/plugins/jamendo/jamendo.py
lib/rhythmbox/plugins/jamendo/jamendo.pyc
lib/rhythmbox/plugins/jamendo/jamendo.pyo
lib/rhythmbox/plugins/lyrics/
lib/rhythmbox/plugins/lyrics/AstrawebParser.py
lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc
lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo
lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py
lib/rhythmbox/plugins/lyrics/DarkLyricsParser.pyc
lib/rhythmbox/plugins/lyrics/DarkLyricsParser.pyo
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo
lib/rhythmbox/plugins/lyrics/LyrcParser.py
lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
lib/rhythmbox/plugins/lyrics/LyrcParser.pyo
lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo
lib/rhythmbox/plugins/lyrics/LyricsParse.py
lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
lib/rhythmbox/plugins/lyrics/LyricsParse.pyo
lib/rhythmbox/plugins/lyrics/LyricsSites.py
lib/rhythmbox/plugins/lyrics/LyricsSites.pyc
lib/rhythmbox/plugins/lyrics/LyricsSites.pyo
lib/rhythmbox/plugins/lyrics/TerraParser.py
lib/rhythmbox/plugins/lyrics/TerraParser.pyc
lib/rhythmbox/plugins/lyrics/TerraParser.pyo
lib/rhythmbox/plugins/lyrics/WinampcnParser.py
lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo
lib/rhythmbox/plugins/lyrics/lyrics.plugin
lib/rhythmbox/plugins/lyrics/lyrics.py
lib/rhythmbox/plugins/lyrics/lyrics.pyc
lib/rhythmbox/plugins/lyrics/lyrics.pyo
lib/rhythmbox/plugins/mpris/
@comment lib/rhythmbox/plugins/mpris/libmpris.la
lib/rhythmbox/plugins/mpris/libmpris.so
lib/rhythmbox/plugins/mpris/mpris.plugin
lib/rhythmbox/plugins/notification/
@comment lib/rhythmbox/plugins/notification/libnotification.la
lib/rhythmbox/plugins/notification/libnotification.so
lib/rhythmbox/plugins/notification/notification.plugin
lib/rhythmbox/plugins/power-manager/
@comment lib/rhythmbox/plugins/power-manager/libpower-manager.la
lib/rhythmbox/plugins/power-manager/libpower-manager.so
lib/rhythmbox/plugins/power-manager/power-manager.plugin
lib/rhythmbox/plugins/python-console/
lib/rhythmbox/plugins/python-console/pythonconsole.plugin
lib/rhythmbox/plugins/python-console/pythonconsole.py
lib/rhythmbox/plugins/python-console/pythonconsole.pyc
lib/rhythmbox/plugins/python-console/pythonconsole.pyo
lib/rhythmbox/plugins/rb/
lib/rhythmbox/plugins/rb/Coroutine.py
lib/rhythmbox/plugins/rb/Coroutine.pyc
lib/rhythmbox/plugins/rb/Coroutine.pyo
lib/rhythmbox/plugins/rb/Loader.py
lib/rhythmbox/plugins/rb/Loader.pyc
lib/rhythmbox/plugins/rb/Loader.pyo
lib/rhythmbox/plugins/rb/URLCache.py
lib/rhythmbox/plugins/rb/URLCache.pyc
lib/rhythmbox/plugins/rb/URLCache.pyo
lib/rhythmbox/plugins/rb/rb.plugin
lib/rhythmbox/plugins/rb/rb.py
lib/rhythmbox/plugins/rb/rb.pyc
lib/rhythmbox/plugins/rb/rb.pyo
lib/rhythmbox/plugins/rb/stringmatch.py
lib/rhythmbox/plugins/rb/stringmatch.pyc
lib/rhythmbox/plugins/rb/stringmatch.pyo
lib/rhythmbox/plugins/replaygain/
lib/rhythmbox/plugins/replaygain/config.py
lib/rhythmbox/plugins/replaygain/config.pyc
lib/rhythmbox/plugins/replaygain/config.pyo
lib/rhythmbox/plugins/replaygain/player.py
lib/rhythmbox/plugins/replaygain/player.pyc
lib/rhythmbox/plugins/replaygain/player.pyo
lib/rhythmbox/plugins/replaygain/replaygain.plugin
lib/rhythmbox/plugins/replaygain/replaygain.py
lib/rhythmbox/plugins/replaygain/replaygain.pyc
lib/rhythmbox/plugins/replaygain/replaygain.pyo
lib/rhythmbox/plugins/sendto/
lib/rhythmbox/plugins/sendto/sendto.plugin
lib/rhythmbox/plugins/sendto/sendto.py
lib/rhythmbox/plugins/sendto/sendto.pyc
lib/rhythmbox/plugins/sendto/sendto.pyo
@bin libexec/rhythmbox-metadata
share/applications/rhythmbox-device.desktop
share/applications/rhythmbox.desktop
share/dbus-1/services/org.gnome.Rhythmbox.service
share/gir-1.0/MPID-3.0.gir
share/gir-1.0/RB-3.0.gir
share/glib-2.0/schemas/org.gnome.rhythmbox.gschema.xml
share/gnome/help/rhythmbox/
share/gnome/help/rhythmbox/C/
share/gnome/help/rhythmbox/C/fdl-appendix.xml
share/gnome/help/rhythmbox/C/figures/
share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/C/figures/rb-notification-window.png
share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/C/figures/rb-statusbar.png
share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/C/figures/rb-toolbar.png
share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/C/figures/rb-window-small.png
share/gnome/help/rhythmbox/C/figures/rb-window.png
share/gnome/help/rhythmbox/C/legal.xml
share/gnome/help/rhythmbox/C/rhythmbox.xml
share/gnome/help/rhythmbox/cs/
share/gnome/help/rhythmbox/cs/figures/
share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png
share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png
share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/cs/figures/rb-window-small.png
share/gnome/help/rhythmbox/cs/figures/rb-window.png
share/gnome/help/rhythmbox/cs/rhythmbox.xml
share/gnome/help/rhythmbox/da/
share/gnome/help/rhythmbox/da/figures/
share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/da/figures/rb-notification-window.png
share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/da/figures/rb-statusbar.png
share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/da/figures/rb-toolbar.png
share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/da/figures/rb-window-small.png
share/gnome/help/rhythmbox/da/figures/rb-window.png
share/gnome/help/rhythmbox/da/rhythmbox.xml
share/gnome/help/rhythmbox/de/
share/gnome/help/rhythmbox/de/figures/
share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/de/figures/rb-notification-window.png
share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/de/figures/rb-statusbar.png
share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/de/figures/rb-toolbar.png
share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/de/figures/rb-window-small.png
share/gnome/help/rhythmbox/de/figures/rb-window.png
share/gnome/help/rhythmbox/de/rhythmbox.xml
share/gnome/help/rhythmbox/el/
share/gnome/help/rhythmbox/el/figures/
share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/el/figures/rb-notification-window.png
share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/el/figures/rb-statusbar.png
share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/el/figures/rb-toolbar.png
share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/el/figures/rb-window-small.png
share/gnome/help/rhythmbox/el/figures/rb-window.png
share/gnome/help/rhythmbox/el/rhythmbox.xml
share/gnome/help/rhythmbox/es/
share/gnome/help/rhythmbox/es/figures/
share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/es/figures/rb-notification-window.png
share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/es/figures/rb-statusbar.png
share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/es/figures/rb-toolbar.png
share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/es/figures/rb-window-small.png
share/gnome/help/rhythmbox/es/figures/rb-window.png
share/gnome/help/rhythmbox/es/rhythmbox.xml
share/gnome/help/rhythmbox/fr/
share/gnome/help/rhythmbox/fr/figures/
share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png
share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png
share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png
share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/fr/figures/rb-window-small.png
share/gnome/help/rhythmbox/fr/figures/rb-window.png
share/gnome/help/rhythmbox/fr/rhythmbox.xml
share/gnome/help/rhythmbox/gl/
share/gnome/help/rhythmbox/gl/figures/
share/gnome/help/rhythmbox/gl/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/gl/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/gl/figures/rb-notification-window.png
share/gnome/help/rhythmbox/gl/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/gl/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/gl/figures/rb-statusbar.png
share/gnome/help/rhythmbox/gl/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/gl/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/gl/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/gl/figures/rb-toolbar.png
share/gnome/help/rhythmbox/gl/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/gl/figures/rb-window-small.png
share/gnome/help/rhythmbox/gl/figures/rb-window.png
share/gnome/help/rhythmbox/gl/rhythmbox.xml
share/gnome/help/rhythmbox/it/
share/gnome/help/rhythmbox/it/figures/
share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/it/figures/rb-notification-window.png
share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/it/figures/rb-statusbar.png
share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/it/figures/rb-toolbar.png
share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/it/figures/rb-window-small.png
share/gnome/help/rhythmbox/it/figures/rb-window.png
share/gnome/help/rhythmbox/it/rhythmbox.xml
share/gnome/help/rhythmbox/ja/
share/gnome/help/rhythmbox/ja/figures/
share/gnome/help/rhythmbox/ja/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/ja/figures/rb-notification-window.png
share/gnome/help/rhythmbox/ja/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/ja/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/ja/figures/rb-statusbar.png
share/gnome/help/rhythmbox/ja/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/ja/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/ja/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/ja/figures/rb-toolbar.png
share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/ja/figures/rb-window-small.png
share/gnome/help/rhythmbox/ja/figures/rb-window.png
share/gnome/help/rhythmbox/ja/rhythmbox.xml
share/gnome/help/rhythmbox/oc/
share/gnome/help/rhythmbox/oc/figures/
share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png
share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png
share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/oc/figures/rb-window-small.png
share/gnome/help/rhythmbox/oc/figures/rb-window.png
share/gnome/help/rhythmbox/oc/rhythmbox.xml
share/gnome/help/rhythmbox/pt/
share/gnome/help/rhythmbox/pt/figures/
share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png
share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/pt/figures/rb-window-small.png
share/gnome/help/rhythmbox/pt/figures/rb-window.png
share/gnome/help/rhythmbox/pt/rhythmbox.xml
share/gnome/help/rhythmbox/ro/
share/gnome/help/rhythmbox/ro/figures/
share/gnome/help/rhythmbox/ro/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/ro/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/ro/figures/rb-notification-window.png
share/gnome/help/rhythmbox/ro/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/ro/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/ro/figures/rb-statusbar.png
share/gnome/help/rhythmbox/ro/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/ro/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/ro/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/ro/figures/rb-toolbar.png
share/gnome/help/rhythmbox/ro/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/ro/figures/rb-window-small.png
share/gnome/help/rhythmbox/ro/figures/rb-window.png
share/gnome/help/rhythmbox/ro/rhythmbox.xml
share/gnome/help/rhythmbox/ru/
share/gnome/help/rhythmbox/ru/figures/
share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png
share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png
share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png
share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/ru/figures/rb-window-small.png
share/gnome/help/rhythmbox/ru/figures/rb-window.png
share/gnome/help/rhythmbox/ru/rhythmbox.xml
share/gnome/help/rhythmbox/sl/
share/gnome/help/rhythmbox/sl/figures/
share/gnome/help/rhythmbox/sl/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/sl/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/sl/figures/rb-notification-window.png
share/gnome/help/rhythmbox/sl/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/sl/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/sl/figures/rb-statusbar.png
share/gnome/help/rhythmbox/sl/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/sl/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/sl/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/sl/figures/rb-toolbar.png
share/gnome/help/rhythmbox/sl/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/sl/figures/rb-window-small.png
share/gnome/help/rhythmbox/sl/figures/rb-window.png
share/gnome/help/rhythmbox/sl/rhythmbox.xml
share/gnome/help/rhythmbox/sv/
share/gnome/help/rhythmbox/sv/figures/
share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png
share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png
share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png
share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/sv/figures/rb-window-small.png
share/gnome/help/rhythmbox/sv/figures/rb-window.png
share/gnome/help/rhythmbox/sv/rhythmbox.xml
share/gnome/help/rhythmbox/uk/
share/gnome/help/rhythmbox/uk/figures/
share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png
share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png
share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png
share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/uk/figures/rb-window-small.png
share/gnome/help/rhythmbox/uk/figures/rb-window.png
share/gnome/help/rhythmbox/uk/rhythmbox.xml
share/gnome/help/rhythmbox/zh_CN/
share/gnome/help/rhythmbox/zh_CN/figures/
share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
share/icons/hicolor/16x16/apps/rhythmbox.png
share/icons/hicolor/22x22/apps/rhythmbox.png
share/icons/hicolor/24x24/apps/rhythmbox.png
share/icons/hicolor/24x24/places/music-library.png
share/icons/hicolor/256x256/apps/rhythmbox.png
share/icons/hicolor/32x32/apps/rhythmbox.png
share/icons/hicolor/48x48/apps/rhythmbox.png
share/icons/hicolor/scalable/apps/rhythmbox-symbolic.svg
share/locale/af/LC_MESSAGES/rhythmbox.mo
share/locale/am/LC_MESSAGES/rhythmbox.mo
share/locale/ar/LC_MESSAGES/rhythmbox.mo
share/locale/as/LC_MESSAGES/rhythmbox.mo
share/locale/az/LC_MESSAGES/rhythmbox.mo
share/locale/be/LC_MESSAGES/rhythmbox.mo
share/locale/be@latin/LC_MESSAGES/rhythmbox.mo
share/locale/bg/LC_MESSAGES/rhythmbox.mo
share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
share/locale/br/LC_MESSAGES/rhythmbox.mo
share/locale/ca/LC_MESSAGES/rhythmbox.mo
share/locale/ca@valencia/LC_MESSAGES/rhythmbox.mo
share/locale/cs/LC_MESSAGES/rhythmbox.mo
share/locale/cy/LC_MESSAGES/rhythmbox.mo
share/locale/da/LC_MESSAGES/rhythmbox.mo
share/locale/de/LC_MESSAGES/rhythmbox.mo
share/locale/dz/LC_MESSAGES/rhythmbox.mo
share/locale/el/LC_MESSAGES/rhythmbox.mo
share/locale/en_CA/LC_MESSAGES/rhythmbox.mo
share/locale/en_GB/LC_MESSAGES/rhythmbox.mo
share/locale/eo/LC_MESSAGES/rhythmbox.mo
share/locale/es/LC_MESSAGES/rhythmbox.mo
share/locale/et/LC_MESSAGES/rhythmbox.mo
share/locale/eu/LC_MESSAGES/rhythmbox.mo
share/locale/fi/LC_MESSAGES/rhythmbox.mo
share/locale/fr/LC_MESSAGES/rhythmbox.mo
share/locale/ga/LC_MESSAGES/rhythmbox.mo
share/locale/gl/LC_MESSAGES/rhythmbox.mo
share/locale/gu/LC_MESSAGES/rhythmbox.mo
share/locale/he/LC_MESSAGES/rhythmbox.mo
share/locale/hi/LC_MESSAGES/rhythmbox.mo
share/locale/hr/LC_MESSAGES/rhythmbox.mo
share/locale/hu/LC_MESSAGES/rhythmbox.mo
share/locale/id/LC_MESSAGES/rhythmbox.mo
share/locale/is/LC_MESSAGES/rhythmbox.mo
share/locale/it/LC_MESSAGES/rhythmbox.mo
share/locale/ja/LC_MESSAGES/rhythmbox.mo
share/locale/kn/LC_MESSAGES/rhythmbox.mo
share/locale/ko/LC_MESSAGES/rhythmbox.mo
share/locale/lt/LC_MESSAGES/rhythmbox.mo
share/locale/lv/LC_MESSAGES/rhythmbox.mo
share/locale/mk/LC_MESSAGES/rhythmbox.mo
share/locale/ml/LC_MESSAGES/rhythmbox.mo
share/locale/mn/LC_MESSAGES/rhythmbox.mo
share/locale/mr/LC_MESSAGES/rhythmbox.mo
share/locale/ms/LC_MESSAGES/rhythmbox.mo
share/locale/nb/LC_MESSAGES/rhythmbox.mo
share/locale/nds/LC_MESSAGES/rhythmbox.mo
share/locale/ne/LC_MESSAGES/rhythmbox.mo
share/locale/nl/LC_MESSAGES/rhythmbox.mo
share/locale/nn/LC_MESSAGES/rhythmbox.mo
share/locale/oc/LC_MESSAGES/rhythmbox.mo
share/locale/or/LC_MESSAGES/rhythmbox.mo
share/locale/pa/LC_MESSAGES/rhythmbox.mo
share/locale/pl/LC_MESSAGES/rhythmbox.mo
share/locale/ps/LC_MESSAGES/rhythmbox.mo
share/locale/pt/LC_MESSAGES/rhythmbox.mo
share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
share/locale/ro/LC_MESSAGES/rhythmbox.mo
share/locale/ru/LC_MESSAGES/rhythmbox.mo
share/locale/rw/LC_MESSAGES/rhythmbox.mo
share/locale/sk/LC_MESSAGES/rhythmbox.mo
share/locale/sl/LC_MESSAGES/rhythmbox.mo
share/locale/sr/LC_MESSAGES/rhythmbox.mo
share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo
share/locale/sv/LC_MESSAGES/rhythmbox.mo
share/locale/ta/LC_MESSAGES/rhythmbox.mo
share/locale/te/LC_MESSAGES/rhythmbox.mo
share/locale/th/LC_MESSAGES/rhythmbox.mo
share/locale/tr/LC_MESSAGES/rhythmbox.mo
share/locale/uk/LC_MESSAGES/rhythmbox.mo
share/locale/vi/LC_MESSAGES/rhythmbox.mo
share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
share/man/
share/man/man1/
@man share/man/man1/rhythmbox-client.1
@man share/man/man1/rhythmbox.1
share/omf/rhythmbox/
share/omf/rhythmbox/rhythmbox-C.omf
share/omf/rhythmbox/rhythmbox-cs.omf
share/omf/rhythmbox/rhythmbox-da.omf
share/omf/rhythmbox/rhythmbox-de.omf
share/omf/rhythmbox/rhythmbox-el.omf
share/omf/rhythmbox/rhythmbox-es.omf
share/omf/rhythmbox/rhythmbox-fr.omf
share/omf/rhythmbox/rhythmbox-gl.omf
share/omf/rhythmbox/rhythmbox-it.omf
share/omf/rhythmbox/rhythmbox-ja.omf
share/omf/rhythmbox/rhythmbox-oc.omf
share/omf/rhythmbox/rhythmbox-pt.omf
share/omf/rhythmbox/rhythmbox-ro.omf
share/omf/rhythmbox/rhythmbox-ru.omf
share/omf/rhythmbox/rhythmbox-sl.omf
share/omf/rhythmbox/rhythmbox-sv.omf
share/omf/rhythmbox/rhythmbox-uk.omf
share/omf/rhythmbox/rhythmbox-zh_CN.omf
share/rhythmbox/
share/rhythmbox/create-playlist.ui
share/rhythmbox/general-prefs.ui
share/rhythmbox/icons/
share/rhythmbox/icons/hicolor/
share/rhythmbox/icons/hicolor/16x16/
share/rhythmbox/icons/hicolor/16x16/actions/
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png
share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg
share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png
share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png
share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png
share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
share/rhythmbox/icons/hicolor/16x16/places/
share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
share/rhythmbox/icons/hicolor/16x16/places/music-library.png
share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
share/rhythmbox/icons/hicolor/16x16/places/playlist.png
share/rhythmbox/icons/hicolor/16x16/status/
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png
share/rhythmbox/icons/hicolor/22x22/
share/rhythmbox/icons/hicolor/22x22/actions/
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png
share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg
share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png
share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png
share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png
share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png
share/rhythmbox/icons/hicolor/22x22/places/
share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png
share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png
share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png
share/rhythmbox/icons/hicolor/22x22/places/playlist.png
share/rhythmbox/icons/hicolor/24x24/
share/rhythmbox/icons/hicolor/24x24/places/
share/rhythmbox/icons/hicolor/24x24/places/jamendo.png
share/rhythmbox/icons/hicolor/24x24/places/magnatune.png
share/rhythmbox/icons/hicolor/32x32/
share/rhythmbox/icons/hicolor/32x32/actions/
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg
share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png
share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png
share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png
share/rhythmbox/icons/hicolor/32x32/places/
share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png
share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png
share/rhythmbox/icons/hicolor/32x32/places/playlist.png
share/rhythmbox/icons/hicolor/scalable/
share/rhythmbox/icons/hicolor/scalable/actions/
share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg
share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg
share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg
share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg
share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg
share/rhythmbox/icons/hicolor/scalable/places/
share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg
share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
share/rhythmbox/library-prefs.ui
share/rhythmbox/media-player-properties.ui
share/rhythmbox/playback-prefs.ui
share/rhythmbox/playlist-save.ui
share/rhythmbox/playlists.xml
share/rhythmbox/plugins/
share/rhythmbox/plugins/artdisplay/
share/rhythmbox/plugins/artdisplay/lastfm_red_small.png
share/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
share/rhythmbox/plugins/audioscrobbler/
share/rhythmbox/plugins/audioscrobbler/Last.fm-icon.png
share/rhythmbox/plugins/audioscrobbler/Libre.fm-icon.png
share/rhythmbox/plugins/audioscrobbler/audioscrobbler-preferences.ui
share/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile-ui.xml
share/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile.ui
share/rhythmbox/plugins/audioscrobbler/audioscrobbler-radio-ui.xml
share/rhythmbox/plugins/context/
share/rhythmbox/plugins/context/img/
share/rhythmbox/plugins/context/img/Allmusic16x16.png
share/rhythmbox/plugins/context/img/Discogs16x16.png
share/rhythmbox/plugins/context/img/Wikipedia16x16.png
share/rhythmbox/plugins/context/img/lastfm.png
share/rhythmbox/plugins/context/img/spinner.gif
share/rhythmbox/plugins/context/tmpl/
share/rhythmbox/plugins/context/tmpl/album-tmpl.html
share/rhythmbox/plugins/context/tmpl/artist-tmpl.html
share/rhythmbox/plugins/context/tmpl/links-tmpl.html
share/rhythmbox/plugins/context/tmpl/loading.html
share/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
share/rhythmbox/plugins/context/tmpl/main.css
share/rhythmbox/plugins/generic-player/
share/rhythmbox/plugins/generic-player/generic-player-info.ui
share/rhythmbox/plugins/generic-player/generic-player-ui.xml
share/rhythmbox/plugins/ipod/
share/rhythmbox/plugins/ipod/ipod-info.ui
share/rhythmbox/plugins/ipod/ipod-init.ui
share/rhythmbox/plugins/ipod/ipod-ui.xml
share/rhythmbox/plugins/iradio/
share/rhythmbox/plugins/iradio/iradio-initial.xspf
share/rhythmbox/plugins/iradio/iradio-ui.xml
share/rhythmbox/plugins/iradio/station-properties.ui
share/rhythmbox/plugins/jamendo/
share/rhythmbox/plugins/jamendo/jamendo-loading.ui
share/rhythmbox/plugins/jamendo/jamendo-prefs.ui
share/rhythmbox/plugins/jamendo/jamendo_logo.png
share/rhythmbox/plugins/jamendo/jamendo_logo_medium.png
share/rhythmbox/plugins/replaygain/
share/rhythmbox/plugins/replaygain/replaygain-prefs.ui
share/rhythmbox/podcast-feed-properties.ui
share/rhythmbox/podcast-prefs.ui
share/rhythmbox/podcast-properties.ui
share/rhythmbox/rhythmbox-ui.xml
share/rhythmbox/song-info-multiple.ui
share/rhythmbox/song-info.ui
share/rhythmbox/sync-dialog.ui
share/rhythmbox/sync-state.ui
share/rhythmbox/uri-new.ui
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null