[arch-commits] CVS update of extra/multimedia/xine-lib (bgo375866.patch)

Eric Belanger eric at archlinux.org
Sat Jul 14 06:00:41 UTC 2007


    Date: Saturday, July 14, 2007 @ 02:00:41
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/xine-lib

 Removed: bgo375866.patch (1.1)

upgpkg: xine-lib 1.1.7-1
removed old patch


-----------------+
 bgo375866.patch |   25 -------------------------
 1 file changed, 25 deletions(-)


Index: extra/multimedia/xine-lib/bgo375866.patch
diff -u extra/multimedia/xine-lib/bgo375866.patch:1.1 extra/multimedia/xine-lib/bgo375866.patch:removed
--- extra/multimedia/xine-lib/bgo375866.patch:1.1	Thu Jun  7 12:55:20 2007
+++ extra/multimedia/xine-lib/bgo375866.patch	Sat Jul 14 02:00:41 2007
@@ -1,25 +0,0 @@
-
-# HG changeset patch
-# User hadess at cookie.hadess.net
-# Date 1178322114 -3600
-# Node ID 2b182beaba686b9eef2001741ce909ac1a9a82cb
-# Parent ce82ad163b0e36d3edefd90bfe3f2ba05ab3ace3
-- Fix _x_io_select exiting when the select has been interrupted (EINTR errno)
-  when we want to run until the timeout has occurred, partially fixes
-  Totem's browser plugin playing back browser streams with the xine-lib
-  backend
-
-See http://bugzilla.gnome.org/show_bug.cgi?id=375866 for details
-
---- a/src/xine-engine/io_helper.c	Wed May 02 21:51:16 2007 +0200
-+++ b/src/xine-engine/io_helper.c	Sat May 05 00:41:54 2007 +0100
-@@ -276,7 +276,7 @@ int _x_io_select (xine_stream_t *stream,
-     wset = (state & XIO_WRITE_READY) ? &fdset : NULL;
-     ret = select (fd + 1, rset, wset, NULL, &select_timeout);
- 
--    if (ret == -1) {
-+    if (ret == -1 && errno != EINTR) {
-       /* select error */
-       return XIO_ERROR;
-     } else if (ret == 1) {
-




More information about the arch-commits mailing list