summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches
diff options
context:
space:
mode:
authorobache <obache>2007-06-10 06:29:47 +0000
committerobache <obache>2007-06-10 06:29:47 +0000
commit4582565d46a53a812290e334b4b5e30cc3ceb26c (patch)
treeca503778474ba003c17d83f38d4edb7da1f6e629 /audio/rhythmbox/patches
parent4bc6edade7ffdd0f939da8fbc82c34a63da77fae (diff)
downloadpkgsrc-4582565d46a53a812290e334b4b5e30cc3ceb26c.tar.gz
Update rhythmbox to 0.9.8.
Overview of changes in Rhythmbox 0.9.8 "Type slowly" ===================================================== * move to SVN and move round lots of files. yay! * use "friendly" date-time in track list (William Jon McCann) * add visualisation plugin (JOnathan Matthew) * support more lastfm:// URIs (Jonathan Matthew) * split code out into a library common to plugins and the binary (Jonathan Matthew) * display cover art in the tray icon tooltop and song-change notification (Ed Catmur) * Magnatune improvements (Adam Zimmerman) * core art improvements, support art for podcasts et al (Ed Catmur, Martin Szulecki) * Python plugin improvements (James Livingston, Jonathan Matthew) * add support for the Jamendo online catalogue (Guillaume Desmottes) * support new Gnome "media key" mechanism (James Livingston, Jonathan Matthew) * support track transfer for "generic" audio players, and improve iPod track transfer support, including transcoding (James Livingston) * many build/run issues on Solaris (Irene Huang) * Nokia N800 support (William Jon McCann) * Many core improvements, for future work * the usual pile of minor features and bug fixes Updated Translations -------------------- * ca Jordi Mallach * da Peter Bach * de Hendrik Brandt * en_CA Adam Weinberger * en_GB David Lodge * fr Jonathan Ernst and Stéphane Raimbault * gl Ignacio Casal Quinteiro * hi Gaurav Mishra (NEW) * it Luca Ferretti * lt Žygimantas Beručka * nl Tino Meinen * pl Artur Flinta and the Gnome Polish Team * pt_BR Guilherme de S. Pastore * sv Daniel Nylander * vi Nguyễn Thái Ngọc Duy Overview of changes in Rhythmbox 0.9.7 "I love Perth" ===================================================== * Use gnome-power-manager to inhibit suspend while playing (Jonathan Matthew) * Add support for transient metadata (Ed Catmur) * Plugin-ise Internet radio support (Jonathan Matthew) * Add support for the MagnaTune online store (Adam Zimmerman) * Add support for playin Last.fm radio streams (Matt N) * Even more support for broken podcast feeds (Alex Lancaster) * Display placeholder when no cover art can be found (Ed Catmur) * Build fixes (Brian Cameron, Gilles Dartiguelongue, Alex Lancaster) * Improve the python console (Brian McKenna) * Ask the user if MusicBrainz returns multiple albums (Edgar Luna) * Refactor support for "streaming" sources (Jonathan Matthew) * Let dbus clients request playing song notification (Oskari Saarenmaa) * Add more unit tests (Jonathan Matthew) * Fix some a11y stuff (Jerry Tan) * Plugin-ise DAAP, and DAAP improvements (Jonathan Matthew) * Startup improvements, including async directory walking (James Livingston) * Improve intra-application Drag and Drop (Jonathan Matthew) * Support gnonfaudiosink's "profile" property (Alex Jones) * Remove insane threading from podcasts (James Livingston, Jonathan Matthew) * Disable ReplayGain by default, since it has issues (James M) Plus the usual assortment of bug fixes, performance and memory improvements, and minor features. Updated Translations -------------------- * ar Djihed Afifi * ca Jordi Mallach, Josep Puigdemont i Casamajó * dz Pema Geyleg (New) * el Nikos Charonitakis * en_CA Adam Weinberger * es Francisco Javier F. Serrador * fi Ilkka Tuohela * gl Ignacio Casal Quinteiro * hu Gabor Kelemen * it Luca Ferretti * ja Takeshi AIHANA * lt Žygimantas Beručka * nb Kjartan Maraas * nl Vincent van Adrighem * sv Fredrik Tuomas * vi Nguyễn Thái Ngọc Duy
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r--audio/rhythmbox/patches/patch-aa8
-rw-r--r--audio/rhythmbox/patches/patch-ab8
-rw-r--r--audio/rhythmbox/patches/patch-ac4
-rw-r--r--audio/rhythmbox/patches/patch-ae6
-rw-r--r--audio/rhythmbox/patches/patch-af8
-rw-r--r--audio/rhythmbox/patches/patch-ag6
6 files changed, 20 insertions, 20 deletions
diff --git a/audio/rhythmbox/patches/patch-aa b/audio/rhythmbox/patches/patch-aa
index b4e89a205f8..9cdf6904651 100644
--- a/audio/rhythmbox/patches/patch-aa
+++ b/audio/rhythmbox/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2006/07/02 11:32:40 drochner Exp $
+$NetBSD: patch-aa,v 1.6 2007/06/10 06:29:47 obache Exp $
---- player/rb-recorder-gst.c.orig 2006-01-18 05:22:11.000000000 +0100
-+++ player/rb-recorder-gst.c
-@@ -25,7 +25,9 @@
+--- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-01-09 06:42:20.000000000 +0000
++++ plugins/cd-recorder/rb-recorder-gst.c
+@@ -26,7 +26,9 @@
#include <string.h>
#include <math.h>
#include <time.h>
diff --git a/audio/rhythmbox/patches/patch-ab b/audio/rhythmbox/patches/patch-ab
index 2bd4e645f68..222afa294e0 100644
--- a/audio/rhythmbox/patches/patch-ab
+++ b/audio/rhythmbox/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2006/07/02 11:32:40 drochner Exp $
+$NetBSD: patch-ab,v 1.5 2007/06/10 06:29:47 obache Exp $
---- daapsharing/rb-daap-src.c.orig 2006-01-21 10:17:03.000000000 +0100
-+++ daapsharing/rb-daap-src.c
-@@ -54,6 +54,10 @@
+--- plugins/daap/rb-daap-src.c.orig 2007-02-12 13:47:02.000000000 +0000
++++ plugins/daap/rb-daap-src.c
+@@ -57,6 +57,10 @@
#define RESPONSE_BUFFER_SIZE (4096)
diff --git a/audio/rhythmbox/patches/patch-ac b/audio/rhythmbox/patches/patch-ac
index 41609f63919..c93c05e9d18 100644
--- a/audio/rhythmbox/patches/patch-ac
+++ b/audio/rhythmbox/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.3 2006/10/17 16:45:07 drochner Exp $
+$NetBSD: patch-ac,v 1.4 2007/06/10 06:29:48 obache Exp $
---- metadata/rb-metadata-dbus-client.c.orig 2006-08-12 11:25:47.000000000 +0200
+--- metadata/rb-metadata-dbus-client.c.orig 2007-01-31 09:40:45.000000000 +0000
+++ metadata/rb-metadata-dbus-client.c
@@ -52,7 +52,7 @@
diff --git a/audio/rhythmbox/patches/patch-ae b/audio/rhythmbox/patches/patch-ae
index b87cbe9b3a6..12eebe1f1cc 100644
--- a/audio/rhythmbox/patches/patch-ae
+++ b/audio/rhythmbox/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.1 2006/07/02 11:32:40 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2007/06/10 06:29:48 obache Exp $
---- shell/main.c.orig 2006-05-30 16:44:01.000000000 +0200
+--- shell/main.c.orig 2007-01-12 08:44:18.000000000 +0000
+++ shell/main.c
-@@ -372,7 +372,9 @@ main (int argc, char **argv)
+@@ -380,7 +380,9 @@ main (int argc, char **argv)
} else {
rb_profile_start ("mainloop");
diff --git a/audio/rhythmbox/patches/patch-af b/audio/rhythmbox/patches/patch-af
index f60f8c9d512..1474609a5bc 100644
--- a/audio/rhythmbox/patches/patch-af
+++ b/audio/rhythmbox/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.1 2006/07/02 11:32:40 drochner Exp $
+$NetBSD: patch-af,v 1.2 2007/06/10 06:29:48 obache Exp $
---- shell/rb-shell-player.c.orig 2006-04-22 12:44:25.000000000 +0200
+--- shell/rb-shell-player.c.orig 2007-02-06 11:33:59.000000000 +0000
+++ shell/rb-shell-player.c
-@@ -903,10 +903,8 @@ rb_shell_player_open_playlist_url (RBShe
+@@ -570,10 +570,8 @@ rb_shell_player_open_playlist_url (RBShe
rb_player_play (player->priv->mmplayer, &error);
if (error) {
@@ -13,7 +13,7 @@ $NetBSD: patch-af,v 1.1 2006/07/02 11:32:40 drochner Exp $
}
g_idle_add ((GSourceFunc) notify_playing_idle, player);
}
-@@ -958,13 +956,17 @@ open_location_thread (OpenLocationThread
+@@ -1133,13 +1131,17 @@ open_location_thread (OpenLocationThread
location = g_queue_pop_head (data->player->priv->playlist_urls);
rb_debug ("playing first stream url %s", data->location);
diff --git a/audio/rhythmbox/patches/patch-ag b/audio/rhythmbox/patches/patch-ag
index ae3cda47599..db43d04d724 100644
--- a/audio/rhythmbox/patches/patch-ag
+++ b/audio/rhythmbox/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.1 2006/07/08 13:01:39 drochner Exp $
+$NetBSD: patch-ag,v 1.2 2007/06/10 06:29:48 obache Exp $
---- data/iradio-initial.pls.orig 2006-03-31 04:34:01.000000000 +0200
-+++ data/iradio-initial.pls
+--- plugins/iradio/iradio-initial.pls.orig 2007-01-09 06:42:22.000000000 +0000
++++ plugins/iradio/iradio-initial.pls
@@ -3,10 +3,10 @@ numberofentries=25
file1=http://www.somafm.com/groovesalad.pls
title1=Groove Salad