[Midnightbsd-cvs] mports [23559] trunk/audio/rhythmbox: update rhythmbox to 3.4.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 2 08:16:08 EDT 2018


Revision: 23559
          http://svnweb.midnightbsd.org/mports/?rev=23559
Author:   laffer1
Date:     2018-06-02 08:16:06 -0400 (Sat, 02 Jun 2018)
Log Message:
-----------
update rhythmbox to 3.4.2

Modified Paths:
--------------
    trunk/audio/rhythmbox/Makefile
    trunk/audio/rhythmbox/distinfo
    trunk/audio/rhythmbox/files/patch-configure
    trunk/audio/rhythmbox/pkg-descr
    trunk/audio/rhythmbox/pkg-plist

Modified: trunk/audio/rhythmbox/Makefile
===================================================================
--- trunk/audio/rhythmbox/Makefile	2018-06-02 01:00:28 UTC (rev 23558)
+++ trunk/audio/rhythmbox/Makefile	2018-06-02 12:16:06 UTC (rev 23559)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	rhythmbox
-PORTVERSION=	3.1
+PORTVERSION=	3.4.2
 CATEGORIES=	audio gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -10,77 +10,81 @@
 COMMENT=	Audio player for GNOME
 
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	python2.7:lang/python27 \
-		py27-dnspython>=1.9.4:dns/py-dnspython \
-		py33-dnspython>=1.9.4:dns/py3-dnspython \
-		${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 \
-		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
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \
+		valac:lang/vala \
+		gtkdoc-check:textproc/gtk-doc \
+		itstool:textproc/itstool
+LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5 \
+		libtotem-plparser.so:multimedia/totem-pl-parser \
+		libdbus-1.so:devel/dbus \
+		libdbus-glib-1.so:devel/dbus-glib \
+		libhal.so:sysutils/hal \
+		libsoup-2.4.so:devel/libsoup \
+		libcheck.so:devel/check \
+		libpeas-1.0.so:devel/libpeas \
+		libjson-glib-1.0.so:devel/json-glib \
+		libsoup-gnome-2.4.so:devel/libsoup-gnome \
+		libsecret-1.so:security/libsecret \
+		libtdb.so:databases/tdb
 
-USES=		desktop-file-utils gettext gmake libtool pathfix \
-		pkgconfig tar:xz
-USE_GNOME=	intlhack gnomeprefix gtk30 introspection:build
-USE_XORG=	ice xproto
+USES=		desktop-file-utils gmake gnome libtool localbase \
+		pathfix pkgconfig tar:xz
+USE_GNOME=	cairo intlhack glib20 gnomeprefix gtk30 introspection \
+		pygobject3 libxml2
+USE_XORG=	ice x11 xproto
 GNU_CONFIGURE=	yes
 USE_GSTREAMER1=	flac lame jpeg cdparanoia vorbis
 CONFIGURE_ARGS=	--enable-vala \
-		--disable-gudev \
 		--enable-visualizer=no \
+		--with-python=yes \
 		--disable-browser-plugin \
 		--with-libsecret=yes
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
-PLIST_SUB+=	PYTVER=${PYTHON_VER:S/.//}
-
 GLIB_SCHEMAS=	org.gnome.rhythmbox.gschema.xml
 
 OPTIONS_SUB=	yes
-OPTIONS_DEFINE=	BRASERO DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP WEBKIT
-OPTIONS_DEFAULT=BRASERO NOTIFY PYTHON WEBKIT
+OPTIONS_DEFINE=	BRASERO DAAP GRILO IPOD LIRC MTP NLS NOTIFY PYTHON
+OPTIONS_DEFAULT=BRASERO NOTIFY PYTHON
 BRASERO_DESC=	Brasero disc burning support
-BRASERO_CONFIGURE_ENABLE=brasero
-BRASERO_LIB_DEPENDS=	libbrasero-media3.so:${PORTSDIR}/sysutils/brasero
+BRASERO_CONFIGURE_WITH=	brasero
+BRASERO_LIB_DEPENDS=	libbrasero-media3.so: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
+DAAP_LIB_DEPENDS=	libdmapsharing-3.0.so:net/libdmapsharing
 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
+GRILO_BUILD_DEPENDS=	grilo>=0.3.1:net/grilo
+GRILO_LIB_DEPENDS=	libgrilo-0.3.so:net/grilo
+GRILO_RUN_DEPENDS=	grilo-plugins>=0.3.2:net/grilo-plugins
+IPOD_DESC=		iPod support
+IPOD_CONFIGURE_WITH=	ipod
+IPOD_LIB_DEPENDS=	libgpod.so:audio/libgpod \
+			libplist.so:devel/libplist \
+			libimobiledevice.so:comms/libimobiledevice
 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
+LIRC_LIB_DEPENDS=	liblirc_client.so:comms/lirc
 MTP_CONFIGURE_WITH=	mtp
-MTP_LIB_DEPENDS=	libmtp.so:${PORTSDIR}/multimedia/libmtp \
-			libhal.so:${PORTSDIR}/sysutils/hal
+MTP_LIB_DEPENDS=	libmtp.so:multimedia/libmtp \
+			libhal.so:sysutils/hal
+NLS_USES=		gettext
+NLS_CONFIGURE_OFF=	--disable-nls
+NOTIFY_CONFIGURE_ENABLE=	libnotify
+NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
 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
+PYTHON_USES=		python:3.3+
+PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \
 		${WRKSRC}/configure
 
+# rbzeitgeist plugin needs py3-zeitgeist
+post-install:
+	@${RM} -r ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist
+
 .include <bsd.port.mk>

Modified: trunk/audio/rhythmbox/distinfo
===================================================================
--- trunk/audio/rhythmbox/distinfo	2018-06-02 01:00:28 UTC (rev 23558)
+++ trunk/audio/rhythmbox/distinfo	2018-06-02 12:16:06 UTC (rev 23559)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/rhythmbox-3.1.tar.xz) = 2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1
-SIZE (gnome3/rhythmbox-3.1.tar.xz) = 6777168
+TIMESTAMP = 1509240983
+SHA256 (gnome3/rhythmbox-3.4.2.tar.xz) = c27622fb7658d3c8e935937a562ebd8a65f5316a12694d6a06cb17f790b6ec43
+SIZE (gnome3/rhythmbox-3.4.2.tar.xz) = 6909436

Modified: trunk/audio/rhythmbox/files/patch-configure
===================================================================
--- trunk/audio/rhythmbox/files/patch-configure	2018-06-02 01:00:28 UTC (rev 23558)
+++ trunk/audio/rhythmbox/files/patch-configure	2018-06-02 12:16:06 UTC (rev 23559)
@@ -1,6 +1,6 @@
---- configure.orig	2014-03-24 12:42:39.411641038 +0000
-+++ configure	2014-03-24 12:43:17.116638621 +0000
-@@ -21652,7 +21652,7 @@
+--- configure.orig	2015-04-19 09:36:39 UTC
++++ configure
+@@ -21798,7 +21798,7 @@ else
  fi
  
  

Modified: trunk/audio/rhythmbox/pkg-descr
===================================================================
--- trunk/audio/rhythmbox/pkg-descr	2018-06-02 01:00:28 UTC (rev 23558)
+++ trunk/audio/rhythmbox/pkg-descr	2018-06-02 12:16:06 UTC (rev 23559)
@@ -2,4 +2,4 @@
 Apple's iTunes.  It is free software, designed to work well under the GNOME
 Desktop, and based on the powerful GStreamer media framework.
 
-WWW: http://www.gnome.org/projects/rhythmbox/
+WWW: https://wiki.gnome.org/Apps/Rhythmbox

Modified: trunk/audio/rhythmbox/pkg-plist
===================================================================
--- trunk/audio/rhythmbox/pkg-plist	2018-06-02 01:00:28 UTC (rev 23558)
+++ trunk/audio/rhythmbox/pkg-plist	2018-06-02 12:16:06 UTC (rev 23559)
@@ -1,7 +1,6 @@
 bin/rhythmbox
 bin/rhythmbox-client
 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
@@ -10,10 +9,10 @@
 include/rhythmbox/lib/rb-debug.h
 include/rhythmbox/lib/rb-file-helpers.h
 include/rhythmbox/lib/rb-list-model.h
+include/rhythmbox/lib/rb-stock-icons.h
+include/rhythmbox/lib/rb-string-value-map.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
@@ -27,6 +26,7 @@
 include/rhythmbox/rhythmdb/rhythmdb-entry-type.h
 include/rhythmbox/rhythmdb/rhythmdb-entry.h
 include/rhythmbox/rhythmdb/rhythmdb-import-job.h
+include/rhythmbox/rhythmdb/rhythmdb-metadata-cache.h
 include/rhythmbox/rhythmdb/rhythmdb-property-model.h
 include/rhythmbox/rhythmdb/rhythmdb-query-model.h
 include/rhythmbox/rhythmdb/rhythmdb-query-result-list.h
@@ -63,6 +63,7 @@
 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-encoding-settings.h
 include/rhythmbox/widgets/rb-entry-view.h
 include/rhythmbox/widgets/rb-fading-image.h
 include/rhythmbox/widgets/rb-import-dialog.h
@@ -78,8 +79,22 @@
 lib/girepository-1.0/MPID-3.0.typelib
 lib/girepository-1.0/RB-3.0.typelib
 lib/librhythmbox-core.so
-lib/librhythmbox-core.so.8
-lib/librhythmbox-core.so.8.0.0
+lib/librhythmbox-core.so.10
+lib/librhythmbox-core.so.10.0.0
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/songinfo.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/songinfo.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.plugin
 %%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.py
 %%PYTHON%%lib/rhythmbox/plugins/artsearch/embedded.py
@@ -87,46 +102,34 @@
 %%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
+%%PYTHON%%lib/rhythmbox/plugins/artsearch/songinfo.py
 lib/rhythmbox/plugins/audiocd/audiocd.plugin
 lib/rhythmbox/plugins/audiocd/libaudiocd.so
 lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
 lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
-%%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
+%%PYTHON%%lib/rhythmbox/plugins/context/AlbumTab.py
+%%PYTHON%%lib/rhythmbox/plugins/context/ArtistTab.py
+%%PYTHON%%lib/rhythmbox/plugins/context/ContextView.py
+%%PYTHON%%lib/rhythmbox/plugins/context/LastFM.py
+%%PYTHON%%lib/rhythmbox/plugins/context/LinksTab.py
+%%PYTHON%%lib/rhythmbox/plugins/context/LyricsTab.py
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/context/context.py
 %%DAAP%%lib/rhythmbox/plugins/daap/daap.plugin
 %%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so
 lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
@@ -137,12 +140,12 @@
 lib/rhythmbox/plugins/generic-player/libgeneric-player.so
 %%GRILO%%lib/rhythmbox/plugins/grilo/grilo.plugin
 %%GRILO%%lib/rhythmbox/plugins/grilo/libgrilo.so
+%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.plugin
+%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.py
 %%IPOD%%lib/rhythmbox/plugins/ipod/ipod.plugin
 %%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so
-%%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
 %%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py
@@ -155,46 +158,46 @@
 %%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py
 %%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.py
 %%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTHON_SUFFIX%%.pyc
 %%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/TrackListHandler.py
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTHON_SUFFIX%%.pyc
 %%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.plugin
 lib/rhythmbox/plugins/mpris/libmpris.so
@@ -205,57 +208,64 @@
 %%NOTIFY%%lib/rhythmbox/plugins/notification/notification.plugin
 lib/rhythmbox/plugins/power-manager/libpower-manager.so
 lib/rhythmbox/plugins/power-manager/power-manager.plugin
+%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.plugin
 %%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py
-%%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/Loader.py
 %%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTHON_SUFFIX%%.pyc
 %%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/__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/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTHON_SUFFIX%%.pyc
 %%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py
 %%PYTHON%%lib/rhythmbox/plugins/replaygain/player.py
 %%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/__pycache__/sendto.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTHON_SUFFIX%%.pyc
 %%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/plugins/soundcloud/__pycache__/soundcloud.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/soundcloud/__pycache__/soundcloud.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/soundcloud/soundcloud.plugin
+%%PYTHON%%lib/rhythmbox/plugins/soundcloud/soundcloud.py
+%%PYTHON%%lib/rhythmbox/plugins/webremote/__pycache__/siphash.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/webremote/__pycache__/siphash.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/webremote/__pycache__/webremote.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/plugins/webremote/__pycache__/webremote.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON%%lib/rhythmbox/plugins/webremote/siphash.py
+%%PYTHON%%lib/rhythmbox/plugins/webremote/webremote.plugin
+%%PYTHON%%lib/rhythmbox/plugins/webremote/webremote.py
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
+%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTHON_SUFFIX%%.pyc
 %%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
+lib/rhythmbox/sample-plugins/sample-vala/libsample-vala.so
+lib/rhythmbox/sample-plugins/sample-vala/sample-vala.plugin
+lib/rhythmbox/sample-plugins/sample/libsample.so
+lib/rhythmbox/sample-plugins/sample/sample.plugin
 libdata/pkgconfig/rhythmbox.pc
 libexec/rhythmbox-metadata
 man/man1/rhythmbox-client.1.gz
@@ -264,95 +274,91 @@
 share/applications/rhythmbox-device.desktop
 share/applications/rhythmbox.desktop
 share/dbus-1/services/org.gnome.Rhythmbox3.service
-%%DOCSDIR%%/RBApplication.html
-%%DOCSDIR%%/RBAutoPlaylistSource.html
-%%DOCSDIR%%/RBBrowserSource.html
-%%DOCSDIR%%/RBCellRendererPixbuf.html
-%%DOCSDIR%%/RBCellRendererRating.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
-%%DOCSDIR%%/RBPlayQueueSource.html
-%%DOCSDIR%%/RBPlayer.html
-%%DOCSDIR%%/RBPlayerGstDataTee.html
-%%DOCSDIR%%/RBPlayerGstFilter.html
-%%DOCSDIR%%/RBPlayerGstTee.html
-%%DOCSDIR%%/RBPlaylistManager.html
-%%DOCSDIR%%/RBPlaylistSource.html
-%%DOCSDIR%%/RBPropertyView.html
-%%DOCSDIR%%/RBQueryCreator.html
-%%DOCSDIR%%/RBRandomPlayOrder.html
-%%DOCSDIR%%/RBRating.html
-%%DOCSDIR%%/RBRemovableMediaManager.html
-%%DOCSDIR%%/RBSearchEntry.html
-%%DOCSDIR%%/RBShell.html
-%%DOCSDIR%%/RBShellClipboard.html
-%%DOCSDIR%%/RBShellPlayer.html
-%%DOCSDIR%%/RBShellPreferences.html
-%%DOCSDIR%%/RBSongInfo.html
-%%DOCSDIR%%/RBSource.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
-%%DOCSDIR%%/RhythmDBQueryResults.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/ch03.html
-%%DOCSDIR%%/ch04.html
-%%DOCSDIR%%/ch05.html
-%%DOCSDIR%%/ch06.html
-%%DOCSDIR%%/ch07.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left-insensitive.png
-%%DOCSDIR%%/left.png
-%%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-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.devhelp2
-%%DOCSDIR%%/right-insensitive.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up-insensitive.png
-%%DOCSDIR%%/up.png
+%%PORTDOCS%%%%DOCSDIR%%/RBApplication.html
+%%PORTDOCS%%%%DOCSDIR%%/RBAutoPlaylistSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBBrowserSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBCellRendererPixbuf.html
+%%PORTDOCS%%%%DOCSDIR%%/RBCellRendererRating.html
+%%PORTDOCS%%%%DOCSDIR%%/RBDisplayPage.html
+%%PORTDOCS%%%%DOCSDIR%%/RBDisplayPageGroup.html
+%%PORTDOCS%%%%DOCSDIR%%/RBDisplayPageModel.html
+%%PORTDOCS%%%%DOCSDIR%%/RBDisplayPageTree.html
+%%PORTDOCS%%%%DOCSDIR%%/RBEntryView.html
+%%PORTDOCS%%%%DOCSDIR%%/RBHeader.html
+%%PORTDOCS%%%%DOCSDIR%%/RBHistory.html
+%%PORTDOCS%%%%DOCSDIR%%/RBImportErrorsSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBLibraryBrowser.html
+%%PORTDOCS%%%%DOCSDIR%%/RBLibrarySource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBMediaPlayerSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBMetaData.html
+%%PORTDOCS%%%%DOCSDIR%%/RBMissingFilesSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlayOrder.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlayQueueSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlayer.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlayerGstFilter.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlayerGstTee.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlaylistManager.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPlaylistSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBPropertyView.html
+%%PORTDOCS%%%%DOCSDIR%%/RBQueryCreator.html
+%%PORTDOCS%%%%DOCSDIR%%/RBRandomPlayOrder.html
+%%PORTDOCS%%%%DOCSDIR%%/RBRating.html
+%%PORTDOCS%%%%DOCSDIR%%/RBRemovableMediaManager.html
+%%PORTDOCS%%%%DOCSDIR%%/RBSearchEntry.html
+%%PORTDOCS%%%%DOCSDIR%%/RBShell.html
+%%PORTDOCS%%%%DOCSDIR%%/RBShellClipboard.html
+%%PORTDOCS%%%%DOCSDIR%%/RBShellPlayer.html
+%%PORTDOCS%%%%DOCSDIR%%/RBShellPreferences.html
+%%PORTDOCS%%%%DOCSDIR%%/RBSongInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/RBSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBStaticPlaylistSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBStatusbar.html
+%%PORTDOCS%%%%DOCSDIR%%/RBStreamingSource.html
+%%PORTDOCS%%%%DOCSDIR%%/RBStringValueMap.html
+%%PORTDOCS%%%%DOCSDIR%%/RBTrackTransferBatch.html
+%%PORTDOCS%%%%DOCSDIR%%/RBTrackTransferQueue.html
+%%PORTDOCS%%%%DOCSDIR%%/RBURIDialog.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDB.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDBEntryType.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDBImportJob.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDBPropertyModel.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDBQueryModel.html
+%%PORTDOCS%%%%DOCSDIR%%/RhythmDBQueryResults.html
+%%PORTDOCS%%%%DOCSDIR%%/ch01.html
+%%PORTDOCS%%%%DOCSDIR%%/ch02.html
+%%PORTDOCS%%%%DOCSDIR%%/ch03.html
+%%PORTDOCS%%%%DOCSDIR%%/ch04.html
+%%PORTDOCS%%%%DOCSDIR%%/ch05.html
+%%PORTDOCS%%%%DOCSDIR%%/ch06.html
+%%PORTDOCS%%%%DOCSDIR%%/ch07.html
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-RBDeviceSource.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-RBEncoder.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-RBExtDB.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-RBTransferTarget.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-debug.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-dialog.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-ext-db-key.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-gst-media-types.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-text-helpers.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox-rb-util.html
+%%PORTDOCS%%%%DOCSDIR%%/rhythmbox.devhelp2
+%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/up.png
 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
@@ -366,9 +372,9 @@
 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/C/rhythmbox/index.docbook
+share/help/C/rhythmbox/legal.xml
 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
@@ -382,9 +388,9 @@
 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/ca/rhythmbox/index.docbook
+share/help/ca/rhythmbox/legal.xml
 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
@@ -398,9 +404,9 @@
 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/cs/rhythmbox/index.docbook
+share/help/cs/rhythmbox/legal.xml
 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
@@ -414,9 +420,9 @@
 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/da/rhythmbox/index.docbook
+share/help/da/rhythmbox/legal.xml
 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
@@ -430,9 +436,9 @@
 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/de/rhythmbox/index.docbook
+share/help/de/rhythmbox/legal.xml
 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
@@ -446,9 +452,9 @@
 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/el/rhythmbox/index.docbook
+share/help/el/rhythmbox/legal.xml
 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
@@ -462,9 +468,9 @@
 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/es/rhythmbox/index.docbook
+share/help/es/rhythmbox/legal.xml
 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
@@ -478,9 +484,9 @@
 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/eu/rhythmbox/index.docbook
+share/help/eu/rhythmbox/legal.xml
 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
@@ -494,9 +500,9 @@
 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/fr/rhythmbox/index.docbook
+share/help/fr/rhythmbox/legal.xml
 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
@@ -510,9 +516,9 @@
 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/gl/rhythmbox/index.docbook
+share/help/gl/rhythmbox/legal.xml
 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
@@ -526,9 +532,9 @@
 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/it/rhythmbox/index.docbook
+share/help/it/rhythmbox/legal.xml
 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
@@ -542,9 +548,9 @@
 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/ja/rhythmbox/index.docbook
+share/help/ja/rhythmbox/legal.xml
 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
@@ -558,9 +564,9 @@
 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/oc/rhythmbox/index.docbook
+share/help/oc/rhythmbox/legal.xml
 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
@@ -574,9 +580,9 @@
 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/rhythmbox/index.docbook
+share/help/pt/rhythmbox/legal.xml
 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
@@ -590,9 +596,9 @@
 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/pt_BR/rhythmbox/index.docbook
+share/help/pt_BR/rhythmbox/legal.xml
 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
@@ -606,9 +612,9 @@
 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/ro/rhythmbox/index.docbook
+share/help/ro/rhythmbox/legal.xml
 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
@@ -622,9 +628,9 @@
 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/ru/rhythmbox/index.docbook
+share/help/ru/rhythmbox/legal.xml
 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
@@ -638,9 +644,9 @@
 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/sl/rhythmbox/index.docbook
+share/help/sl/rhythmbox/legal.xml
 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
@@ -654,9 +660,9 @@
 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/sv/rhythmbox/index.docbook
+share/help/sv/rhythmbox/legal.xml
 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
@@ -670,9 +676,9 @@
 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/uk/rhythmbox/index.docbook
+share/help/uk/rhythmbox/legal.xml
 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
@@ -686,6 +692,8 @@
 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/help/zh_CN/rhythmbox/index.docbook
+share/help/zh_CN/rhythmbox/legal.xml
 share/icons/hicolor/16x16/apps/rhythmbox.png
 share/icons/hicolor/22x22/apps/rhythmbox.png
 share/icons/hicolor/24x24/apps/rhythmbox.png
@@ -692,162 +700,118 @@
 share/icons/hicolor/256x256/apps/rhythmbox.png
 share/icons/hicolor/32x32/apps/rhythmbox.png
 share/icons/hicolor/48x48/apps/rhythmbox.png
-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
-share/locale/as/LC_MESSAGES/rhythmbox.mo
-share/locale/az/LC_MESSAGES/rhythmbox.mo
-share/locale/be/LC_MESSAGES/rhythmbox.mo
-share/locale/be at 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 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
-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/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
-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/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
-share/locale/sr at 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
-%%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
+%%NLS%%share/locale/af/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/am/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/as/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/az/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/be/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/be at latin/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/br/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ca at valencia/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/cy/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/da/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/de/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/dz/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/el/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/en_CA/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/es/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/et/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/gd/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/gu/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/he/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/id/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/is/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/it/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/kn/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ml/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ne/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/or/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ps/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/rw/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/si/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/te/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/th/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
 %%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
+%%DATADIR%%/plugins/audioscrobbler/icons/hicolor/scalable/places/Last.fm-symbolic.svg
+%%PYTHON%%%%DATADIR%%/plugins/context/img/Allmusic16x16.png
+%%PYTHON%%%%DATADIR%%/plugins/context/img/Discogs16x16.png
+%%PYTHON%%%%DATADIR%%/plugins/context/img/Wikipedia16x16.png
+%%PYTHON%%%%DATADIR%%/plugins/context/img/lastfm.png
+%%PYTHON%%%%DATADIR%%/plugins/context/img/spinner.gif
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/album-tmpl.html
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/artist-tmpl.html
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/links-tmpl.html
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/loading.html
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/lyrics-tmpl.html
+%%PYTHON%%%%DATADIR%%/plugins/context/tmpl/main.css
+%%PYTHON%%%%DATADIR%%/plugins/lyrics/lyrics-prefs.ui
+%%PYTHON%%%%DATADIR%%/plugins/magnatune/icons/hicolor/scalable/places/magnatune-symbolic.svg
 %%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
+%%PYTHON%%%%DATADIR%%/plugins/soundcloud/icons/hicolor/scalable/places/soundcloud-symbolic.svg
+%%PYTHON%%%%DATADIR%%/plugins/soundcloud/powered-by-soundcloud.png
+%%PYTHON%%%%DATADIR%%/plugins/soundcloud/soundcloud.ui
+%%PYTHON%%%%DATADIR%%/plugins/webremote/css/grids-responsive-min.css
+%%PYTHON%%%%DATADIR%%/plugins/webremote/css/pure-min.css
+%%PYTHON%%%%DATADIR%%/plugins/webremote/css/webremote.css
+%%PYTHON%%%%DATADIR%%/plugins/webremote/js/webremote.js
+%%PYTHON%%%%DATADIR%%/plugins/webremote/webremote-config.ui
+%%PYTHON%%%%DATADIR%%/plugins/webremote/webremote.html
 %%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
+%%LIRC%%%%DATADIR%%/plugins/rblirc/rhythmbox_lirc_default



More information about the Midnightbsd-cvs mailing list