Alexander Pyhalov
2017-03-26 e5081bf4430856e689a76117fa607ffe7443a5de
rhythmbox: update to 3.4.1
5 files deleted
2 files added
3 files modified
2199 ■■■■■ changed files
components/multimedia/rhythmbox/Makefile 54 ●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/manifests/sample-manifest.p5m 984 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/01-cfmakeraw.patch 18 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/02-avoid-abs-links.patch 11 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/no-ulong.patch 11 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/rhythmbox-01-playcd.patch 13 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/rhythmbox-02-gvfs.patch 14 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/rhythmbox-03-vala.patch 33 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/patches/rhythmbox-04-libmtp.patch 42 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/rhythmbox.p5m 1019 ●●●●● patch | view | raw | blame | history
components/multimedia/rhythmbox/Makefile
@@ -10,76 +10,72 @@
#
#
# Copyright 2016 Alexander Pyhalov
# Copyright 2017 Alexander Pyhalov
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= rhythmbox
COMPONENT_VERSION= 0.13.3
COMPONENT_REVISION= 3
COMPONENT_VERSION= 3.4.1
COMPONENT_SUMMARY= Rhythmbox Multimedia Player
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
  sha256:ad6532864bb4df30f1014ec81ddc0d2d3f69241235627f46abe5578cf629052a
  sha256:039f86661cba495f9429df6572fa79e68279635809e52fa0d19f57e8db8341b6
COMPONENT_ARCHIVE_URL= \
  http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.13/$(COMPONENT_ARCHIVE)
  http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.4/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL = http://www.gnome.org
COMPONENT_FMRI= gnome/media/rhythmbox
COMPONENT_CLASSIFICATION= Applications/Sound and Video
COMPONENT_LICENSE= GPLv2
COMPONENT_LICENSE_FILE= COPYING
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
PATH=/usr/gnu/bin:/usr/bin
CXXFLAGS+= -DMOZ_DEFAULT_TOOLKIT=\"cairo-gtk2\"
CXXFLAGS+= -std=gnu++0x
CFLAGS += -I/usr/include/check
COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D) && cd $(@D) &&\
        intltoolize --copy --force --automake &&\
        aclocal -I ./macros &&\
        autoheader &&\
        automake -a -c -f&&\
        autoconf)
