[Pkg-cli-apps-commits] [SCM] banshee-extension-mirage branch, master, updated. debian/0.5.0-3-3-gcfaa324

Chow Loong Jin hyperair at gmail.com
Sun Jan 31 14:39:49 UTC 2010


The following commit has been merged in the master branch:
commit cfaa324ac773f704809eede36f02c60f7df480e6
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Sun Jan 31 22:06:48 2010 +0800

    Set category to "Utilities" as Banshee 1.5.3 won't display the extension otherwise

diff --git a/debian/changelog b/debian/changelog
index db052f3..ec85617 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,11 @@ banshee-extension-mirage (0.5.0-4) UNRELEASED; urgency=low
 
   * debian/patches/03_fix-banshee-1.5.3.patch:
     + Fix compilation with Banshee 1.5.3
+    + Set category to "Utilities" as Banshee 1.5.3 won't display the extension otherwise
   * debian/control:
     + Lower mono-devel requirement to 2.4.2.3 -- mono-csc was introduced then
 
- -- Chow Loong Jin <hyperair at ubuntu.com>  Fri, 29 Jan 2010 18:48:49 +0800
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Sun, 31 Jan 2010 22:06:30 +0800
 
 banshee-extension-mirage (0.5.0-3) unstable; urgency=low
 
diff --git a/debian/patches/03_fix-banshee-1.5.3.patch b/debian/patches/03_fix-banshee-1.5.3.patch
index 92a9dab..ffd0b8a 100644
--- a/debian/patches/03_fix-banshee-1.5.3.patch
+++ b/debian/patches/03_fix-banshee-1.5.3.patch
@@ -1,7 +1,7 @@
 Index: banshee-extension-mirage/Banshee/MiragePlugin.cs
 ===================================================================
---- banshee-extension-mirage.orig/Banshee/MiragePlugin.cs	2010-01-29 17:15:09.048456852 +0800
-+++ banshee-extension-mirage/Banshee/MiragePlugin.cs	2010-01-29 17:15:43.360398192 +0800
+--- banshee-extension-mirage.orig/Banshee/MiragePlugin.cs	2010-01-31 22:02:33.250285870 +0800
++++ banshee-extension-mirage/Banshee/MiragePlugin.cs	2010-01-31 22:03:36.199543978 +0800
 @@ -71,8 +71,8 @@
  
              // debugging option: check if we need to load a different database
@@ -13,3 +13,16 @@ Index: banshee-extension-mirage/Banshee/MiragePlugin.cs
              } else {
                  string xdgcachedir = Environment.GetEnvironmentVariable("XDG_CACHE_HOME");
                  if (xdgcachedir == null) {
+Index: banshee-extension-mirage/Banshee/Banshee.Plugins.Mirage.addin.xml.in
+===================================================================
+--- banshee-extension-mirage.orig/Banshee/Banshee.Plugins.Mirage.addin.xml.in	2010-01-31 22:04:01.345533812 +0800
++++ banshee-extension-mirage/Banshee/Banshee.Plugins.Mirage.addin.xml.in	2010-01-31 22:04:22.015334682 +0800
+@@ -4,7 +4,7 @@
+     version="@VERSION@"
+     copyright="© 2007 Dominik Schnitzer. Licensed under the GPL license."
+     name="Mirage Automatic Playlist Generator"
+-    category=""
++    category="Utilities"
+     description="Drag a song on the automatic playlist generator, Mirage will then try to automatically generate a playlist of similar songs. Mirage only looks at the audio signal!"
+     author="Dominik Schnitzer, Bertrand Lorentz"
+     url="http://hop.at/mirage/"

-- 
banshee-extension-mirage



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