Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/streamtuner/files: streamtuner-0.99.99-audacious.patch
Date: Fri, 10 Jul 2009 01:26:23
Message-Id: E1MP4sY-0002rX-8T@stork.gentoo.org
1 ssuominen 09/07/10 01:26:22
2
3 Modified: streamtuner-0.99.99-audacious.patch
4 Log:
5 Rename audacious to audacious2 as default application.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch?r1=1.1&r2=1.2
14
15 Index: streamtuner-0.99.99-audacious.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/streamtuner/files/streamtuner-0.99.99-audacious.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- streamtuner-0.99.99-audacious.patch 18 Jan 2009 18:18:42 -0000 1.1
22 +++ streamtuner-0.99.99-audacious.patch 10 Jul 2009 01:26:22 -0000 1.2
23 @@ -6,7 +6,7 @@
24 st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
25 st_action_register("view-web", _("Open a web page"), "epiphany %q");
26 - st_action_register("play-stream", _("Listen to a stream"), "xmms %q");
27 -+ st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
28 ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q");
29
30 return TRUE;
31 }
32 @@ -18,7 +18,7 @@
33 init_handler();
34
35 - st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q");
36 -+ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
37 ++ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious2 %q");
38 st_action_register("view-web", _("Open a web page"), "epiphany %q");
39
40 return TRUE;
41 @@ -30,7 +30,7 @@
42 init_handler();
43
44 - st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q");
45 -+ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
46 ++ st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious2 %q");
47 st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
48 st_action_register("view-web", _("Open a web page"), "epiphany %q");
49
50 @@ -42,7 +42,7 @@
51
52 st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
53 - st_action_register("play-stream", _("Listen to a stream"), "xmms %q");
54 -+ st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
55 ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q");
56
57 return TRUE;
58 }
59 @@ -54,7 +54,7 @@
60 st_preselections_init_handler();
61
62 - st_action_register("play-stream", _("Listen to a stream"), "xmms %q");
63 -+ st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
64 ++ st_action_register("play-stream", _("Listen to a stream"), "audacious2 %q");
65 st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q");
66 st_action_register("view-web", _("Open a web page"), "epiphany %q");
67 }