COMPONENT_PREP_ACTION =    (cd $(@D) && autoreconf -f)
COMPONENT_PRE_CONFIGURE_ACTION =    ($(CLONEY) $(SOURCE_DIR) $(@D) )
CONFIGURE_OPTIONS+= --sysconfdir=/etc
CONFIGURE_OPTIONS+= --disable-browser-plugin
CONFIGURE_OPTIONS+= --enable-gstreamer
CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
CONFIGURE_OPTIONS+= --localstatedir=/var/lib
CONFIGURE_OPTIONS+= --with-mtp=no
CONFIGURE_ENV    += XGETTEXT=/usr/gnu/bin/xgettext
CONFIGURE_ENV    += MSGFMT=/usr/gnu/bin/msgfmt
CONFIGURE_ENV    += PYTHON=$(PYTHON)
COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
CONFIGURE_ENV    += PYTHON=$(PYTHON.3.4.$(BITS))
COMPONENT_BUILD_ENV += CC="$(CC)"
COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
build: $(BUILD_32)
install: $(INSTALL_32)
REQUIRED_PACKAGES += desktop/cd-burning/brasero
REQUIRED_PACKAGES += gnome/config/gconf
REQUIRED_PACKAGES += gnome/media/gnome-media
REQUIRED_PACKAGES += library/audio/gstreamer
REQUIRED_PACKAGES += library/audio/gstreamer/plugin/base
REQUIRED_PACKAGES += library/audio/gstreamer1
REQUIRED_PACKAGES += library/audio/gstreamer1/plugin/base
REQUIRED_PACKAGES += library/desktop/atk
REQUIRED_PACKAGES += library/desktop/cairo
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_PACKAGES += library/desktop/gtk2
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/desktop/json-glib
REQUIRED_PACKAGES += library/desktop/libpeas
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/desktop/webkitgtk
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/libmtp
REQUIRED_PACKAGES += library/libnotify
REQUIRED_PACKAGES += library/libsoup
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/media-player/totem-pl-parser
REQUIRED_PACKAGES += library/musicbrainz/libmusicbrainz-3
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += library/tdb
REQUIRED_PACKAGES += service/hal
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/libdbus
REQUIRED_PACKAGES += system/library/libdbus-glib
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/libice
REQUIRED_PACKAGES += x11/library/libsm
REQUIRED_PACKAGES += x11/library/libx11
components/multimedia/rhythmbox/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2017 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -22,11 +22,9 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=etc/gconf/schemas/rhythmbox.schemas
file path=usr/bin/rhythmbox
file path=usr/bin/rhythmbox-client
file path=usr/include/rhythmbox/backends/rb-encoder.h
file path=usr/include/rhythmbox/backends/rb-player-gst-data-tee.h
file path=usr/include/rhythmbox/backends/rb-player-gst-filter.h
file path=usr/include/rhythmbox/backends/rb-player-gst-tee.h
file path=usr/include/rhythmbox/backends/rb-player.h
@@ -34,18 +32,25 @@
file path=usr/include/rhythmbox/lib/rb-builder-helpers.h
file path=usr/include/rhythmbox/lib/rb-debug.h
file path=usr/include/rhythmbox/lib/rb-file-helpers.h
file path=usr/include/rhythmbox/lib/rb-preferences.h
file path=usr/include/rhythmbox/lib/rb-list-model.h
file path=usr/include/rhythmbox/lib/rb-stock-icons.h
file path=usr/include/rhythmbox/lib/rb-string-value-map.h
file path=usr/include/rhythmbox/lib/rb-task-progress-simple.h
file path=usr/include/rhythmbox/lib/rb-task-progress.h
file path=usr/include/rhythmbox/lib/rb-util.h
file path=usr/include/rhythmbox/metadata/rb-ext-db-key.h
file path=usr/include/rhythmbox/metadata/rb-ext-db.h
file path=usr/include/rhythmbox/metadata/rb-metadata.h
file path=usr/include/rhythmbox/plugins/rb-plugin-macros.h
file path=usr/include/rhythmbox/podcast/rb-podcast-entry-types.h
file path=usr/include/rhythmbox/podcast/rb-podcast-manager.h
file path=usr/include/rhythmbox/podcast/rb-podcast-parse.h
file path=usr/include/rhythmbox/podcast/rb-podcast-search.h
file path=usr/include/rhythmbox/rhythmdb/rb-refstring.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-entry-type.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-entry.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-import-job.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-metadata-cache.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-property-model.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-query-model.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-query-result-list.h
@@ -54,7 +59,6 @@
file path=usr/include/rhythmbox/shell/rb-history.h
file path=usr/include/rhythmbox/shell/rb-play-order.h
file path=usr/include/rhythmbox/shell/rb-playlist-manager.h
file path=usr/include/rhythmbox/shell/rb-plugin.h
file path=usr/include/rhythmbox/shell/rb-removable-media-manager.h
file path=usr/include/rhythmbox/shell/rb-shell-player.h
file path=usr/include/rhythmbox/shell/rb-shell-preferences.h
@@ -63,651 +67,143 @@
file path=usr/include/rhythmbox/shell/rb-track-transfer-queue.h
file path=usr/include/rhythmbox/sources/rb-auto-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-browser-source.h
file path=usr/include/rhythmbox/sources/rb-device-source.h
file path=usr/include/rhythmbox/sources/rb-display-page-group.h
file path=usr/include/rhythmbox/sources/rb-display-page-menu.h
file path=usr/include/rhythmbox/sources/rb-display-page-model.h
file path=usr/include/rhythmbox/sources/rb-display-page-tree.h
file path=usr/include/rhythmbox/sources/rb-display-page.h
file path=usr/include/rhythmbox/sources/rb-media-player-source.h
file path=usr/include/rhythmbox/sources/rb-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-playlist-xml.h
file path=usr/include/rhythmbox/sources/rb-removable-media-source.h
file path=usr/include/rhythmbox/sources/rb-source-search-basic.h
file path=usr/include/rhythmbox/sources/rb-source-search.h
file path=usr/include/rhythmbox/sources/rb-source.h
file path=usr/include/rhythmbox/sources/rb-static-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-streaming-source.h
file path=usr/include/rhythmbox/sources/rb-transfer-target.h
file path=usr/include/rhythmbox/widgets/rb-alert-dialog.h
file path=usr/include/rhythmbox/widgets/rb-button-bar.h
file path=usr/include/rhythmbox/widgets/rb-cell-renderer-pixbuf.h
file path=usr/include/rhythmbox/widgets/rb-cell-renderer-rating.h
file path=usr/include/rhythmbox/widgets/rb-dialog.h
file path=usr/include/rhythmbox/widgets/rb-encoding-settings.h
file path=usr/include/rhythmbox/widgets/rb-entry-view.h
file path=usr/include/rhythmbox/widgets/rb-fading-image.h
file path=usr/include/rhythmbox/widgets/rb-import-dialog.h
file path=usr/include/rhythmbox/widgets/rb-library-browser.h
file path=usr/include/rhythmbox/widgets/rb-object-property-editor.h
file path=usr/include/rhythmbox/widgets/rb-property-view.h
file path=usr/include/rhythmbox/widgets/rb-rating.h
file path=usr/include/rhythmbox/widgets/rb-segmented-bar.h
file path=usr/include/rhythmbox/widgets/rb-song-info.h
file path=usr/include/rhythmbox/widgets/rb-source-toolbar.h
file path=usr/include/rhythmbox/widgets/rb-task-list-display.h
file path=usr/include/rhythmbox/widgets/rb-uri-dialog.h
link path=usr/lib/librhythmbox-core.so target=librhythmbox-core.so.3.0.0
link path=usr/lib/librhythmbox-core.so.3 target=librhythmbox-core.so.3.0.0
file path=usr/lib/librhythmbox-core.so.3.0.0
file path=usr/lib/girepository-1.0/MPID-3.0.typelib
file path=usr/lib/girepository-1.0/RB-3.0.typelib
link path=usr/lib/librhythmbox-core.so target=librhythmbox-core.so.10.0.0
link path=usr/lib/librhythmbox-core.so.10 target=librhythmbox-core.so.10.0.0
file path=usr/lib/librhythmbox-core.so.10.0.0
file path=usr/lib/pkgconfig/rhythmbox.pc
file path=usr/lib/rhythmbox-metadata
file path=usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
file path=usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/__init__.py
file path=usr/lib/rhythmbox/plugins/artdisplay/__init__.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
file path=usr/lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png
file path=usr/lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
file path=usr/lib/rhythmbox/plugins/audiocd/album-info.ui
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
file path=usr/lib/rhythmbox/plugins/artsearch/artsearch.plugin
file path=usr/lib/rhythmbox/plugins/artsearch/artsearch.py
file path=usr/lib/rhythmbox/plugins/artsearch/embedded.py
file path=usr/lib/rhythmbox/plugins/artsearch/lastfm.py
file path=usr/lib/rhythmbox/plugins/artsearch/local.py
file path=usr/lib/rhythmbox/plugins/artsearch/musicbrainz.py
file path=usr/lib/rhythmbox/plugins/artsearch/oldcache.py
file path=usr/lib/rhythmbox/plugins/artsearch/songinfo.py
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd.plugin
file path=usr/lib/rhythmbox/plugins/audiocd/libaudiocd.so
file path=usr/lib/rhythmbox/plugins/audiocd/multiple-album.ui
file path=usr/lib/rhythmbox/plugins/audioscrobbler/Last.fm-icon.png
file path=usr/lib/rhythmbox/plugins/audioscrobbler/Libre.fm-icon.png
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-preferences.ui
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile-ui.xml
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile.ui
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-radio-ui.xml
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
file path=usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
file path=usr/lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
file path=usr/lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so
file path=usr/lib/rhythmbox/plugins/context/AlbumTab.py
file path=usr/lib/rhythmbox/plugins/context/AlbumTab.pyc
file path=usr/lib/rhythmbox/plugins/context/ArtistTab.py
file path=usr/lib/rhythmbox/plugins/context/ArtistTab.pyc
file path=usr/lib/rhythmbox/plugins/context/ContextView.py
file path=usr/lib/rhythmbox/plugins/context/ContextView.pyc
file path=usr/lib/rhythmbox/plugins/context/LastFM.py
file path=usr/lib/rhythmbox/plugins/context/LastFM.pyc
file path=usr/lib/rhythmbox/plugins/context/LinksTab.py
file path=usr/lib/rhythmbox/plugins/context/LinksTab.pyc
file path=usr/lib/rhythmbox/plugins/context/LyricsTab.py
file path=usr/lib/rhythmbox/plugins/context/LyricsTab.pyc
file path=usr/lib/rhythmbox/plugins/context/__init__.py
file path=usr/lib/rhythmbox/plugins/context/__init__.pyc
file path=usr/lib/rhythmbox/plugins/context/context.rb-plugin
file path=usr/lib/rhythmbox/plugins/context/img/Allmusic16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/Discogs16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/Wikipedia16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/lastfm.png
file path=usr/lib/rhythmbox/plugins/context/img/spinner.gif
file path=usr/lib/rhythmbox/plugins/context/tmpl/album-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/links-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/loading.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/main.css
file path=usr/lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.rb-plugin
file path=usr/lib/rhythmbox/plugins/context/context.py
file path=usr/lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
file path=usr/lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player-info.ui
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player.plugin
file path=usr/lib/rhythmbox/plugins/generic-player/libgeneric-player.so
file path=usr/lib/rhythmbox/plugins/im-status/__init__.py
file path=usr/lib/rhythmbox/plugins/im-status/__init__.pyc
file path=usr/lib/rhythmbox/plugins/im-status/im-status.rb-plugin
file path=usr/lib/rhythmbox/plugins/iradio/iradio-initial.xspf
file path=usr/lib/rhythmbox/plugins/iradio/iradio-ui.xml
file path=usr/lib/rhythmbox/plugins/iradio/iradio.rb-plugin
file path=usr/lib/rhythmbox/plugins/im-status/im-status.plugin
file path=usr/lib/rhythmbox/plugins/im-status/im-status.py
file path=usr/lib/rhythmbox/plugins/iradio/iradio.plugin
file path=usr/lib/rhythmbox/plugins/iradio/libiradio.so
file path=usr/lib/rhythmbox/plugins/iradio/station-properties.ui
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/__init__.py
file path=usr/lib/rhythmbox/plugins/jamendo/__init__.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo-loading.ui
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo_logo.png
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png
file path=usr/lib/rhythmbox/plugins/lyrics/AstrawebParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/DarkLyricsParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyrcParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/JetlyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/JlyricParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsParse.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsSites.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsSites.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/TerraParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/TerraParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/WinampcnParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/__init__.py
file path=usr/lib/rhythmbox/plugins/lyrics/__init__.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin
file path=usr/lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.plugin
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.py
file path=usr/lib/rhythmbox/plugins/magnatune/DownloadAlbumHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneAccount.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/TrackListHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/__init__.py
file path=usr/lib/rhythmbox/plugins/magnatune/__init__.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune-loading.ui
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.plugin
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.py
file path=usr/lib/rhythmbox/plugins/mmkeys/libmmkeys.so
file path=usr/lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin
file path=usr/lib/rhythmbox/plugins/mmkeys/mmkeys.plugin
file path=usr/lib/rhythmbox/plugins/mpris/libmpris.so
file path=usr/lib/rhythmbox/plugins/mpris/mpris.rb-plugin
file path=usr/lib/rhythmbox/plugins/mpris/mpris.plugin
file path=usr/lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
file path=usr/lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin
file path=usr/lib/rhythmbox/plugins/notification/libnotification.so
file path=usr/lib/rhythmbox/plugins/notification/notification.plugin
file path=usr/lib/rhythmbox/plugins/power-manager/libpower-manager.so
file path=usr/lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin
file path=usr/lib/rhythmbox/plugins/power-manager/power-manager.plugin
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.plugin
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.py
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.pyc
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
file path=usr/lib/rhythmbox/plugins/rb/Coroutine.py
file path=usr/lib/rhythmbox/plugins/rb/Coroutine.pyc
file path=usr/lib/rhythmbox/plugins/rb/Loader.py
file path=usr/lib/rhythmbox/plugins/rb/Loader.pyc
file path=usr/lib/rhythmbox/plugins/rb/URLCache.py
file path=usr/lib/rhythmbox/plugins/rb/URLCache.pyc
file path=usr/lib/rhythmbox/plugins/rb/__init__.py
file path=usr/lib/rhythmbox/plugins/rb/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rb/rb.plugin
file path=usr/lib/rhythmbox/plugins/rb/rb.py
file path=usr/lib/rhythmbox/plugins/rb/rbconfig.py
file path=usr/lib/rhythmbox/plugins/rb/stringmatch.py
file path=usr/lib/rhythmbox/plugins/rb/stringmatch.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/__init__.py
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.rb-plugin
file path=usr/lib/rhythmbox/plugins/replaygain/__init__.py
file path=usr/lib/rhythmbox/plugins/replaygain/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.plugin
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
file path=usr/lib/rhythmbox/plugins/replaygain/config.py
file path=usr/lib/rhythmbox/plugins/replaygain/config.pyc
file path=usr/lib/rhythmbox/plugins/replaygain/player.py
file path=usr/lib/rhythmbox/plugins/replaygain/player.pyc
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin
file path=usr/lib/rhythmbox/plugins/sendto/__init__.py
file path=usr/lib/rhythmbox/plugins/sendto/__init__.pyc
file path=usr/lib/rhythmbox/plugins/sendto/sendto.rb-plugin
file path=usr/lib/rhythmbox/plugins/status-icon/libstatus-icon.so
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/__init__.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin
file path=usr/lib/rhythmbox/plugins/visualizer/libvisualizer.so
file path=usr/lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer-controls.ui
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.plugin
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.py
file path=usr/lib/rhythmbox/plugins/sendto/sendto.plugin
file path=usr/lib/rhythmbox/plugins/sendto/sendto.py
file path=usr/lib/rhythmbox/plugins/soundcloud/soundcloud.plugin
file path=usr/lib/rhythmbox/plugins/soundcloud/soundcloud.py
file path=usr/lib/rhythmbox/plugins/webremote/siphash.py
file path=usr/lib/rhythmbox/plugins/webremote/webremote.plugin
file path=usr/lib/rhythmbox/plugins/webremote/webremote.py
file path=usr/lib/rhythmbox/sample-plugins/sample-python/sample-python.plugin
file path=usr/lib/rhythmbox/sample-plugins/sample-python/sample-python.py
file path=usr/lib/rhythmbox/sample-plugins/sample/libsample.so
file path=usr/lib/rhythmbox/sample-plugins/sample/sample.plugin
file path=usr/share/appdata/rhythmbox.appdata.xml
file path=usr/share/applications/rhythmbox-device.desktop
file path=usr/share/applications/rhythmbox.desktop
file path=usr/share/dbus-1/services/org.gnome.Rhythmbox.service
file path=usr/share/gnome/help/rhythmbox/C/fdl-appendix.xml
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/C/legal.xml
file path=usr/share/gnome/help/rhythmbox/C/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/cs/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/da/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/de/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/el/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/es/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/fr/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/gl/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/it/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ja/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/oc/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/pt/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ro/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ru/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/sl/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/sv/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/uk/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png
link \
    path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
