Skip to content

Debian Changelog banshee (0.11.2+dfsg-1)

2006

banshee (0.11.2+dfsg-1) unstable; urgency=low

   * New upstream release (Closes: #394059):
     + Fixes FTBFS with newer mono releases (Closes: #397940)
     + Don't segfault on disposing Avahi.Client object (Closes: #388548)
     + Can't import files with acents in the filename (Closes: #379206)
     + Can't connect to iTunes 7 daap shared (Closes: #391386)
     + Crashes when trying to open Audioscrobbler group (Closes: #392100)
     + Show GUI message for unplayable files (Closes: #354597)
     + Allow downloading of file from daap shares (Closes: #362548)
   * debian/control:
     + Update build-depends
     + Suggest banshee-official-plugins
   * debian/patches/*
     + Dropped, merged upstream
   * debian/copyright:
     + Updated
   * debian/banshee.install:
     + Update path for the audioscrobbler plugin
   * debian/rules:
     + Disable mtp support for now until libgphoto-sharp is released
     + Remove banshee-import utility as it is not meant to be shipped

 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 13 Nov 2006 12:09:38 +0100

banshee (0.10.12-2) unstable; urgency=low

   * Rebuild against dbus 0.90 (Closes: #387313, #387482)
   * debian/patches/02_dbus0.9.diff:
     + Fix dbus soname for dbus >= 0.90
   * debian/control:
     + Raise libdbus-1-dev and libdbus-1-cil build-dependency for the above
       change as it won't work with the older dbus

 -- Sebastian Dröge <slomo@ubuntu.com>  Thu, 24 Aug 2006 20:02:52 +0200

banshee (0.10.12-1) unstable; urgency=low

   * New upstream release
   * debian/patches/02_notification-area-transparency.diff,
     debian/patches/05_cover-popup-scaling.diff:
     + Dropped, merged upstream
   * debian/control,
     debian/rules:
     + Enable the njb plugin again as I got reports that it really works

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 23 Aug 2006 23:54:49 +0200

banshee (0.10.11-1) unstable; urgency=low

   * New upstream release

 -- Sebastian Dröge <slomo@ubuntu.com>  Tue, 1 Aug 2006 07:54:34 +0200

banshee (0.10.10-3) unstable; urgency=low

   * Remove libmono-cairo1.0-cil from Build-Depends again. The FTBFS was only
     caused by an too old gtk-sharp2 on powerpc and ia64
   * Move gstreamer0.10-plugins-ugly from Depends to Recommends as it is not a
     hard dependency but only useful to have
   * debian/patches/04_total-play-time.diff:
     + Incorporate patch from John Wright to fix the display of the total play
       time if in search mode (Closes: #370202)
   * debian/banshee.menu,
     debian/banshee.xpm:
     + Install a menu file and a xpm icon, generated from upstream's png
       (Closes: #360062)
   * debian/patches/03_cvs-backports.diff:
     Some additional CVS backports from the stable branch:
       - deadlock when burning CDs on SMP machines
       - slightly optimized playlist handling and column sorting
       - fix small usuability bug. When changing to a source that has less
         elements than the current position in the former source was don't show
         an empty source that would be shown correctly after scrolling.
       - Add id3v2mux to the list of MP3 tag muxers if none was specified
       - before burning calculate the total duration of the selection and
         ensure the media is large enough to hold it.
   * debian/patches/05_cover-popup-scaling.diff:
     + Scale the cover popup if width or height are greater then 75% of the
       available screen size. Otherwise it might fill your complete screen and
       you have to kill banshee.

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 7 Jun 2006 18:46:40 +0200

banshee (0.10.10-2) unstable; urgency=low

   * Add libmono-cairo1.0-cil to Build-Depends to fix FTBFS on powerpc

 -- Sebastian Dröge <slomo@ubuntu.com>  Fri, 12 May 2006 13:36:56 +0200

banshee (0.10.10-1) unstable; urgency=low

   * New upstream release (Closes: #358780)
   * debian/patches/01_typefinding.diff:
     + Updated
   * debian/patches/02_notification-area-transparency.diff:
     + Make the background of the notification area icon transparent
   * debian/patches/03_cvs-backports.diff:
     A bunch of backports from CVS:
      - Make 'return' the default action key for dialogs
      - Add Path.DirectorySeparatorChar	to 'StartsWith' check
        to determine if files should be copied, otherwise
        'Music to import' will be treated as 'Music'
      - properly load files in shallow directories from command line
      - ctrl+w hides banshee to the tray
      - Show empty strings instead of 0 for TrackNumber == 0
      - Don't show 0 KB/Sec for tracks
      - Use String.Replace() instead of Regex.Replace() as this is much faster
   * Update Standards-Version to 3.7.2
   * Build-Depend on cli-common-dev (>= 0.4.0)
   * Build-Depend on libipod-cil (>= 0.5.16)
   * Build-Depend on mono-gmcs
   * Disable building of the NJB plugin as it doesn't work at all for us
   * Call dh_clideps with -d to prevent duplicated Depends

 -- Sebastian Dröge <slomo@ubuntu.com>  Fri, 12 May 2006 12:15:55 +0200

banshee (0.10.9-1) unstable; urgency=low

   * New upstream release
     + Xing MP3 encoder removed upstream, thus we use an unmodified tarball now
   * Add avahi-daemon to the Depends of banshee-daap
   * Add gstreamer0.10-gnomevfs to the Depends of banshee
   * Removed libsqlite3-0 and libmono0 from banshee's Depends as those are
     finally added where they belong to (libmono-sqlite1.0-cil and mono-jit)
   * Change Build-Depends:
     + libavahi-cil -> libavahi1.0-cil: library transition to conform with the
       latest version of the CLI policy
     + libdbus* (>= 0.61-3) -> libdbus* (>= 0.60): the broken 0.61-{1,2}
       disappeared from the pool and only >= 0.60 is required.
     + Added libmono-sqlite1.0-cil: was in mono-classlib-1.0 before
     + Added gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base,
       gstreamer0.10-gnomevfs, gstreamer0.10-plugins-good
     + gstreamer (>= 0.9.7) -> gstreamer (>= 0.10.3): Tighten Build-Depends
       as required by configure
   * Updated debian/copyright
   * 01_notification-area-icon-plugin-schema.diff:
     + Dropped, applied upstream
   * 01_typefinding.diff:
     + Re-enable typefinding with gst0.10 and fix the bug that was the cause
       for it beeing disabled.

 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 20 Mar 2006 17:42:17 +0100

banshee (0.10.8+dfsg-1) unstable; urgency=low

   * New upstream release
   * Append dfsg to the version to reflect the changed tarball (removed Xing
     MP3 encoder)
   * Package the new Notification Area Icon plugin that was splitted from
     the core into a independent plugin
   * 01_notification-area-icon-plugin-schema.diff:
     + Fix the GConf keys that were forgotten at the last-minute rename from
       TrayIcon to NotificationAreaIcon

 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 13 Mar 2006 14:23:44 +0100

banshee (0.10.7-1) unstable; urgency=low

   * New upstream release (Closes: #354914)
   * Use gstreamer0.10

 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 6 Mar 2006 12:00:40 +0100

banshee (0.10.6-3) unstable; urgency=low

   * Another rebuild for libdbus-1-cil

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 1 Mar 2006 19:53:39 +0100

banshee (0.10.6-2) unstable; urgency=low

   * Rebuild against dbus 0.61 (Closes: #354858)
   * Fix spelling in banshee and banshee-daap description (Closes: #354703)

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 1 Mar 2006 17:28:30 +0100

banshee (0.10.6-1) unstable; urgency=low

   * New upstream release
   * 06_fix-Encoding-ASCII-null-termination.diff,
     07_fix-daap-segfault.diff,
     08_notification-area-icon-64bit.diff:
       - Dropped, included upstream
   * Tighten Build-Depend:
     + libipod-cil (>= 0.5.15)
     + mono-mcs and libmono-dev (>= 1.1.10)
     + libsqlite3-dev (>= 3.2)
     + libgtk2-dev (>= 2.8)
   * Suggest banshee-daap

 -- Sebastian Dröge <slomo@ubuntu.com>  Mon, 13 Feb 2006 11:03:30 +0100

banshee (0.10.5-1) unstable; urgency=low

   * New upstream release (Closes: #349117)
   * Move DAAP plugin to a separate package (banshee-daap) as this plugin
     causes many crashes when enabled and pulls in additional dependencies
   * debian/compat:
     + Updated to 5
   * debian/control:
     + Tighten Build-Depends on Gtk# to 2.8
     + Remove unneeded Build-Depends on libbonobo2-dev
     + Build-Depend on debhelper (>= 5)
   * 01_fix-dllmaps.diff:
     - Dropped, fixed upstream
   * 02_dbus0.6.diff:
     - Dropped, fixed upstream
   * 05_ipod-sharp.dll.config.diff:
     + Updated
   * 06_fix-Encoding-ASCII-null-termination.diff:
     + NUL terminate the process name as ASIIEncoding does not do this
   * 07_fix-daap-segfault.diff:
     + Fix a segfault at startup with the DAAP plugin
   * 08_notification-area-icon-64bit.diff:
     + Fix the Notification Area Icon on 64 bit architectures (which seems to
       fix playback on this architectures too)

 -- Sebastian Dröge <slomo@ubuntu.com>  Tue, 7 Feb 2006 11:00:55 +0100

banshee (0.10.4-1) unstable; urgency=low

   * New upstream release
   * Upload to unstable
   * Enable DAAP support
   * Update Build-Depends

 -- Sebastian Dröge <slomo@ubuntu.com>  Tue, 17 Jan 2006 21:46:47 +0100

2005

banshee (0.10.2-1) experimental; urgency=low

   * New upstream release
   * NJB support is enabled now
   * 02_dbus0.6.diff:
     + Use correct, new soname for dbus 0.60
   * 03_njb-sharp.dll.config.diff, 04_MusicBrainz.dll.config.diff,
     05_ipod-sharp.dll.config.diff:
     + Use correct sonames
   * 02_fix-AudioCdCore.diff:
     - Dropped, included upstream

 -- Sebastian Dröge <slomo@ubuntu.com>  Fri, 30 Dec 2005 16:49:38 +0100

banshee (0.10-1) experimental; urgency=low

   * Initial Version (Closes: #296467)
   * Repackaged upstream tarball to get rid fo XING MP3 encoder sources
   * 02_fix-AudioCdCore.diff:
     + Fix banshee to correctly notice newly inserted audio CDs

 -- Sebastian Dröge <slomo@ubuntu.com>  Wed, 7 Dec 2005 21:05:50 +0100