- update to rhythmbox-0.12.2

- enable python plugins
This commit is contained in:
ajacoutot 2009-05-31 14:11:36 +00:00
parent 28b25b42af
commit 14352b336d
9 changed files with 225 additions and 87 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.30 2009/04/28 10:26:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2009/05/31 14:11:36 ajacoutot Exp $
COMMENT= music management application for GNOME
GNOME_PROJECT= rhythmbox
GNOME_VERSION= 0.12.1
GNOME_VERSION= 0.12.2
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
CATEGORIES= audio
@ -35,10 +35,13 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
ssl ssl3 tasn1 util xml2 z
MODULES= devel/gettext \
x11/gnome
x11/gnome \
lang/python
BUILD_DEPENDS= :gstreamer-gnome->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-gnome
LIB_DEPENDS= musicbrainz3::audio/libmusicbrainz \
BUILD_DEPENDS= :gstreamer-gnome->=0.10.19:multimedia/gstreamer-0.10/plugins-base,-gnome \
::py-gstreamer
LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \
musicbrainz3::audio/libmusicbrainz \
notify::devel/libnotify \
gnomeui-2::x11/gnome/libgnomeui \
gnome-media-profiles::x11/gnome/media \
@ -52,7 +55,8 @@ RUN_DEPENDS= :gstreamer-plugins-base->=0.10.19:multimedia/gstreamer-0.10/plugin
:gstreamer-plugins-good->=0.10.8:multimedia/gstreamer-0.10/plugins-good,-flac \
:gstreamer-plugins-good->=0.10.8:multimedia/gstreamer-0.10/plugins-good,-gconf \
:gstreamer-plugins-ugly->=0.10.7:multimedia/gstreamer-0.10/plugins-ugly,-mad \
::x11/gnome/icon-theme
::x11/gnome/icon-theme \
::py-gstreamer
REGRESS_DEPENDS= ::devel/check
USE_X11= Yes
@ -66,8 +70,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-database=tree \
--with-gnome-keyring \
--with-x \
--enable-python \
--disable-scrollkeeper \
--disable-python \
--disable-daap \
--without-hal \
--without-mdns \
@ -79,7 +83,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-vala \
--disable-browser-plugin \
--disable-fm-radio \
--disable-lirc
--disable-lirc \
--disable-daap
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (rhythmbox-0.12.1.tar.bz2) = 8XpyRl3EPVVLEc97GHdr/w==
RMD160 (rhythmbox-0.12.1.tar.bz2) = cpZClNK9g1PIag9XvefX8324j0E=
SHA1 (rhythmbox-0.12.1.tar.bz2) = 5DYOZ6rUGtstutChPFCGON5N+mw=
SHA256 (rhythmbox-0.12.1.tar.bz2) = H0RLnNdGFYMdq37IzTxYyV10Njct+adovXAatDIahyE=
SIZE (rhythmbox-0.12.1.tar.bz2) = 4859015
MD5 (rhythmbox-0.12.2.tar.bz2) = ANEwWb58F/agvdO9HwDVbA==
RMD160 (rhythmbox-0.12.2.tar.bz2) = v1D+ASlcik/BhbD4EdzP+Cnb+sQ=
SHA1 (rhythmbox-0.12.2.tar.bz2) = 3XL/0JJ2D8cLWobn9cz4FX5W+5g=
SHA256 (rhythmbox-0.12.2.tar.bz2) = PwqcvociODo1Y+T5Awk3zsMsSGNnk6yKjpwvYyb8YOw=
SIZE (rhythmbox-0.12.2.tar.bz2) = 4909310

View File