file path=usr/share/dbus-1/services/org.gnome.Rhythmbox3.service
file path=usr/share/gir-1.0/MPID-3.0.gir
file path=usr/share/gir-1.0/RB-3.0.gir
file path=usr/share/glib-2.0/schemas/org.gnome.rhythmbox.gschema.xml
file path=usr/share/gtk-doc/html/rhythmbox/RBApplication.html
file path=usr/share/gtk-doc/html/rhythmbox/RBAutoPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBBrowserSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBCellRendererPixbuf.html
file path=usr/share/gtk-doc/html/rhythmbox/RBCellRendererRating.html
file path=usr/share/gtk-doc/html/rhythmbox/RBEncoder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPage.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageGroup.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageModel.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageTree.html
file path=usr/share/gtk-doc/html/rhythmbox/RBEntryView.html
file path=usr/share/gtk-doc/html/rhythmbox/RBHeader.html
file path=usr/share/gtk-doc/html/rhythmbox/RBHistory.html
@@ -720,18 +216,15 @@
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayOrder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayQueueSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayer.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstDataTee.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstFilter.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstTee.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlaylistManager.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlugin.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPropertyView.html
file path=usr/share/gtk-doc/html/rhythmbox/RBQueryCreator.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRandomPlayOrder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRating.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRemovableMediaManager.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRemovableMediaSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSearchEntry.html
file path=usr/share/gtk-doc/html/rhythmbox/RBShell.html
file path=usr/share/gtk-doc/html/rhythmbox/RBShellClipboard.html
@@ -739,9 +232,6 @@
file path=usr/share/gtk-doc/html/rhythmbox/RBShellPreferences.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSongInfo.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceHeader.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceSearch.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceSearchBasic.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStaticPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStatusbar.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStreamingSource.html
@@ -764,27 +254,202 @@
file path=usr/share/gtk-doc/html/rhythmbox/ch07.html
file path=usr/share/gtk-doc/html/rhythmbox/home.png
file path=usr/share/gtk-doc/html/rhythmbox/index.html
file path=usr/share/gtk-doc/html/rhythmbox/index.sgml
file path=usr/share/gtk-doc/html/rhythmbox/left-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/left.png
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-Media-player-ID.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBDeviceSource.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBEncoder.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBExtDB.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBTransferTarget.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-async-queue-watch.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-builder-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-debug.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-dialog.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-ext-db-key.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-file-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-gst-media-types.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-rating-helper.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-text-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-tree-dnd.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-util.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox.devhelp
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox.devhelp2
file path=usr/share/gtk-doc/html/rhythmbox/right-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/right.png
file path=usr/share/gtk-doc/html/rhythmbox/style.css
file path=usr/share/gtk-doc/html/rhythmbox/up-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/up.png
file path=usr/share/help/C/rhythmbox/fdl-appendix.xml
file path=usr/share/help/C/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/C/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/C/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/C/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/C/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/C/rhythmbox/figures/rb-window.png
file path=usr/share/help/C/rhythmbox/index.docbook
file path=usr/share/help/C/rhythmbox/legal.xml
file path=usr/share/help/ca/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ca/rhythmbox/index.docbook
file path=usr/share/help/ca/rhythmbox/legal.xml
file path=usr/share/help/cs/rhythmbox/fdl-appendix.xml
file path=usr/share/help/cs/rhythmbox/index.docbook
file path=usr/share/help/cs/rhythmbox/legal.xml
file path=usr/share/help/da/rhythmbox/fdl-appendix.xml
file path=usr/share/help/da/rhythmbox/index.docbook
file path=usr/share/help/da/rhythmbox/legal.xml
file path=usr/share/help/de/rhythmbox/fdl-appendix.xml
file path=usr/share/help/de/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/de/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/de/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/de/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/de/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/de/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/de/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/de/rhythmbox/figures/rb-window.png
file path=usr/share/help/de/rhythmbox/index.docbook
file path=usr/share/help/de/rhythmbox/legal.xml
file path=usr/share/help/el/rhythmbox/fdl-appendix.xml
file path=usr/share/help/el/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/el/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/el/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/el/rhythmbox/figures/rb-window.png
file path=usr/share/help/el/rhythmbox/index.docbook
file path=usr/share/help/el/rhythmbox/legal.xml
file path=usr/share/help/es/rhythmbox/fdl-appendix.xml
file path=usr/share/help/es/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/es/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/es/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/es/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/es/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/es/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/es/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/es/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/es/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/es/rhythmbox/figures/rb-window.png
file path=usr/share/help/es/rhythmbox/index.docbook
file path=usr/share/help/es/rhythmbox/legal.xml
file path=usr/share/help/eu/rhythmbox/fdl-appendix.xml
file path=usr/share/help/eu/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/eu/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/eu/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/eu/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/eu/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/eu/rhythmbox/figures/rb-window.png
file path=usr/share/help/eu/rhythmbox/index.docbook
file path=usr/share/help/eu/rhythmbox/legal.xml
file path=usr/share/help/fr/rhythmbox/fdl-appendix.xml
file path=usr/share/help/fr/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/fr/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/fr/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/fr/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/fr/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/fr/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/fr/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/fr/rhythmbox/figures/rb-window.png
file path=usr/share/help/fr/rhythmbox/index.docbook
file path=usr/share/help/fr/rhythmbox/legal.xml
file path=usr/share/help/gl/rhythmbox/fdl-appendix.xml
file path=usr/share/help/gl/rhythmbox/index.docbook
file path=usr/share/help/gl/rhythmbox/legal.xml
file path=usr/share/help/it/rhythmbox/fdl-appendix.xml
file path=usr/share/help/it/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/it/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/it/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/it/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/it/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/it/rhythmbox/figures/rb-window.png
file path=usr/share/help/it/rhythmbox/index.docbook
file path=usr/share/help/it/rhythmbox/legal.xml
file path=usr/share/help/ja/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ja/rhythmbox/index.docbook
file path=usr/share/help/ja/rhythmbox/legal.xml
file path=usr/share/help/oc/rhythmbox/fdl-appendix.xml
file path=usr/share/help/oc/rhythmbox/index.docbook
file path=usr/share/help/oc/rhythmbox/legal.xml
file path=usr/share/help/pt/rhythmbox/fdl-appendix.xml
file path=usr/share/help/pt/rhythmbox/index.docbook
file path=usr/share/help/pt/rhythmbox/legal.xml
file path=usr/share/help/pt_BR/rhythmbox/fdl-appendix.xml
file path=usr/share/help/pt_BR/rhythmbox/index.docbook
file path=usr/share/help/pt_BR/rhythmbox/legal.xml
file path=usr/share/help/ro/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ro/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/ro/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/ro/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/ro/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/ro/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/ro/rhythmbox/figures/rb-window.png
file path=usr/share/help/ro/rhythmbox/index.docbook
file path=usr/share/help/ro/rhythmbox/legal.xml
file path=usr/share/help/ru/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ru/rhythmbox/index.docbook
file path=usr/share/help/ru/rhythmbox/legal.xml
file path=usr/share/help/sl/rhythmbox/fdl-appendix.xml
file path=usr/share/help/sl/rhythmbox/index.docbook
file path=usr/share/help/sl/rhythmbox/legal.xml
file path=usr/share/help/sv/rhythmbox/fdl-appendix.xml
file path=usr/share/help/sv/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/sv/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/sv/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/sv/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/sv/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/sv/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/sv/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/sv/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/sv/rhythmbox/figures/rb-window.png
file path=usr/share/help/sv/rhythmbox/index.docbook
file path=usr/share/help/sv/rhythmbox/legal.xml
file path=usr/share/help/uk/rhythmbox/fdl-appendix.xml
file path=usr/share/help/uk/rhythmbox/index.docbook
file path=usr/share/help/uk/rhythmbox/legal.xml
file path=usr/share/help/zh_CN/rhythmbox/fdl-appendix.xml
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-window.png
file path=usr/share/help/zh_CN/rhythmbox/index.docbook
file path=usr/share/help/zh_CN/rhythmbox/legal.xml
file path=usr/share/icons/hicolor/16x16/apps/rhythmbox.png
file path=usr/share/icons/hicolor/22x22/apps/rhythmbox.png
file path=usr/share/icons/hicolor/24x24/apps/rhythmbox.png
file path=usr/share/icons/hicolor/24x24/places/music-library.png
file path=usr/share/icons/hicolor/256x256/apps/rhythmbox.png
file path=usr/share/icons/hicolor/32x32/apps/rhythmbox.png
file path=usr/share/icons/hicolor/48x48/apps/rhythmbox.png
@@ -799,6 +464,7 @@
file path=usr/share/locale/bg/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/br/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/bs/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ca/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ca@valencia/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/cs/LC_MESSAGES/rhythmbox.mo
@@ -813,9 +479,11 @@
file path=usr/share/locale/es/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/et/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/eu/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fa/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fi/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fr/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ga/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gd/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gl/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gu/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/he/LC_MESSAGES/rhythmbox.mo
@@ -826,6 +494,7 @@
file path=usr/share/locale/is/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/it/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ja/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/kk/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/kn/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ko/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/lt/LC_MESSAGES/rhythmbox.mo
@@ -850,6 +519,7 @@
file path=usr/share/locale/ro/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ru/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/rw/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/si/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sk/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sl/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sr/LC_MESSAGES/rhythmbox.mo
@@ -866,88 +536,36 @@
file path=usr/share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
file path=usr/share/man/man1/rhythmbox-client.1
file path=usr/share/man/man1/rhythmbox.1
file path=usr/share/omf/rhythmbox/rhythmbox-C.omf
file path=usr/share/omf/rhythmbox/rhythmbox-cs.omf
file path=usr/share/omf/rhythmbox/rhythmbox-da.omf
file path=usr/share/omf/rhythmbox/rhythmbox-de.omf
file path=usr/share/omf/rhythmbox/rhythmbox-el.omf
file path=usr/share/omf/rhythmbox/rhythmbox-es.omf
file path=usr/share/omf/rhythmbox/rhythmbox-fr.omf
file path=usr/share/omf/rhythmbox/rhythmbox-gl.omf
file path=usr/share/omf/rhythmbox/rhythmbox-it.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ja.omf
file path=usr/share/omf/rhythmbox/rhythmbox-oc.omf
file path=usr/share/omf/rhythmbox/rhythmbox-pt.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ro.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ru.omf
file path=usr/share/omf/rhythmbox/rhythmbox-sl.omf
file path=usr/share/omf/rhythmbox/rhythmbox-sv.omf
file path=usr/share/omf/rhythmbox/rhythmbox-uk.omf
file path=usr/share/omf/rhythmbox/rhythmbox-zh_CN.omf
file path=usr/share/rhythmbox/create-playlist.ui
file path=usr/share/rhythmbox/general-prefs.ui
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/music-library.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/visualization.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/24x24/places/jamendo.png
file path=usr/share/rhythmbox/icons/hicolor/24x24/places/magnatune.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
file path=usr/share/rhythmbox/library-prefs.ui
file path=usr/share/rhythmbox/media-player-properties.ui
file path=usr/share/rhythmbox/playback-prefs.ui
file path=usr/share/rhythmbox/playlist-save.ui
file path=usr/share/rhythmbox/playlists.xml
file path=usr/share/rhythmbox/plugins.ui
file path=usr/share/rhythmbox/podcast-feed-properties.ui
file path=usr/share/rhythmbox/podcast-prefs.ui
file path=usr/share/rhythmbox/podcast-properties.ui
file path=usr/share/rhythmbox/rhythmbox-ui.xml
file path=usr/share/rhythmbox/song-info-multiple.ui
file path=usr/share/rhythmbox/song-info.ui
file path=usr/share/rhythmbox/sync-dialog.ui
file path=usr/share/rhythmbox/sync-state.ui
file path=usr/share/rhythmbox/uri-new.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/audioscrobbler-preferences.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/icons/hicolor/scalable/places/Last.fm-symbolic.svg
file path=usr/share/rhythmbox/plugins/context/img/Allmusic16x16.png
file path=usr/share/rhythmbox/plugins/context/img/Discogs16x16.png
file path=usr/share/rhythmbox/plugins/context/img/Wikipedia16x16.png
file path=usr/share/rhythmbox/plugins/context/img/lastfm.png
file path=usr/share/rhythmbox/plugins/context/img/spinner.gif
file path=usr/share/rhythmbox/plugins/context/tmpl/album-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/artist-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/links-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/loading.html
file path=usr/share/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/main.css
file path=usr/share/rhythmbox/plugins/lyrics/lyrics-prefs.ui
file path=usr/share/rhythmbox/plugins/magnatune/icons/hicolor/scalable/places/magnatune-symbolic.svg
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-loading.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-popup.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-prefs.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-toolbar.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
file path=usr/share/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
file path=usr/share/rhythmbox/plugins/replaygain/replaygain-prefs.ui
file path=usr/share/rhythmbox/plugins/soundcloud/icons/hicolor/scalable/places/soundcloud-symbolic.svg
file path=usr/share/rhythmbox/plugins/soundcloud/powered-by-soundcloud.png
file path=usr/share/rhythmbox/plugins/soundcloud/soundcloud.ui
file path=usr/share/rhythmbox/plugins/webremote/css/grids-responsive-min.css
file path=usr/share/rhythmbox/plugins/webremote/css/pure-min.css
file path=usr/share/rhythmbox/plugins/webremote/css/webremote.css
file path=usr/share/rhythmbox/plugins/webremote/js/webremote.js
file path=usr/share/rhythmbox/plugins/webremote/webremote-config.ui
file path=usr/share/rhythmbox/plugins/webremote/webremote.html
file path=usr/share/rhythmbox/rhythmbox.gep
components/multimedia/rhythmbox/patches/01-cfmakeraw.patch
New file
@@ -0,0 +1,18 @@
--- rhythmbox-3.4.1/remote/dbus/rb-client.c.1    2017-03-11 16:05:53.607851910 +0300
+++ rhythmbox-3.4.1/remote/dbus/rb-client.c    2017-03-11 16:07:05.533851028 +0300
@@ -928,7 +928,15 @@
     tcgetattr(0, &orig_tt);
     tt = orig_tt;
