$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.1.1.1 2011/07/27 10:07:50 ajacoutot Exp $

audiocd plugin requires cdda support in gvfs which we do not provide as
this would require HAL or gudev.

--- plugins/audioscrobbler/rb-audioscrobbler.c.orig	Mon May  2 13:42:44 2011
+++ plugins/audioscrobbler/rb-audioscrobbler.c	Sat Jul 23 09:16:42 2011
@@ -829,7 +829,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
 	}
 
 	if (time (NULL) < audioscrobbler->priv->handshake_next) {
-		rb_debug ("Too soon; time=%lu, handshake_next=%lu",
+		rb_debug ("Too soon; time=%d, handshake_next=%d",
 			  time (NULL),
 			  audioscrobbler->priv->handshake_next);
 		return FALSE;
