summaryrefslogtreecommitdiff
path: root/multimedia/totem/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-08-02 10:24:33 +0000
committerdrochner <drochner@pkgsrc.org>2010-08-02 10:24:33 +0000
commit5e208a58f843983f4d927a3f4186a9378eafbd3b (patch)
tree09cd24b61485e1975f22c71a5905a9810e925a60 /multimedia/totem/patches
parent944d9ac69f2feab45e0a62d481a980a7ebf181d4 (diff)
downloadpkgsrc-5e208a58f843983f4d927a3f4186a9378eafbd3b.tar.gz
modify the youtube video request URI so that it works again
(this was by try&error, does anybody know more about the protocol?) bump PKGREVISION
Diffstat (limited to 'multimedia/totem/patches')
-rw-r--r--multimedia/totem/patches/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/totem/patches/patch-aj b/multimedia/totem/patches/patch-aj
new file mode 100644
index 00000000000..c243457aee6
--- /dev/null
+++ b/multimedia/totem/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2010/08/02 10:24:33 drochner Exp $
+
+--- src/plugins/youtube/totem-youtube.c.orig 2010-05-12 15:41:25.000000000 +0000
++++ src/plugins/youtube/totem-youtube.c
+@@ -530,6 +530,7 @@ resolve_t_param_cb (GObject *source_obje
+ g_string_append_uri_escaped (video_uri_string, video_id, NULL, TRUE);
+ g_string_append (video_uri_string, "&t=");
+ g_string_append_uri_escaped (video_uri_string, t_param, NULL, TRUE);
++ g_string_append (video_uri_string, "&asv=");
+ g_string_append (video_uri_string, fmt_param);
+
+ video_uri = g_string_free (video_uri_string, FALSE);