r22375 - in /packages/unstable/rhythmbox/debian: changelog patches/02_track_finished.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Nov 19 09:59:02 UTC 2009


Author: joss
Date: Thu Nov 19 09:59:02 2009
New Revision: 22375

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22375
Log:
02_track_finished.patch: stolen upstream. Clear the track status 
when read has finished. Closes: #555189.

Added:
    packages/unstable/rhythmbox/debian/patches/02_track_finished.patch
Modified:
    packages/unstable/rhythmbox/debian/changelog

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=22375&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Thu Nov 19 09:59:02 2009
@@ -1,4 +1,4 @@
-rhythmbox (0.12.5-2) UNRELEASED; urgency=low
+rhythmbox (0.12.5-2) unstable; urgency=low
 
   [ Josselin Mouette ]
   * 01_inhibit_g-session.patch: stolen upstream. Use gnome-session to 
@@ -9,7 +9,11 @@
     - Build depend on xulrunner-dev rather than iceape-dev.
       Closes: #555913.
 
- -- Josselin Mouette <joss at debian.org>  Tue, 03 Nov 2009 14:54:30 +0100
+  [ Josselin Mouette ]
+  * 02_track_finished.patch: stolen upstream. Clear the track status 
+    when read has finished. Closes: #555189.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 19 Nov 2009 10:59:02 +0100
 
 rhythmbox (0.12.5-1) unstable; urgency=low
 

Added: packages/unstable/rhythmbox/debian/patches/02_track_finished.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/02_track_finished.patch?rev=22375&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/02_track_finished.patch (added)
+++ packages/unstable/rhythmbox/debian/patches/02_track_finished.patch [utf-8] Thu Nov 19 09:59:02 2009
@@ -1,0 +1,20 @@
+From d655375d6321ce91ba51cf0a5fe217333b62ad6b Mon Sep 17 00:00:00 2001
+From: Andy Owen <andy-gnome at ultra-premium.com>
+Date: Wed, 11 Nov 2009 13:40:19 +0000
+Subject: playbin2: clear the current track finishing flag when closing (bug #601528)
+
+---
+diff --git a/backends/gstreamer/rb-player-gst.c b/backends/gstreamer/rb-player-gst.c
+index b89fea2..8d485fd 100644
+--- a/backends/gstreamer/rb-player-gst.c
++++ b/backends/gstreamer/rb-player-gst.c
+@@ -659,6 +659,7 @@ impl_close (RBPlayer *player, const char *uri, GError **error)
+ 
+ 	mp->priv->playing = FALSE;
+ 	mp->priv->buffering = FALSE;
++	mp->priv->current_track_finishing = FALSE;
+ 
+ 	_destroy_stream_data (mp);
+ 	g_free (mp->priv->uri);
+--
+cgit v0.8.2




More information about the pkg-gnome-commits mailing list