From aa6daaa59278069a31ca00ab4762c28ade3d578c Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 2 Jul 2006 11:32:40 +0000 Subject: update to 0.9.5 This is a major update, too many individual changes to list here. Most notably: uses the gstreamer-0.10 framework now. (That's still not that great software, there is an appearent ressource leak which makes switching between play channels fail after a while.) --- audio/rhythmbox/patches/patch-ae | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/rhythmbox/patches/patch-ae (limited to 'audio/rhythmbox/patches/patch-ae') diff --git a/audio/rhythmbox/patches/patch-ae b/audio/rhythmbox/patches/patch-ae new file mode 100644 index 00000000000..b87cbe9b3a6 --- /dev/null +++ b/audio/rhythmbox/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2006/07/02 11:32:40 drochner Exp $ + +--- shell/main.c.orig 2006-05-30 16:44:01.000000000 +0200 ++++ shell/main.c +@@ -372,7 +372,9 @@ main (int argc, char **argv) + } else { + + rb_profile_start ("mainloop"); ++ GDK_THREADS_ENTER (); + gtk_main (); ++ GDK_THREADS_LEAVE (); + rb_profile_end ("mainloop"); + + rb_debug ("out of toplevel loop"); -- cgit v1.2.3