[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/2.0.1-1-7-gedbbf0f

Chow Loong Jin hyperair at ubuntu.com
Tue Jul 5 21:16:06 UTC 2011


The following commit has been merged in the master branch:
commit edbbf0f03477f0b4183dcd68201dfc72a6f7d157
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Wed Jul 6 04:52:49 2011 +0800

    Update pkg-config files for dbus#
    
    Git-Dch: Ignore

diff --git a/debian/patches/0001-dbus-Replace-NDesk.DBus-references-by-dbus-sharp-bgo.patch b/debian/patches/0001-dbus-Replace-NDesk.DBus-references-by-dbus-sharp-bgo.patch
index b6c9ac6..ad55601 100644
--- a/debian/patches/0001-dbus-Replace-NDesk.DBus-references-by-dbus-sharp-bgo.patch
+++ b/debian/patches/0001-dbus-Replace-NDesk.DBus-references-by-dbus-sharp-bgo.patch
@@ -53,8 +53,8 @@ Signed-off-by: Alexander Kojevnikov <alexander at kojevnikov.com>
 
 Index: banshee/build/build.environment.mk
 ===================================================================
---- banshee.orig/build/build.environment.mk	2011-07-02 10:03:31.000000000 +0800
-+++ banshee/build/build.environment.mk	2011-07-06 00:01:31.570740892 +0800
+--- banshee.orig/build/build.environment.mk	2011-07-06 00:17:19.680147615 +0800
++++ banshee/build/build.environment.mk	2011-07-06 04:47:04.709458334 +0800
 @@ -19,8 +19,8 @@
  LINK_GIO = $(GTKSHARP_BEANS_LIBS) $(GIOSHARP_LIBS)
  LINK_GKEYFILE = $(GKEYFILE_SHARP_LIBS)
@@ -68,8 +68,8 @@ Index: banshee/build/build.environment.mk
  LINK_BOO = $(BOO_LIBS)
 Index: banshee/build/m4/banshee/dbus.m4
 ===================================================================
---- banshee.orig/build/m4/banshee/dbus.m4	2011-07-02 10:03:31.000000000 +0800
-+++ banshee/build/m4/banshee/dbus.m4	2011-07-06 00:01:31.570740892 +0800
+--- banshee.orig/build/m4/banshee/dbus.m4	2011-07-06 00:17:19.653481051 +0800
++++ banshee/build/m4/banshee/dbus.m4	2011-07-06 04:47:04.712791658 +0800
 @@ -1,9 +1,9 @@
 -AC_DEFUN([BANSHEE_CHECK_NDESK_DBUS],
 +AC_DEFUN([BANSHEE_CHECK_DBUS_SHARP],
@@ -87,8 +87,8 @@ Index: banshee/build/m4/banshee/dbus.m4
  
 Index: banshee/configure.ac
 ===================================================================
---- banshee.orig/configure.ac	2011-07-02 10:03:31.000000000 +0800
-+++ banshee/configure.ac	2011-07-06 00:01:31.584074156 +0800
+--- banshee.orig/configure.ac	2011-07-06 00:17:19.630147805 +0800
++++ banshee/configure.ac	2011-07-06 04:47:04.719458305 +0800
 @@ -110,8 +110,8 @@
  PKG_CHECK_MODULES(GDK_2_22, gdk-x11-2.0 >= 2.22, have_gdk_2_22=yes, have_gdk_2_22=no)
  AM_CONDITIONAL(HAVE_GDK_2_22, test "x$have_gdk_2_22" = "xyes")
@@ -102,8 +102,8 @@ Index: banshee/configure.ac
  BANSHEE_CHECK_MONO_ADDINS
 Index: banshee/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverManager.cs
 ===================================================================
---- banshee.orig/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverManager.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverManager.cs	2011-07-06 00:01:31.624073949 +0800
+--- banshee.orig/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverManager.cs	2011-07-06 00:17:19.506814941 +0800
++++ banshee/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverManager.cs	2011-07-06 04:47:04.779458131 +0800
 @@ -26,7 +26,7 @@
  // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  //
@@ -115,8 +115,8 @@ Index: banshee/src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeScreensaverM
  using Banshee.PlatformServices;
 Index: banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs
 ===================================================================
---- banshee.orig/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs	2011-07-06 00:01:31.624073949 +0800
+--- banshee.orig/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs	2011-07-06 00:17:19.610147881 +0800
++++ banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs	2011-07-06 04:47:04.849457929 +0800
 @@ -28,7 +28,7 @@
  
  using System;
@@ -128,8 +128,8 @@ Index: banshee/src/Backends/Banshee.Hal/Banshee.HalBackend/DkDisk.cs
  {
 Index: banshee/src/Backends/Banshee.Hal/Hal/Device.cs
 ===================================================================
---- banshee.orig/src/Backends/Banshee.Hal/Hal/Device.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Backends/Banshee.Hal/Hal/Device.cs	2011-07-06 00:01:31.754073279 +0800
+--- banshee.orig/src/Backends/Banshee.Hal/Hal/Device.cs	2011-07-06 00:17:19.576814674 +0800
++++ banshee/src/Backends/Banshee.Hal/Hal/Device.cs	2011-07-06 04:47:04.856124576 +0800
 @@ -30,7 +30,7 @@
  using System.Collections;
  using System.Collections.Generic;
@@ -141,8 +141,8 @@ Index: banshee/src/Backends/Banshee.Hal/Hal/Device.cs
  {
 Index: banshee/src/Backends/Banshee.Hal/Hal/Manager.cs
 ===================================================================
---- banshee.orig/src/Backends/Banshee.Hal/Hal/Manager.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Backends/Banshee.Hal/Hal/Manager.cs	2011-07-06 00:01:31.754073279 +0800
+--- banshee.orig/src/Backends/Banshee.Hal/Hal/Manager.cs	2011-07-06 00:17:19.550148111 +0800
++++ banshee/src/Backends/Banshee.Hal/Hal/Manager.cs	2011-07-06 04:47:04.896124461 +0800
 @@ -30,7 +30,7 @@
  using System.Collections;
  using System.Collections.Generic;
@@ -154,8 +154,8 @@ Index: banshee/src/Backends/Banshee.Hal/Hal/Manager.cs
  namespace Hal
 Index: banshee/src/Backends/Banshee.Hal/Hal/Volume.cs
 ===================================================================
---- banshee.orig/src/Backends/Banshee.Hal/Hal/Volume.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Backends/Banshee.Hal/Hal/Volume.cs	2011-07-06 00:01:31.824072916 +0800
+--- banshee.orig/src/Backends/Banshee.Hal/Hal/Volume.cs	2011-07-06 00:17:19.526814864 +0800
++++ banshee/src/Backends/Banshee.Hal/Hal/Volume.cs	2011-07-06 04:47:04.899457784 +0800
 @@ -30,7 +30,7 @@
  using System.Collections;
  using System.Collections.Generic;
@@ -167,8 +167,8 @@ Index: banshee/src/Backends/Banshee.Hal/Hal/Volume.cs
  {
 Index: banshee/src/Clients/Beroe/Beroe/IndexerClient.cs
 ===================================================================
---- banshee.orig/src/Clients/Beroe/Beroe/IndexerClient.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Clients/Beroe/Beroe/IndexerClient.cs	2011-07-06 00:01:31.824072916 +0800
+--- banshee.orig/src/Clients/Beroe/Beroe/IndexerClient.cs	2011-07-06 00:17:19.480148377 +0800
++++ banshee/src/Clients/Beroe/Beroe/IndexerClient.cs	2011-07-06 04:47:04.906124432 +0800
 @@ -31,7 +31,7 @@
  using System.Reflection;
  using System.Diagnostics;
@@ -180,8 +180,8 @@ Index: banshee/src/Clients/Beroe/Beroe/IndexerClient.cs
  using Banshee.Base;
 Index: banshee/src/Clients/Booter/Booter/Entry.cs
 ===================================================================
---- banshee.orig/src/Clients/Booter/Booter/Entry.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Clients/Booter/Booter/Entry.cs	2011-07-06 00:01:31.827406233 +0800
+--- banshee.orig/src/Clients/Booter/Booter/Entry.cs	2011-07-06 00:17:19.450148492 +0800
++++ banshee/src/Clients/Booter/Booter/Entry.cs	2011-07-06 04:47:04.912791080 +0800
 @@ -58,7 +58,7 @@
  
  using Mono.Unix;
@@ -193,8 +193,8 @@ Index: banshee/src/Clients/Booter/Booter/Entry.cs
  using Hyena.CommandLine;
 Index: banshee/src/Clients/Halie/Halie/Client.cs
 ===================================================================
---- banshee.orig/src/Clients/Halie/Halie/Client.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Clients/Halie/Halie/Client.cs	2011-07-06 00:01:31.827406233 +0800
+--- banshee.orig/src/Clients/Halie/Halie/Client.cs	2011-07-06 00:17:19.423481926 +0800
++++ banshee/src/Clients/Halie/Halie/Client.cs	2011-07-06 04:47:04.919457727 +0800
 @@ -30,7 +30,7 @@
  using System.IO;
  using System.Collections.Generic;
@@ -206,8 +206,8 @@ Index: banshee/src/Clients/Halie/Halie/Client.cs
  using Banshee.Base;
 Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs	2011-07-06 00:01:31.854072760 +0800
+--- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs	2011-07-06 00:17:19.370148796 +0800
++++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs	2011-07-06 04:47:04.926124374 +0800
 @@ -31,7 +31,7 @@
  
  using Hyena;
@@ -219,8 +219,8 @@ Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.Rem
  using Banshee.Collection.Indexer;
 Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexer.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 00:01:31.860739394 +0800
+--- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 00:17:19.400148680 +0800
++++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 04:47:04.932791022 +0800
 @@ -28,7 +28,7 @@
  
  using System;
@@ -232,8 +232,8 @@ Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICo
  {
 Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexerService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 00:01:31.860739394 +0800
+--- banshee.orig/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 00:17:19.380148757 +0800
++++ banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 04:47:04.939457670 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -245,8 +245,8 @@ Index: banshee/src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer/ICo
  {
 Index: banshee/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs	2011-07-06 00:01:31.860739394 +0800
+--- banshee.orig/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs	2011-07-06 00:17:19.356815515 +0800
++++ banshee/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs	2011-07-06 04:47:04.946124316 +0800
 @@ -26,7 +26,7 @@
  // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  //
@@ -258,8 +258,8 @@ Index: banshee/src/Core/Banshee.Core/Banshee.Collection/ITrackInfo.cs
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs	2011-07-06 00:01:31.860739394 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs	2011-07-06 00:17:19.310149023 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIndexerService.cs	2011-07-06 04:47:04.952790964 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -271,8 +271,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/CollectionIn
  using Hyena.Data.Sqlite;
 Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 00:01:31.864072711 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 00:17:19.336815590 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexer.cs	2011-07-06 04:47:04.986124202 +0800
 @@ -28,7 +28,7 @@
  
  using System;
@@ -284,8 +284,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionI
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 00:01:31.864072711 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 00:17:19.263482536 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionIndexerService.cs	2011-07-06 04:47:04.992790848 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -297,8 +297,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/ICollectionI
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs	2011-07-06 00:01:31.867406027 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs	2011-07-06 00:17:19.286815779 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClient.cs	2011-07-06 04:47:05.002790820 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -310,8 +310,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Collection.Indexer/IIndexerClie
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs	2011-07-06 00:01:31.867406027 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs	2011-07-06 00:17:19.043483374 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs	2011-07-06 04:47:05.009457468 +0800
 @@ -29,7 +29,7 @@
  using System.Collections.Generic;
  
@@ -323,8 +323,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs	2011-07-06 00:01:31.867406027 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs	2011-07-06 00:17:19.133483031 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs	2011-07-06 04:47:05.022790762 +0800
 @@ -28,7 +28,7 @@
  
  using System;
@@ -336,8 +336,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineServic
  
 Index: banshee/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs	2011-07-06 00:01:31.867406027 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs	2011-07-06 00:17:19.016816809 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs	2011-07-06 04:47:05.022790762 +0800
 @@ -30,7 +30,7 @@
  using System.Reflection;
  using System.Collections;
@@ -349,8 +349,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Networking/NetworkManager.cs
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs	2011-07-06 00:01:31.907405818 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs	2011-07-06 00:17:18.993483562 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs	2011-07-06 04:47:05.029457410 +0800
 @@ -30,7 +30,7 @@
  using System.Reflection;
  using System.Collections;
@@ -362,8 +362,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Networking/Wicd.cs
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs	2011-07-06 00:01:31.907405818 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs	2011-07-06 00:17:19.156816273 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs	2011-07-06 04:47:05.036124057 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -384,8 +384,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackCon
  
 Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService.cs	2011-07-06 00:01:31.920739085 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService.cs	2011-07-06 00:17:19.063483299 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService.cs	2011-07-06 04:47:05.042790704 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -397,8 +397,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusCommandService
  {
 Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs	2011-07-06 00:01:31.920739085 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs	2011-07-06 00:17:19.116816428 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs	2011-07-06 04:47:05.072790618 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -410,8 +410,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs
  using Hyena;
 Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs	2011-07-06 00:01:32.024071882 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs	2011-07-06 00:17:19.083483222 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs	2011-07-06 04:47:05.079457266 +0800
 @@ -32,7 +32,7 @@
  using System.Collections.Generic;
  using System.Reflection;
@@ -423,8 +423,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager
  using Hyena;
 Index: banshee/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs	2011-07-06 00:01:32.024071882 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs	2011-07-06 00:17:19.196816123 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs	2011-07-06 04:47:05.086123912 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -436,8 +436,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Sources/IFilterableSource.cs
  
 Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ISource.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ISource.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Sources/ISource.cs	2011-07-06 00:01:32.024071882 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ISource.cs	2011-07-06 00:17:19.216816045 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Sources/ISource.cs	2011-07-06 04:47:05.092790560 +0800
 @@ -28,7 +28,7 @@
  
  using System.Collections.Generic;
@@ -449,8 +449,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ISource.cs
  
 Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs	2011-07-06 00:01:32.027405199 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs	2011-07-06 00:17:19.240149292 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs	2011-07-06 04:47:05.099457208 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -462,8 +462,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs
  
 Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs	2011-07-06 00:01:32.080738259 +0800
+--- banshee.orig/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs	2011-07-06 00:17:19.176816200 +0800
++++ banshee/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs	2011-07-06 04:47:05.106123855 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -475,8 +475,8 @@ Index: banshee/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs
  using Hyena.Collections;
 Index: banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs	2011-07-06 00:01:32.084071575 +0800
+--- banshee.orig/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs	2011-07-06 00:17:18.946817074 +0800
++++ banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs	2011-07-06 04:47:05.136123768 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -488,8 +488,8 @@ Index: banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs
  
 Index: banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs
 ===================================================================
---- banshee.orig/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs	2011-07-06 00:01:32.134071315 +0800
+--- banshee.orig/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs	2011-07-06 00:17:18.973483641 +0800
++++ banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs	2011-07-06 04:47:05.142790416 +0800
 @@ -25,7 +25,7 @@
  // THE SOFTWARE.
  
@@ -501,8 +501,8 @@ Index: banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs
  
 Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs	2011-07-06 00:01:32.167404477 +0800
+--- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs	2011-07-06 00:17:18.673484783 +0800
++++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs	2011-07-06 04:47:05.172790330 +0800
 @@ -26,7 +26,7 @@
  
  using System;
@@ -514,8 +514,8 @@ Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IMediaPlayer.cs
  {
 Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs	2011-07-06 00:01:32.184071059 +0800
+--- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs	2011-07-06 00:17:18.736817874 +0800
++++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs	2011-07-06 04:47:05.179456977 +0800
 @@ -28,7 +28,7 @@
  
  using System;
@@ -527,8 +527,8 @@ Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlayer.cs
  {
 Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs	2011-07-06 00:01:32.204070954 +0800
+--- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs	2011-07-06 00:17:18.763484441 +0800
++++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs	2011-07-06 04:47:05.186123624 +0800
 @@ -33,7 +33,7 @@
  using System.Linq;
  using System.Text;
@@ -540,8 +540,8 @@ Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs
  using Banshee.Gui;
 Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs	2011-07-06 00:01:32.224070853 +0800
+--- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs	2011-07-06 00:17:18.693484706 +0800
++++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs	2011-07-06 04:47:05.192790272 +0800
 @@ -30,7 +30,7 @@
  
  using System;
@@ -553,8 +553,8 @@ Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs
  using Banshee.PlaybackController;
 Index: banshee/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs	2011-07-06 00:01:32.264070645 +0800
+--- banshee.orig/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs	2011-07-06 00:17:18.786817686 +0800
++++ banshee/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs	2011-07-06 04:47:05.199456920 +0800
 @@ -31,7 +31,7 @@
  using System;
  using Mono.Unix;
@@ -566,8 +566,8 @@ Index: banshee/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/Mult
  using Banshee.Base;
 Index: banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs	2011-07-06 00:01:32.290737175 +0800
+--- banshee.orig/src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs	2011-07-06 00:17:18.923483829 +0800
++++ banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs	2011-07-06 04:47:05.229456832 +0800
 @@ -30,7 +30,7 @@
  using Gdk;
  using Gtk;
@@ -579,8 +579,8 @@ Index: banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notificatio
  
 Index: banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs	2011-07-06 00:01:32.327403652 +0800
+--- banshee.orig/src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs	2011-07-06 00:17:18.906817229 +0800
++++ banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs	2011-07-06 04:47:05.236123480 +0800
 @@ -25,7 +25,7 @@
  using System;
  using System.Collections.Generic;
@@ -592,8 +592,8 @@ Index: banshee/src/Extensions/Banshee.NotificationArea/Notifications/Notificatio
  
 Index: banshee/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs	2011-07-06 00:01:32.330736967 +0800
+--- banshee.orig/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs	2011-07-06 00:17:18.883483985 +0800
++++ banshee/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs	2011-07-06 04:47:05.242790128 +0800
 @@ -27,7 +27,7 @@
  //
  
@@ -605,8 +605,8 @@ Index: banshee/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/IPlayQueue.cs
  {
 Index: banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs	2011-07-06 00:01:32.330736967 +0800
+--- banshee.orig/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs	2011-07-06 00:17:18.853484098 +0800
++++ banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs	2011-07-06 04:47:05.249456775 +0800
 @@ -104,7 +104,7 @@
              downloader.Stop ();
          }
@@ -618,8 +618,8 @@ Index: banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloa
                  SetProgress (100);
 Index: banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs	2011-07-02 10:03:35.000000000 +0800
-+++ banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs	2011-07-06 00:01:32.417403187 +0800
+--- banshee.orig/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs	2011-07-06 00:17:18.826817532 +0800
++++ banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs	2011-07-06 04:47:05.279456688 +0800
 @@ -29,7 +29,7 @@
  using System;
  using System.Collections.Generic;
@@ -631,8 +631,8 @@ Index: banshee/src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs
  
 Index: banshee/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs	2011-07-06 00:14:55.524031921 +0800
-+++ banshee/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs	2011-07-06 00:15:03.717333832 +0800
+--- banshee.orig/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs	2011-07-06 00:17:18.806817610 +0800
++++ banshee/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs	2011-07-06 04:47:05.289456660 +0800
 @@ -26,7 +26,7 @@
  
  using System;
@@ -644,8 +644,8 @@ Index: banshee/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy
  
 Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs
 ===================================================================
---- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs	2011-07-06 00:15:40.663858983 +0800
-+++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs	2011-07-06 00:15:47.897164645 +0800
+--- banshee.orig/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs	2011-07-06 00:17:18.716817953 +0800
++++ banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs	2011-07-06 04:47:05.296123307 +0800
 @@ -25,7 +25,7 @@
  // THE SOFTWARE.
  
@@ -655,3 +655,26 @@ Index: banshee/src/Extensions/Banshee.Mpris/Banshee.Mpris/IPlaylists.cs
  
  namespace Banshee.Mpris
  {
+Index: banshee/build/pkg-config/banshee-collection-indexer.pc.in
+===================================================================
+--- banshee.orig/build/pkg-config/banshee-collection-indexer.pc.in	2011-07-06 04:50:23.648904800 +0800
++++ banshee/build/pkg-config/banshee-collection-indexer.pc.in	2011-07-06 04:50:39.358862769 +0800
+@@ -7,6 +7,6 @@
+ Name: Banshee Collection Indexer Helper
+ Description: A library for applications to bundle to easily consume the Banshee Collection Indexer
+ Version: @VERSION@
+-Requires: ndesk-dbus-1.0
++Requires: dbus-sharp-1.0
+ Libs: -r:${Libraries}
+ 
+Index: banshee/build/pkg-config/banshee-core.pc.in
+===================================================================
+--- banshee.orig/build/pkg-config/banshee-core.pc.in	2011-07-06 04:52:05.728635877 +0800
++++ banshee/build/pkg-config/banshee-core.pc.in	2011-07-06 04:52:18.698602405 +0800
+@@ -6,5 +6,5 @@
+ Name: Banshee Core
+ Description: Core APIs for the Banshee Media Framework
+ Version: @VERSION@
+-Requires: taglib-sharp ndesk-dbus-1.0 ndesk-dbus-glib-1.0 glib-sharp-2.0 mono-addins banshee-hyena banshee-hyena-data-sqlite banshee-musicbrainz
++Requires: taglib-sharp dbus-sharp-1.0 dbus-sharp-glib-1.0 glib-sharp-2.0 mono-addins banshee-hyena banshee-hyena-data-sqlite banshee-musicbrainz
+ Libs: -r:${bansheedir}/Banshee.Core.dll

-- 
banshee



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