rpms/streamtuner/devel streamtuner-0.99.99-defaultconfig.patch, 1.1, 1.2

Matthias Haase (endur) fedora-extras-commits at redhat.com
Thu Nov 23 08:56:28 UTC 2006


Author: endur

Update of /cvs/extras/rpms/streamtuner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15634

Modified Files:
	streamtuner-0.99.99-defaultconfig.patch 
Log Message:
FC6 uses audacious instead beep-media-player - dependency changed

streamtuner-0.99.99-defaultconfig.patch:

Index: streamtuner-0.99.99-defaultconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/devel/streamtuner-0.99.99-defaultconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- streamtuner-0.99.99-defaultconfig.patch	6 Jan 2006 13:37:47 -0000	1.1
+++ streamtuner-0.99.99-defaultconfig.patch	23 Nov 2006 08:55:58 -0000	1.2
@@ -1,5 +1,5 @@
 --- src/plugins/live365/live365.c	2004-12-19 11:27:03.000000000 +0100
-+++ src/plugins/live365/live365.c	2005-12-29 12:49:29.000000000 +0100
++++ src/plugins/live365/live365.c	2006-11-23 10:10:11.000000000 +0100
 @@ -1410,8 +1410,8 @@
    init_handler();
  
@@ -7,33 +7,33 @@
 -  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("view-web", _("Open a web page"), "htmlview %q");
-+  st_action_register("play-stream", _("Listen to a stream"), "beep-media-player %q");
++  st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
  
    return TRUE;
  }
 
 --- src/plugins/local/local.c	2004-12-13 08:39:29.000000000 +0100
-+++ src/plugins/local/local.c	2005-12-29 12:50:21.000000000 +0100
++++ src/plugins/local/local.c	2006-11-23 10:10:11.000000000 +0100
 @@ -1057,8 +1057,8 @@
  
    init_handler();
  
 -  st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q");
 -  st_action_register("view-web", _("Open a web page"), "epiphany %q");
-+  st_action_register("play-m3u", _("Listen to a .m3u file"), "beep-media-player %q");
++  st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
 +  st_action_register("view-web", _("Open a web page"), "htmlview %q");
  
    return TRUE;
  }
 
 --- src/plugins/shoutcast/shoutcast.c	2004-12-19 16:21:00.000000000 +0100
-+++ src/plugins/shoutcast/shoutcast.c	2005-12-29 12:48:50.000000000 +0100
++++ src/plugins/shoutcast/shoutcast.c	2006-11-23 10:10:11.000000000 +0100
 @@ -959,9 +959,9 @@
  
    init_handler();
    
 -  st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q");
-+  st_action_register("play-m3u", _("Listen to a .m3u file"), "beep-media-player %q");
++  st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q");
    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("view-web", _("Open a web page"), "htmlview %q");
@@ -42,19 +42,19 @@
  }
 
 --- src/plugins/xiph/xiph.c	2004-12-13 10:57:33.000000000 +0100
-+++ src/plugins/xiph/xiph.c	2005-12-29 12:50:54.000000000 +0100
++++ src/plugins/xiph/xiph.c	2006-11-23 10:10:11.000000000 +0100
 @@ -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"), "beep-media-player %q");
++  st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
  
    return TRUE;
  }
 
 --- src/streamtuner/st-action.c	2004-12-18 10:56:42.000000000 +0100
-+++ src/streamtuner/st-action.c	2005-12-29 12:41:20.000000000 +0100
++++ src/streamtuner/st-action.c	2006-11-23 10:10:11.000000000 +0100
 @@ -123,7 +123,7 @@
  {
    actions = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
@@ -66,13 +66,13 @@
  
 
 --- src/streamtuner/st-preselections.c	2004-12-13 10:57:52.000000000 +0100
-+++ src/streamtuner/st-preselections.c	2005-12-29 12:04:04.000000000 +0100
++++ src/streamtuner/st-preselections.c	2006-11-23 10:10:11.000000000 +0100
 @@ -390,9 +390,9 @@
  {
    st_preselections_init_handler();
    
 -  st_action_register("play-stream", _("Listen to a stream"), "xmms %q");
-+  st_action_register("play-stream", _("Listen to a stream"), "beep-media-player %q");
++  st_action_register("play-stream", _("Listen to a stream"), "audacious %q");
    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("view-web", _("Open a web page"), "htmlview %q");




More information about the scm-commits mailing list