+#ifdef __sun
+    tt.c_iflag &= ~(IMAXBEL|IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON);
+    tt.c_oflag &= ~OPOST;
+    tt.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
+    tt.c_cflag &= ~(CSIZE|PARENB);
+    tt.c_cflag |= CS8;
+#else
     cfmakeraw(&tt);
+#endif
     tt.c_lflag &= ~ECHO;
     tcsetattr(0, TCSAFLUSH, &tt);
components/multimedia/rhythmbox/patches/02-avoid-abs-links.patch
New file
@@ -0,0 +1,11 @@
--- rhythmbox-3.3.1/configure.ac.1    2017-03-11 16:23:19.560883074 +0300
+++ rhythmbox-3.3.1/configure.ac    2017-03-11 16:23:55.559492857 +0300
@@ -554,7 +554,7 @@
 GTK_DOC_CHECK(1.4)
 dnl Enable yelp-tools
-YELP_HELP_INIT
+YELP_HELP_INIT([no-lc-media-links])
 dnl ================================================================
 dnl Plugins
components/multimedia/rhythmbox/patches/no-ulong.patch
File was deleted
components/multimedia/rhythmbox/patches/rhythmbox-01-playcd.patch
File was deleted
components/multimedia/rhythmbox/patches/rhythmbox-02-gvfs.patch
File was deleted
components/multimedia/rhythmbox/patches/rhythmbox-03-vala.patch
File was deleted
components/multimedia/rhythmbox/patches/rhythmbox-04-libmtp.patch
File was deleted
components/multimedia/rhythmbox/rhythmbox.p5m
@@ -10,30 +10,25 @@
#
#
# Copyright 2013 Alexander Pyhalov.  All rights reserved.
# Copyright 2017 Alexander Pyhalov
#
set name=pkg.fmri value=pkg:/gnome/media/rhythmbox@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="org.opensolaris.category.2008:Applications/Sound and Video"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
<transform dir path=usr/share/locale/([^/]+)(\..+){0,1}(/.+){0,1} -> default facet.locale.%<\1> true>
<transform file path=usr/share/gtk-doc/.* ->  default facet.doc true>
<transform file path=usr/share/gtk-doc/html/.* ->  default facet.doc.html true>
<transform file path=etc/gconf/.* ->  default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
<transform file path=usr/lib/rhythmbox-metadata -> default mode 0555>
license rhythmbox.license license="GPLv2"
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
# Generated section:
depend type=require fmri=library/python/pygobject-3-34
file path=etc/gconf/schemas/rhythmbox.schemas preserve=renameold
file path=usr/bin/rhythmbox mode=0555
file path=usr/bin/rhythmbox-client mode=0555
file path=usr/bin/rhythmbox
file path=usr/bin/rhythmbox-client
file path=usr/include/rhythmbox/backends/rb-encoder.h
file path=usr/include/rhythmbox/backends/rb-player-gst-data-tee.h
file path=usr/include/rhythmbox/backends/rb-player-gst-filter.h
file path=usr/include/rhythmbox/backends/rb-player-gst-tee.h
file path=usr/include/rhythmbox/backends/rb-player.h
@@ -41,18 +36,25 @@
file path=usr/include/rhythmbox/lib/rb-builder-helpers.h
file path=usr/include/rhythmbox/lib/rb-debug.h
file path=usr/include/rhythmbox/lib/rb-file-helpers.h
file path=usr/include/rhythmbox/lib/rb-preferences.h
file path=usr/include/rhythmbox/lib/rb-list-model.h
file path=usr/include/rhythmbox/lib/rb-stock-icons.h
file path=usr/include/rhythmbox/lib/rb-string-value-map.h
file path=usr/include/rhythmbox/lib/rb-task-progress-simple.h
file path=usr/include/rhythmbox/lib/rb-task-progress.h
file path=usr/include/rhythmbox/lib/rb-util.h
file path=usr/include/rhythmbox/metadata/rb-ext-db-key.h
file path=usr/include/rhythmbox/metadata/rb-ext-db.h
file path=usr/include/rhythmbox/metadata/rb-metadata.h
file path=usr/include/rhythmbox/plugins/rb-plugin-macros.h
file path=usr/include/rhythmbox/podcast/rb-podcast-entry-types.h
file path=usr/include/rhythmbox/podcast/rb-podcast-manager.h
file path=usr/include/rhythmbox/podcast/rb-podcast-parse.h
file path=usr/include/rhythmbox/podcast/rb-podcast-search.h
file path=usr/include/rhythmbox/rhythmdb/rb-refstring.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-entry-type.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-entry.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-import-job.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-metadata-cache.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-property-model.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-query-model.h
file path=usr/include/rhythmbox/rhythmdb/rhythmdb-query-result-list.h
@@ -61,7 +63,6 @@
file path=usr/include/rhythmbox/shell/rb-history.h
file path=usr/include/rhythmbox/shell/rb-play-order.h
file path=usr/include/rhythmbox/shell/rb-playlist-manager.h
file path=usr/include/rhythmbox/shell/rb-plugin.h
file path=usr/include/rhythmbox/shell/rb-removable-media-manager.h
file path=usr/include/rhythmbox/shell/rb-shell-player.h
file path=usr/include/rhythmbox/shell/rb-shell-preferences.h
@@ -70,649 +71,143 @@
file path=usr/include/rhythmbox/shell/rb-track-transfer-queue.h
file path=usr/include/rhythmbox/sources/rb-auto-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-browser-source.h
file path=usr/include/rhythmbox/sources/rb-device-source.h
file path=usr/include/rhythmbox/sources/rb-display-page-group.h
file path=usr/include/rhythmbox/sources/rb-display-page-menu.h
file path=usr/include/rhythmbox/sources/rb-display-page-model.h
file path=usr/include/rhythmbox/sources/rb-display-page-tree.h
file path=usr/include/rhythmbox/sources/rb-display-page.h
file path=usr/include/rhythmbox/sources/rb-media-player-source.h
file path=usr/include/rhythmbox/sources/rb-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-playlist-xml.h
file path=usr/include/rhythmbox/sources/rb-removable-media-source.h
file path=usr/include/rhythmbox/sources/rb-source-search-basic.h
file path=usr/include/rhythmbox/sources/rb-source-search.h
file path=usr/include/rhythmbox/sources/rb-source.h
file path=usr/include/rhythmbox/sources/rb-static-playlist-source.h
file path=usr/include/rhythmbox/sources/rb-streaming-source.h
file path=usr/include/rhythmbox/sources/rb-transfer-target.h
file path=usr/include/rhythmbox/widgets/rb-alert-dialog.h
file path=usr/include/rhythmbox/widgets/rb-button-bar.h
file path=usr/include/rhythmbox/widgets/rb-cell-renderer-pixbuf.h
file path=usr/include/rhythmbox/widgets/rb-cell-renderer-rating.h
file path=usr/include/rhythmbox/widgets/rb-dialog.h
file path=usr/include/rhythmbox/widgets/rb-encoding-settings.h
file path=usr/include/rhythmbox/widgets/rb-entry-view.h
file path=usr/include/rhythmbox/widgets/rb-fading-image.h
file path=usr/include/rhythmbox/widgets/rb-import-dialog.h
file path=usr/include/rhythmbox/widgets/rb-library-browser.h
file path=usr/include/rhythmbox/widgets/rb-object-property-editor.h
file path=usr/include/rhythmbox/widgets/rb-property-view.h
file path=usr/include/rhythmbox/widgets/rb-rating.h
file path=usr/include/rhythmbox/widgets/rb-segmented-bar.h
file path=usr/include/rhythmbox/widgets/rb-song-info.h
file path=usr/include/rhythmbox/widgets/rb-source-toolbar.h
file path=usr/include/rhythmbox/widgets/rb-task-list-display.h
file path=usr/include/rhythmbox/widgets/rb-uri-dialog.h
link path=usr/lib/librhythmbox-core.so target=librhythmbox-core.so.3.0.0
link path=usr/lib/librhythmbox-core.so.3 target=librhythmbox-core.so.3.0.0
file path=usr/lib/librhythmbox-core.so.3.0.0 mode=0555
file path=usr/lib/girepository-1.0/MPID-3.0.typelib
file path=usr/lib/girepository-1.0/RB-3.0.typelib
link path=usr/lib/librhythmbox-core.so target=librhythmbox-core.so.10.0.0
link path=usr/lib/librhythmbox-core.so.10 target=librhythmbox-core.so.10.0.0
file path=usr/lib/librhythmbox-core.so.10.0.0
file path=usr/lib/pkgconfig/rhythmbox.pc
file path=usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
file path=usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/MusicBrainzCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
file path=usr/lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/__init__.py
file path=usr/lib/rhythmbox/plugins/artdisplay/__init__.pyc
file path=usr/lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
file path=usr/lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png
file path=usr/lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
file path=usr/lib/rhythmbox/plugins/audiocd/album-info.ui
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
file path=usr/lib/rhythmbox/plugins/audiocd/libaudiocd.so mode=0555
file path=usr/lib/rhythmbox/plugins/audiocd/multiple-album.ui
file path=usr/lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
file path=usr/lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so mode=0555
file path=usr/lib/rhythmbox-metadata
file path=usr/lib/rhythmbox/plugins/artsearch/artsearch.plugin
file path=usr/lib/rhythmbox/plugins/artsearch/artsearch.py
file path=usr/lib/rhythmbox/plugins/artsearch/embedded.py
file path=usr/lib/rhythmbox/plugins/artsearch/lastfm.py
file path=usr/lib/rhythmbox/plugins/artsearch/local.py
file path=usr/lib/rhythmbox/plugins/artsearch/musicbrainz.py
file path=usr/lib/rhythmbox/plugins/artsearch/oldcache.py
file path=usr/lib/rhythmbox/plugins/artsearch/songinfo.py
file path=usr/lib/rhythmbox/plugins/audiocd/audiocd.plugin
file path=usr/lib/rhythmbox/plugins/audiocd/libaudiocd.so
file path=usr/lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
file path=usr/lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
file path=usr/lib/rhythmbox/plugins/context/AlbumTab.py
file path=usr/lib/rhythmbox/plugins/context/AlbumTab.pyc
file path=usr/lib/rhythmbox/plugins/context/ArtistTab.py
file path=usr/lib/rhythmbox/plugins/context/ArtistTab.pyc
file path=usr/lib/rhythmbox/plugins/context/ContextView.py
file path=usr/lib/rhythmbox/plugins/context/ContextView.pyc
file path=usr/lib/rhythmbox/plugins/context/LastFM.py
file path=usr/lib/rhythmbox/plugins/context/LastFM.pyc
file path=usr/lib/rhythmbox/plugins/context/LinksTab.py
file path=usr/lib/rhythmbox/plugins/context/LinksTab.pyc
file path=usr/lib/rhythmbox/plugins/context/LyricsTab.py
file path=usr/lib/rhythmbox/plugins/context/LyricsTab.pyc
file path=usr/lib/rhythmbox/plugins/context/__init__.py
file path=usr/lib/rhythmbox/plugins/context/__init__.pyc
file path=usr/lib/rhythmbox/plugins/context/context.rb-plugin
file path=usr/lib/rhythmbox/plugins/context/img/Allmusic16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/Discogs16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/Wikipedia16x16.png
file path=usr/lib/rhythmbox/plugins/context/img/lastfm.png
file path=usr/lib/rhythmbox/plugins/context/img/spinner.gif
file path=usr/lib/rhythmbox/plugins/context/tmpl/album-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/artist-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/links-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/loading.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
file path=usr/lib/rhythmbox/plugins/context/tmpl/main.css
file path=usr/lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.rb-plugin
file path=usr/lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so \
    mode=0555
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player-info.ui
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
file path=usr/lib/rhythmbox/plugins/generic-player/libgeneric-player.so \
    mode=0555
