diff options
author | youri <youri@pkgsrc.org> | 2018-05-29 03:26:54 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-05-29 03:26:54 +0000 |
commit | fb7030ad0ac6162ca41b67c4b88c31363e8983bb (patch) | |
tree | 53a94e66480f49c68bd4bc4c6857c26439c7c912 /audio | |
parent | 4aa7b9935ecf31ee3da7b1a1fa717ef5e6eeb789 (diff) | |
download | pkgsrc-fb7030ad0ac6162ca41b67c4b88c31363e8983bb.tar.gz |
Remove obsolete patches.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-ad | 22 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-ae | 13 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-af | 13 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-ag | 40 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-ah | 15 | ||||
-rw-r--r-- | audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c | 15 |
7 files changed, 0 insertions, 131 deletions
diff --git a/audio/rhythmbox/patches/patch-aa b/audio/rhythmbox/patches/patch-aa deleted file mode 100644 index 2e6db05ffdc..00000000000 --- a/audio/rhythmbox/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.10 2009/07/31 08:50:27 drochner Exp $ - ---- plugins/coherence/upnp_coherence/UpnpSource.py.orig 2009-06-30 01:38:57.000000000 +0200 -+++ plugins/coherence/upnp_coherence/UpnpSource.py -@@ -132,7 +132,7 @@ class UpnpSource(rb.BrowserSource,log.Lo - - if duration is not None: - h,m,s = duration.split(':') -- seconds = int(h)*3600 + int(m)*60 + int(s) -+ seconds = int(h)*3600 + int(m)*60 + int(round(float(s))) - self.info("%r %r:%r:%r %r", duration, h, m , s, seconds) - self.__db.set(entry, rhythmdb.PROP_DURATION, seconds) - diff --git a/audio/rhythmbox/patches/patch-ad b/audio/rhythmbox/patches/patch-ad deleted file mode 100644 index edd9796ba96..00000000000 --- a/audio/rhythmbox/patches/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ad,v 1.9 2010/05/20 21:15:54 drochner Exp $ - ---- plugins/coherence/upnp_coherence/MediaPlayer.py.orig 2010-03-25 00:10:11.000000000 +0000 -+++ plugins/coherence/upnp_coherence/MediaPlayer.py -@@ -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(':') -- seconds = int(h)*3600 + int(m)*60 + int(s) -+ seconds = int(h)*3600 + int(m)*60 + int(round(float(s))) - self.info("%r %r:%r:%r %r", duration, h, m , s, seconds) - self.shell.props.db.set(self.entry, rhythmdb.PROP_DURATION, seconds) - diff --git a/audio/rhythmbox/patches/patch-ae b/audio/rhythmbox/patches/patch-ae deleted file mode 100644 index 523af285b79..00000000000 --- a/audio/rhythmbox/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$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 deleted file mode 100644 index 5d4e540f637..00000000000 --- a/audio/rhythmbox/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$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__ diff --git a/audio/rhythmbox/patches/patch-ag b/audio/rhythmbox/patches/patch-ag deleted file mode 100644 index 4d5029efc38..00000000000 --- a/audio/rhythmbox/patches/patch-ag +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ag,v 1.5 2010/11/15 18:56:52 drochner Exp $ - ---- remote/dbus/rb-client.c.orig 2010-03-25 00:10:14.000000000 +0000 -+++ remote/dbus/rb-client.c -@@ -54,7 +54,7 @@ static gboolean previous = FALSE; - static gboolean notify = FALSE; - - static gboolean play = FALSE; --static gboolean pause = FALSE; -+static gboolean rb_pause = FALSE; - static gboolean play_pause = FALSE; - static gboolean stop = FALSE; - -@@ -91,7 +91,7 @@ static GOptionEntry args[] = { - { "notify", 0, 0, G_OPTION_ARG_NONE, ¬ify, N_("Show notification of the playing song"), NULL }, - - { "play", 0, 0, G_OPTION_ARG_NONE, &play, N_("Resume playback if currently paused"), NULL }, -- { "pause", 0, 0, G_OPTION_ARG_NONE, &pause, N_("Pause playback if currently playing"), NULL }, -+ { "pause", 0, 0, G_OPTION_ARG_NONE, &rb_pause, N_("Pause playback if currently playing"), NULL }, - { "play-pause", 0, 0, G_OPTION_ARG_NONE, &play_pause, N_("Toggle play/pause mode"), NULL }, - /* { "stop", 0, 0, G_OPTION_ARG_NONE, &stop, N_("Stop playback"), NULL }, */ - -@@ -608,7 +608,7 @@ main (int argc, char **argv) - if (next || previous || - clear_queue || - play_uri || other_stuff || -- play || pause || play_pause || stop || -+ play || rb_pause || play_pause || stop || - print_playing || print_playing_format || notify || - (set_volume > -0.01) || volume_up || volume_down || print_volume || mute || unmute || (set_rating > -0.01)) - no_present = TRUE; -@@ -696,7 +696,7 @@ main (int argc, char **argv) - org_gnome_Rhythmbox_Player_get_playing (player_proxy, &is_playing, &error); - if (!annoy (&error)) { - rb_debug ("playback state: %d", is_playing); -- if (play || pause || play_pause) { -+ if (play || rb_pause || play_pause) { - if (is_playing != play || play_pause) { - rb_debug ("calling playPause to change playback state"); - org_gnome_Rhythmbox_Player_play_pause (player_proxy, FALSE, &error); diff --git a/audio/rhythmbox/patches/patch-ah b/audio/rhythmbox/patches/patch-ah deleted file mode 100644 index d653d4ffe90..00000000000 --- a/audio/rhythmbox/patches/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2012/10/17 13:52:03 drochner Exp $ - -gnome bug #617587 - ---- shell/rb-python-module.c.orig 2010-03-25 00:10:15.000000000 +0000 -+++ shell/rb-python-module.c -@@ -169,7 +169,7 @@ rb_python_module_init_python (void) - - mdict = PyModule_GetDict (pygtk); - require = PyDict_GetItemString (mdict, "require"); -- PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.8"))); -+ PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.0"))); - - /* import gobject */ - init_pygobject (); diff --git a/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c b/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c deleted file mode 100644 index 2327cc915ab..00000000000 --- a/audio/rhythmbox/patches/patch-plugins_status-icon_rb-status-icon-plugin.c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-plugins_status-icon_rb-status-icon-plugin.c,v 1.1 2013/08/15 08:04:29 obache Exp $ - -* for libnotify-0.7 API change - ---- plugins/status-icon/rb-status-icon-plugin.c.orig 2010-03-25 00:10:13.000000000 +0000 -+++ plugins/status-icon/rb-status-icon-plugin.c -@@ -394,7 +394,7 @@ do_notify (RBStatusIconPlugin *plugin, - icon_name = NULL; - - if (plugin->priv->notification == NULL) { -- plugin->priv->notification = notify_notification_new (primary, secondary, icon_name, NULL); -+ plugin->priv->notification = notify_notification_new (primary, secondary, icon_name); - - g_signal_connect_object (plugin->priv->notification, - "closed", |