r32016 - in /desktop/unstable/totem-pl-parser/debian: changelog patches/01-libquvi-0.4.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Dec 10 23:35:32 UTC 2011


Author: biebl
Date: Sat Dec 10 23:35:31 2011
New Revision: 32016

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32016
Log:
* debian/patches/01-libquvi-0.4.patch:
  - Make totem-pl-parser build against libquvi 0.4. Patch is backwards
    compatible with libquvi 0.2. Thanks Ansgar Burchardt for the patch.
    Closes: #651637

Added:
    desktop/unstable/totem-pl-parser/debian/patches/01-libquvi-0.4.patch
    desktop/unstable/totem-pl-parser/debian/patches/series
Modified:
    desktop/unstable/totem-pl-parser/debian/changelog

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=32016&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog [utf-8] Sat Dec 10 23:35:31 2011
@@ -7,6 +7,10 @@
   * Change section of gir1.2-totem-plparser-1.0 to introspection.
   * Rely on cdbs to call dh_girepository instead of calling it explicitly.
     Bump Build-Depends on cdbs accordingly.
+  * debian/patches/01-libquvi-0.4.patch:
+    - Make totem-pl-parser build against libquvi 0.4. Patch is backwards
+      compatible with libquvi 0.2. Thanks Ansgar Burchardt for the patch.
+      Closes: #651637
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Dec 2011 22:54:41 +0100
 

Added: desktop/unstable/totem-pl-parser/debian/patches/01-libquvi-0.4.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/patches/01-libquvi-0.4.patch?rev=32016&op=file
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/patches/01-libquvi-0.4.patch (added)
+++ desktop/unstable/totem-pl-parser/debian/patches/01-libquvi-0.4.patch [utf-8] Sat Dec 10 23:35:31 2011
@@ -1,0 +1,26 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sat, 10 Dec 2011 20:45:13 +0100
+Subject: Build with libquvi 0.4.
+
+--- totem-pl-parser-2.32.6.orig/plparse/totem-pl-parser-videosite.c
++++ totem-pl-parser-2.32.6/plparse/totem-pl-parser-videosite.c
+@@ -75,7 +75,7 @@
+ #ifdef HAVE_QUVI
+ 	QUVIcode rc;
+ 	quvi_t handle;
+-	quvi_video_t v;
++	quvi_media_t v;
+ 	char *uri;
+ 	/* properties */
+ 	const char *video_uri;
+@@ -104,8 +104,8 @@
+ 		return TOTEM_PL_PARSER_RESULT_ERROR;
+ 	}
+ 
+-	getprop (QUVIPROP_VIDEOURL, video_uri);
+-	if (quvi_getprop (v, QUVIPROP_VIDEOFILELENGTH, &length) == QUVI_OK)
++	getprop (QUVIPROP_MEDIAURL, video_uri);
++	if (quvi_getprop (v, QUVIPROP_MEDIACONTENTLENGTH, &length) == QUVI_OK)
+ 		length_str = g_strdup_printf ("%f", length);
+ 	else
+ 		length_str = NULL;

Added: desktop/unstable/totem-pl-parser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/patches/series?rev=32016&op=file
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/patches/series (added)
+++ desktop/unstable/totem-pl-parser/debian/patches/series [utf-8] Sat Dec 10 23:35:31 2011
@@ -1,0 +1,1 @@
+01-libquvi-0.4.patch




More information about the pkg-gnome-commits mailing list