Author: qboosh                       Date: Sat Nov 17 21:40:48 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.2.11 (fixes false warning about unplayable input when actually 
playing it)

---- Files affected:
SOURCES:
   xmms-warn_about_unplayables.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/xmms-warn_about_unplayables.patch
diff -u SOURCES/xmms-warn_about_unplayables.patch:1.2 
SOURCES/xmms-warn_about_unplayables.patch:1.3
--- SOURCES/xmms-warn_about_unplayables.patch:1.2       Mon Sep  8 03:28:23 2003
+++ SOURCES/xmms-warn_about_unplayables.patch   Sat Nov 17 22:40:43 2007
@@ -10,9 +10,8 @@
        NULL,
   N_("Default skin:"),
        N_("Leonard \"Blayde\" Tan"),
-diff -Nuard xmms-1.2.8.orig/xmms/input.c xmms-1.2.8/xmms/input.c
---- xmms-1.2.8.orig/xmms/input.c       2003-07-14 15:24:28.000000000 +0200
-+++ xmms-1.2.8/xmms/input.c    2003-09-08 01:15:27.000000000 +0200
+--- xmms-1.2.11/xmms/input.c.orig      2005-05-15 02:01:21.000000000 +0200
++++ xmms-1.2.11/xmms/input.c   2007-11-17 22:33:23.903143854 +0100
 @@ -224,6 +224,72 @@
        pthread_mutex_unlock(&vis_mutex);
  }
@@ -94,14 +93,14 @@
        return FALSE;
  }
  
-@@ -272,6 +339,7 @@
+@@ -274,6 +341,7 @@
+               }
+               node = node->next;
        }
-       /* We set the playing flag even if no inputplugin
-          recognizes the file. This way we are sure it will be skipped. */
 +      input_file_not_playable(filename);
-       ip_data->playing = TRUE;
        set_current_input_plugin(NULL);
  }
+ 
 diff -Nuard xmms-1.2.8.orig/xmms/main.c xmms-1.2.8/xmms/main.c
 --- xmms-1.2.8.orig/xmms/main.c        2003-09-02 15:01:40.000000000 +0200
 +++ xmms-1.2.8/xmms/main.c     2003-09-08 01:17:19.000000000 +0200
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xmms-warn_about_unplayables.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to