Mailinglist Archive: opensuse-commit (1206 mails)

< Previous Next >
commit banshee
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 9 May 2006 00:19:48 +0200 (CEST)
  • Message-id: <20060508221948.E6C3E8C641@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package banshee
checked in at Tue May 9 00:19:48 CEST 2006.

--------
--- GNOME/banshee/banshee.changes 2006-05-04 22:18:06.000000000 +0200
+++ STABLE/banshee/banshee.changes 2006-05-08 14:42:50.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May 8 14:35:55 CEST 2006 - jpr@xxxxxxx
+
+- Trigger default dialog action with return, not esc (#172450)
+- Copy music to music directory when option selected (#171101)
+- Play files in shallow directories (#163911)
+- Default to gstreamer for ogg play to work around helix memory leak
+(part of #170031)
+
+-------------------------------------------------------------------
+Mon May 8 13:53:52 CEST 2006 - thoenig@xxxxxxx
+
+- Loosing D-BUS requires (b.n.c #173483)
+
+-------------------------------------------------------------------

Old:
----
banshee-sled-cuml-09.diff

New:
----
banshee-sled-cuml-10.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ banshee.spec ++++++
--- /var/tmp/diff_new_pack.1ipGvl/_old 2006-05-09 00:19:37.000000000 +0200
+++ /var/tmp/diff_new_pack.1ipGvl/_new 2006-05-09 00:19:37.000000000 +0200
@@ -16,13 +16,14 @@
%define sysconfdir /etc/opt/gnome
%define gstreamerprefix /opt/gnome
%define gst_branch 0.10
+%define dbus-version 0.60-26
License: X11/MIT
Group: Productivity/Multimedia/Sound/Players
Autoreqprov: on
PreReq: filesystem gconf2
Requires: mono-core
Version: 0.10.9
-Release: 22
+Release: 25
Source0: banshee-%{version}.tar.gz
Source1: gstreamer-xing-0.10.0.tar.gz
Patch0: %{name}-libaoss-preload.patch
@@ -30,7 +31,7 @@
Patch2: %{name}-configure.patch
Patch3: %{name}-transparent-trayicon.patch
Patch5: %{name}-fix-icons.patch
-Patch6: %{name}-sled-cuml-09.diff
+Patch6: %{name}-sled-cuml-10.diff
Patch7: %{name}-networkmanager-reconnect.diff
Patch8: %{name}-desktop-ogg-support.patch
URL: http://banshee-project.org
@@ -39,7 +40,7 @@
Requires: libipoddevice libmusicbrainz libnjb
Requires: gstreamer010 gstreamer010-plugins-base gstreamer010-plugins-good
Requires: banshee-engine = %{version}
-Requires: dbus-1-mono >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1-mono`)
+Requires: dbus-1-mono >= %{dbus-version}
Obsoletes: sonance

%description
@@ -274,6 +275,14 @@
%{prefix}/%{_lib}/banshee/Banshee.Plugins/Daap.dll*

%changelog -n banshee
+* Mon May 08 2006 - jpr@xxxxxxx
+- Trigger default dialog action with return, not esc (#172450)
+- Copy music to music directory when option selected (#171101)
+- Play files in shallow directories (#163911)
+- Default to gstreamer for ogg play to work around helix memory leak
+ (part of #170031)
+* Mon May 08 2006 - thoenig@xxxxxxx
+- Loosing D-BUS requires (b.n.c #173483)
* Thu May 04 2006 - jpr@xxxxxxx
- Handle new ogg subclass (#169616)
- Prevent crash while doing long import (BGO #340306)

++++++ banshee-sled-cuml-09.diff -> banshee-sled-cuml-10.diff ++++++
--- GNOME/banshee/banshee-sled-cuml-09.diff 2006-05-02 23:01:25.000000000 +0200
+++ STABLE/banshee/banshee-sled-cuml-10.diff 2006-05-07 18:54:28.000000000 +0200
@@ -1025,6 +1025,24 @@
}
}
}
+Index: src/Banshee.Base/FileTrackInfo.cs
+===================================================================
+RCS file: /cvs/gnome/banshee/src/Banshee.Base/FileTrackInfo.cs,v
+retrieving revision 1.3
+retrieving revision 1.3.2.1
+diff -u -r1.3 -r1.3.2.1
+--- src/Banshee.Base/FileTrackInfo.cs 17 Mar 2006 04:44:42 -0000 1.3
++++ src/Banshee.Base/FileTrackInfo.cs 7 May 2006 16:53:59 -0000 1.3.2.1
+@@ -102,8 +102,8 @@
+ }
+
+ while(path != null && path != String.Empty) {
+- path = Path.GetDirectoryName(path);
+ fileName = Path.GetFileName (path);
++ path = Path.GetDirectoryName(path);
+ if(album == String.Empty) {
+ album = fileName;
+ continue;
Index: src/Banshee.Base/Globals.cs
===================================================================
RCS file: /cvs/gnome/banshee/src/Banshee.Base/Globals.cs,v
@@ -1102,6 +1120,23 @@
OnError();
}

+Index: src/Banshee.Base/LibraryTrackInfo.cs
+===================================================================
+RCS file: /cvs/gnome/banshee/src/Banshee.Base/LibraryTrackInfo.cs,v
+retrieving revision 1.8
+retrieving revision 1.8.2.1
+diff -u -r1.8 -r1.8.2.1
+--- src/Banshee.Base/LibraryTrackInfo.cs 17 Mar 2006 04:44:42 -0000 1.8
++++ src/Banshee.Base/LibraryTrackInfo.cs 7 May 2006 16:53:59 -0000 1.8.2.1
+@@ -86,7 +86,7 @@
+
+ private string MoveToPlace(string old_filename, bool initial_import)
+ {
+- bool in_library = old_filename.StartsWith (Globals.Library.Location);
++ bool in_library = old_filename.StartsWith (Globals.Library.Location + Path.DirectorySeparatorChar);
+ // Console.WriteLine ("\"{0}\" in \"{1}\": {2}", old_filename, Core.Library.Location, in_library);
+
+ if (initial_import && !in_library) {
Index: src/Banshee.Base/Makefile.am
===================================================================
RCS file: /cvs/gnome/banshee/src/Banshee.Base/Makefile.am,v
@@ -2033,10 +2068,10 @@
===================================================================
RCS file: /cvs/gnome/banshee/src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs,v
retrieving revision 1.11
-retrieving revision 1.11.2.1
-diff -u -r1.11 -r1.11.2.1
+retrieving revision 1.11.2.2
+diff -u -r1.11 -r1.11.2.2
--- src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs 17 Mar 2006 22:54:57 -0000 1.11
-+++ src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs 3 Apr 2006 21:33:35 -0000 1.11.2.1
++++ src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs 7 May 2006 16:53:59 -0000 1.11.2.2
@@ -27,6 +27,7 @@
*/

@@ -2054,7 +2089,7 @@
get { return source_capabilities; }
}
+
-+ private static string [] decoder_capabilities = { "wma", "asf", "flac" };
++ private static string [] decoder_capabilities = { "ogg", "wma", "asf", "flac" };
+ public override IEnumerable ExplicitDecoderCapabilities {
+ get { return decoder_capabilities; }
+ }
@@ -2070,7 +2105,7 @@
get { return source_capabilities; }
+ }
+
-+ private static string [] decoder_capabilities = { "wma", "asf", "flac" };
++ private static string [] decoder_capabilities = { "ogg", "wma", "asf", "flac" };
+ public override IEnumerable ExplicitDecoderCapabilities {
+ get { return decoder_capabilities; }
}
@@ -2394,6 +2429,23 @@
IntPtr xdisplay = gdk_x11_display_get_xdisplay (Display.Handle);

if (manager_window != IntPtr.Zero) {
+Index: src/Banshee.Widgets/HigMessageDialog.cs
+===================================================================
+RCS file: /cvs/gnome/banshee/src/Banshee.Widgets/HigMessageDialog.cs,v
+retrieving revision 1.2
+retrieving revision 1.2.2.1
+diff -u -r1.2 -r1.2.2.1
+--- src/Banshee.Widgets/HigMessageDialog.cs 13 Feb 2006 22:18:14 -0000 1.2
++++ src/Banshee.Widgets/HigMessageDialog.cs 7 May 2006 16:54:00 -0000 1.2.2.1
+@@ -159,7 +159,7 @@
+ DefaultResponse = response;
+ button.AddAccelerator ("activate",
+ accel_group,
+- (uint) Gdk.Key.Escape,
++ (uint) Gdk.Key.Return,
+ 0,
+ Gtk.AccelFlags.Visible);
+ }
Index: src/MusicBrainz/Client.cs
===================================================================
RCS file: /cvs/gnome/banshee/src/MusicBrainz/Client.cs,v
@@ -2688,7 +2740,7 @@
retrieving revision 1.139
diff -u -r1.139 configure.ac
--- configure.ac 20 Mar 2006 09:30:47 -0000 1.139
-+++ configure.ac 2 May 2006 21:01:21 -0000
++++ configure.ac 7 May 2006 16:54:22 -0000
@@ -148,7 +148,7 @@
fi
AM_CONDITIONAL(ENABLE_IPOD, test "x$enable_ipodsharp" = "xyes")


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >