summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches/patch-ae
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-07-02 11:32:40 +0000
committerdrochner <drochner@pkgsrc.org>2006-07-02 11:32:40 +0000
commitaa6daaa59278069a31ca00ab4762c28ade3d578c (patch)
tree104a92b1bc3e1794c41e0a58ca42d68de6482fdc /audio/rhythmbox/patches/patch-ae
parentae41196973879c0dfc29d89eb584386942b6c9e8 (diff)
downloadpkgsrc-aa6daaa59278069a31ca00ab4762c28ade3d578c.tar.gz
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.)
Diffstat (limited to 'audio/rhythmbox/patches/patch-ae')
-rw-r--r--audio/rhythmbox/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
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");