From b36b2a50738746b12a6b02bbcf1913d445b4dd2b Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 10 Jul 2009 01:26:22 +0000 Subject: Rename audacious to audacious2 as default application. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- net-misc/streamtuner/ChangeLog | 6 +++++- net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'net-misc') diff --git a/net-misc/streamtuner/ChangeLog b/net-misc/streamtuner/ChangeLog index 507767257f04..e9e25e211309 100644 --- a/net-misc/streamtuner/ChangeLog +++ b/net-misc/streamtuner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/streamtuner # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.36 2009/07/10 01:20:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.37 2009/07/10 01:26:21 ssuominen Exp $ + + 10 Jul 2009; Samuli Suominen + files/streamtuner-0.99.99-audacious.patch: + Rename audacious to audacious2 as default application. *streamtuner-0.99.99-r5 (10 Jul 2009) diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch index bef90444dda8..75eb2738e6b0 100644 --- a/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch +++ b/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch @@ -6,7 +6,7 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/live365/live365.c streamtuner-0.99 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"), "audacious %q"); ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q"); return TRUE; } @@ -18,7 +18,7 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/local/local.c streamtuner-0.99.99/ init_handler(); - st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q"); -+ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %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; @@ -30,7 +30,7 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/shoutcast/shoutcast.c streamtuner- init_handler(); - st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q"); -+ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %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"); @@ -42,7 +42,7 @@ diff -ur streamtuner-0.99.99.orig/src/plugins/xiph/xiph.c streamtuner-0.99.99/sr 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"), "audacious %q"); ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q"); return TRUE; } @@ -54,7 +54,7 @@ diff -ur streamtuner-0.99.99.orig/src/streamtuner/st-preselections.c streamtuner st_preselections_init_handler(); - st_action_register("play-stream", _("Listen to a stream"), "xmms %q"); -+ st_action_register("play-stream", _("Listen to a stream"), "audacious %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"); } -- cgit v1.2.3-65-gdbad