[Pkg-cli-apps-commits] [SCM] bansheelyricsplugin branch, master, updated. debian/0.8.1-1-5-gbc6014e

Chow Loong Jin hyperair at gmail.com
Fri Jan 29 02:16:32 UTC 2010


The following commit has been merged in the master branch:
commit 84365e25a553e0c196071de6adbe9de368332e7a
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Fri Jan 29 08:42:18 2010 +0800

    Add a using Banshee.Base to 01_fix-banshee-1.5.3

diff --git a/debian/patches/01_fix-banshee-1.5.3.patch b/debian/patches/01_fix-banshee-1.5.3.patch
index 1a3e88d..b746af5 100644
--- a/debian/patches/01_fix-banshee-1.5.3.patch
+++ b/debian/patches/01_fix-banshee-1.5.3.patch
@@ -1,11 +1,19 @@
 Description: Accomodate for movement of ThreadAssist symbol. Fixes compilation
  issue with Banshee 1.5.3 while maintaining compilability with Banshee 1.5.2
 Origin: upstream
-Index: BansheeLyricsPlugin/src/Banshee.Lyrics/LyricsManager.cs
+Index: bansheelyricsplugin/src/Banshee.Lyrics/LyricsManager.cs
 ===================================================================
---- BansheeLyricsPlugin/src/Banshee.Lyrics/LyricsManager.cs	(revision 203)
-+++ BansheeLyricsPlugin/src/Banshee.Lyrics/LyricsManager.cs	(revision 204)
-@@ -106,7 +106,7 @@
+--- bansheelyricsplugin.orig/src/Banshee.Lyrics/LyricsManager.cs	2010-01-29 08:02:27.011493557 +0800
++++ bansheelyricsplugin/src/Banshee.Lyrics/LyricsManager.cs	2010-01-29 08:35:47.341187943 +0800
+@@ -38,6 +38,7 @@
+ using Banshee.Lyrics.IO;
+ using Banshee.Lyrics.Gui;
+ using Banshee.Streaming;
++using Banshee.Base;
+ 
+ using Hyena;
+ 
+@@ -106,7 +107,7 @@
  
              LoadStarted (null, null);
  
@@ -14,7 +22,7 @@ Index: BansheeLyricsPlugin/src/Banshee.Lyrics/LyricsManager.cs
                  try {
                      if (cache.IsInCache (track)) {
                          lyrics = cache.ReadLyrics (track);
-@@ -128,7 +128,7 @@
+@@ -128,7 +129,7 @@
                      error = e.Message;
                  }
  
@@ -23,7 +31,7 @@ Index: BansheeLyricsPlugin/src/Banshee.Lyrics/LyricsManager.cs
                      LoadFinished (this, new LoadFinishedEventArgs (lyrics, suggestion, error));});
              });
          }
-@@ -236,7 +236,7 @@
+@@ -236,7 +237,7 @@
                  return;
              }
  

-- 
bansheelyricsplugin



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