[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, squeeze-freeze, updated. debian/2.2.13-5+squeeze4-1-g1022bee

Ansgar Burchardt ansgar at debian.org
Mon Oct 15 19:46:20 UTC 2012


The following commit has been merged in the squeeze-freeze branch:
commit 1022bee6af62e87a424b6e2a5438b0ae0198af7d
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Mon Oct 15 21:45:24 2012 +0200

    Adapt for youtube.com changes.

diff --git a/debian/changelog b/debian/changelog
index 357f9dd..4ab08b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clive (2.2.13-5+squeeze5) squeeze; urgency=low
+
+  * Adapt for youtube.com changes.
+    + new patch: 688972-youtube.diff
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Mon, 15 Oct 2012 13:15:16 +0000
+
 clive (2.2.13-5+squeeze4) stable; urgency=low
 
   * Adapt for youtube.com changes. (Closes: #645025)
diff --git a/debian/patches/688972-youtube.diff b/debian/patches/688972-youtube.diff
new file mode 100644
index 0000000..efcd5d0
--- /dev/null
+++ b/debian/patches/688972-youtube.diff
@@ -0,0 +1,16 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Subject: backport patch for #688972 from libquvi-scripts to clive
+Bug-Debian: http://bugs.debian.org/688972
+
+--- clive-2.2.13.orig/lib/clive/Host/Youtube.pm
++++ clive-2.2.13/lib/clive/Host/Youtube.pm
+@@ -52,6 +52,9 @@ sub parsePage {
+ 	    }
+ 	    my $id = $map{itag};
+ 	    my $url = $map{url};
++	    if (exists $map{sig}) {
++		$url .= '&signature=' . $map{sig};
++	    }
+             $best   = $url unless $best;
+             $h{$id} = $url;
+         }
diff --git a/debian/patches/series b/debian/patches/series
index f4a06d8..087ff1f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ fix-606540-youtube.patch
 liveleak-fix-from-2.2.25.patch
 636612-youtube.diff
 645025-youtube.diff
+688972-youtube.diff

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list