aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-03 21:44:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-03 21:44:32 +0000
commit20850810fe15d344405381369a3b55bc45868b7c (patch)
tree8d587990bd5825d89aca2e9df6513f763941a7f3 /audio/rhythmbox
parentfc3d33543429981a39bb61f84f1d5fc65900e6de (diff)
downloadports-20850810fe15d344405381369a3b55bc45868b7c.tar.gz
ports-20850810fe15d344405381369a3b55bc45868b7c.zip
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/files/patch-monkey-media-player-xine.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-monkey-media-player-xine.c b/audio/rhythmbox/files/patch-monkey-media-player-xine.c
new file mode 100644
index 000000000000..04f304d49951
--- /dev/null
+++ b/audio/rhythmbox/files/patch-monkey-media-player-xine.c
@@ -0,0 +1,13 @@
+--- monkey-media/monkey-media-player-xine.c.orig Wed Sep 3 14:30:52 2003
++++ monkey-media/monkey-media-player-xine.c Wed Sep 3 14:32:41 2003
+@@ -520,8 +520,10 @@
+ if (xine_get_param (mp->priv->stream, XINE_PARAM_SPEED) == XINE_SPEED_NORMAL)
+ xine_set_param (mp->priv->stream, XINE_PARAM_SPEED, XINE_SPEED_PAUSE);
+
++#ifdef HAVE_XINE_CLOSE
+ /* Close the audio device when on pause */
+ xine_set_param (mp->priv->stream, XINE_PARAM_AUDIO_CLOSE_DEVICE, 1);
++#endif
+ }
+
+ mp->priv->timer_add += floor (g_timer_elapsed (mp->priv->timer, NULL) + 0.5);