r15802 - in /packages/unstable/rhythmbox/debian: changelog control patches/00-rhythmbox-radio-songinfo.patch
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sat May 3 09:53:09 UTC 2008
Author: sjoerd
Date: Sat May 3 09:53:09 2008
New Revision: 15802
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15802
Log:
* debian/patches/00-rhythmbox-radio-songinfo.patch
- Added. Fixes radio streams not showing metadata after being paused and
started again.
Added:
packages/unstable/rhythmbox/debian/patches/00-rhythmbox-radio-songinfo.patch
Modified:
packages/unstable/rhythmbox/debian/changelog
packages/unstable/rhythmbox/debian/control
Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=15802&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog (original)
+++ packages/unstable/rhythmbox/debian/changelog Sat May 3 09:53:09 2008
@@ -1,3 +1,11 @@
+rhythmbox (0.11.5-3) UNRELEASED; urgency=low
+
+ * debian/patches/00-rhythmbox-radio-songinfo.patch
+ - Added. Fixes radio streams not showing metadata after being paused and
+ started again.
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 03 May 2008 11:46:12 +0200
+
rhythmbox (0.11.5-2) unstable; urgency=low
[ Norbert Tretkowski ]
Modified: packages/unstable/rhythmbox/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control?rev=15802&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control (original)
+++ packages/unstable/rhythmbox/debian/control Sat May 3 09:53:09 2008
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Norbert Tretkowski <nobse at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Norbert Tretkowski <nobse at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: cdbs (>= 0.4.37),
debhelper (>= 5.0.37.2),
libgnome2-dev (>= 2.0.5-1),
Added: packages/unstable/rhythmbox/debian/patches/00-rhythmbox-radio-songinfo.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/00-rhythmbox-radio-songinfo.patch?rev=15802&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/00-rhythmbox-radio-songinfo.patch (added)
+++ packages/unstable/rhythmbox/debian/patches/00-rhythmbox-radio-songinfo.patch Sat May 3 09:53:09 2008
@@ -1,0 +1,28 @@
+Index: shell/rb-shell-player.c
+===================================================================
+--- shell/rb-shell-player.c (revision 5697)
++++ shell/rb-shell-player.c (working copy)
+@@ -2839,8 +2839,8 @@
+
+ g_return_if_fail (RB_IS_SHELL_PLAYER (player));
+
+- if (error == NULL)
+- rb_player_close (player->priv->mmplayer, NULL, &error);
++ rb_player_close (player->priv->mmplayer, NULL, &error);
++
+ if (error) {
+ rb_error_dialog (NULL,
+ _("Couldn't stop playback"),
+@@ -2849,6 +2849,12 @@
+ }
+
+ rb_shell_player_sync_with_source (player);
++
++ if (player->priv->playing_entry != NULL)
++ rhythmdb_entry_unref(player->priv->playing_entry);
++
++ player->priv->playing_entry = NULL;
++
+ g_signal_emit (G_OBJECT (player),
+ rb_shell_player_signals[PLAYING_SONG_CHANGED], 0,
+ NULL);
More information about the pkg-gnome-commits
mailing list