r16903 - in /desktop/unstable/totem/debian: changelog control control.in patches/30_fix_youtube_plugin.patch patches/series

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Sep 6 14:26:40 UTC 2008


Author: sjoerd
Date: Sat Sep  6 14:26:40 2008
New Revision: 16903

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16903
Log:
* 30_fix_youtube_plugin.patch: Set the server as a keyword argument to be
  compatible with both old and new versions of python-gdata. Fixes searching
  for youtube videos
* debian/control.in: Fix double Recommend field for totem-gstreamer

Added:
    desktop/unstable/totem/debian/patches/30_fix_youtube_plugin.patch
Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/patches/series

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=16903&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog (original)
+++ desktop/unstable/totem/debian/changelog Sat Sep  6 14:26:40 2008
@@ -14,7 +14,13 @@
   * 02_flv.patch: the canonical MIME type for Flash videos is 
     video/x-flv, not video/flv. Closes: #486468.
 
- -- Josselin Mouette <joss at debian.org>  Sun, 08 Jun 2008 18:51:46 +0200
+  [ Sjoerd Simons ]
+  * 30_fix_youtube_plugin.patch: Set the server as a keyword argument to be
+    compatible with both old and new versions of python-gdata. Fixes searching
+    for youtube videos
+  * debian/control.in: Fix double Recommend field for totem-gstreamer
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 06 Sep 2008 15:06:26 +0100
 
 totem (2.22.2-3) unstable; urgency=low
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=16903&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control (original)
+++ desktop/unstable/totem/debian/control Sat Sep  6 14:26:40 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 5.0.51~),
                quilt,
                python-support (>= 0.6),
@@ -121,14 +121,14 @@
          iso-codes,
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion})
-Recommends: gnome-app-install
 Conflicts: totem (<< 0.99.12-2),
            gnome-control-center (<< 2.15.90),
            totem-mozilla (<< 2.20.0-3)
 Recommends: totem-mozilla (= ${source:Version}),
             totem-plugins,
             gstreamer0.10-plugins-ugly,
-            gstreamer0.10-ffmpeg
+            gstreamer0.10-ffmpeg,
+            gnome-app-install
 Description: A simple media player for the GNOME desktop based on GStreamer
  Totem is a simple yet featureful media player for GNOME which can read
  a large number of file formats. It features :

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=16903&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in (original)
+++ desktop/unstable/totem/debian/control.in Sat Sep  6 14:26:40 2008
@@ -121,14 +121,14 @@
          iso-codes,
          totem-common (>= ${gnome:Version}),
          totem-common (<< ${gnome:NextVersion})
-Recommends: gnome-app-install
 Conflicts: totem (<< 0.99.12-2),
            gnome-control-center (<< 2.15.90),
            totem-mozilla (<< 2.20.0-3)
 Recommends: totem-mozilla (= ${source:Version}),
             totem-plugins,
             gstreamer0.10-plugins-ugly,
-            gstreamer0.10-ffmpeg
+            gstreamer0.10-ffmpeg,
+            gnome-app-install
 Description: A simple media player for the GNOME desktop based on GStreamer
  Totem is a simple yet featureful media player for GNOME which can read
  a large number of file formats. It features :

Added: desktop/unstable/totem/debian/patches/30_fix_youtube_plugin.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/30_fix_youtube_plugin.patch?rev=16903&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/30_fix_youtube_plugin.patch (added)
+++ desktop/unstable/totem/debian/patches/30_fix_youtube_plugin.patch Sat Sep  6 14:26:40 2008
@@ -1,0 +1,12 @@
+diff -Naur totem-2.22.2.orig/src/plugins/youtube/youtube.py totem-2.22.2/src/plugins/youtube/youtube.py
+--- totem-2.22.2.orig/src/plugins/youtube/youtube.py	2008-09-06 15:01:15.000000000 +0100
++++ totem-2.22.2/src/plugins/youtube/youtube.py	2008-09-06 15:01:50.000000000 +0100
+@@ -80,7 +80,7 @@
+ 		totem_object.add_sidebar_page ("youtube", _("YouTube"), self.vbox)
+ 
+ 		"""Set up the service"""
+-		self.service = gdata.service.GDataService (None, None, "HOSTED_OR_GOOGLE", None, None, "gdata.youtube.com")
++		self.service = gdata.service.GDataService (None, None, "HOSTED_OR_GOOGLE", None, None, server ="gdata.youtube.com")
+ 	def deactivate (self, totem):
+ 		totem.remove_sidebar_page ("youtube")
+ 	def setup_treeview (self, treeview_name):

Modified: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=16903&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series (original)
+++ desktop/unstable/totem/debian/patches/series Sat Sep  6 14:26:40 2008
@@ -1,4 +1,5 @@
 01_gecko_iceape.patch
 02_flv.patch
 20_use_alternatives.patch
+30_fix_youtube_plugin.patch
 70_autoconf.patch




More information about the pkg-gnome-commits mailing list