diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-30 11:48:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-30 11:48:11 +0000 |
commit | f79f1c01630620abac7967c8f103a35527ebfd3f (patch) | |
tree | fdf8df66d33d1fe14684b5428a6038b672bc605d /audio/rhythmbox/patches | |
parent | 3d425f3cc78fab571b7a94d4a59e3a438e4334f1 (diff) | |
download | pkgsrc-f79f1c01630620abac7967c8f103a35527ebfd3f.tar.gz |
update to 0.12.5
changes:
-New cover art search code
-Updated Coherence UPnP plugin
-UI improvement
-bugfixes
-translation updates
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r-- | audio/rhythmbox/patches/patch-ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rhythmbox/patches/patch-ac b/audio/rhythmbox/patches/patch-ac deleted file mode 100644 index c7528b6816d..00000000000 --- a/audio/rhythmbox/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2009/08/02 12:10:39 drochner Exp $ - ---- plugins/coherence/upnp_coherence/MediaStore.py.orig 2009-07-31 15:20:44.000000000 +0200 -+++ plugins/coherence/upnp_coherence/MediaStore.py -@@ -295,6 +295,7 @@ class MediaStore(BackendStore): - - def __init__(self, server, **kwargs): - self.warning("__init__ MediaStore %r", kwargs) -+ BackendStore.__init__(self,server,**kwargs) - self.server = server - self.db = kwargs['db'] - self.plugin = kwargs['plugin'] |