[Midnightbsd-cvs] mports [18636] trunk/audio/rhythmbox: update for gnome 3
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 12 00:27:02 EDT 2015
Revision: 18636
http://svnweb.midnightbsd.org/mports/?rev=18636
Author: laffer1
Date: 2015-04-12 00:27:01 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
update for gnome 3
Modified Paths:
--------------
trunk/audio/rhythmbox/Makefile
trunk/audio/rhythmbox/distinfo
trunk/audio/rhythmbox/pkg-plist
Added Paths:
-----------
trunk/audio/rhythmbox/files/patch-configure
Modified: trunk/audio/rhythmbox/Makefile
===================================================================
--- trunk/audio/rhythmbox/Makefile 2015-04-12 04:26:43 UTC (rev 18635)
+++ trunk/audio/rhythmbox/Makefile 2015-04-12 04:27:01 UTC (rev 18636)
@@ -1,11 +1,10 @@
# $MidnightBSD$
PORTNAME= rhythmbox
-PORTVERSION= 0.12.8
-PORTREVISION= 4
+PORTVERSION= 3.1
CATEGORIES= audio gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= ports at MidnightBSD.org
COMMENT= Audio player for GNOME
@@ -12,122 +11,73 @@
LICENSE= gpl2
-BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS= libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3 \
- libid3tag.so:${PORTSDIR}/audio/libid3tag \
+BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat \
+ valac:${PORTSDIR}/lang/vala \
+ gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
+ itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \
libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
- libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
- libgnome-media-profiles.so:${PORTSDIR}/audio/gnome-media \
- libbrasero-media.so:${PORTSDIR}/sysutils/brasero
+ libcheck.so:${PORTSDIR}/devel/libcheck \
+ libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
+ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
+ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
+ libsecret-1.so:${PORTSDIR}/security/libsecret \
+ libtdb.so:${PORTSDIR}/databases/tdb
-CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]*
-
USES= desktop-file-utils gettext gmake libtool pathfix \
- pkgconfig tar:bzip2
-INSTALLS_OMF= yes
-USE_GNOME= intlhack gnomeprefix gtk20 nautilus2
-WANT_GNOME= yes
-USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg
+ pkgconfig tar:xz
+USE_GNOME= intlhack gnomeprefix gtk30 introspection:build
+USE_XORG= ice xproto
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \
- --without-libnautilus-burn
+USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis
+CONFIGURE_ARGS= --enable-vala \
+ --disable-gudev \
+ --enable-visualizer=no \
+ --disable-browser-plugin \
+ --with-libsecret=yes
INSTALLS_ICONS= yes
-INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-
CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lm
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-GCONF_SCHEMAS= rhythmbox.schemas
+PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//}
-OPTIONS_DEFINE= DAAP IPOD FAAD NOTIFY VORBIS LIRC MTP ITMS_PLUGIN
-OPTIONS_DEFAULT= IPOD NOTIFY VORBIS ITMS_PLUGIN
-DAAP_DESC= iTunes music sharing
-IPOD_DESC= iPod support
-ITMS_PLUGIN_DESC= iTunes browser plugin
+GLIB_SCHEMAS= org.gnome.rhythmbox.gschema.xml
-.include <bsd.mport.options.mk>
+OPTIONS_SUB= yes
+OPTIONS_DEFINE= BRASERO DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP WEBKIT
+OPTIONS_DEFAULT=BRASERO NOTIFY PYTHON WEBKIT
+BRASERO_DESC= Brasero disc burning support
+BRASERO_CONFIGURE_ENABLE=brasero
+BRASERO_LIB_DEPENDS= libbrasero-media3.so:${PORTSDIR}/sysutils/brasero
+DAAP_DESC= DAAP support
+DAAP_CONFIGURE_ENABLE= daap
+DAAP_LIB_DEPENDS= libdmapsharing-3.0.so:${PORTSDIR}/net/libdmapsharing
+IPOD_DESC= iPod support
+IPOD_CONFIGURE_WITH= ipod
+IPOD_LIB_DEPENDS= libgpod.so:${PORTSDIR}/audio/libgpod
+GRILO_DESC= Media discovery with Grilo
+GRILO_CONFIGURE_ENABLE= grilo
+GRILO_BUILD_DEPENDS= grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins
+GRILO_RUN_DEPENDS= grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins
+LIRC_CONFIGURE_ENABLE= lirc
+LIRC_LIB_DEPENDS= liblirc_client.so:${PORTSDIR}/comms/lirc
+NOTIFY_CONFIGURE_ENABLE= notify
+NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+MTP_CONFIGURE_WITH= mtp
+MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \
+ libhal.so:${PORTSDIR}/sysutils/hal
+PYTHON_CONFIGURE_ENABLE= python
+PYTHON_USES= python:3
+PYTHON_USE= PYTVER=${PYTHON_VER:S/.//}
+WEBKIT_DESC= HTML view support
+WEBKIT_CONFIGURE_WITH= webkit
+WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
-.if ${PORT_OPTIONS:MVORBIS}
-USE_GSTREAMER+= vorbis
-.else
-CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \
+ ${WRKSRC}/configure
-.if ${PORT_OPTIONS:MFAAD}
-USE_GSTREAMER+= faad
-.endif
-
-.if ${PORT_OPTIONS:MLIRC}
-LIB_DEPENDS+= liblirc_client.so${PORTSDIR}/comms/lirc
-PLIST_SUB+= LIRC=""
-CONFIGURE_ARGS+=--enable-lirc
-.else
-CONFIGURE_ARGS+=--disable-lirc
-PLIST_SUB+= LIRC="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MMTP}
-LIB_DEPENDS+= libmtp.so:${PORTSDIR}/multimedia/libmtp
-PLIST_SUB+= MTP=""
-CONFIGURE_ARGS+= --with-mtp
-.else
-CONFIGURE_ARGS+= --without-mtp
-PLIST_SUB+= MTP="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MDAAP}
-CONFIGURE_ARGS+= --enable-daap --with-mdns=avahi
-LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app \
- libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
-PLIST_SUB+= DAAP=""
-.else
-.if exists(${LOCALBASE}/lib/libavahi-client.a)
-LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app
-.endif
-CONFIGURE_ARGS+= --disable-daap
-PLIST_SUB+= DAAP="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
-RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
-.else
-CONFIGURE_ARGS+= --disable-libnotify
-.endif
-
-.if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc)
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GSTREAMER+= python
-CONFIGURE_ARGS+=--enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MIPOD}
-LIB_DEPENDS+= libgpod.so:${PORTSDIR}/audio/libgpod
-CONFIGURE_ARGS+=--with-ipod
-PLIST_SUB+= IPOD=""
-.else
-CONFIGURE_ARGS+=--without-ipod
-PLIST_SUB+= IPOD="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MITMS_PLUGIN}
-USES+= webplugin:native
-WEBPLUGIN_FILES=librhythmbox-itms-detection-plugin.so
-
-CONFIGURE_ARGS+=--enable-browser-plugin
-CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGIN_DIR}
-PLIST_SUB+= ITMS_PLUGIN=""
-.else
-CONFIGURE_ARGS+=--disable-browser-plugin
-PLIST_SUB+= ITMS_PLUGIN="@comment "
-.endif
-
.include <bsd.port.mk>
Modified: trunk/audio/rhythmbox/distinfo
===================================================================
--- trunk/audio/rhythmbox/distinfo 2015-04-12 04:26:43 UTC (rev 18635)
+++ trunk/audio/rhythmbox/distinfo 2015-04-12 04:27:01 UTC (rev 18636)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/rhythmbox-0.12.8.tar.bz2) = 1752fab135808aa78a9afde78448e992020c58c07701f43c989fbabfc6352213
-SIZE (gnome2/rhythmbox-0.12.8.tar.bz2) = 5358950
+SHA256 (gnome3/rhythmbox-3.1.tar.xz) = 2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1
+SIZE (gnome3/rhythmbox-3.1.tar.xz) = 6777168
Added: trunk/audio/rhythmbox/files/patch-configure
===================================================================
--- trunk/audio/rhythmbox/files/patch-configure (rev 0)
+++ trunk/audio/rhythmbox/files/patch-configure 2015-04-12 04:27:01 UTC (rev 18636)
@@ -0,0 +1,11 @@
+--- configure.orig 2014-03-24 12:42:39.411641038 +0000
++++ configure 2014-03-24 12:43:17.116638621 +0000
+@@ -21652,7 +21652,7 @@
+ fi
+
+
+-MOZILLA_PLUGINDIR=${MOZILLA_PLUGINDIR:-'${libdir}/mozilla/plugins'}
++MOZILLA_PLUGINDIR=${MOZILLA_PLUGINDIR}
+
+
+ if test x$enable_browser_plugin = xyes; then
Property changes on: trunk/audio/rhythmbox/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/audio/rhythmbox/pkg-plist
===================================================================
--- trunk/audio/rhythmbox/pkg-plist 2015-04-12 04:26:43 UTC (rev 18635)
+++ trunk/audio/rhythmbox/pkg-plist 2015-04-12 04:27:01 UTC (rev 18636)
@@ -1,246 +1,285 @@
bin/rhythmbox
bin/rhythmbox-client
-%%ITMS_PLUGIN%%%%WEBPLUGIN_DIR%%/librhythmbox-itms-detection-plugin.a
-%%ITMS_PLUGIN%%%%WEBPLUGIN_DIR%%/librhythmbox-itms-detection-plugin.so
+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/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-list-model.h
+include/rhythmbox/lib/rb-task-progress-simple.h
+include/rhythmbox/lib/rb-task-progress.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/rb-ext-db-key.h
+include/rhythmbox/metadata/rb-ext-db.h
+include/rhythmbox/metadata/rb-metadata.h
+include/rhythmbox/plugins/rb-plugin-macros.h
+include/rhythmbox/podcast/rb-podcast-entry-types.h
+include/rhythmbox/podcast/rb-podcast-manager.h
+include/rhythmbox/podcast/rb-podcast-parse.h
+include/rhythmbox/podcast/rb-podcast-search.h
+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/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/rb-auto-playlist-source.h
+include/rhythmbox/sources/rb-browser-source.h
+include/rhythmbox/sources/rb-device-source.h
+include/rhythmbox/sources/rb-display-page-group.h
+include/rhythmbox/sources/rb-display-page-menu.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-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/sources/rb-transfer-target.h
+include/rhythmbox/widgets/rb-alert-dialog.h
+include/rhythmbox/widgets/rb-button-bar.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-fading-image.h
+include/rhythmbox/widgets/rb-import-dialog.h
+include/rhythmbox/widgets/rb-library-browser.h
+include/rhythmbox/widgets/rb-object-property-editor.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-source-toolbar.h
+include/rhythmbox/widgets/rb-task-list-display.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.so
-lib/librhythmbox-core.so.0
-lib/librhythmbox-core.so.0.0.0
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png
-%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
-lib/rhythmbox/plugins/audiocd/album-info.ui
-lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
-lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
+lib/librhythmbox-core.so.8
+lib/librhythmbox-core.so.8.0.0
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.plugin
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/embedded.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/lastfm.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/local.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/musicbrainz.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/oldcache.py
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyo
+lib/rhythmbox/plugins/audiocd/audiocd.plugin
lib/rhythmbox/plugins/audiocd/libaudiocd.so
-lib/rhythmbox/plugins/audiocd/multiple-album.ui
-lib/rhythmbox/plugins/audioscrobbler/as-icon.png
-lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui
-lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
-lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
+lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
-lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
-lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so
-%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.py
-%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.py
-%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.py
-%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.py
-%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.py
-%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/context/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/context/context.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/context/img/lastfm.png
-%%PYTHON%%lib/rhythmbox/plugins/context/img/spinner.gif
-%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/album-tmpl.html
-%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html
-%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/loading.html
-%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
-%%PYTHON%%lib/rhythmbox/plugins/context/tmpl/main.css
-%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.ui
-%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml
-%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/AlbumTab.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/ArtistTab.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/ContextView.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LastFM.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LinksTab.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LyricsTab.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/context.plugin
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/context.py
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTVER%%.pyo
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyc
+%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyo
+%%BRASERO%%lib/rhythmbox/plugins/cd-recorder/cd-recorder.plugin
+%%BRASERO%%lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so
+%%DAAP%%lib/rhythmbox/plugins/daap/daap.plugin
%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so
-%%DAAP%%lib/rhythmbox/plugins/daap/rb-daap-glue.h
-lib/rhythmbox/plugins/fmradio/fmradio-ui.xml
-lib/rhythmbox/plugins/fmradio/fmradio.rb-plugin
+lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
+lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so
+lib/rhythmbox/plugins/fmradio/fmradio.plugin
lib/rhythmbox/plugins/fmradio/libfmradio.so
-lib/rhythmbox/plugins/generic-player/generic-player-info.ui
-lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
-lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
+lib/rhythmbox/plugins/generic-player/generic-player.plugin
lib/rhythmbox/plugins/generic-player/libgeneric-player.so
-%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/im-status/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.rb-plugin
-%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-info.ui
-%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-init.ui
-%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml
-%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin
+%%GRILO%%lib/rhythmbox/plugins/grilo/grilo.plugin
+%%GRILO%%lib/rhythmbox/plugins/grilo/libgrilo.so
+%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.plugin
%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so
-lib/rhythmbox/plugins/iradio/iradio-initial.pls
-lib/rhythmbox/plugins/iradio/iradio-ui.xml
-lib/rhythmbox/plugins/iradio/iradio.rb-plugin
+%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.plugin
+%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.py
+%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyo
+lib/rhythmbox/plugins/iradio/iradio.plugin
lib/rhythmbox/plugins/iradio/libiradio.so
-lib/rhythmbox/plugins/iradio/station-properties.ui
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.py
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/JamendoSource.pyo
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-loading.ui
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png
-%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png
-%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so
-%%LIRC%%lib/rhythmbox/plugins/rblirc/lirc.rb-plugin
-%%LIRC%%lib/rhythmbox/plugins/rblirc/rhythmbox_lirc_default
%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyrcParser.pyo
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/JetlyricsParser.py
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/JlyricParser.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui
-%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.plugin
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/DownloadAlbumHandler.py
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneAccount.py
%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-loading.ui
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
-%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.plugin
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.py
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyo
lib/rhythmbox/plugins/mmkeys/libmmkeys.so
-lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin
+lib/rhythmbox/plugins/mmkeys/mmkeys.plugin
+lib/rhythmbox/plugins/mpris/libmpris.so
+lib/rhythmbox/plugins/mpris/mpris.plugin
%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
-%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-info.ui
-%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtp-ui.xml
-%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.rb-plugin
+%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin
+%%NOTIFY%%lib/rhythmbox/plugins/notification/libnotification.so
+%%NOTIFY%%lib/rhythmbox/plugins/notification/notification.plugin
lib/rhythmbox/plugins/power-manager/libpower-manager.so
-lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin
+lib/rhythmbox/plugins/power-manager/power-manager.plugin
+%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.plugin
%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py
-%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyc
-%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.pyo
-%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
+%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py
-%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyc
-%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py
-%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyc
-%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py
-%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyc
-%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.pyo
-%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/rb.plugin
+%%PYTHON%%lib/rhythmbox/plugins/rb/rb.py
+%%PYTHON%%lib/rhythmbox/plugins/rb/rbconfig.py
%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py
-%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyc
-%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.pyo
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/__init__.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyo
+%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so
+%%LIRC%%lib/rhythmbox/plugins/rblirc/rblirc.plugin
+%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.plugin
+%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
+%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/__pycache__/rbzeitgeist.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/__pycache__/rbzeitgeist.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyc
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.pyo
%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.py
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyc
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.pyo
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui
-%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/sendto/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.rb-plugin
-lib/rhythmbox/plugins/status-icon/libstatus-icon.so
-lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
-lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
-lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.py
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyc
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/__init__.pyo
-%%PYTHON%%lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin
-lib/rhythmbox/plugins/visualizer/libvisualizer.so
-lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
-lib/rhythmbox/plugins/visualizer/visualizer-controls.ui
-lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
-lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.plugin
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.py
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyo
+lib/rhythmbox/sample-plugins/sample/libsample.so
+lib/rhythmbox/sample-plugins/sample/sample.plugin
+lib/rhythmbox/sample-plugins/sample-vala/libsample-vala.so
+lib/rhythmbox/sample-plugins/sample-vala/sample-vala.plugin
+%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.plugin
+%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.py
+%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyo
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.plugin
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.py
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyc
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyo
+libdata/pkgconfig/rhythmbox.pc
libexec/rhythmbox-metadata
man/man1/rhythmbox-client.1.gz
man/man1/rhythmbox.1.gz
+share/appdata/rhythmbox.appdata.xml
+share/applications/rhythmbox-device.desktop
share/applications/rhythmbox.desktop
-share/dbus-1/services/org.gnome.Rhythmbox.service
+share/dbus-1/services/org.gnome.Rhythmbox3.service
+%%DOCSDIR%%/RBApplication.html
%%DOCSDIR%%/RBAutoPlaylistSource.html
%%DOCSDIR%%/RBBrowserSource.html
%%DOCSDIR%%/RBCellRendererPixbuf.html
%%DOCSDIR%%/RBCellRendererRating.html
-%%DOCSDIR%%/RBEncoder.html
+%%DOCSDIR%%/RBDisplayPage.html
+%%DOCSDIR%%/RBDisplayPageGroup.html
+%%DOCSDIR%%/RBDisplayPageModel.html
+%%DOCSDIR%%/RBDisplayPageTree.html
%%DOCSDIR%%/RBEntryView.html
+%%DOCSDIR%%/RBHeader.html
%%DOCSDIR%%/RBHistory.html
%%DOCSDIR%%/RBImportErrorsSource.html
%%DOCSDIR%%/RBLibraryBrowser.html
%%DOCSDIR%%/RBLibrarySource.html
+%%DOCSDIR%%/RBMediaPlayerSource.html
%%DOCSDIR%%/RBMetaData.html
%%DOCSDIR%%/RBMissingFilesSource.html
%%DOCSDIR%%/RBPlayOrder.html
@@ -251,13 +290,11 @@
%%DOCSDIR%%/RBPlayerGstTee.html
%%DOCSDIR%%/RBPlaylistManager.html
%%DOCSDIR%%/RBPlaylistSource.html
-%%DOCSDIR%%/RBPlugin.html
%%DOCSDIR%%/RBPropertyView.html
%%DOCSDIR%%/RBQueryCreator.html
%%DOCSDIR%%/RBRandomPlayOrder.html
%%DOCSDIR%%/RBRating.html
%%DOCSDIR%%/RBRemovableMediaManager.html
-%%DOCSDIR%%/RBRemovableMediaSource.html
%%DOCSDIR%%/RBSearchEntry.html
%%DOCSDIR%%/RBShell.html
%%DOCSDIR%%/RBShellClipboard.html
@@ -265,17 +302,15 @@
%%DOCSDIR%%/RBShellPreferences.html
%%DOCSDIR%%/RBSongInfo.html
%%DOCSDIR%%/RBSource.html
-%%DOCSDIR%%/RBSourceHeader.html
-%%DOCSDIR%%/RBSourceList.html
-%%DOCSDIR%%/RBSourceListModel.html
-%%DOCSDIR%%/RBSourceSearch.html
-%%DOCSDIR%%/RBSourceSearchBasic.html
%%DOCSDIR%%/RBStaticPlaylistSource.html
%%DOCSDIR%%/RBStatusbar.html
%%DOCSDIR%%/RBStreamingSource.html
%%DOCSDIR%%/RBStringValueMap.html
+%%DOCSDIR%%/RBTrackTransferBatch.html
+%%DOCSDIR%%/RBTrackTransferQueue.html
%%DOCSDIR%%/RBURIDialog.html
%%DOCSDIR%%/RhythmDB.html
+%%DOCSDIR%%/RhythmDBEntryType.html
%%DOCSDIR%%/RhythmDBImportJob.html
%%DOCSDIR%%/RhythmDBPropertyModel.html
%%DOCSDIR%%/RhythmDBQueryModel.html
@@ -290,228 +325,375 @@
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left-insensitive.png
%%DOCSDIR%%/left.png
-%%DOCSDIR%%/rhythmbox-RBSourceGroup.html
+%%DOCSDIR%%/rhythmbox-RBDeviceSource.html
+%%DOCSDIR%%/rhythmbox-RBEncoder.html
+%%DOCSDIR%%/rhythmbox-RBExtDB.html
+%%DOCSDIR%%/rhythmbox-RBTransferTarget.html
%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html
%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html
%%DOCSDIR%%/rhythmbox-rb-debug.html
%%DOCSDIR%%/rhythmbox-rb-dialog.html
+%%DOCSDIR%%/rhythmbox-rb-ext-db-key.html
%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
-%%DOCSDIR%%/rhythmbox-rb-header.html
+%%DOCSDIR%%/rhythmbox-rb-gst-media-types.html
%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
%%DOCSDIR%%/rhythmbox-rb-text-helpers.html
%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
%%DOCSDIR%%/rhythmbox-rb-util.html
-%%DOCSDIR%%/rhythmbox.devhelp
%%DOCSDIR%%/rhythmbox.devhelp2
+%%DOCSDIR%%/right-insensitive.png
%%DOCSDIR%%/right.png
%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up-insensitive.png
%%DOCSDIR%%/up.png
-share/gnome/help/rhythmbox/C/fdl-appendix.xml
-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/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/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/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/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/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/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/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/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/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/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/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/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/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/gir-1.0/MPID-3.0.gir
+share/gir-1.0/RB-3.0.gir
+share/help/C/rhythmbox/fdl-appendix.xml
+share/help/C/rhythmbox/index.docbook
+share/help/C/rhythmbox/legal.xml
+share/help/C/rhythmbox/figures/rb-iradio-main.png
+share/help/C/rhythmbox/figures/rb-notification-area-menu.png
+share/help/C/rhythmbox/figures/rb-notification-window.png
+share/help/C/rhythmbox/figures/rb-notification-zone.png
+share/help/C/rhythmbox/figures/rb-podcast-main.png
+share/help/C/rhythmbox/figures/rb-statusbar.png
+share/help/C/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/C/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/C/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/C/rhythmbox/figures/rb-toolbar.png
+share/help/C/rhythmbox/figures/rb-volume-changer.png
+share/help/C/rhythmbox/figures/rb-window-small.png
+share/help/C/rhythmbox/figures/rb-window.png
+share/help/ca/rhythmbox/fdl-appendix.xml
+share/help/ca/rhythmbox/index.docbook
+share/help/ca/rhythmbox/legal.xml
+share/help/ca/rhythmbox/figures/rb-iradio-main.png
+share/help/ca/rhythmbox/figures/rb-notification-area-menu.png
+share/help/ca/rhythmbox/figures/rb-notification-window.png
+share/help/ca/rhythmbox/figures/rb-notification-zone.png
+share/help/ca/rhythmbox/figures/rb-podcast-main.png
+share/help/ca/rhythmbox/figures/rb-statusbar.png
+share/help/ca/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/ca/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/ca/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/ca/rhythmbox/figures/rb-toolbar.png
+share/help/ca/rhythmbox/figures/rb-volume-changer.png
+share/help/ca/rhythmbox/figures/rb-window-small.png
+share/help/ca/rhythmbox/figures/rb-window.png
+share/help/cs/rhythmbox/fdl-appendix.xml
+share/help/cs/rhythmbox/index.docbook
+share/help/cs/rhythmbox/legal.xml
+share/help/cs/rhythmbox/figures/rb-iradio-main.png
+share/help/cs/rhythmbox/figures/rb-notification-area-menu.png
+share/help/cs/rhythmbox/figures/rb-notification-window.png
+share/help/cs/rhythmbox/figures/rb-notification-zone.png
+share/help/cs/rhythmbox/figures/rb-podcast-main.png
+share/help/cs/rhythmbox/figures/rb-statusbar.png
+share/help/cs/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/cs/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/cs/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/cs/rhythmbox/figures/rb-toolbar.png
+share/help/cs/rhythmbox/figures/rb-volume-changer.png
+share/help/cs/rhythmbox/figures/rb-window-small.png
+share/help/cs/rhythmbox/figures/rb-window.png
+share/help/da/rhythmbox/fdl-appendix.xml
+share/help/da/rhythmbox/index.docbook
+share/help/da/rhythmbox/legal.xml
+share/help/da/rhythmbox/figures/rb-iradio-main.png
+share/help/da/rhythmbox/figures/rb-notification-area-menu.png
+share/help/da/rhythmbox/figures/rb-notification-window.png
+share/help/da/rhythmbox/figures/rb-notification-zone.png
+share/help/da/rhythmbox/figures/rb-podcast-main.png
+share/help/da/rhythmbox/figures/rb-statusbar.png
+share/help/da/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/da/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/da/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/da/rhythmbox/figures/rb-toolbar.png
+share/help/da/rhythmbox/figures/rb-volume-changer.png
+share/help/da/rhythmbox/figures/rb-window-small.png
+share/help/da/rhythmbox/figures/rb-window.png
+share/help/de/rhythmbox/fdl-appendix.xml
+share/help/de/rhythmbox/index.docbook
+share/help/de/rhythmbox/legal.xml
+share/help/de/rhythmbox/figures/rb-iradio-main.png
+share/help/de/rhythmbox/figures/rb-notification-area-menu.png
+share/help/de/rhythmbox/figures/rb-notification-window.png
+share/help/de/rhythmbox/figures/rb-notification-zone.png
+share/help/de/rhythmbox/figures/rb-podcast-main.png
+share/help/de/rhythmbox/figures/rb-statusbar.png
+share/help/de/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/de/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/de/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/de/rhythmbox/figures/rb-toolbar.png
+share/help/de/rhythmbox/figures/rb-volume-changer.png
+share/help/de/rhythmbox/figures/rb-window-small.png
+share/help/de/rhythmbox/figures/rb-window.png
+share/help/el/rhythmbox/fdl-appendix.xml
+share/help/el/rhythmbox/index.docbook
+share/help/el/rhythmbox/legal.xml
+share/help/el/rhythmbox/figures/rb-iradio-main.png
+share/help/el/rhythmbox/figures/rb-notification-area-menu.png
+share/help/el/rhythmbox/figures/rb-notification-window.png
+share/help/el/rhythmbox/figures/rb-notification-zone.png
+share/help/el/rhythmbox/figures/rb-podcast-main.png
+share/help/el/rhythmbox/figures/rb-statusbar.png
+share/help/el/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/el/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/el/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/el/rhythmbox/figures/rb-toolbar.png
+share/help/el/rhythmbox/figures/rb-volume-changer.png
+share/help/el/rhythmbox/figures/rb-window-small.png
+share/help/el/rhythmbox/figures/rb-window.png
+share/help/es/rhythmbox/fdl-appendix.xml
+share/help/es/rhythmbox/index.docbook
+share/help/es/rhythmbox/legal.xml
+share/help/es/rhythmbox/figures/rb-iradio-main.png
+share/help/es/rhythmbox/figures/rb-notification-area-menu.png
+share/help/es/rhythmbox/figures/rb-notification-window.png
+share/help/es/rhythmbox/figures/rb-notification-zone.png
+share/help/es/rhythmbox/figures/rb-podcast-main.png
+share/help/es/rhythmbox/figures/rb-statusbar.png
+share/help/es/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/es/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/es/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/es/rhythmbox/figures/rb-toolbar.png
+share/help/es/rhythmbox/figures/rb-volume-changer.png
+share/help/es/rhythmbox/figures/rb-window-small.png
+share/help/es/rhythmbox/figures/rb-window.png
+share/help/eu/rhythmbox/fdl-appendix.xml
+share/help/eu/rhythmbox/index.docbook
+share/help/eu/rhythmbox/legal.xml
+share/help/eu/rhythmbox/figures/rb-iradio-main.png
+share/help/eu/rhythmbox/figures/rb-notification-area-menu.png
+share/help/eu/rhythmbox/figures/rb-notification-window.png
+share/help/eu/rhythmbox/figures/rb-notification-zone.png
+share/help/eu/rhythmbox/figures/rb-podcast-main.png
+share/help/eu/rhythmbox/figures/rb-statusbar.png
+share/help/eu/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/eu/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/eu/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/eu/rhythmbox/figures/rb-toolbar.png
+share/help/eu/rhythmbox/figures/rb-volume-changer.png
+share/help/eu/rhythmbox/figures/rb-window-small.png
+share/help/eu/rhythmbox/figures/rb-window.png
+share/help/fr/rhythmbox/fdl-appendix.xml
+share/help/fr/rhythmbox/index.docbook
+share/help/fr/rhythmbox/legal.xml
+share/help/fr/rhythmbox/figures/rb-iradio-main.png
+share/help/fr/rhythmbox/figures/rb-notification-area-menu.png
+share/help/fr/rhythmbox/figures/rb-notification-window.png
+share/help/fr/rhythmbox/figures/rb-notification-zone.png
+share/help/fr/rhythmbox/figures/rb-podcast-main.png
+share/help/fr/rhythmbox/figures/rb-statusbar.png
+share/help/fr/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/fr/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/fr/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/fr/rhythmbox/figures/rb-toolbar.png
+share/help/fr/rhythmbox/figures/rb-volume-changer.png
+share/help/fr/rhythmbox/figures/rb-window-small.png
+share/help/fr/rhythmbox/figures/rb-window.png
+share/help/gl/rhythmbox/fdl-appendix.xml
+share/help/gl/rhythmbox/index.docbook
+share/help/gl/rhythmbox/legal.xml
+share/help/gl/rhythmbox/figures/rb-iradio-main.png
+share/help/gl/rhythmbox/figures/rb-notification-area-menu.png
+share/help/gl/rhythmbox/figures/rb-notification-window.png
+share/help/gl/rhythmbox/figures/rb-notification-zone.png
+share/help/gl/rhythmbox/figures/rb-podcast-main.png
+share/help/gl/rhythmbox/figures/rb-statusbar.png
+share/help/gl/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/gl/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/gl/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/gl/rhythmbox/figures/rb-toolbar.png
+share/help/gl/rhythmbox/figures/rb-volume-changer.png
+share/help/gl/rhythmbox/figures/rb-window-small.png
+share/help/gl/rhythmbox/figures/rb-window.png
+share/help/it/rhythmbox/fdl-appendix.xml
+share/help/it/rhythmbox/index.docbook
+share/help/it/rhythmbox/legal.xml
+share/help/it/rhythmbox/figures/rb-iradio-main.png
+share/help/it/rhythmbox/figures/rb-notification-area-menu.png
+share/help/it/rhythmbox/figures/rb-notification-window.png
+share/help/it/rhythmbox/figures/rb-notification-zone.png
+share/help/it/rhythmbox/figures/rb-podcast-main.png
+share/help/it/rhythmbox/figures/rb-statusbar.png
+share/help/it/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/it/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/it/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/it/rhythmbox/figures/rb-toolbar.png
+share/help/it/rhythmbox/figures/rb-volume-changer.png
+share/help/it/rhythmbox/figures/rb-window-small.png
+share/help/it/rhythmbox/figures/rb-window.png
+share/help/ja/rhythmbox/fdl-appendix.xml
+share/help/ja/rhythmbox/index.docbook
+share/help/ja/rhythmbox/legal.xml
+share/help/ja/rhythmbox/figures/rb-iradio-main.png
+share/help/ja/rhythmbox/figures/rb-notification-area-menu.png
+share/help/ja/rhythmbox/figures/rb-notification-window.png
+share/help/ja/rhythmbox/figures/rb-notification-zone.png
+share/help/ja/rhythmbox/figures/rb-podcast-main.png
+share/help/ja/rhythmbox/figures/rb-statusbar.png
+share/help/ja/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/ja/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/ja/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/ja/rhythmbox/figures/rb-toolbar.png
+share/help/ja/rhythmbox/figures/rb-volume-changer.png
+share/help/ja/rhythmbox/figures/rb-window-small.png
+share/help/ja/rhythmbox/figures/rb-window.png
+share/help/oc/rhythmbox/fdl-appendix.xml
+share/help/oc/rhythmbox/index.docbook
+share/help/oc/rhythmbox/legal.xml
+share/help/oc/rhythmbox/figures/rb-iradio-main.png
+share/help/oc/rhythmbox/figures/rb-notification-area-menu.png
+share/help/oc/rhythmbox/figures/rb-notification-window.png
+share/help/oc/rhythmbox/figures/rb-notification-zone.png
+share/help/oc/rhythmbox/figures/rb-podcast-main.png
+share/help/oc/rhythmbox/figures/rb-statusbar.png
+share/help/oc/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/oc/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/oc/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/oc/rhythmbox/figures/rb-toolbar.png
+share/help/oc/rhythmbox/figures/rb-volume-changer.png
+share/help/oc/rhythmbox/figures/rb-window-small.png
+share/help/oc/rhythmbox/figures/rb-window.png
+share/help/pt/rhythmbox/fdl-appendix.xml
+share/help/pt/rhythmbox/index.docbook
+share/help/pt/rhythmbox/legal.xml
+share/help/pt/rhythmbox/figures/rb-iradio-main.png
+share/help/pt/rhythmbox/figures/rb-notification-area-menu.png
+share/help/pt/rhythmbox/figures/rb-notification-window.png
+share/help/pt/rhythmbox/figures/rb-notification-zone.png
+share/help/pt/rhythmbox/figures/rb-podcast-main.png
+share/help/pt/rhythmbox/figures/rb-statusbar.png
+share/help/pt/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/pt/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/pt/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/pt/rhythmbox/figures/rb-toolbar.png
+share/help/pt/rhythmbox/figures/rb-volume-changer.png
+share/help/pt/rhythmbox/figures/rb-window-small.png
+share/help/pt/rhythmbox/figures/rb-window.png
+share/help/pt_BR/rhythmbox/fdl-appendix.xml
+share/help/pt_BR/rhythmbox/index.docbook
+share/help/pt_BR/rhythmbox/legal.xml
+share/help/pt_BR/rhythmbox/figures/rb-iradio-main.png
+share/help/pt_BR/rhythmbox/figures/rb-notification-area-menu.png
+share/help/pt_BR/rhythmbox/figures/rb-notification-window.png
+share/help/pt_BR/rhythmbox/figures/rb-notification-zone.png
+share/help/pt_BR/rhythmbox/figures/rb-podcast-main.png
+share/help/pt_BR/rhythmbox/figures/rb-statusbar.png
+share/help/pt_BR/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/pt_BR/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/pt_BR/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/pt_BR/rhythmbox/figures/rb-toolbar.png
+share/help/pt_BR/rhythmbox/figures/rb-volume-changer.png
+share/help/pt_BR/rhythmbox/figures/rb-window-small.png
+share/help/pt_BR/rhythmbox/figures/rb-window.png
+share/help/ro/rhythmbox/fdl-appendix.xml
+share/help/ro/rhythmbox/index.docbook
+share/help/ro/rhythmbox/legal.xml
+share/help/ro/rhythmbox/figures/rb-iradio-main.png
+share/help/ro/rhythmbox/figures/rb-notification-area-menu.png
+share/help/ro/rhythmbox/figures/rb-notification-window.png
+share/help/ro/rhythmbox/figures/rb-notification-zone.png
+share/help/ro/rhythmbox/figures/rb-podcast-main.png
+share/help/ro/rhythmbox/figures/rb-statusbar.png
+share/help/ro/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/ro/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/ro/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/ro/rhythmbox/figures/rb-toolbar.png
+share/help/ro/rhythmbox/figures/rb-volume-changer.png
+share/help/ro/rhythmbox/figures/rb-window-small.png
+share/help/ro/rhythmbox/figures/rb-window.png
+share/help/ru/rhythmbox/fdl-appendix.xml
+share/help/ru/rhythmbox/index.docbook
+share/help/ru/rhythmbox/legal.xml
+share/help/ru/rhythmbox/figures/rb-iradio-main.png
+share/help/ru/rhythmbox/figures/rb-notification-area-menu.png
+share/help/ru/rhythmbox/figures/rb-notification-window.png
+share/help/ru/rhythmbox/figures/rb-notification-zone.png
+share/help/ru/rhythmbox/figures/rb-podcast-main.png
+share/help/ru/rhythmbox/figures/rb-statusbar.png
+share/help/ru/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/ru/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/ru/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/ru/rhythmbox/figures/rb-toolbar.png
+share/help/ru/rhythmbox/figures/rb-volume-changer.png
+share/help/ru/rhythmbox/figures/rb-window-small.png
+share/help/ru/rhythmbox/figures/rb-window.png
+share/help/sl/rhythmbox/fdl-appendix.xml
+share/help/sl/rhythmbox/index.docbook
+share/help/sl/rhythmbox/legal.xml
+share/help/sl/rhythmbox/figures/rb-iradio-main.png
+share/help/sl/rhythmbox/figures/rb-notification-area-menu.png
+share/help/sl/rhythmbox/figures/rb-notification-window.png
+share/help/sl/rhythmbox/figures/rb-notification-zone.png
+share/help/sl/rhythmbox/figures/rb-podcast-main.png
+share/help/sl/rhythmbox/figures/rb-statusbar.png
+share/help/sl/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/sl/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/sl/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/sl/rhythmbox/figures/rb-toolbar.png
+share/help/sl/rhythmbox/figures/rb-volume-changer.png
+share/help/sl/rhythmbox/figures/rb-window-small.png
+share/help/sl/rhythmbox/figures/rb-window.png
+share/help/sv/rhythmbox/fdl-appendix.xml
+share/help/sv/rhythmbox/index.docbook
+share/help/sv/rhythmbox/legal.xml
+share/help/sv/rhythmbox/figures/rb-iradio-main.png
+share/help/sv/rhythmbox/figures/rb-notification-area-menu.png
+share/help/sv/rhythmbox/figures/rb-notification-window.png
+share/help/sv/rhythmbox/figures/rb-notification-zone.png
+share/help/sv/rhythmbox/figures/rb-podcast-main.png
+share/help/sv/rhythmbox/figures/rb-statusbar.png
+share/help/sv/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/sv/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/sv/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/sv/rhythmbox/figures/rb-toolbar.png
+share/help/sv/rhythmbox/figures/rb-volume-changer.png
+share/help/sv/rhythmbox/figures/rb-window-small.png
+share/help/sv/rhythmbox/figures/rb-window.png
+share/help/uk/rhythmbox/fdl-appendix.xml
+share/help/uk/rhythmbox/index.docbook
+share/help/uk/rhythmbox/legal.xml
+share/help/uk/rhythmbox/figures/rb-iradio-main.png
+share/help/uk/rhythmbox/figures/rb-notification-area-menu.png
+share/help/uk/rhythmbox/figures/rb-notification-window.png
+share/help/uk/rhythmbox/figures/rb-notification-zone.png
+share/help/uk/rhythmbox/figures/rb-podcast-main.png
+share/help/uk/rhythmbox/figures/rb-statusbar.png
+share/help/uk/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/uk/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/uk/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/uk/rhythmbox/figures/rb-toolbar.png
+share/help/uk/rhythmbox/figures/rb-volume-changer.png
+share/help/uk/rhythmbox/figures/rb-window-small.png
+share/help/uk/rhythmbox/figures/rb-window.png
+share/help/zh_CN/rhythmbox/fdl-appendix.xml
+share/help/zh_CN/rhythmbox/index.docbook
+share/help/zh_CN/rhythmbox/legal.xml
+share/help/zh_CN/rhythmbox/figures/rb-iradio-main.png
+share/help/zh_CN/rhythmbox/figures/rb-notification-area-menu.png
+share/help/zh_CN/rhythmbox/figures/rb-notification-window.png
+share/help/zh_CN/rhythmbox/figures/rb-notification-zone.png
+share/help/zh_CN/rhythmbox/figures/rb-podcast-main.png
+share/help/zh_CN/rhythmbox/figures/rb-statusbar.png
+share/help/zh_CN/rhythmbox/figures/rb-toolbar-prevplaynext.png
+share/help/zh_CN/rhythmbox/figures/rb-toolbar-repeat.png
+share/help/zh_CN/rhythmbox/figures/rb-toolbar-shuffle.png
+share/help/zh_CN/rhythmbox/figures/rb-toolbar.png
+share/help/zh_CN/rhythmbox/figures/rb-volume-changer.png
+share/help/zh_CN/rhythmbox/figures/rb-window-small.png
+share/help/zh_CN/rhythmbox/figures/rb-window.png
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.svg
+share/icons/hicolor/48x48/status/rhythmbox-missing-artwork.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
@@ -523,6 +705,7 @@
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 at 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
@@ -531,12 +714,15 @@
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/fa/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/gd/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
@@ -560,6 +746,7 @@
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
@@ -570,6 +757,7 @@
share/locale/ro/LC_MESSAGES/rhythmbox.mo
share/locale/ru/LC_MESSAGES/rhythmbox.mo
share/locale/rw/LC_MESSAGES/rhythmbox.mo
+share/locale/si/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
@@ -584,190 +772,82 @@
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/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-it.omf
-share/omf/rhythmbox/rhythmbox-oc.omf
-share/omf/rhythmbox/rhythmbox-pt.omf
-share/omf/rhythmbox/rhythmbox-ru.omf
-share/omf/rhythmbox/rhythmbox-sv.omf
-share/omf/rhythmbox/rhythmbox-uk.omf
-share/omf/rhythmbox/rhythmbox-zh_CN.omf
-share/rhythmbox/create-playlist.ui
-share/rhythmbox/general-prefs.ui
-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/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/rhythmbox-no-star.png
-share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-notplaying.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/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/actions/visualization.png
-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
-%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/jamendo.png
-%%PYTHON%%share/rhythmbox/icons/hicolor/24x24/places/magnatune.png
-share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png
-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/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/32x32/status/rhythmbox-notplaying.png
-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/library-internet-radio.svg
-share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
-share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
-share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.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.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/uri-new.ui
- at dirrm share/rhythmbox/icons/hicolor/scalable/status
- at dirrm share/rhythmbox/icons/hicolor/scalable/places
- at dirrm share/rhythmbox/icons/hicolor/scalable/actions
- at dirrm share/rhythmbox/icons/hicolor/scalable
- at dirrm share/rhythmbox/icons/hicolor/32x32/status
- at dirrm share/rhythmbox/icons/hicolor/32x32/places
- at dirrm share/rhythmbox/icons/hicolor/32x32/actions
- at dirrm share/rhythmbox/icons/hicolor/32x32
-%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24/places
-%%PYTHON%%@dirrm share/rhythmbox/icons/hicolor/24x24
- at dirrm share/rhythmbox/icons/hicolor/22x22/status
- at dirrm share/rhythmbox/icons/hicolor/22x22/places
- at dirrm share/rhythmbox/icons/hicolor/22x22/actions
- at dirrm share/rhythmbox/icons/hicolor/22x22
- at dirrm share/rhythmbox/icons/hicolor/16x16/status
- at dirrm share/rhythmbox/icons/hicolor/16x16/places
- at dirrm share/rhythmbox/icons/hicolor/16x16/actions
- at dirrm share/rhythmbox/icons/hicolor/16x16
- at dirrm share/rhythmbox/icons/hicolor
- at dirrm share/rhythmbox/icons
- at dirrm share/rhythmbox
- at dirrm share/omf/rhythmbox
- at dirrm share/gnome/help/rhythmbox/zh_CN/figures
- at dirrm share/gnome/help/rhythmbox/zh_CN
- at dirrm share/gnome/help/rhythmbox/uk/figures
- at dirrm share/gnome/help/rhythmbox/uk
- at dirrm share/gnome/help/rhythmbox/sv/figures
- at dirrm share/gnome/help/rhythmbox/sv
- at dirrm share/gnome/help/rhythmbox/ru/figures
- at dirrm share/gnome/help/rhythmbox/ru
- at dirrm share/gnome/help/rhythmbox/pt/figures
- at dirrm share/gnome/help/rhythmbox/pt
- at dirrm share/gnome/help/rhythmbox/oc/figures
- at dirrm share/gnome/help/rhythmbox/oc
- at dirrm share/gnome/help/rhythmbox/it/figures
- at dirrm share/gnome/help/rhythmbox/it
- at dirrm share/gnome/help/rhythmbox/fr/figures
- at dirrm share/gnome/help/rhythmbox/fr
- at dirrm share/gnome/help/rhythmbox/es/figures
- at dirrm share/gnome/help/rhythmbox/es
- at dirrm share/gnome/help/rhythmbox/el/figures
- at dirrm share/gnome/help/rhythmbox/el
- at dirrm share/gnome/help/rhythmbox/da/figures
- at dirrm share/gnome/help/rhythmbox/da
- at dirrm share/gnome/help/rhythmbox/de/figures
- at dirrm share/gnome/help/rhythmbox/de
- at dirrm share/gnome/help/rhythmbox/cs/figures
- at dirrm share/gnome/help/rhythmbox/cs
- at dirrm share/gnome/help/rhythmbox/C/figures
- at dirrm share/gnome/help/rhythmbox/C
- at dirrm share/gnome/help/rhythmbox
- at dirrm %%DOCSDIR%%
- at dirrm lib/rhythmbox/plugins/visualizer
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/upnp_coherence
- at dirrm lib/rhythmbox/plugins/status-icon
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/sendto
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/replaygain
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/rb
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/python-console
- at dirrm lib/rhythmbox/plugins/power-manager
-%%MTP%%@dirrm lib/rhythmbox/plugins/mtpdevice
- at dirrm lib/rhythmbox/plugins/mmkeys
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/magnatune
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/lyrics
-%%LIRC%%@dirrm lib/rhythmbox/plugins/rblirc
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/jamendo
- at dirrm lib/rhythmbox/plugins/iradio
-%%IPOD%%@dirrm lib/rhythmbox/plugins/ipod
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/im-status
- at dirrm lib/rhythmbox/plugins/generic-player
- at dirrm lib/rhythmbox/plugins/fmradio
-%%DAAP%%@dirrm lib/rhythmbox/plugins/daap
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/tmpl
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/context/img
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/context
- at dirrm lib/rhythmbox/plugins/cd-recorder
- at dirrm lib/rhythmbox/plugins/audioscrobbler
- at dirrm lib/rhythmbox/plugins/audiocd
-%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay
- at dirrm lib/rhythmbox/plugins
- at dirrm lib/rhythmbox
-%%ITMS_PLUGIN%%@dirrmtry %%WEBPLUGIN_DIR%%
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/ps/LC_MESSAGES
- at dirrmtry share/locale/ps
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as
+%%DATADIR%%/app-menu.ui
+%%DATADIR%%/browser-popup.ui
+%%DATADIR%%/create-playlist.ui
+%%DATADIR%%/display-page-add-menu.ui
+%%DATADIR%%/edit-menu.ui
+%%DATADIR%%/general-prefs.ui
+%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-no-star.png
+%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-set-star.png
+%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-unset-star.png
+%%DATADIR%%/import-dialog.ui
+%%DATADIR%%/import-errors-popup.ui
+%%DATADIR%%/library-prefs.ui
+%%DATADIR%%/library-toolbar.ui
+%%PYTHON%%%%DATADIR%%/plugins/lyrics/lyrics-prefs.ui
+%%DATADIR%%/main-toolbar.ui
+%%DATADIR%%/media-player-properties.ui
+%%DATADIR%%/missing-files-popup.ui
+%%DATADIR%%/playback-prefs.ui
+%%DATADIR%%/playlist-menu.ui
+%%DATADIR%%/playlist-popup.ui
+%%DATADIR%%/playlist-save.ui
+%%DATADIR%%/playlist-toolbar.ui
+%%DATADIR%%/playlists.xml
+%%DATADIR%%/plugins/audiocd/album-info.ui
+%%DATADIR%%/plugins/audiocd/audiocd-toolbar.ui
+%%DATADIR%%/plugins/audioscrobbler/Last.fm-symbolic.svg
+%%DATADIR%%/plugins/audioscrobbler/audioscrobbler-preferences.ui
+%%DATADIR%%/plugins/audioscrobbler/audioscrobbler-profile.ui
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Allmusic16x16.png
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Discogs16x16.png
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Wikipedia16x16.png
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/lastfm.png
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/spinner.gif
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/album-tmpl.html
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/artist-tmpl.html
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/links-tmpl.html
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/loading.html
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/lyrics-tmpl.html
+%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/main.css
+%%DAAP%%%%DATADIR%%/plugins/daap/daap-prefs.ui
+%%DAAP%%%%DATADIR%%/plugins/daap/daap-toolbar.ui
+%%DAAP%%%%DATADIR%%/plugins/daap/remote-icon.png
+%%DATADIR%%/plugins/fmradio/fmradio-popup.ui
+%%DATADIR%%/plugins/fmradio/fmradio-toolbar.ui
+%%DATADIR%%/plugins/generic-player/generic-player-info.ui
+%%DATADIR%%/plugins/generic-player/generic-player-toolbar.ui
+%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-info.ui
+%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-init.ui
+%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-toolbar.ui
+%%DATADIR%%/plugins/iradio/iradio-initial.xspf
+%%DATADIR%%/plugins/iradio/iradio-popup.ui
+%%DATADIR%%/plugins/iradio/iradio-toolbar.ui
+%%LIRC%%%%DATADIR%%/plugins/rblirc/rhythmbox_lirc_default
+%%DATADIR%%/plugins/iradio/station-properties.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-loading.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-popup.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-prefs.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-symbolic.svg
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-toolbar.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune_logo_color_small.png
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune_logo_color_tiny.png
+%%MTP%%%%DATADIR%%/plugins/mtpdevice/mtp-info.ui
+%%MTP%%%%DATADIR%%/plugins/mtpdevice/mtp-toolbar.ui
+%%PYTHON%%%%DATADIR%%/plugins/replaygain/replaygain-prefs.ui
+%%DATADIR%%/podcast-add-dialog.ui
+%%DATADIR%%/podcast-feed-properties.ui
+%%DATADIR%%/podcast-prefs.ui
+%%DATADIR%%/podcast-popups.ui
+%%DATADIR%%/podcast-properties.ui
+%%DATADIR%%/podcast-toolbar.ui
+%%DATADIR%%/queue-popups.ui
+%%DATADIR%%/queue-toolbar.ui
+%%DATADIR%%/rhythmbox.gep
+%%DATADIR%%/song-info-multiple.ui
+%%DATADIR%%/song-info.ui
+%%DATADIR%%/style.css
+%%DATADIR%%/sync-dialog.ui
+%%DATADIR%%/sync-state.ui
+%%DATADIR%%/uri-new.ui
More information about the Midnightbsd-cvs
mailing list