summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches
diff options
context:
space:
mode:
authordrochner <drochner>2010-05-20 21:15:54 +0000
committerdrochner <drochner>2010-05-20 21:15:54 +0000
commit4b3a2129686209487e9bdd73313a79e358050b36 (patch)
tree1b9fad4341f7450221d4dd8854479c7af0c1ffc8 /audio/rhythmbox/patches
parent05da84561b5f41759836a835d14a6e1cc37bedb8 (diff)
downloadpkgsrc-4b3a2129686209487e9bdd73313a79e358050b36.tar.gz
fix the upnp_coherence plugin: use the "louie" module which comes
with "coherence" bump PKGREVISION
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r--audio/rhythmbox/patches/patch-ad15
-rw-r--r--audio/rhythmbox/patches/patch-ae13
-rw-r--r--audio/rhythmbox/patches/patch-af13
3 files changed, 38 insertions, 3 deletions
diff --git a/audio/rhythmbox/patches/patch-ad b/audio/rhythmbox/patches/patch-ad
index 54bf3c2db30..edd9796ba96 100644
--- a/audio/rhythmbox/patches/patch-ad
+++ b/audio/rhythmbox/patches/patch-ad
@@ -1,8 +1,17 @@
-$NetBSD: patch-ad,v 1.8 2009/08/02 12:10:39 drochner Exp $
+$NetBSD: patch-ad,v 1.9 2010/05/20 21:15:54 drochner Exp $
---- plugins/coherence/upnp_coherence/MediaPlayer.py.orig 2009-07-31 15:50:21.000000000 +0200
+--- plugins/coherence/upnp_coherence/MediaPlayer.py.orig 2010-03-25 00:10:11.000000000 +0000
+++ plugins/coherence/upnp_coherence/MediaPlayer.py
-@@ -260,7 +260,7 @@ class RhythmboxPlayer(log.Loggable):
+@@ -13,7 +13,7 @@ import rhythmdb
+ from coherence.upnp.core.soap_service import errorCode
+ from coherence.upnp.core import DIDLLite
+
+-import louie
++import coherence.extern.louie as louie
+
+ from coherence.extern.simple_plugin import Plugin
+
+@@ -302,7 +302,7 @@ class RhythmboxPlayer(log.Loggable):
if duration is not None:
h,m,s = duration.split(':')
diff --git a/audio/rhythmbox/patches/patch-ae b/audio/rhythmbox/patches/patch-ae
new file mode 100644
index 00000000000..523af285b79
--- /dev/null
+++ b/audio/rhythmbox/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.8 2010/05/20 21:15:54 drochner Exp $
+
+--- plugins/coherence/upnp_coherence/__init__.py.orig 2010-03-25 00:10:11.000000000 +0000
++++ plugins/coherence/upnp_coherence/__init__.py
+@@ -12,7 +12,7 @@ import gobject, gtk
+
+ import gconf
+
+-import louie
++import coherence.extern.louie as louie
+
+ from coherence import log
+
diff --git a/audio/rhythmbox/patches/patch-af b/audio/rhythmbox/patches/patch-af
new file mode 100644
index 00000000000..5d4e540f637
--- /dev/null
+++ b/audio/rhythmbox/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.7 2010/05/20 21:15:54 drochner Exp $
+
+--- plugins/coherence/upnp_coherence/MediaStore.py.orig 2010-03-25 00:10:11.000000000 +0000
++++ plugins/coherence/upnp_coherence/MediaStore.py
+@@ -6,7 +6,7 @@
+
+ import os.path
+ import rhythmdb
+-import louie
++import coherence.extern.louie as louie
+ import urllib
+
+ from coherence import __version_info__