diff options
Diffstat (limited to 'net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch')
-rw-r--r-- | net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch new file mode 100644 index 000000000000..75eb2738e6b0 --- /dev/null +++ b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch @@ -0,0 +1,60 @@ +diff -ur streamtuner-0.99.99.orig/src/plugins/live365/live365.c streamtuner-0.99.99/src/plugins/live365/live365.c +--- streamtuner-0.99.99.orig/src/plugins/live365/live365.c 2004-12-19 12:27:03.000000000 +0200 ++++ streamtuner-0.99.99/src/plugins/live365/live365.c 2009-01-18 20:03:35.000000000 +0200 +@@ -1411,7 +1411,7 @@ + + st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); + st_action_register("view-web", _("Open a web page"), "epiphany %q"); +- st_action_register("play-stream", _("Listen to a stream"), "xmms %q"); ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q"); + + return TRUE; + } +diff -ur streamtuner-0.99.99.orig/src/plugins/local/local.c streamtuner-0.99.99/src/plugins/local/local.c +--- streamtuner-0.99.99.orig/src/plugins/local/local.c 2004-12-13 09:39:29.000000000 +0200 ++++ streamtuner-0.99.99/src/plugins/local/local.c 2009-01-18 20:03:49.000000000 +0200 +@@ -1057,7 +1057,7 @@ + + init_handler(); + +- st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q"); ++ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious2 %q"); + st_action_register("view-web", _("Open a web page"), "epiphany %q"); + + return TRUE; +diff -ur streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99/src/plugins/shoutcast/shoutcast.c +--- streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c 2004-12-19 17:21:00.000000000 +0200 ++++ streamtuner-0.99.99/src/plugins/shoutcast/shoutcast.c 2009-01-18 20:03:42.000000000 +0200 +@@ -959,7 +959,7 @@ + + init_handler(); + +- st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q"); ++ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious2 %q"); + st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); + st_action_register("view-web", _("Open a web page"), "epiphany %q"); + +diff -ur streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c streamtuner-0.99.99/src/plugins/xiph/xiph.c +--- streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c 2004-12-13 11:57:33.000000000 +0200 ++++ streamtuner-0.99.99/src/plugins/xiph/xiph.c 2009-01-18 20:04:17.000000000 +0200 +@@ -957,7 +957,7 @@ + init_handler(); + + st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); +- st_action_register("play-stream", _("Listen to a stream"), "xmms %q"); ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q"); + + return TRUE; + } +diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preselections.c streamtuner-0.99.99/src/streamtuner/st-preselections.c +--- streamtuner-0.99.99.orig/src/streamtuner/st-preselections.c 2004-12-13 11:57:52.000000000 +0200 ++++ streamtuner-0.99.99/src/streamtuner/st-preselections.c 2009-01-18 20:04:02.000000000 +0200 +@@ -390,7 +390,7 @@ + { + st_preselections_init_handler(); + +- st_action_register("play-stream", _("Listen to a stream"), "xmms %q"); ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q"); + st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); + st_action_register("view-web", _("Open a web page"), "epiphany %q"); + } |