file path=usr/lib/rhythmbox/plugins/im-status/__init__.py
file path=usr/lib/rhythmbox/plugins/im-status/__init__.pyc
file path=usr/lib/rhythmbox/plugins/im-status/im-status.rb-plugin
file path=usr/lib/rhythmbox/plugins/iradio/iradio-initial.xspf
file path=usr/lib/rhythmbox/plugins/iradio/iradio-ui.xml
file path=usr/lib/rhythmbox/plugins/iradio/iradio.rb-plugin
file path=usr/lib/rhythmbox/plugins/iradio/libiradio.so mode=0555
file path=usr/lib/rhythmbox/plugins/iradio/station-properties.ui
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py
file path=usr/lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/__init__.py
file path=usr/lib/rhythmbox/plugins/jamendo/__init__.pyc
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo-loading.ui
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo_logo.png
file path=usr/lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png
file path=usr/lib/rhythmbox/plugins/context/context.py
file path=usr/lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
file path=usr/lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so
file path=usr/lib/rhythmbox/plugins/generic-player/generic-player.plugin
file path=usr/lib/rhythmbox/plugins/generic-player/libgeneric-player.so
file path=usr/lib/rhythmbox/plugins/im-status/im-status.plugin
file path=usr/lib/rhythmbox/plugins/im-status/im-status.py
file path=usr/lib/rhythmbox/plugins/iradio/iradio.plugin
file path=usr/lib/rhythmbox/plugins/iradio/libiradio.so
file path=usr/lib/rhythmbox/plugins/lyrics/AstrawebParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/DarkLyricsParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyrcParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/JetlyricsParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/JlyricParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsParse.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsSites.py
file path=usr/lib/rhythmbox/plugins/lyrics/LyricsSites.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/TerraParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/TerraParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/WinampcnParser.py
file path=usr/lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/__init__.py
file path=usr/lib/rhythmbox/plugins/lyrics/__init__.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin
file path=usr/lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.plugin
file path=usr/lib/rhythmbox/plugins/lyrics/lyrics.py
file path=usr/lib/rhythmbox/plugins/magnatune/DownloadAlbumHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneAccount.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
file path=usr/lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/TrackListHandler.py
file path=usr/lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/__init__.py
file path=usr/lib/rhythmbox/plugins/magnatune/__init__.pyc
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune-loading.ui
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
file path=usr/lib/rhythmbox/plugins/mmkeys/libmmkeys.so mode=0555
file path=usr/lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin
file path=usr/lib/rhythmbox/plugins/mpris/libmpris.so mode=0555
file path=usr/lib/rhythmbox/plugins/mpris/mpris.rb-plugin
#file path=usr/lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so mode=0555
#file path=usr/lib/rhythmbox/plugins/mtpdevice/mtp-info.ui
#file path=usr/lib/rhythmbox/plugins/mtpdevice/mtp-ui.xml
#file path=usr/lib/rhythmbox/plugins/mtpdevice/mtpdevice.rb-plugin
file path=usr/lib/rhythmbox/plugins/power-manager/libpower-manager.so mode=0555
file path=usr/lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.plugin
file path=usr/lib/rhythmbox/plugins/magnatune/magnatune.py
file path=usr/lib/rhythmbox/plugins/mmkeys/libmmkeys.so
file path=usr/lib/rhythmbox/plugins/mmkeys/mmkeys.plugin
file path=usr/lib/rhythmbox/plugins/mpris/libmpris.so
file path=usr/lib/rhythmbox/plugins/mpris/mpris.plugin
file path=usr/lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
file path=usr/lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin
file path=usr/lib/rhythmbox/plugins/notification/libnotification.so
file path=usr/lib/rhythmbox/plugins/notification/notification.plugin
file path=usr/lib/rhythmbox/plugins/power-manager/libpower-manager.so
file path=usr/lib/rhythmbox/plugins/power-manager/power-manager.plugin
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.plugin
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.py
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.pyc
file path=usr/lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
file path=usr/lib/rhythmbox/plugins/rb/Coroutine.py
file path=usr/lib/rhythmbox/plugins/rb/Coroutine.pyc
file path=usr/lib/rhythmbox/plugins/rb/Loader.py
file path=usr/lib/rhythmbox/plugins/rb/Loader.pyc
file path=usr/lib/rhythmbox/plugins/rb/URLCache.py
file path=usr/lib/rhythmbox/plugins/rb/URLCache.pyc
file path=usr/lib/rhythmbox/plugins/rb/__init__.py
file path=usr/lib/rhythmbox/plugins/rb/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rb/rb.plugin
file path=usr/lib/rhythmbox/plugins/rb/rb.py
file path=usr/lib/rhythmbox/plugins/rb/rbconfig.py
file path=usr/lib/rhythmbox/plugins/rb/stringmatch.py
file path=usr/lib/rhythmbox/plugins/rb/stringmatch.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/__init__.py
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.rb-plugin
file path=usr/lib/rhythmbox/plugins/replaygain/__init__.py
file path=usr/lib/rhythmbox/plugins/replaygain/__init__.pyc
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.plugin
file path=usr/lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
file path=usr/lib/rhythmbox/plugins/replaygain/config.py
file path=usr/lib/rhythmbox/plugins/replaygain/config.pyc
file path=usr/lib/rhythmbox/plugins/replaygain/player.py
file path=usr/lib/rhythmbox/plugins/replaygain/player.pyc
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain-prefs.ui
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.rb-plugin
file path=usr/lib/rhythmbox/plugins/sendto/__init__.py
file path=usr/lib/rhythmbox/plugins/sendto/__init__.pyc
file path=usr/lib/rhythmbox/plugins/sendto/sendto.rb-plugin
file path=usr/lib/rhythmbox/plugins/status-icon/libstatus-icon.so mode=0555
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
file path=usr/lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py
file path=usr/lib/rhythmbox/plugins/upnp_coherence/__init__.pyc
file path=usr/lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin
file path=usr/lib/rhythmbox/plugins/visualizer/libvisualizer.so mode=0555
file path=usr/lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer-controls.ui
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
file path=usr/lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
file path=usr/lib/rhythmbox-metadata mode=0555
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.plugin
file path=usr/lib/rhythmbox/plugins/replaygain/replaygain.py
file path=usr/lib/rhythmbox/plugins/sendto/sendto.plugin
file path=usr/lib/rhythmbox/plugins/sendto/sendto.py
file path=usr/lib/rhythmbox/plugins/soundcloud/soundcloud.plugin
file path=usr/lib/rhythmbox/plugins/soundcloud/soundcloud.py
file path=usr/lib/rhythmbox/plugins/webremote/siphash.py
file path=usr/lib/rhythmbox/plugins/webremote/webremote.plugin
file path=usr/lib/rhythmbox/plugins/webremote/webremote.py
file path=usr/lib/rhythmbox/sample-plugins/sample-python/sample-python.plugin
file path=usr/lib/rhythmbox/sample-plugins/sample-python/sample-python.py
file path=usr/lib/rhythmbox/sample-plugins/sample/libsample.so
file path=usr/lib/rhythmbox/sample-plugins/sample/sample.plugin
file path=usr/share/appdata/rhythmbox.appdata.xml
file path=usr/share/applications/rhythmbox-device.desktop
file path=usr/share/applications/rhythmbox.desktop
file path=usr/share/dbus-1/services/org.gnome.Rhythmbox.service
file path=usr/share/gnome/help/rhythmbox/C/fdl-appendix.xml
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/C/legal.xml
file path=usr/share/gnome/help/rhythmbox/C/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/cs/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/cs/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/da/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/da/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/de/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/de/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/de/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/el/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/el/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/es/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/es/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/fr/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/fr/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/gl/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/gl/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/it/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/it/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/it/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ja/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ja/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/oc/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/oc/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/pt/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/pt/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ro/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ro/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/ru/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/ru/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/sl/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/sl/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/sv/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/sv/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/sv/rhythmbox.xml
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-iradio-main.png \
    target=../../C/figures/rb-iradio-main.png
