summaryrefslogtreecommitdiff
path: root/audio/liteamp/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-18 01:28:29 +0000
committerminskim <minskim@pkgsrc.org>2004-02-18 01:28:29 +0000
commit5db6ea5ef04f6a64b565f3023bdc201f594a5504 (patch)
treeff2c42ccf91cb29207001e5691ffec98676f73b5 /audio/liteamp/patches
parentce0def650a071a1344eadfa746ed9999c300ae7a (diff)
downloadpkgsrc-5db6ea5ef04f6a64b565f3023bdc201f594a5504.tar.gz
Import liteamp-0.2.4.1 from pkgsrc-wip.
A light-weight music player for GNOME. Liteamp plays both MP3 and Ogg files.
Diffstat (limited to 'audio/liteamp/patches')
-rw-r--r--audio/liteamp/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/liteamp/patches/patch-aa b/audio/liteamp/patches/patch-aa
new file mode 100644
index 00000000000..99930295185
--- /dev/null
+++ b/audio/liteamp/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 01:28:29 minskim Exp $
+
+--- src/liteamp.c.orig 2004-01-07 10:10:48.000000000 -0600
++++ src/liteamp.c
+@@ -320,7 +320,9 @@ void liteamp_main()
+ liteamp_update_ui_layout();
+
+ // main event loop
++ gdk_threads_enter();
+ gtk_main();
++ gdk_threads_leave();
+ }
+
+