r14578 - in /desktop/unstable/gnome-vfs/debian: changelog patches/40_http_seeking.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Feb 15 05:20:54 UTC 2008


Author: slomo
Date: Fri Feb 15 05:20:53 2008
New Revision: 14578

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14578
Log:
* Demote fam to a Suggests; only gnome-desktop-environment really
* New patch 40_http_seeking.patch: Patch from upstream SVN to allow seeking with
  GNOME_VFS_OPEN_RANDOM and don't fail to open an URI if GNOME_VFS_OPEN_RANDOM
  is given but seeking does not work. This makes the http method consistent with
  the others and also fixes seeking on HTTP files via GStreamer when using
  the gnomevfssrc (Closes: #370371).

Added:
    desktop/unstable/gnome-vfs/debian/patches/40_http_seeking.patch
Modified:
    desktop/unstable/gnome-vfs/debian/changelog
    desktop/unstable/gnome-vfs/debian/patches/series

Modified: desktop/unstable/gnome-vfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/changelog?rev=14578&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/changelog (original)
+++ desktop/unstable/gnome-vfs/debian/changelog Fri Feb 15 05:20:53 2008
@@ -1,11 +1,19 @@
-gnome-vfs (1:2.20.1-2) UNRELEASED; urgency=low
-
+gnome-vfs (1:2.20.1-2) unstable; urgency=low
+
+  [ Josselin Mouette ]
   * libgnomevfs2-common.gconf-defaults: make ekiga the default h323
     handler. Closes: #459968.
-  * Demote fam to a Suggests; only gnome-desktop-environment really 
+  * Demote fam to a Suggests; only gnome-desktop-environment really
     needs to recommend it.
 
- -- Josselin Mouette <joss at debian.org>  Thu, 31 Jan 2008 15:40:53 +0100
+  [ Sebastian Dröge ]
+  * New patch 40_http_seeking.patch: Patch from upstream SVN to allow seeking with
+    GNOME_VFS_OPEN_RANDOM and don't fail to open an URI if GNOME_VFS_OPEN_RANDOM
+    is given but seeking does not work. This makes the http method consistent with
+    the others and also fixes seeking on HTTP files via GStreamer when using
+    the gnomevfssrc (Closes: #370371).
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 15 Feb 2008 06:18:23 +0100
 
 gnome-vfs (1:2.20.1-1) unstable; urgency=low
 

Added: desktop/unstable/gnome-vfs/debian/patches/40_http_seeking.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/patches/40_http_seeking.patch?rev=14578&op=file
==============================================================================
--- desktop/unstable/gnome-vfs/debian/patches/40_http_seeking.patch (added)
+++ desktop/unstable/gnome-vfs/debian/patches/40_http_seeking.patch Fri Feb 15 05:20:53 2008
@@ -1,0 +1,27 @@
+Index: gnome-vfs/modules/http-neon-method.c
+===================================================================
+--- gnome-vfs/modules/http-neon-method.c	(Revision 5445)
++++ gnome-vfs/modules/http-neon-method.c	(Arbeitskopie)
+@@ -2402,19 +2402,12 @@
+ 			return result;
+ 		} 
+ 	} else {
+-		handle->use_range = (mode & GNOME_VFS_OPEN_RANDOM);
++                /* Always try to make Ranged puts */
++		handle->use_range = TRUE;
+ 	}
+ 
+ 	result = http_transfer_start (handle);	
+ 
+-	if (result == GNOME_VFS_OK && mode & GNOME_VFS_OPEN_READ) {
+-		
+-		if (handle->use_range && ! handle->can_range) {
+-			/*Review: Not supported or invalid open mode ? */
+-			result = GNOME_VFS_ERROR_NOT_SUPPORTED;
+-		}	
+-	} 
+-		
+ 	if (result != GNOME_VFS_OK) {
+ 		http_file_handle_destroy (handle);
+ 		handle = NULL;
+

Modified: desktop/unstable/gnome-vfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs/debian/patches/series?rev=14578&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs/debian/patches/series (original)
+++ desktop/unstable/gnome-vfs/debian/patches/series Fri Feb 15 05:20:53 2008
@@ -18,4 +18,5 @@
 23_improve_volume_labels.patch
 24_home_dir_fakeroot.patch
 30_nfs4.patch
+40_http_seeking.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list