summaryrefslogtreecommitdiff
path: root/multimedia/totem/patches
diff options
context:
space:
mode:
authordrochner <drochner>2009-10-21 18:56:15 +0000
committerdrochner <drochner>2009-10-21 18:56:15 +0000
commitca81d8ce248a331ae9f62d4536f8c287adec1b1f (patch)
tree439916136b1d97b25917f6a80cf21a9ccec5f7c8 /multimedia/totem/patches
parentbfc73bc062dcfbee36ad094ee51f0eee64704f1e (diff)
downloadpkgsrc-ca81d8ce248a331ae9f62d4536f8c287adec1b1f.tar.gz
update to 2.28.1
This switches to the gnome-2.28 release branch.
Diffstat (limited to 'multimedia/totem/patches')
-rw-r--r--multimedia/totem/patches/patch-ag13
-rw-r--r--multimedia/totem/patches/patch-ah24
-rw-r--r--multimedia/totem/patches/patch-ai14
3 files changed, 14 insertions, 37 deletions
diff --git a/multimedia/totem/patches/patch-ag b/multimedia/totem/patches/patch-ag
deleted file mode 100644
index 845eb4bb08b..00000000000
--- a/multimedia/totem/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2009/09/07 10:02:13 drochner Exp $
-
---- src/plugins/jamendo/jamendo.ui.orig 2009-04-27 01:56:26.000000000 +0200
-+++ src/plugins/jamendo/jamendo.ui
-@@ -187,7 +187,7 @@
- <property name="scrollable">False</property>
- <property name="enable_popup">False</property>
- <child>
-- <object class="GtkVBox" id="vbox1">
-+ <object class="GtkVBox" id="vbox11">
- <property name="visible">True</property>
- <property name="homogeneous">False</property>
- <property name="spacing">0</property>
diff --git a/multimedia/totem/patches/patch-ah b/multimedia/totem/patches/patch-ah
deleted file mode 100644
index 33453f2254a..00000000000
--- a/multimedia/totem/patches/patch-ah
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2009/09/07 18:21:55 drochner Exp $
-
---- src/plugins/youtube/youtube.py.orig 2009-09-07 20:11:03.000000000 +0200
-+++ src/plugins/youtube/youtube.py
-@@ -203,8 +203,8 @@ class YouTube (totem.Plugin):
-
- def resolve_t_param (self, youtube_id):
- """We have to get the t parameter from the actual video page, since Google changed how their URLs work"""
-- stream = urllib.urlopen ("http://youtube.com/watch?v=" + urllib.quote (youtube_id))
-- regexp1 = re.compile ("swfArgs.*\"t\": \"([^\"]+)\"")
-+ stream = urllib.urlopen ("http://youtube.com/get_video_info?video_id=" + urllib.quote (youtube_id))
-+ regexp1 = re.compile ("(?m)&token=([^&]+)(?:&|$)")
- regexp2 = re.compile ("</head>")
-
- contents = stream.read ()
-@@ -213,7 +213,7 @@ class YouTube (totem.Plugin):
- matches = regexp1.search (contents)
- if (matches != None):
- stream.close ()
-- return matches.group (1)
-+ return urllib.unquote(matches.group (1))
-
- """Check to see if we've come to the end of the <head> tag; in which case, we should give up"""
- if (regexp2.search (contents) != None):
diff --git a/multimedia/totem/patches/patch-ai b/multimedia/totem/patches/patch-ai
new file mode 100644
index 00000000000..84fa96f5caa
--- /dev/null
+++ b/multimedia/totem/patches/patch-ai
@@ -0,0 +1,14 @@
+$NetBSD: patch-ai,v 1.1 2009/10/21 18:56:15 drochner Exp $
+
+--- help/totem-docs.h.orig 2009-09-29 13:40:56.000000000 +0200
++++ help/totem-docs.h
+@@ -1,7 +1,9 @@
+ const gchar* documentation_credits[] = {
++#if 0
+ "Baptiste Mille-Mathias <baptiste.millemathias@gmail.org>",
+ "Chee Bin HOH <cbhoh@gnome.org>",
+ "Philip Withnall <philip@tecnocode.co.uk>",
++#endif
+ NULL
+ };
+