rpms/streamtuner/FC-3 streamtuner-0.99.99-defaultconfig.patch, 1.1, 1.2

Matthias Haase (endur) fedora-extras-commits at redhat.com
Tue Jan 17 10:14:17 UTC 2006


Author: endur

Update of /cvs/extras/rpms/streamtuner/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8687

Modified Files:
	streamtuner-0.99.99-defaultconfig.patch 
Log Message:
matches FC3 now, using xmms instead of beep-media-player

streamtuner-0.99.99-defaultconfig.patch:

Index: streamtuner-0.99.99-defaultconfig.patch
===================================================================
RCS file: /cvs/extras/rpms/streamtuner/FC-3/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	17 Jan 2006 10:14:16 -0000	1.2
@@ -1,78 +1,45 @@
---- 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
-@@ -1410,8 +1410,8 @@
+diff -Nur 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 11:27:03.000000000 +0100
++++ streamtuner-0.99.99/src/plugins/live365/live365.c	2006-01-17 10:40:05.000000000 +0100
+@@ -1410,7 +1410,7 @@
    init_handler();
  
    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("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"), "xmms %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
-@@ -1057,8 +1057,8 @@
- 
+diff -Nur 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 08:39:29.000000000 +0100
++++ streamtuner-0.99.99/src/plugins/local/local.c	2006-01-17 10:40:39.000000000 +0100
+@@ -1058,7 +1058,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"), "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("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
-@@ -959,9 +959,9 @@
- 
-   init_handler();
+diff -Nur 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 16:21:00.000000000 +0100
++++ streamtuner-0.99.99/src/plugins/shoutcast/shoutcast.c	2006-01-17 10:41:49.000000000 +0100
+@@ -961,7 +961,7 @@
    
--  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"), "xmms %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");
  
    return TRUE;
  }
-
---- 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
-@@ -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");
- 
-   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
-@@ -123,7 +123,7 @@
- {
-   actions = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
- 
--  st_action_register("view-web", _("Open a web page"), "epiphany %q");
-+  st_action_register("view-web", _("Open a web page"), "htmlview %q");
-   st_action_register("view-ghelp", _("Open a GNOME help document"), "yelp %q");
- }
- 
-
---- 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
-@@ -390,9 +390,9 @@
- {
-   st_preselections_init_handler();
+diff -Nur 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 10:57:52.000000000 +0100
++++ streamtuner-0.99.99/src/streamtuner/st-preselections.c	2006-01-17 10:43:27.000000000 +0100
+@@ -392,7 +392,7 @@
    
--  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"), "xmms %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 fedora-extras-commits mailing list