link \
    path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-area-menu.png \
    target=../../C/figures/rb-notification-area-menu.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-window.png \
    target=../../C/figures/rb-notification-window.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-statusbar.png \
    target=../../C/figures/rb-statusbar.png
link \
    path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-prevplaynext.png \
    target=../../C/figures/rb-toolbar-prevplaynext.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-repeat.png \
    target=../../C/figures/rb-toolbar-repeat.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar-shuffle.png \
    target=../../C/figures/rb-toolbar-shuffle.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-toolbar.png \
    target=../../C/figures/rb-toolbar.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-volume-changer.png \
    target=../../C/figures/rb-volume-changer.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-window-small.png \
    target=../../C/figures/rb-window-small.png
link path=usr/share/gnome/help/rhythmbox/uk/figures/rb-window.png \
    target=../../C/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/uk/rhythmbox.xml
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-iradio-main.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-area-menu.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-window.png
link \
    path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-notification-zone.png \
    target=../../C/figures/rb-notification-zone.png
link path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-podcast-main.png \
    target=../../C/figures/rb-podcast-main.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-statusbar.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-prevplaynext.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-repeat.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar-shuffle.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-toolbar.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-volume-changer.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-window-small.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/figures/rb-window.png
file path=usr/share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
file path=usr/share/dbus-1/services/org.gnome.Rhythmbox3.service
file path=usr/share/gir-1.0/MPID-3.0.gir
file path=usr/share/gir-1.0/RB-3.0.gir
file path=usr/share/glib-2.0/schemas/org.gnome.rhythmbox.gschema.xml
file path=usr/share/gtk-doc/html/rhythmbox/RBApplication.html
file path=usr/share/gtk-doc/html/rhythmbox/RBAutoPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBBrowserSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBCellRendererPixbuf.html
file path=usr/share/gtk-doc/html/rhythmbox/RBCellRendererRating.html
file path=usr/share/gtk-doc/html/rhythmbox/RBEncoder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPage.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageGroup.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageModel.html
file path=usr/share/gtk-doc/html/rhythmbox/RBDisplayPageTree.html
file path=usr/share/gtk-doc/html/rhythmbox/RBEntryView.html
file path=usr/share/gtk-doc/html/rhythmbox/RBHeader.html
file path=usr/share/gtk-doc/html/rhythmbox/RBHistory.html
@@ -725,18 +220,15 @@
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayOrder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayQueueSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayer.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstDataTee.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstFilter.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlayerGstTee.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlaylistManager.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPlugin.html
file path=usr/share/gtk-doc/html/rhythmbox/RBPropertyView.html
file path=usr/share/gtk-doc/html/rhythmbox/RBQueryCreator.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRandomPlayOrder.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRating.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRemovableMediaManager.html
file path=usr/share/gtk-doc/html/rhythmbox/RBRemovableMediaSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSearchEntry.html
file path=usr/share/gtk-doc/html/rhythmbox/RBShell.html
file path=usr/share/gtk-doc/html/rhythmbox/RBShellClipboard.html
@@ -744,9 +236,6 @@
file path=usr/share/gtk-doc/html/rhythmbox/RBShellPreferences.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSongInfo.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceHeader.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceSearch.html
file path=usr/share/gtk-doc/html/rhythmbox/RBSourceSearchBasic.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStaticPlaylistSource.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStatusbar.html
file path=usr/share/gtk-doc/html/rhythmbox/RBStreamingSource.html
@@ -769,27 +258,202 @@
file path=usr/share/gtk-doc/html/rhythmbox/ch07.html
file path=usr/share/gtk-doc/html/rhythmbox/home.png
file path=usr/share/gtk-doc/html/rhythmbox/index.html
file path=usr/share/gtk-doc/html/rhythmbox/index.sgml
file path=usr/share/gtk-doc/html/rhythmbox/left-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/left.png
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-Media-player-ID.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBDeviceSource.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBEncoder.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBExtDB.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-RBTransferTarget.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-async-queue-watch.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-builder-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-debug.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-dialog.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-ext-db-key.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-file-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-gst-media-types.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-rating-helper.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-text-helpers.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-tree-dnd.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox-rb-util.html
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox.devhelp
file path=usr/share/gtk-doc/html/rhythmbox/rhythmbox.devhelp2
file path=usr/share/gtk-doc/html/rhythmbox/right-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/right.png
file path=usr/share/gtk-doc/html/rhythmbox/style.css
file path=usr/share/gtk-doc/html/rhythmbox/up-insensitive.png
file path=usr/share/gtk-doc/html/rhythmbox/up.png
file path=usr/share/help/C/rhythmbox/fdl-appendix.xml
file path=usr/share/help/C/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/C/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/C/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/C/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/C/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/C/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/C/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/C/rhythmbox/figures/rb-window.png
file path=usr/share/help/C/rhythmbox/index.docbook
file path=usr/share/help/C/rhythmbox/legal.xml
file path=usr/share/help/ca/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ca/rhythmbox/index.docbook
file path=usr/share/help/ca/rhythmbox/legal.xml
file path=usr/share/help/cs/rhythmbox/fdl-appendix.xml
file path=usr/share/help/cs/rhythmbox/index.docbook
file path=usr/share/help/cs/rhythmbox/legal.xml
file path=usr/share/help/da/rhythmbox/fdl-appendix.xml
file path=usr/share/help/da/rhythmbox/index.docbook
file path=usr/share/help/da/rhythmbox/legal.xml
file path=usr/share/help/de/rhythmbox/fdl-appendix.xml
file path=usr/share/help/de/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/de/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/de/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/de/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/de/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/de/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/de/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/de/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/de/rhythmbox/figures/rb-window.png
file path=usr/share/help/de/rhythmbox/index.docbook
file path=usr/share/help/de/rhythmbox/legal.xml
file path=usr/share/help/el/rhythmbox/fdl-appendix.xml
file path=usr/share/help/el/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/el/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/el/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/el/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/el/rhythmbox/figures/rb-window.png
file path=usr/share/help/el/rhythmbox/index.docbook
file path=usr/share/help/el/rhythmbox/legal.xml
file path=usr/share/help/es/rhythmbox/fdl-appendix.xml
file path=usr/share/help/es/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/es/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/es/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/es/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/es/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/es/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/es/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/es/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/es/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/es/rhythmbox/figures/rb-window.png
file path=usr/share/help/es/rhythmbox/index.docbook
file path=usr/share/help/es/rhythmbox/legal.xml
file path=usr/share/help/eu/rhythmbox/fdl-appendix.xml
file path=usr/share/help/eu/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/eu/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/eu/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/eu/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/eu/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/eu/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/eu/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/eu/rhythmbox/figures/rb-window.png
file path=usr/share/help/eu/rhythmbox/index.docbook
file path=usr/share/help/eu/rhythmbox/legal.xml
file path=usr/share/help/fr/rhythmbox/fdl-appendix.xml
file path=usr/share/help/fr/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/fr/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/fr/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/fr/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/fr/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/fr/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/fr/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/fr/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/fr/rhythmbox/figures/rb-window.png
file path=usr/share/help/fr/rhythmbox/index.docbook
file path=usr/share/help/fr/rhythmbox/legal.xml
file path=usr/share/help/gl/rhythmbox/fdl-appendix.xml
file path=usr/share/help/gl/rhythmbox/index.docbook
file path=usr/share/help/gl/rhythmbox/legal.xml
file path=usr/share/help/it/rhythmbox/fdl-appendix.xml
file path=usr/share/help/it/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/it/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/it/rhythmbox/figures/rb-notification-zone.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/it/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/it/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/it/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/it/rhythmbox/figures/rb-window.png
file path=usr/share/help/it/rhythmbox/index.docbook
file path=usr/share/help/it/rhythmbox/legal.xml
file path=usr/share/help/ja/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ja/rhythmbox/index.docbook
file path=usr/share/help/ja/rhythmbox/legal.xml
file path=usr/share/help/oc/rhythmbox/fdl-appendix.xml
file path=usr/share/help/oc/rhythmbox/index.docbook
file path=usr/share/help/oc/rhythmbox/legal.xml
file path=usr/share/help/pt/rhythmbox/fdl-appendix.xml
file path=usr/share/help/pt/rhythmbox/index.docbook
file path=usr/share/help/pt/rhythmbox/legal.xml
file path=usr/share/help/pt_BR/rhythmbox/fdl-appendix.xml
file path=usr/share/help/pt_BR/rhythmbox/index.docbook
file path=usr/share/help/pt_BR/rhythmbox/legal.xml
file path=usr/share/help/ro/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ro/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/ro/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/ro/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/ro/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/ro/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/ro/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/ro/rhythmbox/figures/rb-window.png
file path=usr/share/help/ro/rhythmbox/index.docbook
file path=usr/share/help/ro/rhythmbox/legal.xml
file path=usr/share/help/ru/rhythmbox/fdl-appendix.xml
file path=usr/share/help/ru/rhythmbox/index.docbook
file path=usr/share/help/ru/rhythmbox/legal.xml
file path=usr/share/help/sl/rhythmbox/fdl-appendix.xml
file path=usr/share/help/sl/rhythmbox/index.docbook
file path=usr/share/help/sl/rhythmbox/legal.xml
file path=usr/share/help/sv/rhythmbox/fdl-appendix.xml
file path=usr/share/help/sv/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/sv/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/sv/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/sv/rhythmbox/figures/rb-podcast-main.png
file path=usr/share/help/sv/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/sv/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/sv/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/sv/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/sv/rhythmbox/figures/rb-window.png
file path=usr/share/help/sv/rhythmbox/index.docbook
file path=usr/share/help/sv/rhythmbox/legal.xml
file path=usr/share/help/uk/rhythmbox/fdl-appendix.xml
file path=usr/share/help/uk/rhythmbox/index.docbook
file path=usr/share/help/uk/rhythmbox/legal.xml
file path=usr/share/help/zh_CN/rhythmbox/fdl-appendix.xml
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-iradio-main.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-notification-area-menu.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-notification-window.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-statusbar.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-prevplaynext.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-repeat.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar-shuffle.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-toolbar.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-volume-changer.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-window-small.png
file path=usr/share/help/zh_CN/rhythmbox/figures/rb-window.png
file path=usr/share/help/zh_CN/rhythmbox/index.docbook
file path=usr/share/help/zh_CN/rhythmbox/legal.xml
file path=usr/share/icons/hicolor/16x16/apps/rhythmbox.png
file path=usr/share/icons/hicolor/22x22/apps/rhythmbox.png
file path=usr/share/icons/hicolor/24x24/apps/rhythmbox.png
file path=usr/share/icons/hicolor/24x24/places/music-library.png
file path=usr/share/icons/hicolor/256x256/apps/rhythmbox.png
file path=usr/share/icons/hicolor/32x32/apps/rhythmbox.png
file path=usr/share/icons/hicolor/48x48/apps/rhythmbox.png
@@ -804,6 +468,7 @@
file path=usr/share/locale/bg/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/br/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/bs/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ca/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ca@valencia/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/cs/LC_MESSAGES/rhythmbox.mo
@@ -818,9 +483,11 @@
file path=usr/share/locale/es/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/et/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/eu/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fa/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fi/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/fr/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ga/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gd/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gl/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/gu/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/he/LC_MESSAGES/rhythmbox.mo
@@ -831,6 +498,7 @@
file path=usr/share/locale/is/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/it/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ja/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/kk/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/kn/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ko/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/lt/LC_MESSAGES/rhythmbox.mo
@@ -855,6 +523,7 @@
file path=usr/share/locale/ro/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/ru/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/rw/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/si/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sk/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sl/LC_MESSAGES/rhythmbox.mo
file path=usr/share/locale/sr/LC_MESSAGES/rhythmbox.mo
@@ -871,88 +540,36 @@
file path=usr/share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
file path=usr/share/man/man1/rhythmbox-client.1
file path=usr/share/man/man1/rhythmbox.1
file path=usr/share/omf/rhythmbox/rhythmbox-C.omf
file path=usr/share/omf/rhythmbox/rhythmbox-cs.omf
file path=usr/share/omf/rhythmbox/rhythmbox-da.omf
file path=usr/share/omf/rhythmbox/rhythmbox-de.omf
file path=usr/share/omf/rhythmbox/rhythmbox-el.omf
file path=usr/share/omf/rhythmbox/rhythmbox-es.omf
file path=usr/share/omf/rhythmbox/rhythmbox-fr.omf
file path=usr/share/omf/rhythmbox/rhythmbox-gl.omf
file path=usr/share/omf/rhythmbox/rhythmbox-it.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ja.omf
file path=usr/share/omf/rhythmbox/rhythmbox-oc.omf
file path=usr/share/omf/rhythmbox/rhythmbox-pt.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ro.omf
file path=usr/share/omf/rhythmbox/rhythmbox-ru.omf
file path=usr/share/omf/rhythmbox/rhythmbox-sl.omf
file path=usr/share/omf/rhythmbox/rhythmbox-sv.omf
file path=usr/share/omf/rhythmbox/rhythmbox-uk.omf
file path=usr/share/omf/rhythmbox/rhythmbox-zh_CN.omf
file path=usr/share/rhythmbox/create-playlist.ui
file path=usr/share/rhythmbox/general-prefs.ui
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/media-eject.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/music-library.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-set-star.png
file path=usr/share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-unset-star.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/podcast-new.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/actions/visualization.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/library-podcast.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/22x22/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/24x24/places/jamendo.png
file path=usr/share/rhythmbox/icons/hicolor/24x24/places/magnatune.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/internet-radio-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/playlist-automatic-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/actions/playlist-new.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/library-internet-radio.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/playlist-automatic.png
file path=usr/share/rhythmbox/icons/hicolor/32x32/places/playlist.png
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-duplicate.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/audio-cd-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/internet-radio-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/playlist-automatic-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/actions/playlist-new.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/library-internet-radio.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
file path=usr/share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
file path=usr/share/rhythmbox/library-prefs.ui
file path=usr/share/rhythmbox/media-player-properties.ui
file path=usr/share/rhythmbox/playback-prefs.ui
file path=usr/share/rhythmbox/playlist-save.ui
file path=usr/share/rhythmbox/playlists.xml
file path=usr/share/rhythmbox/plugins.ui
file path=usr/share/rhythmbox/podcast-feed-properties.ui
file path=usr/share/rhythmbox/podcast-prefs.ui
file path=usr/share/rhythmbox/podcast-properties.ui
file path=usr/share/rhythmbox/rhythmbox-ui.xml
file path=usr/share/rhythmbox/song-info-multiple.ui
file path=usr/share/rhythmbox/song-info.ui
file path=usr/share/rhythmbox/sync-dialog.ui
file path=usr/share/rhythmbox/sync-state.ui
file path=usr/share/rhythmbox/uri-new.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/audioscrobbler-preferences.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/audioscrobbler-profile.ui
file path=usr/share/rhythmbox/plugins/audioscrobbler/icons/hicolor/scalable/places/Last.fm-symbolic.svg
file path=usr/share/rhythmbox/plugins/context/img/Allmusic16x16.png
file path=usr/share/rhythmbox/plugins/context/img/Discogs16x16.png
file path=usr/share/rhythmbox/plugins/context/img/Wikipedia16x16.png
file path=usr/share/rhythmbox/plugins/context/img/lastfm.png
file path=usr/share/rhythmbox/plugins/context/img/spinner.gif
file path=usr/share/rhythmbox/plugins/context/tmpl/album-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/artist-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/links-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/loading.html
file path=usr/share/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html
file path=usr/share/rhythmbox/plugins/context/tmpl/main.css
file path=usr/share/rhythmbox/plugins/lyrics/lyrics-prefs.ui
file path=usr/share/rhythmbox/plugins/magnatune/icons/hicolor/scalable/places/magnatune-symbolic.svg
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-loading.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-popup.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-prefs.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune-toolbar.ui
file path=usr/share/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
file path=usr/share/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
file path=usr/share/rhythmbox/plugins/replaygain/replaygain-prefs.ui
file path=usr/share/rhythmbox/plugins/soundcloud/icons/hicolor/scalable/places/soundcloud-symbolic.svg
file path=usr/share/rhythmbox/plugins/soundcloud/powered-by-soundcloud.png
file path=usr/share/rhythmbox/plugins/soundcloud/soundcloud.ui
file path=usr/share/rhythmbox/plugins/webremote/css/grids-responsive-min.css
file path=usr/share/rhythmbox/plugins/webremote/css/pure-min.css
file path=usr/share/rhythmbox/plugins/webremote/css/webremote.css
file path=usr/share/rhythmbox/plugins/webremote/js/webremote.js
file path=usr/share/rhythmbox/plugins/webremote/webremote-config.ui
file path=usr/share/rhythmbox/plugins/webremote/webremote.html
file path=usr/share/rhythmbox/rhythmbox.gep