[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.5.1-1-1-gb1347aa

Iain Lane laney at ubuntu.com
Mon Nov 16 12:28:42 UTC 2009


The following commit has been merged in the master branch:
commit b1347aa798aa2a4665d24256615500ec1583ebaa
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon Nov 16 11:39:50 2009 +0000

    Apply patch from BGO 601612 to re-enable last.fm streaming radio

debian/patches/banshee-lastfm-api.patch: Apply patch from upstream bug tracker (BGO #601612) to re-enable Last.fm streaming. Last had bumped a version number requirement for their 1.0 API which needed to be updated in Banshee. It is highly likely that the 1.0 API will stop working completely at some point in the not-too-distant future, but the next upstream release will support the new Last.fm 2.0 API (with the caveat that this is only available to paid subscribers). (Closes: #548029)

diff --git a/debian/changelog b/debian/changelog
index 9e44d7a..67feb80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+banshee (1.5.1-2) UNRELEASED; urgency=low
+
+  * debian/patches/banshee-lastfm-api.patch: Apply patch from upstream bug
+    tracker (BGO #601612) to re-enable Last.fm streaming. Last had bumped a
+    version number requirement for their 1.0 API which needed to be updated in
+    Banshee. It is highly likely that the 1.0 API will stop working completely
+    at some point in the not-too-distant future, but the next upstream release
+    will support the new Last.fm 2.0 API (with the caveat that this is only
+    available to paid subscribers). (Closes: #548029)
+
+ -- Iain Lane <laney at ubuntu.com>  Mon, 16 Nov 2009 11:28:25 +0000
+
 banshee (1.5.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/banshee-lastfm-api.patch b/debian/patches/banshee-lastfm-api.patch
new file mode 100644
index 0000000..cdca269
--- /dev/null
+++ b/debian/patches/banshee-lastfm-api.patch
@@ -0,0 +1,20 @@
+Description: Update version number passed to Last.fm to allow radio streams to function once more
+Origin: https://bugzilla.gnome.org/attachment.cgi?id=147800
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=601612
+Forwarded: not-needed
+Author: Bertrand Lorentz <bertrand.lorentz at gmail.com>
+Last-Update: 2009-11-16
+
+diff --git a/src/Libraries/Lastfm/Lastfm/RadioConnection.cs b/src/Libraries/Lastfm/Lastfm/RadioConnection.cs
+index 7206305..e3a28b9 100644
+--- a/src/Libraries/Lastfm/Lastfm/RadioConnection.cs
++++ b/src/Libraries/Lastfm/Lastfm/RadioConnection.cs
+@@ -426,7 +426,7 @@ namespace Lastfm
+         private string StationRefreshUrl {
+             get {
+                 return String.Format (
+-                    "http://{0}{1}/xspf.php?sk={2}&discovery=0&desktop=1.3.1.1",
++                    "http://{0}{1}/xspf.php?sk={2}&discovery=0&desktop=1.5",
+                     base_url, base_path, session
+                 );
+             }
diff --git a/debian/patches/series b/debian/patches/series
index 1e76233..6e8a68a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+banshee-lastfm-api.patch
 01_fix-ipod-sharp-ftbfs
 99_ltmain_as-needed.patch

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list