@ -1,7 +1,19 @@
$OpenBSD: patch-configure,v 1.4 2009/04/28 10:26:36 ajacoutot Exp $
--- configure.orig Tue Apr 28 10:23:15 2009
+++ configure Tue Apr 28 10:23:26 2009
@@ -19474,7 +19474,7 @@ MUSICBRAINZ_REQS=2.1.0
$OpenBSD: patch-configure,v 1.5 2009/05/31 14:11:36 ajacoutot Exp $
XXX remove when the corresponding ports gets updated.
--- configure.orig Sun May 31 10:08:24 2009
+++ configure Sun May 31 14:54:43 2009
@@ -19466,7 +19466,7 @@ _ACEOF
DBUS_MIN_REQS=0.35
-GST_0_10_REQS=0.10.20
+GST_0_10_REQS=0.10.19
GTK_REQS=2.12.0
GLIB_REQS=2.16.0
GNOME_MEDIA_PROFILES_REQS=2.8
@@ -19476,7 +19476,7 @@ MUSICBRAINZ_REQS=2.1.0
MUSICBRAINZ3_REQS=3.0.2
NCB_MIN_REQS=2.21.6
BRASERO_MIN_REQS=0.9.1

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp $
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Mon Apr 20 09:38:14 2009
+++ plugins/audioscrobbler/rb-audioscrobbler.c Tue Apr 28 10:19:34 2009
@@ -808,7 +808,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.5 2009/05/31 14:11:36 ajacoutot Exp $
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Sat May 23 14:33:23 2009
+++ plugins/audioscrobbler/rb-audioscrobbler.c Sun May 31 14:44:37 2009
@@ -777,7 +777,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
}
if (time (NULL) < audioscrobbler->priv->handshake_next) {
@ -10,12 +10,3 @@ $OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.4 2009/04/28 10:2
time (NULL),
audioscrobbler->priv->handshake_next);
return FALSE;
@@ -925,7 +925,7 @@ rb_audioscrobbler_build_authentication_data (RBAudiosc
time(&now);
if (now < audioscrobbler->priv->submit_next) {
- rb_debug ("Too soon (next submission in %ld seconds)",
+ rb_debug ("Too soon (next submission in %d seconds)",
audioscrobbler->priv->submit_next - now);
return NULL;
}

View File

@ -0,0 +1,24 @@
$OpenBSD: patch-plugins_audioscrobbler_rb-lastfm-source_c,v 1.1 2009/05/31 14:11:36 ajacoutot Exp $
Cope with our out-dated totem-pl-parser version.
--- plugins/audioscrobbler/rb-lastfm-source.c.orig Sun May 31 15:17:11 2009
+++ plugins/audioscrobbler/rb-lastfm-source.c Sun May 31 15:18:59 2009
@@ -2089,7 +2089,7 @@ xspf_entry_parsed (TotemPlParser *parser, const char *
}
/* image URL and track auth ID are stored in entry type specific data */
- value = g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_IMAGE_URI);
+ value = g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_IMAGE_URL);
if (value != NULL && (strcmp (value, LASTFM_NO_COVER_IMAGE) != 0)) {
track_data->image_url = g_strdup (value);
}
@@ -2099,7 +2099,7 @@ xspf_entry_parsed (TotemPlParser *parser, const char *
track_data->track_auth = g_strdup (value);
}
- value = g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_DOWNLOAD_URI);
+ value = g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_DOWNLOAD_URL);
if (value != NULL) {
track_data->download_url = g_strdup (value);
rb_debug ("track %s has a download url: %s", uri, track_data->download_url);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-shell_main_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp $
--- shell/main.c.orig Mon Apr 20 09:38:15 2009
+++ shell/main.c Tue Apr 28 10:19:34 2009
@@ -330,7 +330,9 @@ main (int argc, char **argv)
$OpenBSD: patch-shell_main_c,v 1.5 2009/05/31 14:11:36 ajacoutot Exp $
--- shell/main.c.orig Sat May 23 14:33:25 2009
+++ shell/main.c Sun May 31 14:44:37 2009
@@ -329,7 +329,9 @@ main (int argc, char **argv)
#ifdef ENABLE_PYTHON
pyg_begin_allow_threads;
#endif

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-shell_rb-shell-player_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp $
--- shell/rb-shell-player.c.orig Wed Apr 22 05:47:35 2009
+++ shell/rb-shell-player.c Tue Apr 28 10:19:34 2009
@@ -765,10 +765,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
$OpenBSD: patch-shell_rb-shell-player_c,v 1.5 2009/05/31 14:11:36 ajacoutot Exp $
--- shell/rb-shell-player.c.orig Sun May 31 09:59:05 2009
+++ shell/rb-shell-player.c Sun May 31 14:44:37 2009
@@ -763,10 +763,8 @@ rb_shell_player_open_playlist_url (RBShellPlayer *play
rb_player_play (player->priv->mmplayer, crossfade, &error);
if (error) {
@ -12,7 +12,7 @@ $OpenBSD: patch-shell_rb-shell-player_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp
}
if (player->priv->notify_playing_id == 0) {
player->priv->notify_playing_id = g_idle_add ((GSourceFunc) notify_playing_idle,
@@ -844,7 +842,9 @@ rb_shell_player_handle_eos_unlocked (RBShellPlayer *pl
@@ -842,7 +840,9 @@ rb_shell_player_handle_eos_unlocked (RBShellPlayer *pl
/* we're handling an unexpected EOS here, so crossfading isn't
* really possible anyway -> specify FALSE.
*/
@ -22,7 +22,7 @@ $OpenBSD: patch-shell_rb-shell-player_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp
g_free (location);
break;
}
@@ -1546,7 +1546,9 @@ open_location_thread (OpenLocationThreadData *data)
@@ -1539,7 +1539,9 @@ open_location_thread (OpenLocationThreadData *data)
} else {
/* if we can't parse it as a playlist, just try playing it */
rb_debug ("playlist parser failed, playing %s directly", data->location);

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2009/03/19 13:50:28 ajacoutot Exp $
lib/rhythmbox/plugins/audiocd/libaudiocd.so

View File

@ -1,62 +1,180 @@
@comment $OpenBSD: PLIST,v 1.11 2009/04/28 10:26:36 ajacoutot Exp $
%%SHARED%%
@comment $OpenBSD: PLIST,v 1.12 2009/05/31 14:11:36 ajacoutot Exp $
@bin bin/rhythmbox
@bin bin/rhythmbox-client
lib/librhythmbox-core.a
lib/librhythmbox-core.la
@lib lib/librhythmbox-core.so.${LIBrhythmbox-core_VERSION}
lib/rhythmbox/
lib/rhythmbox/plugins/
lib/rhythmbox/plugins/artdisplay/
lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc
lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.py
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyc
lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearchGIO.pyo
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.py
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyc
lib/rhythmbox/plugins/artdisplay/PodcastCoverArtSearch.pyo
lib/rhythmbox/plugins/artdisplay/__init__.py
lib/rhythmbox/plugins/artdisplay/__init__.pyc
lib/rhythmbox/plugins/artdisplay/__init__.pyo
lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
lib/rhythmbox/plugins/audiocd/
lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin
lib/rhythmbox/plugins/audiocd/libaudiocd.a
lib/rhythmbox/plugins/audiocd/libaudiocd.la
lib/rhythmbox/plugins/audiocd/multiple-album.glade
lib/rhythmbox/plugins/audiocd/libaudiocd.so
lib/rhythmbox/plugins/audiocd/multiple-album.ui
lib/rhythmbox/plugins/audioscrobbler/
lib/rhythmbox/plugins/audioscrobbler/as-icon.png
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.ui
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.la
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
lib/rhythmbox/plugins/generic-player/
lib/rhythmbox/plugins/generic-player/generic-player-ui.xml
lib/rhythmbox/plugins/generic-player/generic-player.rb-plugin
lib/rhythmbox/plugins/generic-player/libgeneric-player.a
lib/rhythmbox/plugins/generic-player/libgeneric-player.la
lib/rhythmbox/plugins/generic-player/libgeneric-player.so
lib/rhythmbox/plugins/im-status/
lib/rhythmbox/plugins/im-status/__init__.py
lib/rhythmbox/plugins/im-status/__init__.pyc
lib/rhythmbox/plugins/im-status/__init__.pyo
lib/rhythmbox/plugins/im-status/im-status.rb-plugin
lib/rhythmbox/plugins/iradio/
lib/rhythmbox/plugins/iradio/iradio-initial.pls
lib/rhythmbox/plugins/iradio/iradio-ui.xml
lib/rhythmbox/plugins/iradio/iradio.rb-plugin
lib/rhythmbox/plugins/iradio/libiradio.a
lib/rhythmbox/plugins/iradio/libiradio.la
lib/rhythmbox/plugins/iradio/libiradio.so
lib/rhythmbox/plugins/iradio/station-properties.glade
lib/rhythmbox/plugins/iradio/station-properties.ui
lib/rhythmbox/plugins/jamendo/
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.py
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyc
lib/rhythmbox/plugins/jamendo/JamendoConfigureDialog.pyo
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.py
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyc
lib/rhythmbox/plugins/jamendo/JamendoSaxHandler.pyo
lib/rhythmbox/plugins/jamendo/JamendoSource.py
lib/rhythmbox/plugins/jamendo/JamendoSource.pyc
lib/rhythmbox/plugins/jamendo/JamendoSource.pyo
lib/rhythmbox/plugins/jamendo/__init__.py
lib/rhythmbox/plugins/jamendo/__init__.pyc
lib/rhythmbox/plugins/jamendo/__init__.pyo
lib/rhythmbox/plugins/jamendo/jamendo-loading.ui
lib/rhythmbox/plugins/jamendo/jamendo-prefs.ui
lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin
lib/rhythmbox/plugins/jamendo/jamendo_logo.png
lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png
lib/rhythmbox/plugins/lyrics/
lib/rhythmbox/plugins/lyrics/AstrawebParser.py
lib/rhythmbox/plugins/lyrics/AstrawebParser.pyc
lib/rhythmbox/plugins/lyrics/AstrawebParser.pyo
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.py
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyc
lib/rhythmbox/plugins/lyrics/LeoslyricsParser.pyo
lib/rhythmbox/plugins/lyrics/LyrcParser.py
lib/rhythmbox/plugins/lyrics/LyrcParser.pyc
lib/rhythmbox/plugins/lyrics/LyrcParser.pyo
lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyc
lib/rhythmbox/plugins/lyrics/LyricWikiParser.pyo
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyc
lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.pyo
lib/rhythmbox/plugins/lyrics/LyricsParse.py
lib/rhythmbox/plugins/lyrics/LyricsParse.pyc
lib/rhythmbox/plugins/lyrics/LyricsParse.pyo
lib/rhythmbox/plugins/lyrics/WinampcnParser.py
lib/rhythmbox/plugins/lyrics/WinampcnParser.pyc
lib/rhythmbox/plugins/lyrics/WinampcnParser.pyo
lib/rhythmbox/plugins/lyrics/__init__.py
lib/rhythmbox/plugins/lyrics/__init__.pyc
lib/rhythmbox/plugins/lyrics/__init__.pyo
lib/rhythmbox/plugins/lyrics/lyrics-prefs.ui
lib/rhythmbox/plugins/lyrics/lyrics.rb-plugin
lib/rhythmbox/plugins/magnatune/
lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.py
lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyc
lib/rhythmbox/plugins/magnatune/BuyAlbumHandler.pyo
lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyc
lib/rhythmbox/plugins/magnatune/MagnatuneSource.pyo
lib/rhythmbox/plugins/magnatune/TrackListHandler.py
lib/rhythmbox/plugins/magnatune/TrackListHandler.pyc
lib/rhythmbox/plugins/magnatune/TrackListHandler.pyo
lib/rhythmbox/plugins/magnatune/__init__.py
lib/rhythmbox/plugins/magnatune/__init__.pyc
lib/rhythmbox/plugins/magnatune/__init__.pyo
lib/rhythmbox/plugins/magnatune/magnatune-loading.ui
lib/rhythmbox/plugins/magnatune/magnatune-prefs.ui
lib/rhythmbox/plugins/magnatune/magnatune-purchase.ui
lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin
lib/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
lib/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
lib/rhythmbox/plugins/mmkeys/
lib/rhythmbox/plugins/mmkeys/libmmkeys.a
lib/rhythmbox/plugins/mmkeys/libmmkeys.la
lib/rhythmbox/plugins/mmkeys/libmmkeys.so
lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin
lib/rhythmbox/plugins/power-manager/
lib/rhythmbox/plugins/power-manager/libpower-manager.a
lib/rhythmbox/plugins/power-manager/libpower-manager.la
lib/rhythmbox/plugins/power-manager/libpower-manager.so
lib/rhythmbox/plugins/power-manager/power-manager.rb-plugin
lib/rhythmbox/plugins/python-console/
lib/rhythmbox/plugins/python-console/pythonconsole.py
lib/rhythmbox/plugins/python-console/pythonconsole.pyc
lib/rhythmbox/plugins/python-console/pythonconsole.pyo
lib/rhythmbox/plugins/python-console/pythonconsole.rb-plugin
lib/rhythmbox/plugins/rb/
lib/rhythmbox/plugins/rb/Coroutine.py
lib/rhythmbox/plugins/rb/Coroutine.pyc
lib/rhythmbox/plugins/rb/Coroutine.pyo
lib/rhythmbox/plugins/rb/Loader.py
lib/rhythmbox/plugins/rb/Loader.pyc
lib/rhythmbox/plugins/rb/Loader.pyo
lib/rhythmbox/plugins/rb/__init__.py
lib/rhythmbox/plugins/rb/__init__.pyc
lib/rhythmbox/plugins/rb/__init__.pyo
lib/rhythmbox/plugins/status-icon/
lib/rhythmbox/plugins/status-icon/libstatus-icon.la
lib/rhythmbox/plugins/status-icon/libstatus-icon.so
lib/rhythmbox/plugins/status-icon/status-icon-preferences.ui
lib/rhythmbox/plugins/status-icon/status-icon-ui.xml
lib/rhythmbox/plugins/status-icon/status-icon.rb-plugin
lib/rhythmbox/plugins/upnp_coherence/
lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.py
lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyc
lib/rhythmbox/plugins/upnp_coherence/MediaPlayer.pyo
lib/rhythmbox/plugins/upnp_coherence/MediaStore.py
lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyc
lib/rhythmbox/plugins/upnp_coherence/MediaStore.pyo
lib/rhythmbox/plugins/upnp_coherence/UpnpSource.py
lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyc
lib/rhythmbox/plugins/upnp_coherence/UpnpSource.pyo
lib/rhythmbox/plugins/upnp_coherence/__init__.py
lib/rhythmbox/plugins/upnp_coherence/__init__.pyc
lib/rhythmbox/plugins/upnp_coherence/__init__.pyo
lib/rhythmbox/plugins/upnp_coherence/coherence.rb-plugin
lib/rhythmbox/plugins/visualizer/
lib/rhythmbox/plugins/visualizer/libvisualizer.a
lib/rhythmbox/plugins/visualizer/libvisualizer.la
lib/rhythmbox/plugins/visualizer/libvisualizer.so
lib/rhythmbox/plugins/visualizer/rb-visualizer-glue.h
lib/rhythmbox/plugins/visualizer/visualizer-controls.glade
lib/rhythmbox/plugins/visualizer/visualizer-controls.ui
lib/rhythmbox/plugins/visualizer/visualizer-ui.xml
lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin
@bin libexec/rhythmbox-metadata
share/applications/rhythmbox.desktop
share/dbus-1/
share/dbus-1/services/
share/dbus-1/services/org.gnome.Rhythmbox.service
share/gnome/help/rhythmbox/
share/gnome/help/rhythmbox/C/
@ -291,7 +409,6 @@ share/gtk-doc/html/rhythmbox/RBSourceList.html
share/gtk-doc/html/rhythmbox/RBSourceListModel.html
share/gtk-doc/html/rhythmbox/RBStatusbar.html
share/gtk-doc/html/rhythmbox/RBStringValueMap.html
share/gtk-doc/html/rhythmbox/RBTrayIcon.html
share/gtk-doc/html/rhythmbox/RBURIDialog.html
share/gtk-doc/html/rhythmbox/RhythmDB.html
share/gtk-doc/html/rhythmbox/RhythmDBImportJob.html
@ -312,10 +429,10 @@ share/gtk-doc/html/rhythmbox/rhythmbox-RBPodcastSource.html
share/gtk-doc/html/rhythmbox/rhythmbox-RBSourceGroup.html
share/gtk-doc/html/rhythmbox/rhythmbox-eel-gconf-extensions.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-async-queue-watch.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-builder-helpers.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-debug.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-dialog.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-file-helpers.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-glade-helpers.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-header.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-rating-helper.html
share/gtk-doc/html/rhythmbox/rhythmbox-rb-removable-media-source.html
@ -331,24 +448,13 @@ share/gtk-doc/html/rhythmbox/rhythmbox.devhelp2
share/gtk-doc/html/rhythmbox/right.png
share/gtk-doc/html/rhythmbox/style.css
share/gtk-doc/html/rhythmbox/up.png
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/rhythmbox.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/rhythmbox.png
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/rhythmbox.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/rhythmbox.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/rhythmbox.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/rhythmbox.svg
share/locale/af/LC_MESSAGES/rhythmbox.mo
share/locale/am/LC_MESSAGES/rhythmbox.mo
share/locale/ar/LC_MESSAGES/rhythmbox.mo
share/locale/az/LC_MESSAGES/rhythmbox.mo
@ -371,6 +477,7 @@ share/locale/fi/LC_MESSAGES/rhythmbox.mo
share/locale/fr/LC_MESSAGES/rhythmbox.mo
share/locale/ga/LC_MESSAGES/rhythmbox.mo
share/locale/gl/LC_MESSAGES/rhythmbox.mo
share/locale/gu/LC_MESSAGES/rhythmbox.mo
share/locale/he/LC_MESSAGES/rhythmbox.mo
share/locale/hi/LC_MESSAGES/rhythmbox.mo
share/locale/hr/LC_MESSAGES/rhythmbox.mo
@ -394,8 +501,6 @@ share/locale/nl/LC_MESSAGES/rhythmbox.mo
share/locale/oc/LC_MESSAGES/rhythmbox.mo
share/locale/pa/LC_MESSAGES/rhythmbox.mo
share/locale/pl/LC_MESSAGES/rhythmbox.mo
share/locale/ps/
share/locale/ps/LC_MESSAGES/
share/locale/ps/LC_MESSAGES/rhythmbox.mo
share/locale/pt/LC_MESSAGES/rhythmbox.mo
share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
@ -427,19 +532,8 @@ share/omf/rhythmbox/rhythmbox-ru.omf
share/omf/rhythmbox/rhythmbox-sv.omf
share/omf/rhythmbox/rhythmbox-zh_CN.omf
share/rhythmbox/
share/rhythmbox/glade/
share/rhythmbox/glade/create-playlist.glade
share/rhythmbox/glade/general-prefs.glade
share/rhythmbox/glade/library-prefs.glade
share/rhythmbox/glade/playback-prefs.glade
share/rhythmbox/glade/playlist-save.glade
share/rhythmbox/glade/plugins.glade
share/rhythmbox/glade/podcast-feed-properties.glade
share/rhythmbox/glade/podcast-prefs.glade
share/rhythmbox/glade/podcast-properties.glade
share/rhythmbox/glade/song-info-multiple.glade
share/rhythmbox/glade/song-info.glade
share/rhythmbox/glade/uri-new.glade
share/rhythmbox/create-playlist.ui
share/rhythmbox/general-prefs.ui
share/rhythmbox/icons/
share/rhythmbox/icons/hicolor/
share/rhythmbox/icons/hicolor/16x16/
@ -481,6 +575,10 @@ share/rhythmbox/icons/hicolor/22x22/places/playlist-automatic.png
share/rhythmbox/icons/hicolor/22x22/places/playlist.png
share/rhythmbox/icons/hicolor/22x22/status/
share/rhythmbox/icons/hicolor/22x22/status/rhythmbox-notplaying.png
share/rhythmbox/icons/hicolor/24x24/
share/rhythmbox/icons/hicolor/24x24/places/
share/rhythmbox/icons/hicolor/24x24/places/jamendo.png
share/rhythmbox/icons/hicolor/24x24/places/magnatune.png
share/rhythmbox/icons/hicolor/32x32/
share/rhythmbox/icons/hicolor/32x32/actions/
share/rhythmbox/icons/hicolor/32x32/actions/audio-cd-duplicate.png
@ -509,8 +607,18 @@ share/rhythmbox/icons/hicolor/scalable/places/playlist-automatic.svg
share/rhythmbox/icons/hicolor/scalable/places/playlist.svg
share/rhythmbox/icons/hicolor/scalable/status/
share/rhythmbox/icons/hicolor/scalable/status/rhythmbox-notplaying.svg
share/rhythmbox/library-prefs.ui
share/rhythmbox/playback-prefs.ui
share/rhythmbox/playlist-save.ui
share/rhythmbox/playlists.xml
share/rhythmbox/plugins.ui
share/rhythmbox/podcast-feed-properties.ui
share/rhythmbox/podcast-prefs.ui
share/rhythmbox/podcast-properties.ui
share/rhythmbox/rhythmbox-ui.xml
share/rhythmbox/song-info-multiple.ui
share/rhythmbox/song-info.ui
share/rhythmbox/uri-new.ui
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/rhythmbox/*.schemas > /dev/null
share/schemas/rhythmbox/
share/schemas/rhythmbox/rhythmbox.schemas