debian/0000755000000000000000000000000012314256342007170 5ustar debian/README.source0000644000000000000000000000350712314255102011345 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/changelog0000644000000000000000000043234412314255102011045 0ustar banshee (2.9.0+really2.6.2-2ubuntu2) trusty; urgency=medium * [b5f10d6] Go back to dbus# 1.0 ABI. Upstream is really jittery about the stability of newer dbus#, so go back just for the LTS. -- Chow Loong Jin Tue, 25 Mar 2014 18:28:08 +0800 banshee (2.9.0+really2.6.2-2ubuntu1) trusty; urgency=low * [4cc1f7c] Merge from Debian Unstable, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [a7156c0] Filter out libgpod-cil-dev versions built against gtk#3 - [e7c634d] Update dversionmangle for extracting +really version out -- Chow Loong Jin Sun, 02 Mar 2014 18:34:46 +0800 banshee (2.6.2-2) unstable; urgency=low * [9d70c78] Patch to fix Banshee's second instance crashing out. This fixes the ArgumentException that occurs when dbus-sharp tries to synthesize a proxy class out of the IPlayerEngine interface. (Closes: #731978) -- Chow Loong Jin Sun, 02 Mar 2014 15:52:42 +0800 banshee (2.9.0+really2.6.2-0ubuntu1) trusty; urgency=low * [fa3da3c] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [a7156c0] Filter out libgpod-cil-dev versions built against gtk#3 - [e7c634d] Update dversionmangle for extracting +really version out -- Chow Loong Jin Sun, 23 Feb 2014 05:13:31 +0800 banshee (2.6.2-1) unstable; urgency=low * [223994c] New bugfix release: - bgo#724678: Mtp: tracks in nested folders were not being shown - bgo#724656: Dap: fix several issues with the Disconnect operation (context menu) - bgo#724645: Dap: avoid NullReferenceException at shutdown if Mtp device was mounted - bgo#627391: [gapless] fix smooth transition for Repeat-Single mode - bgo#671221: fix Repeat-All mode if there are less than 3 tracks and Shuffle is ON - bgo#724515: fix Repeat-OFF mode when Shuffle is ON - bgo#723889: Notifications: avoid warning printed in the log - bgo#723040: DapService: avoid freezing Banshee when unmapping device - bgo#679938: [gapless] Repeat always on - bgo#674293: [gapless] Banshee ignores "stop when finished" - bgo#621222: [gapless] Playcount shouldn't be incremented as soon as song plays - bgo#722947: prevent a crash when dealing with Nexus4 - bgo#722731: avoid highlighting wrong track after invalid track was played - bgo#722219: avoid crash when disconnecting Nexus4 - bgo#722209: avoid crash when connecting Nexus4 - bgo#721203: CD audio source doesn't show up when inserting it - bgo#709376: avoid warnings when shutting down - ArtworkManager: prevent wrong retreival of empty artwork from cache - bgo#686908: doesn't remember volume setting in Linux (LP: #1071277) - bgo#700753: crash if 1st transcoding job yields error - bgo#687495: hang when dealing with Windows Phone (LP: #1205214) - bgo#699735: hang when mounting a LVM volume - bgo#698347: configure fails with --disable-gnome (Mac) * [fde3242] Refresh patches * [5208241] Drop Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch. No longer appears to be needed, and doesn't apply properly anyway. -- Chow Loong Jin Sun, 23 Feb 2014 01:39:16 +0800 banshee (2.9.0+really2.6.1-0ubuntu1) trusty; urgency=low * [fbf05ca] Imported Upstream version 2.9.0+really2.6.1: Downgrade to 2.6.1 -- 2.9.x is unstable and 3.0 won't arrive in time for release * [22de440] Revert packaging to 2.6.1-2ubuntu1 * [7357b73] Merge changes from 2.6.1-5 * [a7156c0] Filter out libgpod-cil-dev versions built against gtk#3 * [e7c634d] Update dversionmangle for extracting +really version out -- Chow Loong Jin Sun, 09 Feb 2014 23:06:03 +0800 banshee (2.9.0-2ubuntu1) trusty; urgency=low * [e46e107] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Sun, 22 Dec 2013 04:11:14 +0800 banshee (2.9.0-2) experimental; urgency=low * [75630d7] Fix up .pc files to use dbus#2 -- Chow Loong Jin Mon, 09 Dec 2013 19:35:11 +0800 banshee (2.9.0-1ubuntu1) trusty; urgency=low * [67f86b7] Set debian-branch to trusty * [46d8724] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Tue, 26 Nov 2013 22:36:50 +0800 banshee (2.9.0-1) experimental; urgency=low * [7021981] Tweak gbp.conf for experimental branch * [c758d0f] Imported Upstream version 2.9.0: + Bugs fixed: - MTP-related hang on startup (LP: #1205214) - Hang after mounting LVM volume (LP: #1176515) - Search bar doesn't remember its size (LP: #803928) - Doesn't remember volume setting (LP: #1071277) * [13ddbbf] Update build-deps * [a0383e0] Force banshee to use system notify-sharp * [b862e78] Drop Revert-ArtworkManager-....patch * [4b4c119] Refresh patches * [ef5012d] Build-dep on notify# 3.0 * [1fd9980] Patch buildsys to use notify-sharp-3.0 * [9200c4c] Bump libgpod-cil-dev dependency * [6eb6b2f] Use libdbus2.0-cil* * [9aef253] Patch to use dbus# 2.0 API * [e667e09] Disable meego interface. Doesn't compile, and nobody seems to use it. * [c61042d] Cherry-pick upstream patch to fix use of deprecated macros * [5f5d89b] Temporarily disable webkit features. Banshee.WebBrowser needs to be ported fully to webkitgtk-3.0 * [851af83] Bump Breaks version on banshee-extensions-common * [cd2fd9f] Patch to fix DateTime ambiguity -- Chow Loong Jin Sat, 07 Dec 2013 12:55:19 +0800 banshee (2.6.2-2) unstable; urgency=low * [9d70c78] Patch to fix Banshee's second instance crashing out. This fixes the ArgumentException that occurs when dbus-sharp tries to synthesize a proxy class out of the IPlayerEngine interface. (Closes: #731978) -- Chow Loong Jin Sun, 02 Mar 2014 15:52:42 +0800 banshee (2.6.2-1) unstable; urgency=low * [223994c] New bugfix release: - bgo#724678: Mtp: tracks in nested folders were not being shown - bgo#724656: Dap: fix several issues with the Disconnect operation (context menu) - bgo#724645: Dap: avoid NullReferenceException at shutdown if Mtp device was mounted - bgo#627391: [gapless] fix smooth transition for Repeat-Single mode - bgo#671221: fix Repeat-All mode if there are less than 3 tracks and Shuffle is ON - bgo#724515: fix Repeat-OFF mode when Shuffle is ON - bgo#723889: Notifications: avoid warning printed in the log - bgo#723040: DapService: avoid freezing Banshee when unmapping device - bgo#679938: [gapless] Repeat always on - bgo#674293: [gapless] Banshee ignores "stop when finished" - bgo#621222: [gapless] Playcount shouldn't be incremented as soon as song plays - bgo#722947: prevent a crash when dealing with Nexus4 - bgo#722731: avoid highlighting wrong track after invalid track was played - bgo#722219: avoid crash when disconnecting Nexus4 - bgo#722209: avoid crash when connecting Nexus4 - bgo#721203: CD audio source doesn't show up when inserting it - bgo#709376: avoid warnings when shutting down - ArtworkManager: prevent wrong retreival of empty artwork from cache - bgo#686908: doesn't remember volume setting in Linux (LP: #1071277) - bgo#700753: crash if 1st transcoding job yields error - bgo#687495: hang when dealing with Windows Phone (LP: #1205214) - bgo#699735: hang when mounting a LVM volume - bgo#698347: configure fails with --disable-gnome (Mac) * [fde3242] Refresh patches * [5208241] Drop Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch. No longer appears to be needed, and doesn't apply properly anyway. -- Chow Loong Jin Sun, 23 Feb 2014 01:39:16 +0800 banshee (2.6.1-5) unstable; urgency=low * [e31f3f6] Fix up dbus-sharp-glib-1.0 reference in the .pc file -- Chow Loong Jin Sun, 15 Dec 2013 22:57:59 +0800 banshee (2.6.1-4) unstable; urgency=low * [c1bf3f2] Backport the dbus#2 patch * [ba50d2a] Build-dep on dbus#2 -- Chow Loong Jin Mon, 09 Dec 2013 20:04:08 +0800 banshee (2.6.1-3) unstable; urgency=low * Rebuild against taglib-sharp 2.1 * [f8bb169] Add breaks banshee-extension-lyrics as it depends on older taglib -- Chow Loong Jin Sat, 21 Sep 2013 15:28:59 +0800 banshee (2.6.1-2ubuntu1) saucy; urgency=low * [cce9151] Merge from unstable, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Wed, 05 Jun 2013 21:05:42 +0800 banshee (2.6.1-2) unstable; urgency=low * [a2524b6] Reexport patches * [a1b2c41] Cherry-pick more Gstreamer 1.0 patches from slomo -- Chow Loong Jin Sun, 02 Jun 2013 20:12:49 +0800 banshee (2.6.1-1ubuntu1) raring; urgency=low * [2b2c50d] Merge from experimental (LP: #1171179), remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring * Additional Launchpad bugs fixed: - Incorrect selected playlist from dropdown list in Sync UI (LP: #685119) -- Chow Loong Jin Sun, 21 Apr 2013 23:28:07 +0800 banshee (2.6.1-1) experimental; urgency=low * [ef5f04d] Imported Upstream version 2.6.1 * [8f18f50] Build-dep on libdbus-glib-1-dev * [609a7e2] Drop upstreamed patches and refresh others - Dropped: Mtp-Fix-file-type-in-sync-with-libmtp-1.1.0-bgo-6885.patch - Refreshed: Remove-build-time-enable-gapless-playback-option.patch -- Chow Loong Jin Sun, 21 Apr 2013 17:43:37 +0800 banshee (2.6.0-6ubuntu1) raring; urgency=low * [6e1f0dd] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Fri, 15 Feb 2013 13:32:06 +0800 banshee (2.6.0-6) experimental; urgency=low * [f745fd0] Cherry-pick patch to re-sync an MTP enum -- Chow Loong Jin Mon, 04 Feb 2013 23:36:46 +0800 banshee (2.6.0-5ubuntu1) UNRELEASED; urgency=low * [7ecb125] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Thu, 03 Jan 2013 04:01:01 +0800 banshee (2.6.0-5) experimental; urgency=low * [1de9672] Swap out Remove-check-for-….patch for upstream patch. This fixes the issue where gapless playback is disabled with no option for enabling it in the UI. -- Chow Loong Jin Thu, 03 Jan 2013 01:45:55 +0800 banshee (2.6.0-4) experimental; urgency=low * [598f5d9] Change gst1.0-alsa in depends to gst1.0-pulseaudio. GNOME now uses -pulseaudio, so we can just use this as the default. Users can still remove pulseaudio and gst1.0-pulseaudio by having another -audiosink installed. * [25459ca] Recommend gst1.0-pulseaudio (without alternatives) This forces a standard audio sink to be installed by default, thus avoiding the issue of the jack audiosink taking precedence and preventing -pulseaudio or -alsa from getting installed. (Closes: #694786) -- Chow Loong Jin Fri, 30 Nov 2012 21:11:49 +0800 banshee (2.6.0-3ubuntu1) raring-proposed; urgency=low * [8bf15b5] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ This is to pick up the arch-specific libgpod.dll binary (LP: #1070631) - [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Fri, 30 Nov 2012 18:17:37 +0800 banshee (2.6.0-3) experimental; urgency=low * [4675854] Change gst binary depends and suggests to gst-1.0 -- Chow Loong Jin Mon, 26 Nov 2012 00:57:01 +0800 banshee (2.6.0-2) experimental; urgency=low * [081cca7] Refresh patches * [300a62f] Add patch to port Banshee to Gstreamer 1.0 * [bfe72c5] Build-dep on gstreamer-1.0 things * [25ee1ef] Patch to remove playbin version check for gapless -- Chow Loong Jin Sun, 25 Nov 2012 14:31:53 +0800 banshee (2.6.0-1ubuntu3) raring-proposed; urgency=low * [2094ee5] Bump libgpod build-dep version to 0.8.2-7~ This is to pick up the arch-specific libgpod.dll binary (LP: #1070631) * [03c8cad] Set debian-branch to ubuntu/raring -- Chow Loong Jin Sat, 03 Nov 2012 18:02:05 +0800 banshee (2.6.0-1ubuntu2) quantal-proposed; urgency=low * debian/control: Drop X-Ubuntu-Use-Langpack:. This does not currently work due to LP #1048556, so let's include the upstream translations into the packages again. -- Martin Pitt Thu, 11 Oct 2012 08:01:03 +0200 banshee (2.6.0-1ubuntu1) quantal; urgency=low * [f84d118] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad -- Chow Loong Jin Sun, 30 Sep 2012 23:52:25 +0800 banshee (2.6.0-1) experimental; urgency=low * [494c02c] Imported Upstream version 2.6.0 -- Chow Loong Jin Sun, 30 Sep 2012 23:00:26 +0800 banshee (2.5.1-1ubuntu1) quantal; urgency=low * [9615bd3e] Merge from Debian Experimental (LP: #1041245), remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad * [77c7309] Drop Workaruond-for-set_Height-Exceptions.patch. Applied upstream -- Chow Loong Jin Sun, 23 Sep 2012 16:41:43 +0800 banshee (2.5.1-1) experimental; urgency=low * [e8e7f55] Imported Upstream version 2.5.1: - Notable bugs fixed: * AmazonMp3.Store: Fix URL redirection for sign out action * bgo#623974: BasicTrackDetailsPage: Blank year spin button when 0 (LP: #603471) * bgo#624976: Gui.Canvas.Rect: log invalid values for Width/Height (LP: #873787) * bgo#636450: PathPattern: Limit filename length to 200 characters * bgo#682510: Mpris: Only raise PropertiesChanged signal if value changed * bgo#683359: SourceView: log errors in SetCellDataFunc to avoid crashing * bgo#661112: Gui.Canvas.Size: log invalid values for Width/Height (LP: #857299) -- Chow Loong Jin Sun, 23 Sep 2012 02:22:17 +0800 banshee (2.5.0-1ubuntu1) UNRELEASED; urgency=low * [1912c66] Merge from Debian Experimental, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad * Additional Launchpad bug fixed: - Phantom operation animating progress bar after syncing iPod (LP: #864791) -- Chow Loong Jin Sun, 23 Sep 2012 15:37:59 +0800 banshee (2.5.0-1) experimental; urgency=low * [2fb3583] Imported Upstream version 2.5.0 * [40793f9] Refresh patches and drop upstreamed Fix-FTBFS….patch -- Chow Loong Jin Fri, 24 Aug 2012 02:25:28 +0800 banshee (2.4.1-3ubuntu1) quantal; urgency=low * [2ddc12d] Merge from Debian Unstable, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad * [988cb56] Revert "Multiarchify path in soundmenu install file" This reverts commit 801eb55a65f21af8d01b6978bfbb0b64cf1990b9. (LP: #1008473) -- Chow Loong Jin Tue, 05 Jun 2012 02:24:30 +0800 banshee (2.4.1-3) unstable; urgency=low * [6730396] Undo multiarch path changes - Revert "Use multiarch libdir" (9e1d4c4) - Specify --libdir=/usr/lib when configuring to override the multiarch libdir passed by dh_auto_configure in compat 9 (LP: #1008473) -- Chow Loong Jin Tue, 05 Jun 2012 01:59:25 +0800 banshee (2.4.1-2) unstable; urgency=low * Rebuild against gdata-sharp 2.1.0.0 -- Chow Loong Jin Mon, 04 Jun 2012 13:09:42 +0800 banshee (2.4.1-1ubuntu1) quantal; urgency=low * Merge from Debian Unstable, remaining changes: - Enable and recommend SoundMenu and Disable NotificationArea by default - Disable boo and karma extensions - Move desktop file for Meego UI to /usr/share/une/applications - Change the url for the Amazon store redirector - [9b356d6] Add workaround for set_Height exception. - [ccbcbbd] Make Banshee translatable in Launchpad * [c8567da] Refresh patches and drop patch numbers * [801eb55] Multiarchify path in soundmenu install file -- Chow Loong Jin Sat, 02 Jun 2012 16:35:46 +0800 banshee (2.4.1-1) unstable; urgency=low * [856d4d6] New upstream bugfix release: - Migo.Syndication: Handle feeds with malformed enclosure URLs - bgo#626659: ServiceManager: check properly if a service is required - bgo#634758: PlaylistSource: Make sure the right tracks are removed (LP: #785822) - bgo#662909: PlaylistParser: Retry HTTP request after timeout (Closes: #546749, LP: #785304) - bgo#666696: DapSource: Flush pending changes when quitting - bgo#672744: UPnPServerSource: Fix crash when getting the root object (LP: #785822) - bgo#673037: libossifer: Fix certificate validation with libsoup 2.38 - bgo#673416: DbIteratorJob: Abort job after several consecutive failures - bgo#676144: PlayQueueSource: Fix high memory usage when shuffling * debian/(control, compat): - [a46c8f0] Bump debhelper compat to 9 for buildflags * debian/(Banshee.GStreamer.dll.config, Banshee.NowPlaying.X11.dll.config): - [437c092] Drop downstream dll.config files * debian/(*.install, rules): - [9e1d4c4] Use multiarch libdir * debian/patches, debian/rules: - [39056ef] Drop upstreamed 0013-UPnPServerSource-….patch - [e34d9f3] Drop patch numbers and refresh - [028167e] Drop moduleref-removing patches. Use --exclude-moduleref instead. - [0403c98] Patch to add Banshee.NowPlaying.X11.dll.config - [ad971c3] Fix missing \ in Add-Meego-desktop-file.patch -- Chow Loong Jin Fri, 01 Jun 2012 17:36:21 +0800 banshee (2.4.0-2ubuntu2) quantal; urgency=low * [ccbcbbd] Make Banshee translatable in Launchpad - Add X-Ubuntu-Langpack-Use-Langpack: yes - Use dh-translations -- Chow Loong Jin Sat, 26 May 2012 17:13:43 +0800 banshee (2.4.0-2ubuntu1) precise; urgency=low * [980ad3d] Merge from Debian Unstable, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector * [9b356d6] Add workaround for set_Height exception. * [57afffa] Reexport patches via gbp-pq. The numbering of the Ubuntu specific patches have been upset due to the new patches imported into the previous Debian revision. -- Chow Loong Jin Fri, 20 Apr 2012 23:34:40 +0800 banshee (2.4.0-2) unstable; urgency=low * d/patches: - [8119b20] Patch to fix SSL cert validation with new libsoup (LP: #980300) - [516bc06] Refresh patches - [2077d23] Cherry-pick patch to fix Upnp crash * d/control: - [002c13b] Bump Standards-Version (3.9.2 → 3.9.3) - [ed8f5a8] Bump mono-upnp build-dep version. + This is to include the related Mono.Upnp patch listed in bgo#672744. + Also fixes a crasher when the UPnP extension is enabled. (LP: #945566) * [c4f25f3] d/copyright: Switch to new copyright-format -- Chow Loong Jin Fri, 20 Apr 2012 21:40:13 +0800 banshee (2.4.0-1ubuntu3) precise; urgency=low * [9b356d6] Add workaround for set_Height exception. This patch was previously added to the Oneiric release but left out of Precise to facilitate further testing of the bug. (LP: #873787) -- Chow Loong Jin Sat, 24 Mar 2012 05:37:04 +0800 banshee (2.4.0-1ubuntu2) precise; urgency=low * Rebuild against mono-upnp 0.1.1 * [883fec1] Bump version of mono-upnp build-dep version. This fixes a crasher when the UPnP extension is enabled. (LP: #945566) -- Chow Loong Jin Fri, 23 Mar 2012 01:47:11 +0800 banshee (2.4.0-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector -- Chow Loong Jin Thu, 22 Mar 2012 08:02:27 +0800 banshee (2.4.0-1) unstable; urgency=low * [f5c6efc] Imported Upstream version 2.4.0: + Enhancements: - Dap.MassStorage: Add support for the Archos Internet Tablet - bgo#589196: Dap.MassStorage: metadata resync in manual mode. - bgo#665997: Mpris: Add xesam:userRating field in track metadata. + Notable bugs fixed: - Mpris: Fix OpenUri method to also support http URIs + Other bugs fixed: - Don't use a proxy if proxy host is empty (LP: #861158) * [d17dd9b] Add --enable-webkit flag to d/rules -- Chow Loong Jin Tue, 20 Mar 2012 17:36:42 +0800 banshee (2.3.6-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector -- Chow Loong Jin Sat, 10 Mar 2012 16:48:03 +0800 banshee (2.3.6-1) experimental; urgency=low * [8466386] Drop deprecated cli.make usage * [c53670c] Imported Upstream version 2.3.6: + bgo#548366: Allow primary sources to marked as temporary + bgo#666981: LibraryWatcher: avoid importing incomplete files -- Chow Loong Jin Thu, 08 Mar 2012 12:57:31 +0800 banshee (2.3.5-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector -- Chow Loong Jin Sat, 18 Feb 2012 22:17:24 +0800 banshee (2.3.5-1) experimental; urgency=low * [e79ef58] Imported Upstream version 2.3.5: + New features: - UPnP support Browse and play music or videos shared over your local network by UPnP device. + Enhancements: - bgo#587964: Dap: Add support for DOS folder separator in playlists - bgo#548636: Lastfm: Use one standard directory for last.fm caching - Add option to hide the artist filter - Add a Composer filter in the SearchEntry filter menu - MusicBrainz: Enable FreeBSD support - AudioscrobblerConnection: Add logging for last.fm scrobbler + Notable Bugs Fixed (5 fixed since 2.3.4): - Fix MusicBrainz dllmap for cross-architecture support - LibraryWatcher: Catch and log exception when processing changes - Improve readability of the Last.fm user guide page - Prevent missing icons in the source tarball * [93c81cd] Add libmono-upnp-cil-dev to build-dep for DLNA * [b90b9f3] Enable DLNA support in configure * [5dba058] Update missing configure flags. * Drop --disable-builtin-equalizer. The option has been removed. * Add --enable-gio-hardware. It was enabled by automagic before. * [0677418] Refresh winmm patch and drop Makefile.in hunks -- Chow Loong Jin Fri, 17 Feb 2012 08:13:32 +0800 banshee (2.3.4.ds-1ubuntu2) precise; urgency=low * [8406200] Disable Ubuntu One extension. It requires gtk3 and the mono bindings have been removed. -- Rodney Dawes Wed, 08 Feb 2012 03:14:09 +0800 banshee (2.3.4.ds-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and suggest u1ms + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" * [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches * Also fixes Launchpad bugs: - Fixes race condition while starting (LP: #766303) -- Chow Loong Jin Mon, 23 Jan 2012 23:16:49 +0800 banshee (2.3.4.ds-1) unstable; urgency=low * [c56a9ec] Imported Upstream version 2.3.4 * [654e70a] Imported Upstream version 2.3.4.ds A manual make dist since the original 2.3.4 tarball came without icons due to a Makefile.am bug * [b526608] Drop deprecated watch urls * [984690c] Drop ltmain patch (no longer needed) * [8c8b907] Refresh all patches with gbp-pq * [72b914a] Add s/\.ds// dversionmangle for watchfile * [9ed5dce] Update email address -- Chow Loong Jin Fri, 20 Jan 2012 23:37:39 +0800 banshee (2.3.3-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and suggest u1ms + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" -- Chow Loong Jin Mon, 26 Dec 2011 01:19:15 +0800 banshee (2.3.3-1) experimental; urgency=low * [501b8bd] Imported Upstream version 2.3.3 + Enhancements: - StreamPositionLabel: Fix label when loading - Preferences: Change wording of Metadata settings - bgo#608389: AudiobookLibrarySource: Accept tracks dragged from playlists - bgo#666493: Emusic.Store: Remove unneeded refresh - bgo#666488: Dap.MassStorage: Add and use specific icons for Xperia phones + Notable Bugs Fixed (11 fixed since 2.3.2): - bgo#638130: Fix importing of rating and play count when updating track - bgo#644145: Fix FileLocation queries for the StartsWith operator - bgo#656439: Audiobook: Add a button to go back to the list of audiobooks - bgo#661322: PlaybackShuffleActions: Fix crash when setting shuffle mode -- Chow Loong Jin Sat, 24 Dec 2011 01:06:46 +0800 banshee (2.3.2-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable and recommend SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and suggest u1ms + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" -- Chow Loong Jin Mon, 12 Dec 2011 01:40:00 +0800 banshee (2.3.2-1) experimental; urgency=low * [8892783] Switch over to xz tarball in debian/watch * [e5763e3] Imported Upstream version 2.3.2 + New Features: - Configurable browser filters (LP: #504550) You can now display the genres and years in the browser, in addition to the artists and the albums, and use them to filter your music library. You can also choose to only display album artists in the artist filter, instead of all artists in your library. + Enhancements: - bgo#664424: AsxPlaylistFormat: Add support for external ASX playlists - bgo#664642: Add support for the NEC LifeTouch Note - Dap.MassStorage: Don't sync 'unknown album' metadata + Notable Bugs Fixed (36 fixed since 2.2.0): - Mpris: Change trackid type from string to DBus object path - Gio: Fix encoding of URIs in Directory class and fix values in database - bgo#662883: Fix activation of UbuntuOneMusicStore source on startup - bgo#651743: YouTubeTile: Fix construction of the playback URI (LP: #791902) - bgo#664381: Dap.MassStorage: Rename Xperia X12 to Xperia arc - bgo#664079: Skip empty files when importing and show error - Importing: when showing an error, use file paths, not URIs * [dadfbda] Drop compression = bzip2 line from gbp.conf * [5e53d02] Refresh ltmain patch * [edcf498] Drop upstreamed patches -- Chow Loong Jin Thu, 01 Dec 2011 10:19:44 +0800 banshee (2.3.1-1ubuntu1) precise; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" -- Chow Loong Jin Tue, 08 Nov 2011 13:15:58 +0800 banshee (2.3.1-1) experimental; urgency=low * [1b4437e] Bump libgpod-cil-dev build-dep version * [fb16a3c] Imported Upstream version 2.3.1: + Enhancements: - Several improvements to Muinshee, our alternative UI: + Add a Clear button to the toolba + Make double+click on an album do the same as the Play button + Don't close the dialog when pressing Enqueue + Make the Esc key close the dialog if there is no search text + Use better icons for the Play and Enqueue buttons - Add separate options for writing ratings and play counts to files - Update values for the Smiley Face equalizer preset - Set the PulseAudio media.role property + Notable bug fixes: - UbuntuOneMusicStore: Ensure u1ms URIs passed at startup get loaded - Daap: Fix crash while resolving the address of a DAAP service - DatabaseImportManager: Support importing .mka files - Notify playlists on rating change through d-bus or command line - bgo#661467: AmazonMp3: Handle plain text AMZ files now sent by Amazon (LP: #882347) - bgo#662906: AudiobookLibrarySource: Fix crash when adding tracks - bgo#659841: GnomeBackend: Be more robust against GConf failures (LP: #854845) - bgo#656533: Notification: Fix application name used in internal notify# (LP: #825769) - bgo#649277: NotificationArea: Only use supported tags in the notification message (Closes: #588999) - bgo#647898: Try to fetch coverart without an internet connection - bgo#658803: Prune CoverArtDownloads table when removing tracks + Other LP bugs fixed: - Crash on rescanning library (LP: #744257) - UbuntuOne Music Store hang when Internet connection not present (LP: #875632) - Update error message for Banshee DAAP non-connectivity (LP: #864838) - bgo#661467: AmazonMp3: Handle plain text AMZ files now sent by Amazon (LP: #882347) * [e180004] Bump mono-addins build-dep (0.3.1 → 0.6.2) * [6dc2a9b] Fix unused-but-set wanted_size variable -- Chow Loong Jin Thu, 03 Nov 2011 09:57:29 +0800 banshee (2.2.1-3) unstable; urgency=low * [1ebf272] Cherry-pick upstream patch to fix libc moduleref & FTBFS on ia64. Thanks to Jo Shields * [78c3bb0] Drop deprecated cli.make usage and use cli sequence directly -- Iain Lane Sun, 22 Jan 2012 11:46:57 +0000 banshee (2.2.1-2) unstable; urgency=low * No-change rebuild for new gdata-sharp ABI -- Iain Lane Sat, 24 Dec 2011 11:35:25 +0000 banshee (2.2.1-1) unstable; urgency=low * [1b4437e] Bump libgpod-cil-dev build-dep version * [cbddc03] Imported Upstream version 2.2.1: + Notable bug fixes: - bgo#661467: AmazonMp3: Handle plain text AMZ files now sent by Amazon (LP: #882347) - UbuntuOneMusicStore: Ensure u1ms URIs passed at startup get loaded - Daap: Fix crash while resolving the address of a DAAP service - DatabaseImportManager: Support importing .mka files - bgo#662906: AudiobookLibrarySource: Fix crash when adding tracks - bgo#659841: GnomeBackend: Be more robust against GConf failures (LP: #854845) - bgo#656533: Notification: Fix application name used in internal notify# (LP: #825769) - bgo#649277: NotificationArea: Only use supported tags in the notification message (Closes: #588999) + Other Launchpad bugs fixed: - Crash on rescanning library (LP: #744257) - UbuntuOne Music Store hang when Internet connection not present (LP: #875632) - Update error message for Banshee DAAP non-connectivity (LP: #864838) * [2cbb9a0] Fix unused-but-set wanted_size variable -- Chow Loong Jin Thu, 03 Nov 2011 10:00:57 +0800 banshee (2.2.0-1ubuntu2) oneiric; urgency=low * [cd59790] Backport patch to add U1MS URI support (LP: #856542) -- Chow Loong Jin Fri, 23 Sep 2011 12:03:29 +0800 banshee (2.2.0-1ubuntu1) oneiric; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" -- Chow Loong Jin Wed, 21 Sep 2011 13:54:50 +0800 banshee (2.2.0-1) unstable; urgency=low [ Chow Loong Jin ] * [197bbe7] Imported Upstream version 2.2.0: + Notable bug fixes: - Bookmark: Fix loading of bookmarks so that playing starts - bgo#658509: PodcastService: Update podcast storage location immediately (LP: #844279) - bgo#657565: TrackActions: Make sure keyboard accelerators are editable (LP: #836136) - bgo#658110: Playlists: Replace DOS folder separators in URLs [ Iain Lane ] * [406b1c9] Fix randomly inserted characters in d/copyright (♥ Lintian) -- Chow Loong Jin Tue, 20 Sep 2011 14:15:54 +0800 banshee (2.1.4-1ubuntu1) oneiric; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector * [5ba1472] Move banshee-extension-ubuntuonemusicstore to Suggests. Thanks to Rodney Dawes (LP: #833824) * [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod" -- Chow Loong Jin Thu, 15 Sep 2011 02:37:59 +0800 banshee (2.1.4-1) experimental; urgency=low * [9c90bff] Imported Upstream version 2.1.4 + Notable Bugs Fixed (11 fixed since 2.1.3): - bgo#601554: Don't resolve external references when parsing bad RSS feeds - bgo#633939: Fix crash in SearchEntry.FilterMenuItem - bgo#647917: Dap.MassStorage: decode URI before using it as playlist name - bgo#650325: MtpSource: Remove obsolete URL from error message - bgo#657479: Make sure empty default smart playlists are hidden - libbanshee: Fix crash on g_free when looking for subtitle description * [889b204] Fix invalid cast causing ftbfs with libgpod -- Chow Loong Jin Thu, 08 Sep 2011 10:02:04 +0800 banshee (2.1.3-1ubuntu1) oneiric; urgency=low * [e356872] Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + Create the U1MS widget earlier and bump libu1 requirement + [9d7c600] Drop upstreamed u1ms-initialize-earlier patch -- Chow Loong Jin Thu, 25 Aug 2011 20:48:45 +0800 banshee (2.1.3-1) experimental; urgency=low * [6a4942d] Update manpage * [b5856fb] Imported Upstream version 2.1.3 + New Features: - New custom support for the Barnes & Noble Nook - Support default internet radio stations. At first start, XSPF playlists in $datadir/banshee/stations/ are imported automatically. We don't provide default radio stations ourselves but this allows distros or other third parties to do so. + Enhancements: - bgo#549173: Add "Stop when finished" option in the notification popup menu - bgo#636071: Get info from the database or the file when opening a URI (LP: #683970) - bgo#639805: Hide labels in the source pane when the group is empty (LP: #712466) - bgo#647306: Add support for the Notion Ink Adam tablet - bgo#651497: Motorola Atrix support (LP: #779072) - bgo#653255: Samsung Galaxy S2 support - bgo#653284: Remove keyboard shortcut for toggling scrobbling - bgo#653997: Samsung Galaxy Ace support - bgo#656526: Add "Smiley Face Curve" default equalizer - bgo#656670: Cache the ArtworkID in the database for faster startup - Various enhancements to our experimental GStreamer# backend, bringing it close to feature parity with our current C backend. It is still not built by default and not recommended for daily use, but testing is welcome. + Notable Bugs Fixed (39 fixed since 2.1.0): - bgo#587264: Fix metadata fetching from MusicBrainz (LP: #778090) - bgo#647111: Put the Audio CD source label in the right place (LP: #765885) - bgo#647202: Fix space usage reporting for some DAP devices - bgo#648498: Make sure the MPRIS sends the new metadata on track change (LP: #768509) - bgo#650011: Fix items disappearing in playlists when re-connecting iPod - bgo#650184: Fix XSPF playlist importing error (LP: #791418) - bgo#651914: Fix "Least Favorite" smart playlist to not pick unrated songs - bgo#654524: Fix the SetPosition method in the MPRIS interface - bgo#656176: Don't ignore the last value of the .is_audio_player file - bgo#656246: Fix random crash while changing tracks - EqualizerSetting: Set the amplifier level for default equalizers -- Chow Loong Jin Thu, 25 Aug 2011 12:34:46 +0800 banshee (2.1.0-2) experimental; urgency=low [ Chow Loong Jin ] * [a72b20a] Add apport hook. Thanks to Jeremy Bicha (LP: #735897) * [fd5aed2] Cherry-pick patch to port Banshee to DBus# * [4706fbe] Amend build-deps to use dbus# instead of ndesk-dbus * [3b30572] Add autoreconf * [a1fb6fe] Bump version of bce that Banshee breaks * [d747605] Update webkit build-dep for webkit 1.3 transition (Closes: #635402) [ Iain Lane ] * [65625a4] Remove .la files. Thanks to Luk Claes (Closes: #621324) * [7c776aa] Pass --as-needed to dh_autoreconf to enable support in ltmain.sh * [66e797e] Fix Breaks version on banshee-community-extensions. Thanks to Joachim Breitner (Closes: #635332) * [6023eb1] Standards-Version → 3.9.2, no changes required -- Chow Loong Jin Mon, 01 Aug 2011 22:16:48 +0800 banshee (2.1.0-1ubuntu1) oneiric; urgency=low * [2396c18] Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + Create the U1MS widget earlier and bump libu1 requirement * [9d7c600] Drop upstreamed u1ms-initialize-earlier patch -- Chow Loong Jin Sat, 14 May 2011 22:25:36 +0800 banshee (2.1.0-1) experimental; urgency=low * [6b1b0d2] New upstream release: + New features: - eMusic store + Enhancements: - ArtworkManager: add --fetch-artwork argument - bgo#647754: Xperia X12 support - bgo#508713: MiniMode: Reduce height of window - bgo#648941: Support .spc files - bgo#649401: Set UserAgent when doing MusicBrainz queries + Notable bug fixes: - Windows installer fixes - bgo#647059: Fix Remote Daap crash - bgo#647089: Daap: Bind to IPAddress.Loopback instead of Any (LP: #753986) - bgo#644648: libbanshee fixes - bgo#642113: Change Remote dialog's button from Ok to Add - bgo#647144: StreamPositionLabel fixes - AmazonMp3.Store: Fix signed-in detection for UK store - bgo#633552: AppleDevice: Ensure m4a/mp3 are supported - bgo#634647: Have ctrl-a select text in SearchEntry - bgo#642140: Last.fm: Close HTTP streams when finished with them - bgo#648133: build: Don't delete gnome-doc-utils.make during distclean - bgo#647932: DatabaseSource: Fix NRE in SkipTrackIfRemoved - bgo#646991: AlbumListView: Fix disappearing option in Preferences - bgo#647024: Lastfm: Fix NRE crash - bgo#636057: Fix rendering glitch - PodcastFeedPropertiesDialog: Fix display of feed URL - bgo#648458: PlsPlaylistFormat: Make parsing the header case-insensitive - bgo#611489: GStreamer: Use Banshee.IO instead of System.IO - bgo#641748: ViewActions: enable eq once we know backend supports it - bgo#638889: Banshee.Services: Avoid creating dupes after moves * [227b3ca] Add new GNOME URL to debian/watch * [89f38cb] Bump build depends to match build system changes * [b384a5b] Drop obsolete configure flags * [ca2a400] Provide banshee-{api,asm}-* virtual packages * [741d31a] Workaround clideps issue * [287ec44] Workaround meego panel clideps failure -- Chow Loong Jin Sat, 14 May 2011 22:06:44 +0800 banshee (2.0.1-4) unstable; urgency=low * [d747605] Update webkit build-dep for webkit 1.3 transition (Closes: #635402) -- Chow Loong Jin Mon, 01 Aug 2011 16:44:53 +0800 banshee (2.0.1-3) unstable; urgency=low * [66e797e] Fix Breaks version on banshee-community-extensions. We want to require at least -2 for the dbus-sharp port, but also provide for future backported versions, so add a ~ at the end. Thanks to Joachim Breitner (Closes: #635332) * [6023eb1] Standards-Version → 3.9.2, no changes required -- Iain Lane Mon, 25 Jul 2011 14:13:48 +0100 banshee (2.0.1-2) unstable; urgency=low [ Chow Loong Jin ] * [fd5aed2] Cherry-pick patch to port Banshee to DBus# * [4706fbe] Amend build-deps to use dbus# instead of ndesk-dbus * [3b30572] Add autoreconf * [a1fb6fe] Bump version of bce that Banshee breaks [ Iain Lane ] * [65625a4] Remove .la files. Thanks to Luk Claes (Closes: #621324) * [7c776aa] Pass --as-needed to dh_autoreconf to enable support in ltmain.sh -- Chow Loong Jin Sun, 10 Jul 2011 09:57:33 +0100 banshee (2.0.1-1ubuntu1) oneiric; urgency=low * [327a8d2] Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + Create the U1MS widget earlier and bump libu1 requirement * [2ca3f6a] Refresh 90_amazon_url.patch -- Chow Loong Jin Fri, 06 May 2011 17:00:03 +0800 banshee (2.0.1-1) unstable; urgency=low * [5f2e8a7] Switch over to bz2 in debian/watch * [5dcec7d] New upstream release: + AmazonMp3.Store: Fix signed-in detection for UK store + PodcastFeedPropertiesDialog: Fix display of feed URL (underscore) + bgo#648941: Add .spc to whitelist + bgo#648458: PlsPlaylistFormat: Make parsing the header case+insensitive + bgo#647754: Add USB ids for Xperia X12 + bgo#647024: Lastfm: Fix NRE crash + bgo#646991: AlbumListView: Fix disappearing option in Preferences + bgo#647932: DatabaseSource: Fix NRE in SkipTrackIfRemoved + bgo#642140: Last.fm: Close HTTP streams when finished with them + bgo#633552: AppleDevice: Ensure m4a/mp3 are supported + bgo#647144: StreamPositionLabel: Avoid unnecessary redraws + bgo#647089: Daap: Bind to IPAddress.Loopback instead of Any (LP: #753986) + bgo#647059: Fix Remote Daap crash * [5bd47d1] Drop upstreamed 10_bind-to-loopback-for-daap * [a853ad8] Drop upstreamed 11_reduce_cpu_usage.patch -- Chow Loong Jin Tue, 03 May 2011 21:42:30 +0800 banshee (2.0.0-2ubuntu1) natty; urgency=low * [d07fe37] Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications + Change the url for the Amazon store redirector + Create the U1MS widget earlier and bump libu1 requirement -- Chow Loong Jin Mon, 18 Apr 2011 11:38:56 +0800 banshee (2.0.0-2) unstable; urgency=low [ Chow Loong Jin ] * [8ee2dd2] Set compression to bz2 * [0ffc007] Disable dh_makeclilibs * [a9bdd15] Update copyright file to dep-5 * [8c123e8] Don't enable librarywatcher by default (LP: #760902, #622313) * [0d952b6] Refresh 08_remove_unrelevant_media.patch [ Christopher James Halse Rogers ] * [5809dc3] Cherry-pick CPU-usage reduction patches from stable-2.0 * [920dd3e] Bump GIO# build-depend to ensure we build against the fixed package -- Chow Loong Jin Sat, 16 Apr 2011 18:51:30 +0800 banshee (2.0.0-1ubuntu3) natty; urgency=low * 11_reduce_cpu_usage.patch: - Cherry pick two commits from the stable-2.0 branch reducing Banshee's CPU use while playing by about 50%. * Bump build-depend on GIO# to ensure we pick up the fix for a nasty leak. -- Christopher James Halse Rogers Mon, 11 Apr 2011 18:14:48 +1000 banshee (2.0.0-1ubuntu2) natty; urgency=low * 90_amazon_url.patch: - Change the url for the Amazon store redirector (LP: #745194) * 91_u1ms-initialize-earlier.patch: - Create the U1MusicStore widget earlier (LP: #604699) - Require libubuntuone >= 0.9.2 -- Rodney Dawes Fri, 08 Apr 2011 23:37:37 -0400 banshee (2.0.0-1ubuntu1) natty; urgency=low * Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications -- Chow Loong Jin Wed, 06 Apr 2011 23:43:24 +0800 banshee (2.0.0-1) unstable; urgency=low [ Chow Loong Jin ] * [ea911b3] New upstream release: + Enhancements: - Support Amazon Cloud Player browsing and downloading - 'Shuffle by' respects user-selected artist/album - Support LG Optimus S Android phone - Add DBus method to clear the play queue + Notable bugs fixed: - [AppleDevice] Sync dialog would be displayed forever - bgo#636448: AppleDevice: Fix music appearing in Videos in Banshee - Wrong mouse pointer on search box (LP: #723122) * [69aa1ac] Refresh 06_add-meego-desktop-file.patch [ Iain Lane ] * [eac3863] Add new patch to only bind to the loopback address for the DAAP proxy (LP: #753986) -- Chow Loong Jin Wed, 06 Apr 2011 18:14:27 +0800 banshee (1.9.6-1ubuntu1) natty; urgency=low * Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications * [b14f32d] Bump libubuntuone1.0-cil-dev version in build-dep * [e382b0f] Update soundmenu and u1ms install files for rename -- Chow Loong Jin Tue, 29 Mar 2011 08:16:04 +0800 banshee (1.9.6-1) unstable; urgency=low * [3b75d9a] Fix wrong comparison of yes vs y for gio-hardware (LP: #736631) * [9a41f05] New upstream release: + Enhancements: - Rename banshee-1 to banshee in preparation for 2.0 - AmazonMp3.Store: amazon.ca support - MiroGuide: Handle Listen links from front page - Dap: Add support for Sharp IS01 (bgo#645361) - Playlists: Recognize m3u playlists without header (bgo#645351) - LibraryWatcher: Guard against watching incorrect dirs (bgo#633309) - MassStorage: Support Sirius Alpha Android phone (bgo#643960) - WebOSDevice: Support playlists (bgo#641486) - Windows: Auto-update functionality (bgo#641960) + Notable Bugs Fixed (26 fixed since 1.9.5): - MiroGuide: Properly escape search query strings - AmazonMp3.Store: Fix search query escaping - bgo#623183: DatabaseTrackInfo: Fix rating update on current track - bgo#637717: audio-profiles: fix duration for CBR lame profile (LP: #700684) - bgo#614192: GStreamer: Fix inappropriate repeating - bgo#643782: Mpris: Distinguish between music and video playlists - bgo#641515: Workaround X BadMatch crash (LP: #725316) - bgo#619609: Metadata: Do not fetch covers for unknown albums/artists - bgo#631012: Audiobook: Fix crash when switch to playlist - bgo#628087: Handle setting SearchEntry.Query to nullb - bgo#602145: InternetRadio: Clear playback errors when playing (LP: #423622) - bgo#635951: Fix skipping removed/deleted tracks * [b5f2f21] Handle banshee-1 rename back to banshee * [07f8bb8] Refresh 06_add-meego-desktop-file.patch -- Chow Loong Jin Sat, 26 Mar 2011 00:48:41 +0800 banshee (1.9.5-1ubuntu1) natty; urgency=low * Merge from Debian Unstable, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications -- Chow Loong Jin Fri, 11 Mar 2011 01:05:18 +0800 banshee (1.9.5-1) unstable; urgency=low * [6e971aa] Only use GIO Hardware on linux-any (Closes: #615126) * [017db91] Fix some dh_clideps issues * [9c7ee7c] New upstream release + Enhancements: - Add support for handling u1ms:// links - Windows: Add Win7 thumbnail toolbar playback buttons - OS X Build: Work with new bockbuild, add MonoMac + Notable Bugs Fixed (20 fixed since 1.9.4): - bgo#644315: Fix album browser's border on Windows - bgo#641608: windows: Fix notification icon menu positioning - bgo#643188: Help: Fix help URL to library.gnome.org - bgo#643407: GStreamerSharp: Properly handle GStreamer errors - bgo#641674: SmartPlaylists: Fix queries with { and } - Hide 'Unknown Artist' in 'All Albums' browser entry * [ac45746] Squash Ubuntu delta in debian/rules * [2ee4b52] Refresh 06_add-meego-desktop-file.patch -- Chow Loong Jin Fri, 11 Mar 2011 01:10:49 +0800 banshee (1.9.4-1ubuntu2) natty; urgency=low * 0001-Add-support-for-u1ms-links.patch: - Handle u1ms:// links in the U1 Music Store (LP: #723960) -- Rodney Dawes Mon, 28 Feb 2011 14:06:16 -0500 banshee (1.9.4-1ubuntu1) natty; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications -- Chow Loong Jin Sat, 26 Feb 2011 22:05:24 +0800 banshee (1.9.4-1) unstable; urgency=low * [f49212c] New upstream release: + Enhancements: - Various fixes and improvements to the Windows build - MultimediaKeys: Support Pause, FastForward, Rewind, Repeat and Shuffle - Advertise lastfm scheme handling in the .desktop files + Notable Bugs Fixed (25 fixed since 1.9.3): - AmazonMp3.Store: Fix the server 'Home' redirect - Misc theme and string fixes - bgo#638541: Don't try to find subtitle files for music - Fix the position label when the stream ends - TrackInfoDisplay: Don't display last track when idle - bgo#614530: Fixed a ListView glitch - bgo#642717: SoundMenu: don't call BlacklistMediaPlayer on startup (LP: #722484) * [61986b3] Refresh patches and drop upstreamed patches -- Chow Loong Jin Thu, 24 Feb 2011 01:35:05 +0800 banshee (1.9.3-2ubuntu1) natty; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications -- Chow Loong Jin Sun, 20 Feb 2011 14:48:54 +0800 banshee (1.9.3-2) unstable; urgency=low * [c349fbb] Bump gdata-sharp build-dep to accomodate ABI bump -- Chow Loong Jin Sun, 13 Feb 2011 18:53:16 +0800 banshee (1.9.3-1ubuntu1) UNRELEASED; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications * [aa23652] Drop libindicate0.1-cil-dev -- Chow Loong Jin Thu, 03 Feb 2011 22:16:35 +0800 banshee (1.9.3-1) unstable; urgency=low * [e588bea] New upstream release: + Enhancements: - Various fixes and improvements to the Windows build - MPRIS: Implement the recently added PlaylistChanged signal - SoundMenu: Implement the new registration process - Daap: Keep a list of recently used remote servers - Add back counts for top level libraries + Notable Bugs Fixed (36 fixed since 1.9.2): - bgo#639603: Fix NRE when current track doesn't have a Uri - bgo#486543: Playlists: Fix parsing when started from root directory - bgo#640276: AmazonMp3.Store: Fix country detection for United Kingdom - bgo#638070: LibraryWatcher: Don't watch non-existing dirs - bgo#635779: Fix crash after disabling some extensions (LP: #681362) - bgo#636435: PlayQueueSource: Fix track prepending when not playing - bgo#641000: NowPlaying: Fix resizing fullscreen control bar - bgo#640455: PlayQueue: Additional padding for the fill controls + Launchpad bugs fixed: - Cannot export Banshee playlist (LP: #392015) - Internet Radio doesn't function when Banshee is launched by Music Applet (LP: #674116) -- Chow Loong Jin Thu, 03 Feb 2011 14:16:19 +0800 banshee (1.9.2-1ubuntu1) natty; urgency=low * Merge from Debian Experimental, remaining changes: + Enable SoundMenu and Disable NotificationArea by default + Disable boo and karma extensions + Enable and recommnd u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications * [0c8acd9] Enable u1ms by default -- Chow Loong Jin Mon, 24 Jan 2011 22:17:31 +0800 banshee (1.9.2-1) experimental; urgency=low * [df82d8d] Add libgnome-desktop-dev build-dep * [bc58842] New upstream release: + Enhancements: - Add support for Nexus S and Xperia X10 mini pro - Many improvements and fixes to the F1 user guide - SoundMenu: Implement the proper close/quit behavior - MPRIS: Implement the Playlists interface - Improved write-metadata-to-file performance + Notable Bugs Fixed (33 fixed since 1.9.1): - bgo#637333: MeeGo: Fix NRE at start up - bgo#637350: Fix SimpleTable crash - bgo#636077: Fix Podcasts selection bug w/ DAP plugged in - bgo#637366: SmartPlaylistSource: Fix NRE with "selected by random" - bgo#637365: SmartPlaylistSource: Clear the condition when it's not enabled - bgo#637303: FileChooserDialog: Fix error message on first launch - bgo#637627: FullscreenWindow: Keep fullscreen when showing volume osd - bgo#634652: AppleDevice: Remove invalid tracks before syncing - bgo#638477: X11NotificationArea: Enhance check for RGBA visual - bgo#637991: SourceRowRenderer: Fix vertical alignment calculation - bgo#611796: [Preferences] Have source list use theme icon size - bgo#639044: UnknownTrackInfo: Avoid NRE if URI is null - bgo#639032: LastfmStreaming: Delete the Loved stations from the database + Launchpad bugs fixed: - Delete from drive on album/artist will delete entire library (LP: #678113) - TaskStatusIcon being GC'd early causing crashes (LP: #636953) - Songs imported from CD are duplicated in the library (LP: #659364) - Hang when using the mini model (LP: #669857) - First track in an audiobook is played endlessly (LP: #675226) - "Folder contents could not be dislpayed" when importing playlist (LP: #687402) - Unknown Artist/Unknown Album gets overwritten (LP: #348502) - Song continues playing after being deleted (LP: #366893) - Different sizes of music source and music folder icons in preferences dialogue (LP: #683609) - Single tab shown in Properties window (LP: #683617) * [f2b0176] Refresh 06_add-meego-desktop-file.patch * [8e8e81f] Drop 09_Fix-issue-with-YOptions-in-SimpleTable.patch -- Chow Loong Jin Sat, 15 Jan 2011 02:41:50 +0800 banshee (1.9.1-1ubuntu3) natty; urgency=low * debian/control: - Change build-depends from libwebkit-dev to libwebkitgtk-dev -- Robert Ancell Mon, 10 Jan 2011 15:37:55 -0600 banshee (1.9.1-1ubuntu2) natty; urgency=low * [f1bb0cf] Enable SoundMenu by default -- Chow Loong Jin Mon, 27 Dec 2010 10:59:06 +0800 banshee (1.9.1-1ubuntu1) natty; urgency=low * Merge from Debian experimental, remaining changes: + Disable notification area by default + Disable boo and karma extensions + Enable and recommend u1ms and soundmenu extensions + Move desktop file for Meego UI to /usr/share/une/applications -- Chow Loong Jin Tue, 21 Dec 2010 13:22:57 +0800 banshee (1.9.1-1) experimental; urgency=low [ Chow Loong Jin ] * [06e753e] Imported Upstream version 1.9.0+git20101121.r1.b13266e * [b2cc56d] debian/patches/06_add-meego-desktop-file.patch: Refresh * [b99b384] Revert performance patch that caused artwork to not display * [5f89945] debian/rules: Fix gettext domain (LP: #677173) * [bca52af] Shift gst-plugins-bad to Suggests * [50295b9] Document U1MS and SoundMenu in copyright file [ Iain Lane ] * [1daf2e6] Imported Upstream version 1.9.1 + New Features - Ubuntu One Music Store and SoundMenu Extensions - Not enabled in Debian (yet) - Subtitles + Enhancements - Massively rework the podcast edit dialog - Let line wrap in properties table - Add 'Podcast Properties' to episode menu - Show context menu even for 'All' filters - Only show tabs if there is more than one - Make Play/Pause action tooltip only show play or pause - Add support for the LG Ally phone - Add dbus method to clear the play queue - Allow to clear the play queue while in Populate mode - Add back podcast browser - Add a new 'Recently Played' default smart playlist - Remember sources' column configuration - Blank track editor spin buttons when 0 - Remove Home and Photo folder import sources + Notable Bugs Fixed (79 fixed since 1.9.0) - bgo#637202: Initialize the ipod each time we load - bgo#630209: Fix podcast flag for video podcasts - bgo#635780: Prevent GroupSources from being selected - bgo#540394: Don't overwrite existing files when ripping - bgo#635776: Ensure karma-sharp's DLLmap is copied in the build - bgo#634662: Make search entry in MeeGo panel correctly show query - bgo#634686: Fix streaming broken after first play - bgo#635426: Ensure track filter actions updated - bgo#635453: Fix regression with importing mkv - bgo#608778: 'Random by' skips user-selected artist/album + Additional Launchpad bugs fixed: - Stop adding a new "Show Banshee in Sound Menu" extension every time the extension is activated * [d50b927] Don't build the sound menu or u1ms extensions * [c881367] Enable the Mpris extension by default * [d7e9689] Cherry-pick upstream commit to fix issue with YOptions in SimpleTable [ Alex Launi ] * [7d1f43c] Add recommends on media-player-info (Closes: #607410) -- Chow Loong Jin Sat, 25 Dec 2010 13:07:06 +0800 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu6) natty; urgency=low * debian/rules, debian/control: - Drop support for Rio Karma devices, as libkarma is not yet ready to enter main. -- Michael Terry Fri, 17 Dec 2010 09:33:48 -0500 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu5) natty; urgency=low * [e0db4ba] Disable the notification area and enable MPRIS by default -- Iain Lane Fri, 26 Nov 2010 18:35:59 +0000 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu4) natty; urgency=low * debian/rules: Fix gettext domain (LP: #677173) -- Chow Loong Jin Thu, 25 Nov 2010 11:30:48 +0800 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu3) natty; urgency=low * debian/control: + Recommend banshee-extension-u1ms + Demote gst-plugins-bad from recommends to suggests -- Chow Loong Jin Tue, 23 Nov 2010 04:27:24 +0800 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu2) natty; urgency=low * debian/patches/0001-Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch: + Revert a recent performance related patch that caused artwork to not display at all -- Chow Loong Jin Mon, 22 Nov 2010 05:11:45 +0800 banshee (1.9.0+git20101121.r1.b13266e-0ubuntu1) natty; urgency=low * New upstream snapshot: Drop binary dep on libmono-system-data*-cil * debian/patches/06_add-meego-desktop-file.patch: Refresh -- Chow Loong Jin Sun, 21 Nov 2010 12:21:02 +0800 banshee (1.9.0-1ubuntu1) natty; urgency=low * Merge from Debian experimental, remaining changes: + debian/banshee-meego.install: Install netbook banshee.desktop to UNE location + Disable boo support + Recommend soundmenu extension -- Chow Loong Jin Thu, 18 Nov 2010 02:31:18 +0800 banshee (1.9.0-1) experimental; urgency=low * New upstream release + New Features - Artist/Album Browser Track Actions - 'Play After' Queue Options - User Interface Improvements + Enhancements - Album grid has tooltips for ellipsized text - Subscribe to Internet Archive searches as podcasts - MusicBrainz cover art search supports CDBaby and Jamendo - Support Huawei Ideos Android phones + Notable Bugs Fixed (51 in total) - Remove unused Mono.Addins.Gui dependency - Fix checkbox hover prelight in Fixup - Always grab search entry focus on ctrl+f - [TrackEditor] Don't try to load metadata over HTTP - [AppleDevice] Add a matching 'StopSync' call. We had an unmatched StartSync call which meant that the Sync dialog would be displayed forever. - bgo#587936: [AppleDevice] Sync the Sort- fields - bgo#631172: [AppleDevice] Fix podcast support - bgo#540503: Remove Jump... from context menu - bgo#540525: Stop when the playing track is deleted (LP: #366893) - bgo#545998: Sensitize and pluralize podcast actions appropriately - bgo#609463: Equalizer distortion - bgo#620010: Displaying random image for "All Albums" - bgo#623441: Duplicates on import due to character encoding - bgo#624734: Allow editing Radio stations again - bgo#629005: Full-screen on multi-head displays - bgo#629534: TaskStatusIcon missing-ctor crash - bgo#630039: Concatenated and untranslatable string - bgo#631277: Crash in when editing some tracks' metadata - bgo#631687: Non-local tracks added to DAP without extensions - bgo#631961: [Gio] Invalid cast exception - bgo#632114: Hang when replaying video - bgo#632246: Missing-ctor issue in SourceComboBox - bgo#632420: [Booter] Use the MeeGo client if appropriate - bgo#632715: [Bookmarks] UI not getting loaded - bgo#633579: Fixup not getting reloaded correctly - bgo#633764: [Dap] not transcoding some files when we should - bgo#633841: Recognize webm as video (LP: #669682) - bgo#634096: Empty track # in filename patterns - bnc#642505: Insecure LD_LIBRARY_PATH * debian/control: + Drop libmono-addins-gui-cil-dev from build-deps -- no longer needed * debian/patches/0001-DatabaseImportManager-Fix-duplicates-on-import-bgo-6.patch: + Dropped, applied upstream -- Chow Loong Jin Thu, 11 Nov 2010 22:45:14 +0800 banshee (1.8.0-2ubuntu1) natty; urgency=low * Merge from Debian experimental, remaining changes: + debian/banshee-meego.install: Install netbook banshee.desktop to UNE location + Disable boo support + Recommend soundmenu extension -- Chow Loong Jin Fri, 22 Oct 2010 01:53:21 +0800 banshee (1.8.0-2) experimental; urgency=low * Fix duplicates on import (BGO #623441) -- Chow Loong Jin Thu, 21 Oct 2010 18:53:54 +0800 banshee (1.8.0-1) experimental; urgency=low * New upstream release + Adds playlist support to libgpod backend + Fixes hanging issue during beginning of playback (LP: #448533) + Fixes an issue where mass storage devices were not detected (LP: #646482) + Fixes an issue where iPods are not updated with the gpod backend (LP: #640090) * Bump libgpod-cil-dev dependency to 0.7.95 * Import Ubuntu's upstreamable patches * Run intltool and mangle desktop file for Ubuntu upstream" -- Chow Loong Jin Fri, 01 Oct 2010 02:41:41 +0800 banshee (1.7.6-0ubuntu1) maverick; urgency=low * New upstream release + Enhancements: - Decrease the latency in changing playback volume - Begin editing the name of newly added playlists - Put all videos in the video folder on MTP devices + Notable Bugs Fixed - bgo#629314: [AppleDevice] Correct capacity/free values - bgo#628992: [AppleDevice]Bundle libgpod-sharp.dll.config fixing crash - bgo#628832: [MTP] Fix MTP-device memory issues breaking Playlists, Albums - bgo#629095: [MTP] Fix MTP devices being named '???' - bgo#629373: [MTP] Workaround MTP sigsegv bug * Refresh patches -- Chow Loong Jin Sat, 18 Sep 2010 03:05:25 +0800 banshee (1.7.5-1) UNRELEASED; urgency=low [ Chow Loong Jin ] * New upstream release + New Features: - GIO/udev-based hardware backend - Apple Devices backend with support for iPod/iOS devices (LP: #554141) - MPRIS v2 support (Ubuntu Sound Menu, etc) - Audiobooks and Miro Guide extensions enabled by default + Enhancements/API Additions: - Play menu item in track context menu - Amazon affiliate codes for all supported countries - "Amazon MP3s" Music smart playlist - Miro Guide teaser in Podcasts - Zoom support in Amazon MP3 Store and Miro Guide - Now Playing simplify mode that declutters the UI - Play Queue shuffle action - Podcast errors shown to user - Better MTP device detection - Default smart playlists hidden when empty, for new users - New and improved user documentation + Notable Bugs Fixed - bgo#626786: Prevent crash in search-for-artist when blank - bgo#628388: Fix overflow bug with MTP playlists - bgo#625683: Fixup checkboxes now clickable - bgo#626928: Fetch podcast artwork asap - bgo#626791: Catch crashes caused by missing extensions - bgo#528383: Re-enable writing video metadata to file - bgo#626803, LP: #617017: Fix Ogg rating parsing in non-English locales * debian/(control, rules): + Update configure flags: - --disable-hal - --disable-ipod - --enable-appledevice - --enable-gio - --enable-gio-hardware + Add new build depends: - libgudev1.0-cil-dev - libgkeyfile-cil-dev - libgio2.0-cil-dev - libgtk-sharp-beans2.0-cil-dev - libgpod-cil-dev + Update version of libmtp-dev build-dep to 0.3.0 + Drop hal, podsleuth and ipod-sharp dependencies * debian/patches: + 0001-Don-t-copy-duplicate-libraries.patch: Don't copy duplicate libraries + 0002-Also-copy-gio-sharp-s-debugging-libraries-if-they-ar.patch: Copy debugging libraries if they exist [ Iain Lane ] * Make sure mimeinfo.cache is removed * Fix casing of variable in patch, resolving missing dllmap issue * Ensure that gpod-sharp's DLLmap is copied [ Chow Loong Jin ] -- Chow Loong Jin Sat, 18 Sep 2010 01:47:47 +0800 banshee (1.7.5-0ubuntu2) maverick; urgency=low * Fix casing of variable in patch, resolving missing dllmap issue * Ensure that gpod-sharp's DLLmap is copied -- Iain Lane Wed, 08 Sep 2010 01:21:22 +0800 banshee (1.7.5-0ubuntu1) maverick; urgency=low [ Chow Loong Jin ] * New upstream release + New Features: - GIO/udev-based hardware backend - Apple Devices backend with support for iPod/iOS devices (LP: #554141) - MPRIS v2 support (Ubuntu Sound Menu, etc) - Audiobooks and Miro Guide extensions enabled by default + Enhancements/API Additions: - Play menu item in track context menu - Amazon affiliate codes for all supported countries - "Amazon MP3s" Music smart playlist - Miro Guide teaser in Podcasts - Zoom support in Amazon MP3 Store and Miro Guide - Now Playing simplify mode that declutters the UI - Play Queue shuffle action - Podcast errors shown to user - Better MTP device detection - Default smart playlists hidden when empty, for new users - New and improved user documentation + Notable Bugs Fixed - bgo#626786: Prevent crash in search-for-artist when blank - bgo#628388: Fix overflow bug with MTP playlists - bgo#625683: Fixup checkboxes now clickable - bgo#626928: Fetch podcast artwork asap - bgo#626791: Catch crashes caused by missing extensions - bgo#528383: Re-enable writing video metadata to file - bgo#626803, LP: #617017: Fix Ogg rating parsing in non-English locales * debian/(control, rules): + Update configure flags: - --disable-hal - --disable-ipod - --enable-appledevice - --enable-gio - --enable-gio-hardware + Add new build depends: - libgudev1.0-cil-dev - libgkeyfile-cil-dev - libgio2.0-cil-dev - libgtk-sharp-beans2.0-cil-dev - libgpod-cil-dev + Update version of libmtp-dev build-dep to 0.3.0 + Drop hal, podsleuth and ipod-sharp dependencies * debian/patches: + 0001-Don-t-copy-duplicate-libraries.patch: Don't copy duplicate libraries + 0002-Also-copy-gio-sharp-s-debugging-libraries-if-they-ar.patch: Copy debugging libraries if they exist [ Iain Lane ] * Upload to Ubuntu from Debian git, as the dependencies are not all ready in Debian. * [fe5e8fb] Refresh and update patches to apply cleanly * [a688fa9] Disable Boo support and remove build dependency * [df01b1e] Generate translation template and set gettext domain in the Ubuntu build * [9c3402b] Make sure mimeinfo.cache is removed * [d54fedc] Update changelog version for Ubuntu -- Iain Lane Mon, 06 Sep 2010 20:05:45 +0100 banshee (1.7.4-1ubuntu1) maverick; urgency=low * Merge from Debian experimental, remaining changes: + debian/patches: - 01_Debranch-netbook-interface.patch: Debrand the netbook interface - 02_only-show-netbook-panel-on-request.patch: Only show netbook interface on --client=Meego and start traditional interface otherwise - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit shutdown request only - 04_enable-switching-between-the-2-interfaces.patch: Enable switching between netbook and traditional interfaces. - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint when starting for the first time with an empty library. - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default - 08_remove_unrelevant_media.patch: Don't show "media" in netbook interface as this is irrelevant on non-Meego interfaces + debian/banshee-meego.install: Install desktop file for Banshee netbook interface * Ubuntu-specific changes from previous merge: + Refresh patches: - 04_enable-switching-between-the-2-interfaces.patch - 06_add-meego-desktop-file.patch -- Chow Loong Jin Fri, 13 Aug 2010 00:37:19 +0800 banshee (1.7.4-1) experimental; urgency=low * New upstream release + New Features: - User manual available via Help » Contents menu and F1 + Enhancements/API Additions: - Duplicate Genre solver in Metadata Fixup extension - Support for Amazon MP3 purchases containing PDFs and videos - Improved Metadata Fixup support for non-English languages + Bugs Fixed: - Fix notification icon transparency (LP: #403135) - Fix glitchy search entry - Better handling of non-US Amazon stores - Fix scrolling Extensions list with keyboard - Fix .amz mime file conflict with official downloader (LP: #609750) - Fix issue that could block song scrobbling - Fix subscribing to certain podcasts (eg podbean.com) - Fix URIs of tracks synced to iPods - Fix a pipeline deadlock evident on MeeGo * debian/patches: + Drop 01_fix-icon-transparency.patch + Drop 02_fix-configure.patch * debian/control: + No change Standards-Version bump from 3.9.0 to 3.9.1 + Add Breaks: banshee-extensions-common (<< 1.6.1-2.) due to ABI break * debian/(banshee-meego.install, rules): + Change meego paths to match upstream * debian/rules: + Drop everything but packages/ in /usr/share/mime (Thanks Loic Minier) -- Chow Loong Jin Fri, 13 Aug 2010 00:30:24 +0800 banshee (1.7.3-2ubuntu2) maverick; urgency=low * banshee shipped a generated MIME database (/usr/share/mime/*) breaking the system one. Change debian/rules to delete everything below debian/tmp/usr/share/mime/ except "packages" before dh_install. * Minor syntax tweaks to rules. -- Loïc Minier Thu, 05 Aug 2010 00:49:55 -0400 banshee (1.7.3-2ubuntu1) maverick; urgency=low * Merge from Debian Experimental, remaining changes: + debian/patches: - 01_Debranch-netbook-interface.patch: Debrand the netbook interface - 02_only-show-netbook-panel-on-request.patch: Only show netbook interface on --client=Meego and start traditional interface otherwise - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit shutdown request only - 04_enable-switching-between-the-2-interfaces.patch: Enable switching between netbook and traditional interfaces. - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint when starting for the first time with an empty library. - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default - 08_remove_unrelevant_media.patch: Don't show "media" in netbook interface as this is irrelevant on non-Meego interfaces + debian/banshee-meego.install: Install desktop file for Banshee netbook interface -- Chow Loong Jin Mon, 26 Jul 2010 00:32:41 +0800 banshee (1.7.3-2) experimental; urgency=low * debian/control: Add libsoup{,-gnome}2.4-dev build-deps which were forgotten in the previous release -- Chow Loong Jin Sat, 24 Jul 2010 04:44:30 +0800 banshee (1.7.3-1ubuntu1) maverick; urgency=low * Merge from Debian Experimental, remaining changes: + debian/patches: - 01_Debranch-netbook-interface.patch: Debrand the netbook interface - 02_only-show-netbook-panel-on-request.patch: Only show netbook interface on --client=Meego and start traditional interface otherwise - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit shutdown request only - 04_enable-switching-between-the-2-interfaces.patch: Enable switching between netbook and traditional interfaces. - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint when starting for the first time with an empty library. - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default - 08_remove_unrelevant_media.patch: Don't show "media" in netbook interface as this is irrelevant on non-Meego interfaces + debian/banshee-meego.install: Install desktop file for Banshee netbook interface -- Chow Loong Jin Fri, 23 Jul 2010 19:16:11 +0800 banshee (1.7.3-1) experimental; urgency=low * New upstream release: + New Features Since 1.7.2: - Amazon MP3 Store Source, supporting US, UK, FR, DE, and JP storefronts. Supports browsing, searching, previewing, buying, and downloading music from Amazon MP3 stores. - Support for downloading and importing Amazon MP3 purchases (.amz files) See http://abock.org/2010/07/08/amazon-mp3-downloader-support-in-banshee - New Miro Guide Podcast Directory extension integrating with miroguide.com. Seamlessly stream and subscribe to podcasts in the guide. - New extension for bulk metadata fixing to merge artists and albums that vary only by case, '&' vs 'and', etc. + Enhancements/API Additions: - Add visual separators in the source view between categories of sources - Culturally format the status bar item count (e.g. in en_US 1,000 instead of the old 1000) - Improve the downloading and visual refreshing of new cover art - Tweak the grid view album artwork hover effect - New Banshee.WebBrowser API for creating embedded WebKit web browsers and sources: used by the new Amazon MP3 store, Miro Guide, and the Wikipedia context pane - New Hyena.Downloader API for performing downloads and easy HTTP operations: HttpFileDownloader, HttpStringDownloader - Drop dependency of webkit-sharp, take dependency directly on libwebkit 1.2.2+ for new Banshee.WebBrowser API + Notable Bugs Fixed (9 fixed since 1.7.2): - Fix cover art refreshing - Fix a slow running query to speed things up - Fix importing of compilation albums - Fix loading of libbnpx11.so on some distros - Wrap instead of elipsize Last.fm titles - Escape %20 in filenames for items without embedded metadata (LP: #602201) - Escape Uri value in SQL query * debian/control: + No-change Standards-Version bump from 3.8.4 to 3.9.0 + Update build-deps: - Drop libwebkit-cil-dev - Add libwebkit-dev - Add libsoup2.4-dev - Add libsoup-gnome2.4-dev * debian/rules: + Update list of configure flags: - Drop --enable-scrollkeeper - Drop --enable-webkit * debian/patches: + 02_fix-configure.patch: Fix configure failure with --enable-user-docs -- Chow Loong Jin Thu, 22 Jul 2010 19:07:31 +0800 banshee (1.7.2-1ubuntu3) maverick; urgency=low * debian/patches/06_add-meego-desktop-file.patch, debian/banshee-meego.install: - desktop file is now called banshee-1 and installed in usr/share/une/applications/ to show the une desktop file in UNE session only -- Didier Roche Tue, 20 Jul 2010 12:23:28 +0200 banshee (1.7.2-1ubuntu2) maverick; urgency=low * add debian/patches/08_remove_unrelevant_media.patch: Don't show "media" in netbook interface as this is unrelevant on non meego interface (LP: #602759) -- Didier Roche Mon, 12 Jul 2010 18:39:36 +0200 banshee (1.7.2-1ubuntu1) maverick; urgency=low * Merge from Debian Experimental, remaining changes: + debian/patches: - 01_Debranch-netbook-interface.patch: Debrand the netbook interface - 02_only-show-netbook-panel-on-request.patch: Only show netbook interface on --client=Meego and start traditional interface otherwise - 03_quit-only-on-explicit-shutdown-request.patch: Quit on explicit shutdown request only - 04_enable-switching-between-the-2-interfaces.patch: Enable switching between netbook and traditional interfaces. - 05_show-a-empty-library-message-in-banshee.patch: Show empty hint when starting for the first time with an empty library. - 06_add-meego-desktop-file.patch: Add desktop file to start netbook interface - 07_enable-library-watch-by-default.patch: Enable Library Watcher by default + debian/banshee-meego.install: Install desktop file for Banshee netbook interface -- Chow Loong Jin Wed, 07 Jul 2010 15:54:29 +0800 banshee (1.7.2-1) experimental; urgency=low [ Iain Lane ] * debian/(rules, banshee-meego.install): + Move missed desktop moblin panel .desktop file to banshee-meego package. + Be more explicit about the files which shouldn't be duplicated in the banshee binary package. [ Chow Loong Jin ] * New upstream release: + New Features: - Mallard-based documentation - Brand new ready to hack on Gst#-based backend + Enhancements: - Overhaul GNOME proxy support (LP: #545879) - Make GIO optional with --disable-gio configure switch - Use new YouTube icon in context buttons - Wrap long strings in the Now Playing view - Xperia X10 support - Refresh podcast feeds when network is reconnected - Add metadata-saving support for File System Queue (bgo#609411) + Notable Bugs Fixed - Allow building without gnome-doc-utils - Fix various volume-related issues - Fix Play Queue when using it with different locales (bgo#621480) - Fix the Internet Archive playback (bgo#621687) - Correct Play Queue track reordering (bgo#613333) - Fix SourceSwitcher crasher (bgo#618117) * debian/(control, watch): + Update Banshee URL * debian/patches/01_fix-icon-transparency.patch: + Add patch to fix notification area icon transparency with Banshee (LP: #403135) * debian/(rules, banshee-meego.install): + Move org.moblin.*.service D-Bus service files to banshee-meego package * debian/rules: + Add more flags to counter Banshee's automagic to avoid unpleasant surprises: - --disable-gst-sharp - --enable-user-help - --enable-scrollkeeper - --enable-gio * debian/control: + Add gnome-doc-utils build-dependency for user documentation * debian/copyright: + Add license information for user help documentation + Drop old license information for taglib-sharp and dbus-sharp which are not bundled any more -- Chow Loong Jin Fri, 02 Jul 2010 02:21:03 +0800 banshee (1.7.1-1ubuntu1) maverick; urgency=low * Enhance netbook interface: - debian/patches/01_Debranch-netbook-interface.patch debrand the netbook interface to "Netbook" - debian/patches/02_only-show-netbook-panel-on-request.patch: only show netbook inteface on --client=Meego and start traditional interface otherwise - debian/patches/03_quit-only-on-explicit-shutdown-request.patch: quit on explicit shutdown request only - debian/patches/04_enable-switching-between-the-2-interfaces.patch: switch back and forth beetween the 2 interfaces, even if traditional interface started. Also, have only one interface shown at a time - debian/patches/05_show-a-empty-library-message-in-banshee.patch: show an empty hint when starting the first time and having no library imported (Bertrand Lorentz and Alex Launi) - debian/patches/06_add-meego-desktop-file.patch: add desktop file to start the netbook interface * debian/patches/07_enable-library-watch-by-default.patch: enable library watcher * debian/banshee-meego.install: install the new deskop file -- Didier Roche Mon, 05 Jul 2010 15:19:53 +0200 banshee (1.7.1-1) experimental; urgency=low [ Chow Loong Jin ] * New upstream release: + New Features Since 1.7.0: - Improvements for Audiobooks support Audiobooks tracks are now organized in books, which can be merged together. The last position in each book is automatically saved, so you can resume playing a book right from where you stopped. + Enhancements: - New preference to have the classic album layout instead of the grid view - Last.fm streaming can be disabled separately from the other Last.fm features. - Support for reading and writing MusicBrainz IDs - Show the TrackEditor fields as read-only mode when they are not editable + Notable Bugs Fixed - Fix Youtube playback - Fix deletion of Podcast metadata during modification - Fix a crash related to the notification deamon - Fix fetching cover for albums with several discs - Several fixes for the N800 device * debian/rules: + Enable Moblin integration (--enable-meego) [ Iain Lane ] * debian/(control, rules, banshee-meego.install): + Add new package banshee-meego containing the Moblin integration. -- Chow Loong Jin Thu, 27 May 2010 18:14:20 +0800 banshee (1.7.0-1) experimental; urgency=low * New upstream release: + New features: - Add Keybinding for Switching Sources Typing 'g' activates the source switcher, where you can type the name of a source to switch to it. You can type its acronym or a substring as well. As soon as only one source matches, it will be activated. For example, you can type 'g' and then 'np' to switch to Now Playing. - Connect to Remote DAAP Servers by entering IP address + Enhancements: - Improved Last.fm authentication experience - Improved Maemo device support - DBus API additions for showing various dialogs - DEXT/CLIQ and Galaxy Portal device support - Many MeeGo specific improvements and fixes + Notable Bugs Fixed (41 fixed since 1.6.0): - Fix for fullscreen video under Mutter - Fix videos playing back in a new window - Fix crashes related to Gtk.Widget subclassing - Fix crashes related to a11y - NotificationArea fixes - Cover art aspect ratio/scaling fixes * debian/(control, source/format, rules): + Drop quilt and switch to 3.0 (quilt) format * debian/rules: + Add some new compile flags (in-development features): - --disable-moonlight - --disable-torrent - --disable-meego -- Chow Loong Jin Fri, 07 May 2010 23:27:08 +0800 banshee (1.6.1-1) unstable; urgency=low * New bugfix upstream release: + Enhancements: - More devices supported: Android: Galaxy Portal, DEXT/CLIQ - Automatically scan Music and Video libraries on first start - Improve search responsiveness on large libraries - Add AlbumArtist to the search menu (bgo#615692) - Improved Last.fm authentication experience - Many enhancements to MeeGo support + Notable Bugs Fixed (since 1.6.0): - Fix ListView a11y crash - Fix Podcasts ListView right-click crash - [TrackActions] Fix collection-modified crash - [ColumnCellAlbum] Fix invalid cast crash - Fix several custom-widget related crashes - [Dap.Ipod] Fix a race condition - [gapless] Fix rating resets (bgo#614863) - [UserJobTile] Don't crash if icons are missing (bgo#615778) - [BansheeQuery] Fix mime-type queries (bgo#601920) - [MaemoDevice] Ignore the .videos directory (bgo#614825) - [MaemoDevice] Set 'Music' and 'Video' as the default folders - [MusicBrainzQueryJob] Escape album/artist (bgo#614569) - 40 bugs fixed since 1.6.0 * debian/source/format, debian/control, debian/rules: + Move to 3.0 (quilt) format -- Chow Loong Jin Thu, 20 May 2010 00:43:45 +0800 banshee (1.6.0-1) unstable; urgency=low * New upstream release: + Notable bug fixes: - Fix device support on upcoming distros with DeviceKit rename - Restore equalizer preset correctly (bgo#614313) - Handle broken symlinks correctly (bgo#614065) - Allow overriding Android, Maemo, WebOS default settings (bgo#611991) - Fix crash deleting playlist on mass storage device (bgo#613734) - Fix issue with iTunes importer dialog sizing (bgo#613607) - Fix play count calculation with gapless enabled (bgo#613418) - Handle exceptions thrown by old plugins (LP: #546342) - Use panel-specific (eg monochrome) icon in notification area (LP: #525280) + Other bugs fixed: - Start HAL automatically if not already started (LP: #543354) - Fix bug where new podcasts could not be added (Closes: #575734) * debian/(control, rules): + Disable the clutter video sink - Uses deprecated functions, and will fail to build with a newer version clutter (1.2.X which is available in experimental) -- Chow Loong Jin Fri, 02 Apr 2010 03:12:16 +0800 banshee (1.5.6-1) unstable; urgency=low * New upstream release: + Notable bug fixes: - Fix rendering and interaction bugs in the grid view - Fix issue with volume getting reset on every song change - Handle volume changes from outside Banshee (eg PulseAudio) - Fix issue parsing some RSS feeds - Fix library importing and rescanning on all IO backends - Support coverart for albums without an artist (bgo#612626) - Don't capture 's' presses if keybindings disabled - Fix typing in the Wikipedia webkit view - Fix equalizer settings migration (bgo#612669) - Redraw the entire ListView when dragging columns - Increase podcast download timeout - Fix bad startup crash in PlayQueue on old Mono - Fix "Too many open files" bug with GIO backend - [Banshee.Hardware] Handle exceptions (bgo#613173) - [PodcastActions] Unsubscribe from an event on dispose - [ContextPane] Fix crash if active removed (bgo#613277) - [LastfmSource] Fix crash (bgo#612824) - [Lastfm] Fix crash using auth Refresh button (bgo#610911) - [Lastfm] Fix crash (bgo#613276) - Fix compilation error with older Mono - Fix compilation error with bundled notify-sharp - Fix --disable-youtube flag - Set YouTube install dir to Extensions/ - Fix building with older GStreamer (bgo#613339) * debian/rules: + --enable-gdata => --enable-youtube * debian/control: + Bump taglib-sharp requirement to 2.0.3.7 as per build/m4/banshee/taglib.m4 -- Chow Loong Jin Sun, 21 Mar 2010 21:22:57 +0800 banshee (1.5.5-1) unstable; urgency=low * New upstream release + New Features: - Gapless Playback / Playbin2 (LP: #45518, #377354) - Grid View - YouTube Extension + Enhancements: - Improve search responsiveness on large libraries (LP: #474514) - Add icons for Nexus One and Audiobooks (LP: #532182) - Play Queue item count, size, duration now ignores old tracks - Muinshee fixes: disable Auto-DJ, allow reordering, hide previous song + Notable bug fixes: - Fix a very common, SQL-related crash in 1.5.4 (Closes: #572136) - Fix saving equalizer settings in culture-invariant way - Jumping to a source's prefs via its context menu works again - Usage data not submitted more than every 48 hours - Fix repeatedly resyncing some files to a device b/c transcoded - Clear the redo stack on shuffle mode change - Accept feeds with empty title (LP: #468323) - Uri encode file location queries, making them work properly * debian/control: + Bump gst-plugins-base-dev version for gapless playback + Add libgdata-cil-dev for youtube extenesion * debian/rules: + Add --enable-gapless-playback and --enable-gdata -- Chow Loong Jin Fri, 12 Mar 2010 03:13:23 +0800 banshee (1.5.4-1) unstable; urgency=low * New upstream release (Closes: #571734) + New features: - Opt-In Usage Data Collection - Default Equalizer Presets - Extensible Shuffle Modes + Enhancements: - Wikipedia context pane extension enabled by default - Add support for Nokia N900 phones - Add tooltip to playback error column - On close Internet Archive item, return to Search - Notify user if trying to sync missing file to DAP - Popup explanation of manual playlist ordering when appropriate - Simplify the default set of columns in Podcasts - Enable 'Delete From Drive' action in File System Queue - Coverart for unicode artist/albums now supported - Dropped glade-sharp dep; GNOME 3.0 ready - Add columns showing track sample rate and bits per sample - Option to sort an artist's albums by year, not title - If starting Banshee hidden (--hide), up to half a second of startup time is saved + Notable bug fixes: - Enable LibraryWatcher only for Music and Video libraries - Do better job preserving IsCompilation metadata - Store some PlayQueue settings in the db (not GConf) - Update to Last.fm's API change for scrobbling/recs - Bring back static FileNamePattern API used by some scripts - Fix several memory leaks + Other bugs fixed: - Fix segfault with Cairo when playing a song without album art (LP: #523913) - Follow symlinks when scanning the library (LP: #406667) - Fix issue importing mp3s with non-ASCII ID3 tags (LP: #364562) * debian/control: + Bump libtaglib-cil-dev version requirement to 2.0.3.5 + Drop libglade2.0-cil-dev and libgnome2.0-cil-dev build-dep + Add libwebkit-cil-dev to build-deps * debian/rules: + Reorder configure flags to match upstream's ./configure --help listing + Add --enable-webkit since it is now enabled by default * debian/patches/01_monodoc-fix-enable.patch, debian/patches/series: + Dropped, applied upstream -- Chow Loong Jin Sun, 28 Feb 2010 01:14:01 +0800 banshee (1.5.3-1) unstable; urgency=low [ Chow Loong Jin ] * New upstream release + New features: - Sync device from playlist option - Type-ahead find in track, artist, and album lists - Optional cover art in lower-left corner - Editable cover art via drag-and-drop and right-click - Audiobooks library extension - Library-folder watcher extension - eMusic importer/downloader extension + Enhancements: - Improved Podcast filtering/browsing - Extension preferences tab reworked - Extension names/descriptions translated - Improved sqlite performance - Added --set-rating=RATING command line option - Support for Nexus One devices + Bug-fixes: - DAPs now works with DeviceKit (LP: #382941) - Fix issue with DAAP authenticating (LP: #308233) - Podcast renaming should work well now - Podcast download cancelling is now fast - Internet Archive results paging off-by-one fixed - Fix for MTP devices on 64-bit distros - Fix import error for files with '\0' characters (LP: #499698) - Support syncing playlists to iPods (LP: #75571) - Fix syncing podcasts to iPods (LP: #140489) * debian/control: + Bump mono-devel version to 2.4.3 for LibraryWatcher + Re-enable libkarma-cil, use libkarma-cil-dev + Bump mono-addins version to 0.3.1 + Bump libgstreamer0.10-dev version to 0.10.12 * debian/rules: + Add configure flags for explicitly enabling all wanted features, countering Banshee's automagic silently disabling features * debian/patches/01_devkit-fix.patch: + Dropped, applied upstream * debian/patches/: + 01_monodoc-fix-enable.patch: Fix usage of AC_ARG_ENABLE for --enable-docs [ Jo Shields ] * debian/control: + Drop individual library build-deps as all mono libs are pulled in at build time + Bump Standards version to 3.8.4 (no changes needed) -- Chow Loong Jin Thu, 28 Jan 2010 23:52:53 +0800 banshee (1.5.2-1) unstable; urgency=low [ Chow Loong Jin ] * New upstream release (Closes: #558611) + New Features: - The Internet Archive extension - The iTunes importer - Metadata ratings and playcount import and export - Add support for Pulse and Droid phones (LP: #501515) - Use new Last.fm API (Closes: #548029, LP: #415937) + Enhancements: - Many accessibility enhancements - When sorting by score also sort by playcount (bgo#598431) - Add WICD support (bgo#596918) - Add the USB id for the Palm Pre in developer mode - Improve the import media dialog (bgo#559013) - Allow seeking in DAAP streams - Tooltip for the AutoDJ source combobox (bgo#598504) - Improve recognition of Android devices - Recognize Samsung Galaxy device in debug mode - PlaybackError query field (bgo#590946) - Additional tokens for file system organization (bgo#489861) - Remember direction when sorting the list view (bgo#590869) - Cleaner track change notification popup (LP: #445965) - Move Last.fm settings to the preferences dialog - Double click toggles fullscreen in Now Playing (bgo#577971) + Notable bug fixes: - Fix the playcount update (LP: #388360) - Correct default button in message dialogs (bgo#599495) - Hide shuffle menu when shuffling is disabled (bgo#599465) - Fix bug with AutoDJ updating LastPlayed erroneously (bgo#594701) - Fix next playback source (bgo#599834) - Fix adding tracks to the play queue (LP: #469134) - Fix up iPod podcast support (bgo#434237) - Fix cover art pick up for multi-disc albums (bgo#591982) - Fix the play queue when StopWhenFinished is on (bgo#563021) - Fix race when saving track metadata (bgo#598321) + Other bug fixes: - Fix System.DivideByZeroException when rescanning (LP: #452366) * debian/control: + Bump libipod{,ui}-cil dependency versions to 0.8.5 + Build depend on -cil-dev packages instead of -cil + Add libmono-addins-cil-dev to Build Dep + Build depend on libboo-cil-dev instead of just boo * debian/patches/01_fix-ipod-sharp-ftbfs: + Dropped, applied upstream * debian/patches/01_devkit-fix.patch: + Backport fix from upstream for DAP support with Devkit [ Jo Shields ] * debian/control: + Disable Rio Karma support for now; it's broken due to bug #551049 * debian/monodoc-banshee-manual.postinst: + Delete - we use DPKG triggers to handle manual installs now -- Chow Loong Jin Thu, 21 Jan 2010 13:19:04 +0800 banshee (1.5.1-1) unstable; urgency=low * New upstream release + New Features: - Play Queue Auto DJ keeps the tunes coming - Shuffle by album and artist - Shuffle by weighted rating and score mode - Add tooltips for ellipsized ListView text - Keep the playing song visible in the track list - Add support for WebOS devices - Add support for the Samsung Galaxy Android Phone + Enhancements: - When user picks new sort column, default to sort ascending - Drop the " Library" suffix on the Music and Video sources - Add thin highlight to ListView selection for 3D effect - Keyboard shortcut (ESC) to clear the search box - Expose LAME's "preset" option - Added a --gconf-base-key for running sandboxed - Trim URL pasted from clipboard to podcast dialog - Allow selection of multiple folders on import - Support playlists on Android G1 devices - Better support for devices running Rockbox - Set video sync folder for Android and WebOS devices - Made the error message label selectable - Save and load the Gtk.AccelMap - Added taglib/oga mimetype to the vorbis audio profile - Auto-completion for composer, conductor, grouping and copyright - Added the 'comment' search filter - Selectable song properties - Show a tooltip in track editor when the property is truncated + Notable bug fixes: - Fix blank MimeTypes for tracks ripped before 1.4 - Fix a Bit Rate column sizing glitch - Fix browser positioning when Banshee is maximised - Fix compilation metadata reading and writing - Work with new notification-daemon - Avoid needlessly syncing iPods twice - Deterministically sort sources to avoid fluttering - Look for Rhythmbox db at both new and old paths - Fix bug with scrobbling after skipping a track - Fix crash in equalizer - Fix an exception on startup when DBus is disabled - Fix off-by-one-day date querying bug - Fix a UI/spacing glitch in the Smart Playlist Editor - Don't hide the track info popup while it has focus - Prevent endless "Searching for CD metadata..." - Fix Last.fm now-playing for non-decimal track lengths - Dispose the SqliteCommand after it's executed - Fix notification area popup positioning on multi-monitor systems - Fix the playing indicator when song in list more than once - Fix crash when opening the profile conf dialog - Fix crash stopping jobs on shutdown - Fix notification area popup flashing - Trim filename dots and spaces to be NTFS compliant - Stop playing from audio CD when it's ejected - Don't update DateUpdated stamp when transient fields change - Fix DAP content page title not changing when device renamed - Set the Podcast flag on import based on genre - Fix hang when slider dragged to track change . - Prevent slider jumping around after seeking in stream - Fix Last.fm logos on dark themes - --query-X option sometimes returned an error - Build and runtime fixes for FreeBSD - Fix editor always prompting to save podcasts - Fix rounding when updating the track score - Fix initial track score calculation - Fix playback buttons' a11y - Fix crasher on PPC [ Chow Loong Jin ] * debian/control, debian/changelog: + Use mono-csc instead of csc for MCS. + Bump mono-devel version to 2.4.2 for mono-csc + No change bump of Standards-Version to 3.8.3 * debian/patches/01_fix-ipod-sharp-ftbfs: + Fix FTBFS when ipod-sharp's debug files are missing (Closes: #549725) * debian/README.source: + Copied from quilt [ Iain Lane ] * debian/patches/01_dispose-sqlite-cmd.patch, 02_system-equalizer.patch, 03_muinshee-booter.patch: Drop, applied upstream. * debian/patches/99_ltmain_as_needed.patch: Refresh * debian/rules: Disable Banshee's builtin equalizer - gstreamer's one is now good enough for us to use. -- Chow Loong Jin Wed, 14 Oct 2009 19:21:51 +0800 banshee (1.5.0-3) experimental; urgency=low * debian/patches/03_muinshee-booter.patch, debian/banshee.links, debian/banshee.1: + Patch banshee booter script to autodetect whether to use Banshee or Muinshee interface based on the file name + Make /usr/bin/muinshee a symlink of /usr/bin/banshee-1 + Update banshee.1 manpage and link it to muinshee.1 -- Chow Loong Jin Sun, 19 Jul 2009 00:22:34 +0800 banshee (1.5.0-2) experimental; urgency=low * debian/control: + Replace gstreamer0.10-plugins-ffmpeg with gstreamer0.10-ffmpeg + Change of my email address + Bump Standards-Version to 3.8.2 * debian/rules: + Drop dh_installchangelogs override. We don't want ChangeLog installed any more. * debian/banshee.links: + Updated to symlink the banshee manpage to banshee-1 * debian/patches/01_dispose-sqlite-cmd.patch: + Fix for BGO #586498, where Banshee leaks memory while rescanning library * debian/patches/01_remove-bash-dep.patch: + Delete it for good -- Chow Loong Jin Wed, 08 Jul 2009 22:10:27 +0800 banshee (1.5.0-1) experimental; urgency=low [ Chow Loong Jin ] * New Upstream Version * debian/control: + Fix grammatical error "an media" to "a media" + Set quilt's version to 0.46-7~ instead of 0.46-7 for backportability + Replace gstreamer0.10-plugins-ffmpeg with gstreamer0.10-ffmpeg + Change of my email address + Bump Standards-Version to 3.8.2 + Drop unnecessary build dependencies * debian/watch: + Updated to include changes in directory structure * debian/patches: + 02_system_equalizer.patch: drop a hunk, it'll work without it anyway + 03_fix-lastfm.patch: dropped, applied upstream + 20_check_notification_support.patch: dropped, applied upstream [ Iain Lane ] * debian/banshee.{1,manpages} Add manpage. This was initially generated by help2man from `banshee --help-all' and then edited a bit to be more readable and standard. (Closes: #384557) [ Iulian Udrea ] * debian/compat: - Bump to 7. [ Sebastian Dröge ] * debian/control: + Update/remove some build dependencies for the new version. -- Sebastian Dröge Thu, 04 Jun 2009 20:01:25 +0200 banshee (1.4.3-6) unstable; urgency=low [ Chow Loong Jin ] * debian/control: + Fix grammatical error "an media" to "a media" + Set quilt's version to 0.46-7~ instead of 0.46-7 for backportability + Replace gstreamer0.10-plugins-ffmpeg with gstreamer0.10-ffmpeg + Change of my email address + Bump Standards-Version to 3.8.2 + Drop unnecessary build dependencies * debian/watch: + Updated to include changes in directory structure * debian/banshee.links: + Updated to symlink the banshee manpage to banshee-1 + Make /usr/bin/muinshee a symlink to /usr/bin/banshee-1 + Make muinshee.1 manpage a symlink to banshee.1 * debian/banshee.1: + Update to show muinshee as well * debian/patches/03_muinshee-booter.patch: + Patch banshee booter script to autodetect whether to use Banshee or Muinshee interface based on file name [ Iain Lane ] * debian/banshee.{1,manpages} Add manpage. This was initially generated by help2man from `banshee --help-all' and then edited a bit to be more readable and standard. (Closes: #384557) [ Iulian Udrea ] * debian/compat: - Bump to 7. -- Chow Loong Jin Wed, 24 Jun 2009 01:57:02 +0800 banshee (1.4.3-5) unstable; urgency=low * debian/control, debian/rules, debian/patches/series: + Change order of gstreamer0.10-audiosink | gstreamer0.10-alsa + Transition to dh7 + Use Quilt + Add banshee-dbg package containing debug symbols + Change Maintainer to pkg-cli-apps * debian/patches/02_system-equalizer.patch, debian/patches/99_ltmain_as-needed.patch: + Prepend all paths with a/ to convert to p1 patch for Quilt -- Chow Loong Jin Mon, 25 May 2009 20:02:35 +0800 banshee (1.4.3-4) unstable; urgency=low * debian/control: + Changed Vcs-* to git addresses + Drop gstreamer0.10-gnomevfs dependency + Add gstreamer0.10-audiosink dependency + Move gst-plugins-ugly and gst-ffmpeg from Recommends to Suggests + GNOME# 2.24 transition + Bump Standards-Version -- Chow Loong Jin Thu, 16 Apr 2009 18:26:25 +0800 banshee (1.4.3-3) unstable; urgency=low * debian/control: + Add me to Uploaders * debian/patches/03_fix-lastfm.patch: + Fix issue where Last.fm personal stations are not loaded * debian/patches/debian/patches/20_check_notification_support.patch: + Check whether notification daemon supports actions -- Chow Loong Jin Fri, 13 Mar 2009 19:00:02 +0800 banshee (1.4.3-2) unstable; urgency=low * debian/control: + Build depend on libtaglib2.0-cil >= 2.0.3.2 (Closes: #518755). -- Sebastian Dröge Mon, 09 Mar 2009 11:40:28 +0100 banshee (1.4.3-1) unstable; urgency=low [ Jo Shields ] * debian/control: + Add Vcs-* fields [ Sebastian Dröge ] * New upstream release. * Upload to unstable (Closes: #518419). * debian/control: + Use Gnome# 2.20 for now. -- Sebastian Dröge Fri, 06 Mar 2009 10:43:28 +0100 banshee (1.4.2-2) experimental; urgency=low * debian/control: + Build depend on Gnome# 2.24 and GnomeDestkop# 2.24. -- Sebastian Dröge Sat, 24 Jan 2009 21:33:21 +0100 banshee (1.4.2-1) experimental; urgency=low * New upstream bugfix release: + debian/rules, debian/control: - Set the vendor ID to the output of lsb_release -sd. * debian/control, debian/rules: + Update for the mono 2.0 transition. -- Sebastian Dröge Wed, 21 Jan 2009 16:29:56 +0100 banshee (1.4.1-1) experimental; urgency=low * New upstream bugfix release. -- Sebastian Dröge Tue, 11 Nov 2008 19:25:44 +0100 banshee (1.4.0.1-1) experimental; urgency=low * New upstream stable release: + debian/patches/01_dllimports.patch, debian/Banshee.Unix.dll.config: - Removed, fixed upstream. -- Sebastian Dröge Sat, 08 Nov 2008 14:26:15 +0100 banshee (1.3.3-3) experimental; urgency=low * debian/Banshee.Unix.dll.config, debian/banshee.install: + Add dllmaps for libglib-2.0.so.0. -- Sebastian Dröge Mon, 03 Nov 2008 11:08:45 +0100 banshee (1.3.3-2) experimental; urgency=low * debian/patches/01_dllimports.patch: + Patch from upstream SVN to fix some dllimports that made banshee crash in some circumstances (Closes: #503918). -- Sebastian Dröge Sat, 01 Nov 2008 20:28:15 +0100 banshee (1.3.3-1) experimental; urgency=low * New upstream development release: + debian/rules: - Enable release configuration. + debian/control: - Update build dependencies. + debian/patches/01_no-warnaserror.patch, debian/patches/03_now-playing-cover-crash.patch, debian/patches/04_first-start-crash.patch: - Dropped, not needed anymore or merged upstream. -- Sebastian Dröge Tue, 28 Oct 2008 19:52:40 +0100 banshee (1.2.1-3) experimental; urgency=low * debian/control: + Depend on gnome-icon-theme >= 2.16 (Closes: #491976, #490662). -- Sebastian Dröge Fri, 15 Aug 2008 16:50:57 +0200 banshee (1.2.1-2) experimental; urgency=low * debian/control: + Update description to include video support and improve some other small things (Closes: #494981). * debian/patches/03_now-playing-cover-crash.patch: + Fix crash in the "Now playing" source if the current song has no cover art. Patch from upstream SVN/Bugzilla. * debian/patches/04_first-start-crash.patch: + Fix crash on first start. Patch from upstream Bugzilla. -- Sebastian Dröge Thu, 14 Aug 2008 10:43:05 +0200 banshee (1.2.1-1) experimental; urgency=low * New upstream bugfix release: + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. -- Sebastian Dröge Wed, 13 Aug 2008 11:06:00 +0200 banshee (1.2.0-1) experimental; urgency=low * New upstream release: + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. + debian/patches/02_system-equalizer.patch, debian/control: - Always use the system equalizer and depend on a new enough version of gst-plugins-good. + debian/control: - Update build dependencies. + debian/Banshee.NowPlaying.X11.dll.config, debian/control: - Add dllmaps for libbnpx11. -- Sebastian Dröge Wed, 30 Jul 2008 12:37:28 +0200 banshee (1.0.0-2) unstable; urgency=low * debian/watch: + Updated for the new location (Closes: #471400). -- Sebastian Dröge Wed, 11 Jun 2008 11:13:43 +0200 banshee (1.0.0-1) unstable; urgency=low * New upstream release, "1.0": + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. + debian/Banshee.Widgets.dll.config, debian/Banshee.Core.dll.config, debian/banshee.install: - Dropped dllmaps that are upstream now. * Upload to unstable. -- Sebastian Dröge Fri, 06 Jun 2008 00:12:33 +0200 banshee (0.99.3-1) experimental; urgency=low * New upstream release, "1.0 RC1" (Closes: #483800): + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. * debian/control: + Recommend brasero for CD burning. -- Sebastian Dröge Mon, 02 Jun 2008 10:06:58 +0200 banshee (0.99.2-1) experimental; urgency=low * New upstream release, "1.0 Beta 2": + debian/Hyena.Gui.dll.config, debian/banshee.install: - Don't install ourself anymore, fixed upstream. + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. -- Sebastian Dröge Fri, 23 May 2008 07:35:49 +0200 banshee (0.99.1-3) experimental; urgency=low * debian/rules: + Don't enable plugins by hand but instead use only the ones that are labeled stable upstream. * debian/Banshee.Core.dll.config, debian/Banshee.GStreamer.dll.config, debian/Banshee.Widgets.dll.config, debian/banshee.install: + Add even more dllmaps for different assemblies. -- Sebastian Dröge Fri, 09 May 2008 08:57:41 +0200 banshee (0.99.1-2) experimental; urgency=low * debian/banshee.install: + Install Hyena.Gui.dll.config, otherwise several actions will lead to crashes. -- Sebastian Dröge Thu, 08 May 2008 11:02:51 +0200 banshee (0.99.1-1) experimental; urgency=low * New upstream release, "1.0 Beta 1": + debian/control: - Update build dependencies and dependencies. + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly again. -- Sebastian Dröge Wed, 07 May 2008 07:44:01 +0200 banshee (0.98.3-1) experimental; urgency=low * New upstream release, "1.0 Alpha 3": + debian/rules, debian/control: - Update build dependencies and enable some optional extensions. + debian/patches/01_no-warnaserror.patch: - Updated to apply cleanly. -- Sebastian Dröge Fri, 11 Apr 2008 11:17:24 +0200 banshee (0.98.2-2) experimental; urgency=low * debian/control: + Fix comma errors in build dependencies. -- Sebastian Dröge Sat, 29 Mar 2008 19:09:11 +0100 banshee (0.98.2-1) experimental; urgency=low * New upstream release, "1.0 Alpha 2". -- Sebastian Dröge Thu, 27 Mar 2008 08:02:58 +0100 banshee (0.98.1-1) experimental; urgency=low * New upstream development release, 1.0 Alpha 1: This is the first release in the Banshee 1.0 series. This Alpha 1 release does not have feature parity' with previous Banshee releases (the last being Banshee 0.13.2). This means there are a number of features in this release that users may have come to know and love in Banshee that are missing for the time being. + debian/control: - Update dependencies and build dependencies. + debian/banshee.links: - Link /usr/bin/banshee-1 to /usr/bin/banshee + debian/banshee.install: - Update paths. + debian/patches/*: - Dropped, everything. + debian/patches/01_no-warnaserror.patch: - Don't build with -warnaserror. + debian/rules: - Cleanup. -- Sebastian Dröge Tue, 18 Mar 2008 17:13:11 +0100 banshee (0.13.2+dfsg-6) unstable; urgency=low * debian/patches/02_stable-branch-r3418.patch, debian/patches/02_stable-branch-r3426.patch: + Update to revision 3426 of the stable branch, featuring another important bugfix to the audioscrobbler plugin. -- Sebastian Dröge Wed, 12 Mar 2008 12:54:46 +0100 banshee (0.13.2+dfsg-5) unstable; urgency=low * debian/patches/02_stable-branch-r3217.patch, debian/patches/02_stable-branch-r3418.patch: + And another update from the stable branch fixing another bad issue with the audioscrobbler plugin. -- Sebastian Dröge Tue, 11 Mar 2008 12:29:39 +0100 banshee (0.13.2+dfsg-4) unstable; urgency=low * debian/patches/02_stable-branch-r3201.patch, debian/patches/02_stable-branch-r3417.patch: + Another update from the stable branch, fixing the audioscrobbler plugin even more (Closes: #469510). -- Sebastian Dröge Tue, 11 Mar 2008 11:36:00 +0100 banshee (0.13.2+dfsg-3) unstable; urgency=low * debian/patches/02_stable-branch-r3201.patch: + Updated to r3201 from the stable branch: - Fixes audioscrobbler plugin to actually work again (Closes: #469417). * debian/patches/99_autoreconf.patch: + Regenerate autotools stuff for the above patch. * debian/control: + Build depend on autotools-dev. -- Sebastian Dröge Wed, 05 Mar 2008 06:05:26 +0100 banshee (0.13.2+dfsg-2) unstable; urgency=low * debian/control: + Build depend on mono-mcs to fix FTBFS. -- Sebastian Dröge Wed, 09 Jan 2008 08:06:38 +0100 banshee (0.13.2+dfsg-1) unstable; urgency=low * New upstream release, notable changes since 0.13.1: + Support for new iPod Nano and Classic models. + New Last.fm radio plugin supporting streaming from Last.fm and creating stations based on a number of metrics. + Skip song button in the notification popup. + Many, many bugfixes. * debian/patches/01_monodoc-installation.patch: + Updated to move the Banshee documentation to "Various" instead of "classlib-banshee" which does not exist. -- Sebastian Dröge Wed, 09 Jan 2008 05:47:46 +0100 banshee (0.13.1+svn.r2920+dfsg-2) unstable; urgency=low * debian/control: + Enable documentation package. -- Sebastian Dröge Sun, 23 Dec 2007 05:49:30 +0100 banshee (0.13.1+svn.r2920+dfsg-1) unstable; urgency=low * New upstream SVN snapshot: + Fixes stops playing after empty CD is inserted (Closes: #450773). + Fixes FTBFS if built twice in a row (Closes: #442502). * debian/patches/01_gst-inspect.patch, debian/patches/02_pkgconfig.patch, debian/patches/04_external-taglib-sharp.patch, debian/patches/05_remote_radio_uri.patch, debian/patches/06_translations-2007-09-20.patch, debian/patches/07_taglib-sharp_filtering.patch, debian/patches/08_ipod-sharp-0.6.4.patch, debian/patches/09_search-by-crash.patch, debian/patches/99_autoreconf.patch: + Dropped, merged upstream. * debian/patches/99_ltmain_as-needed.patch, debian/rules: + Drop some unnecessary dependencies by using --as-needed. + Clean up configure flags. * debian/control: + Build depend on libnjb-cil (>= 0.3.0-2) for fewer dependencies. + Update Standards-Version to 3.7.3. + Update build dependencies. + Add support for Rio Karma music players. * debian/control, debian/banshee-daap.install: + Drop banshee-daap package and ship the plugin with banshee instead. It won't depend on avahi-daemon but instead just recommend it. * debian/monodoc-banshee-manual*, debian/control, debian/patches/01_monodoc-installation.patch: + Add documentation package, not enabled yet but will be with -2. * debian/Banshee.Plugins.Radio.dll.config: + Not needed anymore, dropped. * debian/rules: + Add --disable-gstreamer-plugins-check to configure parameters to have some less build dependencies. * debian/banshee.menu: + Fix menu file section. -- Sebastian Dröge Mon, 03 Dec 2007 10:50:46 +0100 banshee (0.13.1+dfsg-5) unstable; urgency=low * debian/control: + Only recommend gnome-volume-manager and hal to make it possible to build banshee plugin packages on the buildds. Also banshee works without them with basic features, thus this should be recommends anyway. * debian/patches/09_search-by-crash.patch: + Don't crash when searching by artist/album/genre if that field is empty. Patch from http://bugzilla.gnome.org/show_bug.cgi?id=479237 (Closes: #443555). -- Sebastian Dröge Tue, 25 Sep 2007 19:09:30 +0200 banshee (0.13.1+dfsg-4) unstable; urgency=low * debian/patches/06_translations-2007-09-20.patch: + Update all translations from SVN again. * debian/patches/07_taglib-sharp_filtering.patch: + Filter files that don't contain audio-only with taglib-sharp instead of filtering by mimetype. This fixes the importing of some MP4 files. Patch from upstream SVN. * debian/control: + Build depend on ipod-sharp 0.6.4 to get the new version. + Drop nowadays useless libtotem-plparser-dev build dependency. * debian/patches/08_ipod-sharp-0.6.4.patch: + Fix build with ipod-sharp 0.6.4. -- Sebastian Dröge Thu, 20 Sep 2007 18:05:03 +0200 banshee (0.13.1+dfsg-3) unstable; urgency=low * debian/patches/06_translations-2007-09-06.patch: + Update all translations from SVN. -- Sebastian Dröge Thu, 06 Sep 2007 21:39:35 +0200 banshee (0.13.1+dfsg-2) unstable; urgency=low * debian/patches/05_remote_radio_uri.patch: + Allow configuration of URI for updating stations of radio plugin. Patch by Mário Meyer , also applied upstream. (Closes: #440119) * debian/rules: + Use dh_clifixperms to fix permissions instead of manual find magic. -- Sebastian Dröge Fri, 31 Aug 2007 10:47:29 +0200 banshee (0.13.1+dfsg-1) unstable; urgency=low * New upstream release. * debian/patches/05_home.patch: + Dropped, merged upstream. -- Sebastian Dröge Mon, 20 Aug 2007 06:57:27 +0200 banshee (0.13.0+dfsg-2) unstable; urgency=low * debian/patches/05_home.patch: + Support the changes to the xdg-user-dirs spec that allow $HOME to start the path; also allows for quotes surrounding the path. Patch from upstream SVN. -- Sebastian Dröge Sat, 18 Aug 2007 09:24:50 +0200 banshee (0.13.0+dfsg-1) unstable; urgency=low * New upstream release * debian/banshee.install: + Add the new bookmarks plugin. * debian/patches/05_wavpack-profile.patch, debian/patches/10_branch-0.12.x-2007-06-14.patch: + Dropped, merged upstream. * debian/patches/01_gst-inspect.patch, debian/patches/03_fix_2.18_multimedia_keys.patch, debian/patches/04_external-taglib-sharp.patch, debian/patches/99_autoreconf.patch: + Updated for new upstream version. * debian/rules, debian/generic-artist.png.uue: + Dropped manual installation of that icon, it's upstream now. -- Sebastian Dröge Tue, 14 Aug 2007 20:18:24 +0200 banshee (0.12.1+dfsg-5) unstable; urgency=low * debian/control: + Let banshee depend on gnome-volume-manager and hal as those dependencies were dropped to recommends in libipoddevice0 and banshee needs them. -- Sebastian Dröge Sat, 21 Jul 2007 11:32:43 +0200 banshee (0.12.1+dfsg-4) unstable; urgency=low * debian/rules, debian/generic-artist.png.uue, debian/patches/10_branch-0.12.x-2007-06-14.patch: + Update to the 0.12.x branch, 2007-06-14 for some bugfixes. Use uuencode/uudecode for the new image. * debian/patches/04_external-taglib-sharp.patch, debian/patches/02_pkgconfig.patch, debian/control, debian/rules: + Use external taglib-sharp. * debian/patches/04_dont_append_commas_on_broken_id3v2.patch: + Dropped, this is in the external taglib-sharp. * debian/patches/01_gst-inspect.patch, debian/patches/03_fix_2.18_multimedia_keys.patch: + Change automake/conf sources instead of generated files. * debian/patches/99_autoreconf.patch: + Regenerate automake/conf files for the above changes. * debian/control: + Fix C/R/P for banshee-official-plugins to let dpkg really do the replacement (Closes: #425022). * debian/patches/05_wavpack-profile.patch, debian/control: + Update Wavpack profile to work with gst-plugins-good >= 0.10.6. -- Sebastian Dröge Mon, 09 Jul 2007 19:53:43 +0200 banshee (0.12.1+dfsg-3) unstable; urgency=low * Add patches from the Ubuntu package by Christopher James Halse Rogers: + debian/patches/03_fix_2.18_multimedia_keys.patch: - Support the new multimedia keys interface with Gnome 2.18. + debian/patches/04_dont_append_commas_on_broken_id3v2: - Don't append commas to broken id3v2 tags. * debian/control: + Make the package binNMU safe. -- Sebastian Dröge Wed, 25 Apr 2007 16:42:55 +0200 banshee (0.12.1+dfsg-2) unstable; urgency=low * Upload to unstable * debian/patches/02_pkgconfig.patch: + Fix paths for ndesk-dbus in the pkgconfig file -- Sebastian Dröge Mon, 9 Apr 2007 10:25:08 +0200 banshee (0.12.1+dfsg-1) experimental; urgency=low * New upstream release * debian/control: + Update build dependencies -- Sebastian Dröge Sun, 1 Apr 2007 15:51:22 +0200 banshee (0.12.0+dfsg-2) experimental; urgency=low * debian/control, debian/rules: + Link against external ndesk-dbus -- Sebastian Dröge Mon, 12 Mar 2007 17:40:00 +0100 banshee (0.12.0+dfsg-1) experimental; urgency=low * New upstream release -- Sebastian Dröge Mon, 5 Mar 2007 20:06:23 +0100 banshee (0.11.7+dfsg-1) experimental; urgency=low * New upstream release * debian/patches/01_gst-inspect.patch: + Updated -- Sebastian Dröge Tue, 20 Feb 2007 10:47:41 +0100 banshee (0.11.6+dfsg-1) experimental; urgency=low * New upstream release * debian/control: + Correctly version the banshee-official-plugins conflicts -- Sebastian Dröge Mon, 5 Feb 2007 08:50:52 +0100 banshee (0.11.5+dfsg-1) experimental; urgency=low * New upstream release * debian/patches/02_no-gconfd.patch: + Dropped, merged upstream * debian/rules: + GConf workaround not necessary anymore -- Sebastian Dröge Mon, 22 Jan 2007 12:02:35 +0100 banshee (0.11.4+dfsg-1) experimental; urgency=low * New upstream release * debian/control: + Add conflicts/replaces on banshee-official-plugins (<< 0.10.4) as this now contains all plugins that were in banshee-official-plugins before and has conflicting gconf schemas + Build depend on libtotem-plparser-dev + Recommend gstreamer0.10-plugins-bad * debian/banshee.install, debian/banshee-daap.install: + Add new plugins, change for new filenames * debian/Banshee.Plugins.Radio.dll.config, debian/banshee.install: + Add missing dllmap * debian/patches/02_no-gconfd.patch, debian/rules: + Don't require a running gconfd-2 -- Sebastian Dröge Mon, 15 Jan 2007 13:58:24 +0100 banshee (0.11.3+dfsg-2) unstable; urgency=low * debian/patches/01_gst-inspect.patch: + Don't check for random GStreamer elements. This is not necessary as we depend on the relevant packages anyway and some buildds fail the checks although everything is there. (Closes: #406116) -- Sebastian Dröge Mon, 8 Jan 2007 22:58:47 +0100 banshee (0.11.3+dfsg-1) unstable; urgency=low * New upstream release (Closes: #403410): + Fixes keyboard focus problems (Closes: #405202) + Fixes detection of some iPod models (Closes: #403617) * debian/control: + Update to use my debian.org mail address -- Sebastian Dröge Mon, 8 Jan 2007 00:37:47 +0100 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 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 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 Wed, 23 Aug 2006 23:54:49 +0200 banshee (0.10.11-1) unstable; urgency=low * New upstream release -- Sebastian Dröge 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 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 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 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 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 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 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 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 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 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 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 Tue, 17 Jan 2006 21:46:47 +0100 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 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 Wed, 7 Dec 2005 21:05:50 +0100 debian/gbp.conf0000644000000000000000000000010212314255102010571 0ustar [DEFAULT] debian-branch = ubuntu/saucy upstream-branch = upstream debian/banshee.xpm0000644000000000000000000001404712314255102011322 0ustar /* XPM */ static char * banshee_xpm[] = { "32 32 247 2", " c None", ". c #3465A4", "+ c #3B6BA8", "@ c #4070AC", "# c #3566A5", "$ c #4676B0", "% c #5E8CC1", "& c #6D9ACC", "* c #729FCF", "= c #3868A6", "- c #396AA7", "; c #608EC3", "> c #3869A7", ", c #6593C6", "' c #6694C7", ") c #5887BD", "! c #5E8DC1", "~ c #3768A6", "{ c #6391C4", "] c #6997C9", "^ c #4877B2", "/ c #4978B2", "( c #3667A5", "_ c #5382B9", ": c #4C7CB5", "< c #4878B2", "[ c #74A0CF", "} c #4A79B3", "| c #74A0D0", "1 c #77A2D1", "2 c #4C7BB3", "3 c #75A1D0", "4 c #7AA5D2", "5 c #3A6AA7", "6 c #4E7CB4", "7 c #7EA7D3", "8 c #5379AB", "9 c #CDCDCD", "0 c #DADADA", "a c #DEDEDE", "b c #DBDBDB", "c c #D2D2D2", "d c #BABABA", "e c #A1A1A1", "f c #507DB5", "g c #79A3D1", "h c #80A9D4", "i c #6087B8", "j c #FBFBFB", "k c #F5F5F5", "l c #F3F3F3", "m c #F4F4F4", "n c #F8F8F8", "o c #F9F9F9", "p c #D3D3D3", "q c #A8A8A8", "r c #A3A7AC", "s c #527FB5", "t c #84ABD5", "u c #6187B8", "v c #F2F2F2", "w c #F1F1F1", "x c #F0F0F0", "y c #F6F6F6", "z c #BCBCBC", "A c #B5B5B5", "B c #EAEDF2", "C c #5480B6", "D c #7CA6D2", "E c #87ADD6", "F c #6188B9", "G c #EFEFEF", "H c #C5C5C5", "I c #ABABAB", "J c #E6E9EE", "K c #5681B7", "L c #8AB0D7", "M c #6288B9", "N c #FCFCFC", "O c #F7F7F7", "P c #EDEDED", "Q c #BBBBBB", "R c #9E9E9E", "S c #E1E1E1", "T c #E5E9ED", "U c #5883B8", "V c #7FA8D4", "W c #8DB2D8", "X c #FDFDFD", "Y c #EBEEF3", "Z c #BCCBDF", "` c #9EB5D2", " . c #83A0C5", ".. c #7E9CC3", "+. c #85A1C5", "@. c #ACBED5", "#. c #E3E7EB", "$. c #EEEEEE", "%. c #A3A3A3", "&. c #B4B4B4", "*. c #FAFAFA", "=. c #5984B8", "-. c #81AAD4", ";. c #90B4D9", ">. c #4975AE", ",. c #5681B6", "'. c #6F96C4", "). c #82A5CE", "!. c #92B2D6", "~. c #95B5D8", "{. c #799EC9", "]. c #557FB3", "^. c #C2CEDD", "/. c #ECECEC", "(. c #CACACA", "_. c #D5D5D5", ":. c #E6EAEE", "<. c #5B85B9", "[. c #83ABD5", "}. c #94B6DA", "|. c #8CAED4", "1. c #9FBDDD", "2. c #8BADD3", "3. c #799ECA", "4. c #7197C4", "5. c #789DC8", "6. c #8CB1D8", "7. c #81A9D4", "8. c #5780B4", "9. c #EAECEE", "0. c #EBEBEB", "a. c #5D87BA", "b. c #85ACD6", "c. c #97B9DC", "d. c #628BBC", "e. c #6087B9", "f. c #90ABCD", "g. c #B0C3DB", "h. c #C6D4E5", "i. c #B9CADF", "j. c #6B8FBD", "k. c #89AAD0", "l. c #82AAD4", "m. c #85ACD5", "n. c #799CC7", "o. c #C1CFE1", "p. c #EAEAEA", "q. c #A4A4A4", "r. c #5F88BA", "s. c #9BBBDD", "t. c #6489BA", "u. c #FEFEFE", "v. c #E4E8EE", "w. c #7BA5D2", "x. c #88A8CF", "y. c #AFC2DB", "z. c #B2B2B2", "A. c #6189BB", "B. c #89AED7", "C. c #9DBDDE", "D. c #658ABA", "E. c #AEC0D7", "F. c #7B9DC8", "G. c #89AFD7", "H. c #7499C5", "I. c #C8D5E6", "J. c #E5E8EC", "K. c #628ABB", "L. c #8BB0D7", "M. c #A1BFDF", "N. c #DCE3EB", "O. c #8BA6C8", "P. c #638ABB", "Q. c #A2BFDF", "R. c #A3BFDE", "S. c #5D84B7", "T. c #F9FAFA", "U. c #E9E9E9", "V. c #A9A9A9", "W. c #E0E0E0", "X. c #648BBC", "Y. c #A1BFE0", "Z. c #507BB1", "`. c #8BA7CA", " + c #7696C0", ".+ c #5E85B7", "++ c #638BBC", "@+ c #94B2D5", "#+ c #9CBCDD", "$+ c #93B5DA", "%+ c #9FBCDC", "&+ c #5781B5", "*+ c #D9E2EE", "=+ c #E8E8E8", "-+ c #C0C0C0", ";+ c #E2E5E9", ">+ c #A4C1E1", ",+ c #9AB7D8", "'+ c #9EBBDB", ")+ c #AEC7E2", "!+ c #B3CBE5", "~+ c #AFC9E4", "{+ c #A7C3E1", "]+ c #9EBADB", "^+ c #6D93C1", "/+ c #678CBB", "(+ c #E0E7F1", "_+ c #D7D7D7", ":+ c #A2A2A2", "<+ c #E1E4E8", "[+ c #4F7AB1", "}+ c #82A3CB", "|+ c #87A7CE", "1+ c #8BAAD0", "2+ c #87A8CE", "3+ c #80A2CB", "4+ c #7599C6", "5+ c #5E87BA", "6+ c #5982B6", "7+ c #7D9CC5", "8+ c #CCD8E8", "9+ c #F9F9FA", "0+ c #E7E7E7", "a+ c #ADADAD", "b+ c #E9EAEA", "c+ c #C7D2DF", "d+ c #C4D2E3", "e+ c #BACADF", "f+ c #B4C6DD", "g+ c #BFCEE2", "h+ c #CBD7E7", "i+ c #E7ECF3", "j+ c #949494", "k+ c #CECECE", "l+ c #E2E2E2", "m+ c #9A9A9A", "n+ c #CBCBCB", "o+ c #DCDCDC", "p+ c #C2C2C2", "q+ c #929292", "r+ c #B7B7B7", "s+ c #D6D6D6", "t+ c #BFBFBF", "u+ c #999999", "v+ c #939393", "w+ c #969696", "x+ c #979797", " . + @ # ", " . $ % & * * = ", " - ; * * * * * = ", " > , * ' ) ! * * = ", " ~ { ] ^ . / * * = ", " ( _ : ( < * * = ", " . . . < * [ = ", " } | 1 > ", " 2 3 4 5 ", " 6 1 7 8 9 0 a b c d e ", " f g h i j k l m k n o p q ", " r s 4 t u j m m l v w x m y z ", " A B C D E F j y y k m l w x G o H ", " I y J K 7 L M N n n O k m v w G P o Q ", " R S k T U V W M X Y Z ` ...+.@.#.$.P v %. ", " &.*.v J =.-.;.>.u ,.'.).!.~.!.{.].^./.m (. ", " _.k v :.<.[.}.|.1.2.3.4.5.~.6.7.1.8.9./.0.R ", " R G x v :.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.o q. ", " R n x w J r.E s.t.u.j *.n O v.r.;.w.x.y.0.O z. ", " R o G w T A.B.C.D.N n n O k E.F.t G.H.I.0.y A ", " R l $.x J.K.L.M.D.j y y N.O.P.Q.D R.S.T.U.n V. ", " W.x $.#.X.6.Y.Z.`. +.+++@+#+$+%+&+*+x =+m R ", " -+y P ;+++$+>+,+'+)+!+~+{+]+^+/+(+l =+$._+ ", " :+w P <+[+}+|+1+2+3+4+5+6+7+8+9+$.U.0+n a+ ", " z n b+c+d+e+g.f+g+h+i+n m $.p.U.0+v c ", " j+k+y p.0.0././././.0.0.p.U.=+0+x l+m+ ", " j+n+n /.U.p.p.p.p.U.U.=+0+=+m o+R ", " &.U.y $.=+=+=+0+0+0.v w p+q+ ", " j+r+s+G O n O l o+t+u+ ", " v+w+m+x+j+ ", " ", " "}; debian/source/0000755000000000000000000000000012314255102010461 5ustar debian/source/format0000644000000000000000000000001412314255102011667 0ustar 3.0 (quilt) debian/banshee-meego.install0000644000000000000000000000026212314255102013250 0ustar debian/tmp/usr/lib/banshee/MeeGo.exe debian/tmp/usr/lib/banshee/Extensions/Banshee.MeeGo.dll* debian/tmp/usr/share/mutter-meego/panels/banshee.desktop usr/share/une/applications debian/banshee.menu0000644000000000000000000000023012314255102011447 0ustar ?package(banshee):needs="X11" \ section="Applications/Sound" \ title="Banshee" \ command="/usr/bin/banshee" \ icon="/usr/share/pixmaps/banshee.xpm" debian/banshee.install0000644000000000000000000000027712314255102012164 0ustar debian/tmp/usr/bin debian/tmp/usr/share debian/tmp/usr/lib/pkgconfig debian/tmp/usr/lib/banshee/ debian/banshee.xpm /usr/share/pixmaps debian/source_banshee.py usr/share/apport/package-hooks debian/copyright0000644000000000000000000013456312314255102011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: banshee Upstream-Contact: Aaron Bockover Source: http://download.banshee.fm/ Copyright: 2005-2011, Novell, Inc. License: MIT/X11 Files: gstreamer/equalizer/gstiirequalizer10bands.* License: LGPL-2+ Copyright: 2007, Stefan Kost Files: gstreamer/equalizer/gstiirequalizer.* License: LGPL-2+ Copyright: 2004, Benjamin Otte Files: libbanshee/banshee-player* libbanshee/banshee-ripper.c License: MIT/X11 Copyright: 2005-2008, Novell, Inc. 2010, Fluendo S.A Files: src/Hyena/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteFunctionAttribute.cs src/Hyena/Hyena.Data.Sqlite/Hyena.Data.Sqlite/SqliteFunction.cs License: MIT/X11 Copyright: 2007, Marek Habersack 2006,2010, Novell, Inc Files: libbanshee/clutter-gst-video-sink.h License: LGPL-2+ Copyright: 2007, OpenedHand Files: libbanshee/clutter-gst-video-sink.c License: LGPL-2+ Copyright: 2009, Intel Corporation 2007-2008, OpenedHand Files: libbanshee/banshee-player-vis.* src/Core/Banshee.Services/Banshee.MediaEngine/IVisualizationDataSource.cs License: MIT/X11 Copyright: 2008, Chris Howie Files: src/Libraries/Lastfm/Lastfm/IQueue.cs src/Libraries/Lastfm/Lastfm/LastfmCore.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapTrackInfo.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapSource.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapService.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapContainerSource.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapPlaylistSource.cs License: MIT/X11 Copyright: 2008, Alexander Hixon Files: src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher/LibraryWatcherService.cs License: MIT/X11 Copyright: 2009, Christian Martellini 2008, Alexander Hixon Files: src/Extensions/Banshee.LibraryWatcher/Banshee.LibraryWatcher/SourceWatcher.cs License: MIT/X11 Copyright: 2009, Christian Martellini 2009, Alexander Kojevnikov Files: src/Libraries/Lastfm/Lastfm/LastfmRequest.cs src/Libraries/Lastfm/Lastfm.Data/ILastfmInfo.cs src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming/LastfmStreamingService.cs src/Extensions/Banshee.Mpris/* src/Extensions/Banshee.SoundMenu/* License: MIT/X11 Copyright: 2009-2011, Bertrand Lorentz Files: src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming/LastfmStreamingActions.cs License: MIT/X11 Copyright: 2007-2008, Novell, Inc 2010, Bertrand Lorentz Files: src/Extensions/Banshee.Mpris/Banshee.Mpris/Metadata.cs src/Extensions/Banshee.Mpris/Banshee.Mpris/MediaPlayer.cs src/Extensions/Banshee.Mpris/Banshee.Mpris/MprisService.cs License: MIT/X11 Copyright: 2010, Bertrand Lorentz 2009, John Millikin Files: src/Hyena/Hyena/Hyena.Query/ExactStringQueryValue.cs src/Core/Banshee.Services/Banshee.Sources/SourceSortType.cs License: MIT/X11 Copyright: 2009, John Millikin Files: src/Libraries/Mtp/Mtp/Error.cs src/Libraries/Mtp/Mtp/FileType.cs src/Libraries/Mtp/Mtp/MtpDevice.cs src/Libraries/Mtp/Mtp/FileSampleData.cs src/Libraries/Mtp/Mtp/Track.cs src/Libraries/Mtp/Mtp/Playlist.cs src/Libraries/Mtp/Mtp/ErrorCode.cs src/Libraries/Mtp/Mtp/Folder.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawUsbDevice.cs src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentService.cs src/Extensions/Banshee.Torrent/Banshee.Torrent/TorrentFileDownloadTask.cs src/Dap/Banshee.Dap/Banshee.Dap/DapPriorityNode.cs src/Core/Banshee.Services/Banshee.Hardware/UsbPortInfo.cs src/Core/Banshee.Services/Banshee.Hardware/IUsbPortInfo.cs License: MIT/X11 Copyright: 2006-2010, Alan McGovern Files: src/Libraries/MusicBrainz/MusicBrainz/* src/Hyena/Hyena/Hyena.Query/IntegerKeyedObjectQueryValue.cs src/Hyena/Hyena.Gui/Hyena.Widgets/MenuButton.cs src/Hyena/Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs src/Hyena/Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs src/Hyena/Hyena.Gui/Hyena.Widgets/AnimatedBox.cs src/Hyena/Hyena.Gui/Hyena.Widgets/AnimatedVBox.cs src/Hyena/Hyena.Gui/Hyena.Widgets/AnimatedHBox.cs src/Hyena/Hyena.Gui/Hyena.Gui.Theatrics/Choreographer.cs src/Hyena/Hyena.Data.Sqlite/Hyena.Data.Sqlite/Tests/DbBoundType.cs src/Hyena/Hyena.Data.Sqlite/Hyena.Data.Sqlite/Tests/SqliteModelProviderTests.cs src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/ItunesPlayerImportDialogs.cs src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackShuffleActions.cs src/Core/Banshee.ThickClient/Banshee.Gui/PersistentPaneController.cs src/Core/Banshee.Services/Banshee.Query/PlaylistQueryValue.cs src/Core/Banshee.Services/Banshee.Library/ThreadPoolImportSource.cs src/Core/Banshee.Core/Banshee.Configuration/XmlConfigurationClient.cs License: MIT/X11 Copyright: 2007-2008, Scott Peterson Files: src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/AmarokPlayerImportSource.cs License: MIT/X11 Copyright: 2006, Sebastian Dröge Scott Peterson Files: src/Hyena/Hyena.Gui/Hyena.Gui/Contrast.cs License: MIT/X11 Copyright: 2008, Sebastian Dröge 2006-2007, David Trowbridge Files: src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration/RhythmboxPlayerImportSource.cs License: MIT/X11 Copyright: 2006, Sebastian Dröge 2008, Paul Lange Files: src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs src/Extensions/Banshee.NotificationArea/Notifications/Notifications.cs License: MIT/X11 Copyright: 2006 Sebastian Dröge Files: src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs License: MIT/X11 Copyright: 2006-2007, Sebastian Dröge 2005-2008, Novell, Inc Files: src/Libraries/Migo/Migo.Net/* src/Libraries/Migo/Migo.DownloadCore/* src/Libraries/Migo/Migo.Syndication/Rfc822DateTime.cs src/Libraries/Migo/Migo.Syndication/Feed.cs src/Libraries/Migo/Migo.Syndication/FeedUpdateTask.cs src/Libraries/Migo/Migo.Syndication/EventArgs/FeedItemEventArgs.cs src/Libraries/Migo/Migo.Syndication/EventArgs/FeedEventArgs.cs src/Libraries/Migo/Migo.Syndication/EventArgs/FeedItemCountChangedEventArgs.cs src/Libraries/Migo/Migo.Syndication/EventArgs/FeedDownloadCompletedEventArgs.cs src/Libraries/Migo/Migo.Syndication/EventArgs/FeedDownloadCountChangedEventArgs.cs src/Libraries/Migo/Migo.Syndication/FeedsManager.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FeedBackgroundSyncAction.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FeedSyncSetting.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FEEDS_EVENTS_DOWNLOAD_COUNT_FLAGS.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FEEDS_EVENTS_ITEM_COUNT_FLAGS.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FeedDownloadError.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FeedDownloadStatus.cs src/Libraries/Migo/Migo.Syndication/Enumerations/FeedBackgroundSyncStatus.cs src/Libraries/Migo/Migo.Syndication/Migo.Syndication.Data/TablesManagers/EnclosuresTableManager.cs src/Libraries/Migo/Migo.Syndication/Migo.Syndication.Data/TablesManagers/ItemsTableManager.cs src/Libraries/Migo/Migo.Syndication/Migo.Syndication.Data/TablesManagers/FeedsTableManager.cs src/Libraries/Migo/Migo.TaskCore/* src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastImportManager.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService_Interface.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadUserJob.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/DownloadManager/DownloadManagerInterface.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastFeedView.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastSourceContents.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastItemView.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/SyncPreferenceComboBox.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Models/FilterableListModel.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/Models/ListModel.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastTrackInfo.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastSource.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Data/PodcastFeedModel.cs src/Extensions/Banshee.Emusic/Banshee.Emusic/DownloadManager/DownloadUserJob.cs src/Extensions/Banshee.Emusic/Banshee.Emusic/DownloadManager/DownloadManagerInterface.cs License: MIT/X11 Copyright: 2007-2008, Michael C. Urbanski Files: src/Libraries/Migo/Migo.Syndication/FeedEnclosure.cs src/Libraries/Migo/Migo.Syndication/RssParser.cs src/Libraries/Migo/Migo.Syndication/FeedItem.cs src/Extensions/Banshee.Podcasting/Banshee.Podcasting/PodcastService.cs License: MIT/X11 Copyright: 2008, Novell, Inc. 2007-2008, Michael C. Urbanski Files: src/Libraries/Migo/Migo.Syndication/OpmlParser.cs License: MIT/X11 Copyright: 2008, Brandan Lloyd 2008, Novell, Inc. Files: src/Hyena/Hyena/Hyena/EventArgs.cs src/Hyena/Hyena/Hyena.Query/EnumQueryValue.cs src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/HeaderWidget.cs src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueTrackListModel.cs src/Core/Banshee.ThickClient/Banshee.Query.Gui/PlaybackErrorQueryValueEntry.cs src/Core/Banshee.Services/Banshee.Collection.Database/RandomByScore.cs src/Core/Banshee.Services/Banshee.Query/PlaybackErrorQueryValue.cs src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/QueueableSourceComboBox.cs License: MIT/X11 Copyright: 2009-2010, Alexander Kojevnikov Files: src/Hyena/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs src/Core/Banshee.Core/Banshee.Base/PathPattern.cs src/Core/Banshee.Core/Banshee.Base/FileNamePattern.cs src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs License: MIT/X11 Copyright: 2009, Alexander Kojevnikov 2005-2010, Novell, Inc. Files: src/Extensions/Banshee.YouTube/Banshee.YouTube/YouTubePane.cs src/Extensions/Banshee.YouTube/Banshee.YouTube.Gui/YouTubeTile.cs License: MIT/X11 Copyright: 2010, Alexander Kojevnikov 2009, Kevin Duffus Files: src/Core/Banshee.Services/Banshee.Collection.Database/RandomByRating.cs src/Core/Banshee.Services/Banshee.Collection.Database/RandomBySlot.cs License: MIT/X11 Copyright: 2009, Novell, Inc 2009, Alexander Kojevnikov 2008, Elena Grassi Files: src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs License: MIT/X11 Copyright: 2009, Novell, Inc. 2009, Eitan Isaacson Files: src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationArea.cs License: MIT/X11 Copyright: 2005-2008, Novell, Inc. 2005, Ed Catmur 2005, Todd Berman Files: src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs License: MIT/X11 Copyright: 2005, Ronald S. Bultje 2007, Novell, Inc. Files: src/Backends/Banshee.Gio/Banshee.Hardware.Gio/BlockDevice.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/CdromDevice.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/Device.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DeviceMediaCapabilities.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/DiscVolume.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/HardwareManager.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/GioDriveMetadetaSource.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/GioMetadataSource.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/Manager.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawBlockDevice.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawDevice.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/RawVolume.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/UsbDevice.cs src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/QueueMode.cs License: MIT/X11 Copyright: 2010, Alex Launi Files: src/Core/Banshee.Services/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs License: MIT/X11 Copyright: 2006-2008, Novell, Inc. 2010, Aurélien Mino Files: src/Core/Banshee.Services/Banshee.Web/BaseHttpServer.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapProxyWebServer.cs License: MIT/X11 Copyright: 2005-2006, Novell, Inc. 2009, Neil Loknath Files: src/Dap/Banshee.Dap/Banshee.Dap/SyncPlaylist.cs src/Hyena/Hyena/Hyena.Query/ExactUriStringQueryValue.cs License: MIT/X11 Copyright: 2010, Andrés G. Aragoneses Files: src/Core/Banshee.Services/Banshee.Networking/DotNetNetworking.cs License: MIT/X11 Copyright: 2010, Pete Johanson Files: src/Extensions/Banshee.MeeGo/Banshee.MeeGo/SearchEntry.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/AnimationManager.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Brush.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/CanvasItem.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/CanvasItemCollection.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/CanvasManager.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/FixedPanel.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/FontWeight.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/FpsCalculator.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Image.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/ImageBrush.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/MarginStyle.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Orientation.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Panel.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Prelight.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/ShadowMarginStyle.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/Slider.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/StackPanel.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/TestTile.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/TextBlock.cs src/Hyena/Hyena.Gui/Hyena.Gui.Canvas/TextWrap.cs src/Hyena/Hyena.Gui/Hyena.Gui.Theming/ThemeEngine.cs License: MIT/X11 Copyright: 2009, Aaron Bockover Files: src/Extensions/Banshee.Daap/Daap/BrokenMD5.cs License: MIT/X11 Copyright: 2005, James Willcox 2004-2005, Novell, Inc. 2001, by Matthew S. Ford Files: src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs License: MIT/X11 Copyright: 2009, Pavel Antonov Files: src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/MtpTrackInfo.cs License: MIT/X11 Copyright: 2006-2007, Novell 2006-2007, Patrick van Staveren Files: src/Core/Banshee.Services/Banshee.Networking/INetworkAvailabilityService.cs src/Core/Banshee.Services/Banshee.Networking/Wicd.cs License: MIT/X11 Copyright: 2009, Jérémie "Garuma" Laval Files: src/Backends/Banshee.Osx/Banshee.OsxBackend/OsxService.cs License: MIT/X11 Copyright: 2008, Eoin Hennessy 2009-2010, Novell, Inc. Files: src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma/KarmaSource.cs License: MIT/X11 Copyright: 2006-2008, Bob Copeland Files: src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs License: MIT/X11 Copyright: 2007-2008, Novell, Inc. 2006-2007, Gabriel Burt Files: src/Core/Banshee.Services/Banshee.Playlists.Formats/AsfReferencePlaylistFormat.cs src/Extensions/Banshee.Daap/Banshee.Daap/DaapResolverJob.cs src/Extensions/Banshee.Daap/Banshee.Daap/OpenRemoteServer.cs License: MIT/X11 Copyright: 2009, Félix Velasco Files: src/Extensions/Banshee.YouTube/Banshee.YouTube.Data/DataFetch.cs src/Extensions/Banshee.YouTube/Banshee.YouTube.Data/YouTubeData.cs src/Extensions/Banshee.YouTube/Banshee.YouTube.Gui/VideoStreamTile.cs src/Extensions/Banshee.YouTube/Banshee.YouTube/ContextPage.cs License: MIT/X11 Copyright: 2009, Kevin Duffus Files: src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs src/Core/Banshee.Widgets/Banshee.Widgets/LinearProgress.cs src/Core/Banshee.Widgets/Banshee.Widgets/PropertyTable.cs License: MIT/X11 Copyright: 2005, Novell Files: src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackSubtitleActions.cs License: MIT/X11 Copyright: 2010, Olivier Dufour Files: src/Extensions/Banshee.Daap/Daap/Client.cs src/Extensions/Banshee.Daap/Daap/ContentCodeBag.cs src/Extensions/Banshee.Daap/Daap/ContentFetcher.cs src/Extensions/Banshee.Daap/Daap/ContentParser.cs src/Extensions/Banshee.Daap/Daap/ContentWriter.cs src/Extensions/Banshee.Daap/Daap/Database.cs src/Extensions/Banshee.Daap/Daap/Playlist.cs src/Extensions/Banshee.Daap/Daap/ServerInfo.cs src/Extensions/Banshee.Daap/Daap/ServiceLocator.cs src/Extensions/Banshee.Daap/Daap/Track.cs License: LGPL-2.1+ Copyright: 2005, James Willcox Files: src/Hyena/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs License: MIT/X11 Copyright: 2007-2009, Novell, Inc. 2010, Alex Launi 2009, Eitan Isaacson Files: src/Extensions/Banshee.AmazonMp3/Banshee.AmazonMp3/ConsoleTool.cs License: MIT/X11 Copyright: 2010, Novell, Inc. 2010, Novell, Inc."); Files: src/Extensions/Banshee.Emusic/Banshee.Emusic/EmusicImport.cs src/Extensions/Banshee.Emusic/Banshee.Emusic/EmusicService.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnCellAccessible.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnCellTextAccessible.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnHeaderCellTextAccessible.cs src/Hyena/Hyena.Gui/Hyena.Data.Gui/Accessibility/ICellAccessibleParent.cs License: MIT/X11 Copyright: 2009, Eitan Isaacson Files: src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/GioVolumeMetadataSource.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/IMetadataSource.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/IRawDevice.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/LowLevel/UdevMetadataSource.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/UsbVolume.cs src/Backends/Banshee.Gio/Banshee.Hardware.Gio/Volume.cs src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs License: MIT/X11 Copyright: 2010, Moonlight Team Files: src/Extensions/Banshee.InternetArchive/InternetArchive/Collection.cs src/Extensions/Banshee.InternetArchive/InternetArchive/Field.cs src/Extensions/Banshee.InternetArchive/InternetArchive/FieldValue.cs src/Extensions/Banshee.InternetArchive/InternetArchive/JsonExtensions.cs src/Extensions/Banshee.InternetArchive/InternetArchive/MediaType.cs src/Extensions/Banshee.InternetArchive/InternetArchive/Search.cs src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResult.cs src/Extensions/Banshee.InternetArchive/InternetArchive/SearchResults.cs src/Extensions/Banshee.InternetArchive/InternetArchive/Sort.cs License: MIT/X11 Copyright: 2009, Gabriel Burt Files: src/Hyena/Hyena/Hyena.Collections/Selection.cs License: MIT/X11 Copyright: 2010, Alex Launi 2007, Novell, Inc. Files: src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.h License: LGPL-2+ Copyright: 2003-2004, Bastien Nocera Files: src/Extensions/Banshee.UbuntuOneMusicStore/Banshee.UbuntuOneMusicStore/UbuntuOneMusicStoreSource.cs License: MIT/X11 Copyright: 2010, Jo Shields 2011, Canonical, Ltd Files: src/Hyena/Hyena.Gui/Hyena.Widgets/RatingEntry.cs License: MIT/X11 Copyright: 2006, Gabriel Burt 2006-2008, Novell, Inc. Files: src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AmazonMp3GroupSource.cs src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AndroidDevice.cs src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/WebOSDevice.cs License: MIT/X11 Copyright: 2009, Jeff Wheeler 2008, Novell, Inc. Files: src/Core/Banshee.Services/Banshee.Collection.Database/ISearchable.cs src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs src/Hyena/Hyena.Gui/Hyena.Widgets/EntryPopup.cs License: MIT/X11 Copyright: 2009, Neil Loknath Files: src/Core/Banshee.Core/Banshee.Streaming/StreamRatingTagger.cs License: MIT/X11 Copyright: 2008-2009, Nicholas Parker Files: src/Extensions/Banshee.Daap/Daap/Hasher.cs License: MIT/X11 Copyright: 2004, David Hammerton 2005, James Willcox 2005, Jon Lech Johansen Files: src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfProxy.cs License: MIT/X11 Copyright: 2010, Novell, Inc. 2010, Intel Corp 2010, Iain Lane Files: src/Extensions/Banshee.MiniMode/Banshee.MiniMode/MiniModeWindow.cs License: MIT/X11 Copyright: 2006, Felipe Almeida Lessa 2006-2010, Novell, Inc. Files: src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs License: MIT/X11 Copyright: 2006-2007, Gabriel Burt 2007, Novell, Inc. Files: src/Extensions/Banshee.UbuntuOneMusicStore/Banshee.UbuntuOneMusicStore/Tests/MusicStoreTests.cs License: MIT/X11 Copyright: 2010, Canonical, Ltd Files: src/Backends/Banshee.Osx/Banshee.OsxBackend/HardwareManager.cs License: MIT/X11 Copyright: 2008, Eoin Hennessy Files: help/* Copyright: 2010, GNOME Documentation Project License: CC-BY-SA-3.0 Files: debian/* License: GPL-3+ Copyright: 2005-2009, Sebastian Dröge 2009-2012, Chow Loong Jin License: CC-BY-SA-3.0 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. 1. Definitions a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. c. "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. d. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. e. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. f. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. g. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. h. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. i. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. j. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. k. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, d. to Distribute and Publicly Perform Adaptations. e. For the avoidance of doubt: i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4 (a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3 (b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. 5. Representations, Warranties and Disclaimer UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7. Termination a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. 8. Miscellaneous a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian Systems, the full text of this license can be found in /usr/share/common-licenses/GPL-3. License: MIT/X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA . On Debian Systems, the full text of this license can be found in /usr/share/common-licenses/LGPL-2. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian Systems, the full text of this license can be found in /usr/share/common-licenses/LGPL-2.1 debian/compat0000644000000000000000000000000212314255102010357 0ustar 9 debian/control0000644000000000000000000001360712314255102010573 0ustar Source: banshee Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian CLI Applications Team Uploaders: Sebastian Dröge , Chow Loong Jin Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, autotools-dev, cli-common-dev (>= 0.5.7), intltool (>= 0.35), lsb-release, mono-devel (>= 2.4.3), libdbus1.0-cil-dev, libdbus-glib1.0-cil-dev, libmono-addins-cil-dev (>= 0.6.2), libtaglib-cil-dev (>= 2.0.3.7), libmono-zeroconf-cil-dev (>= 0.7.3), libnotify-cil-dev, libglib2.0-cil-dev (>= 2.12.10), libgtk2.0-cil-dev (>= 2.12), libgconf2.0-cil-dev, libgudev1.0-cil-dev (>= 0.1) [linux-any], libgkeyfile-cil-dev (>= 0.1), libgio2.0-cil-dev (>= 2.22.3-1~), libgtk-sharp-beans2.0-cil-dev (>= 2.8), libgpod-cil-dev (>= 0.8.2-7~), libgpod-cil-dev (<< 0.8.3-2) | libgpod-cil-dev (>= 0.8.3-4ubuntu3~), libwebkitgtk-dev (>= 1.2.2) | libwebkit-dev (>= 1.2.2), libsoup2.4-dev (>= 2.26), libsoup-gnome2.4-dev (>= 2.26), libgdata-cil-dev (>= 1.7), monodoc-base (>= 1.1.9), libsqlite3-dev (>= 3.4), libmtp-dev (>= 0.3.0), gconf2, libgconf2-dev, libglib2.0-dev, libwnck-dev, libgtk2.0-dev (>= 2.12.10), # libclutter-1.0-dev (>= 1.0.1), libx11-dev, libxrandr-dev (>= 2:1.1.1), libxxf86vm-dev (>= 1:1.0.1), libgstreamer1.0-dev (>= 0.10.26), libgstreamer-plugins-base1.0-dev (>= 0.10.26), gnome-doc-utils (>= 0.17.3), libgnome-desktop-dev, libmono-upnp-cil-dev (>= 0.1.1-2~), libdbus-glib-1-dev (>= 0.80) Standards-Version: 3.9.3 Homepage: http://www.banshee.fm Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/banshee.git Package: banshee Architecture: any Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-pulseaudio | gstreamer1.0-audiosink, gnome-icon-theme (>= 2.16) Recommends: brasero, avahi-daemon, banshee-extension-soundmenu (=${binary:Version}), media-player-info, gstreamer1.0-pulseaudio Suggests: gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-ffmpeg, banshee-dbg (=${binary:Version}) Provides: banshee-api-${banshee:API}, banshee-asm-${banshee:ASM} Breaks: banshee-extensions-common (<< 2.0.1-2~), banshee-extension-lyrics (<< 2.4.0-3~) Description: Media Management and Playback application Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. Package: banshee-extension-soundmenu Architecture: any Depends: banshee (>= ${source:Upstream-Version}), ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends} Enhances: banshee Description: Media Management and Playback application - sound menu extension Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains Banshee's support for the Sound Menu Package: banshee-meego Architecture: any Depends: banshee (= ${binary:Version}), ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends} Description: Media Management and Playback application - MeeGo extension Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains Banshee's MeeGo interface, optimised for running on small devices. Package: banshee-dbg Section: debug Priority: extra Architecture: any Depends: banshee (= ${binary:Version}), ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends} Description: Media Management and Playback application (debug symbols) Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains the debugging symbols for Banshee. Package: monodoc-banshee-manual Section: doc Architecture: all Depends: monodoc-manual, ${misc:Depends} Description: Media Management and Playback application (developer documentation) Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains the developer documentation for Banshee. debian/patches/0000755000000000000000000000000012314255102010610 5ustar debian/patches/Quit-only-on-explicit-shutdown-request.patch0000644000000000000000000000174412314255102021330 0ustar From: Didier Roche Date: Mon, 5 Jul 2010 13:14:37 +0200 Subject: Quit only on explicit shutdown request Bug: https://bugzilla.gnome.org/show_bug.cgi?id=623588 --- src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs index bb7b31a..5aae94e 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs @@ -113,11 +113,6 @@ namespace Banshee.MeeGo return true; }; - // Since the Panel is running, we don't actually ever want to quit! - Banshee.ServiceStack.Application.ShutdownRequested += () => { - elements_service.PrimaryWindow.Hide (); - return false; - }; } public void PresentPrimaryInterface () debian/patches/Initial-port-to-GStreamer-1.0.patch0000644000000000000000000012132512314255102017013 0ustar From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 19 Sep 2012 11:34:06 +0200 Subject: Initial port to GStreamer 1.0 --- build/m4/banshee/gstreamer.m4 | 19 +++--- data/audio-profiles/wav.xml.in | 5 +- libbanshee/banshee-bpmdetector.c | 11 ++-- libbanshee/banshee-gst.h | 4 +- libbanshee/banshee-player-cdda.c | 5 +- libbanshee/banshee-player-dvd.c | 4 +- libbanshee/banshee-player-equalizer.c | 4 +- libbanshee/banshee-player-missing-elements.c | 2 +- libbanshee/banshee-player-pipeline.c | 37 ++++++------ libbanshee/banshee-player-private.h | 13 ++-- libbanshee/banshee-player-replaygain.c | 29 ++++----- libbanshee/banshee-player-video.c | 89 ++++++++++++++-------------- libbanshee/banshee-player-vis.c | 88 +++++++++------------------ libbanshee/banshee-player.c | 11 ++-- libbanshee/banshee-ripper.c | 16 ++--- libbanshee/banshee-tagger.c | 2 +- libbanshee/banshee-transcoder.c | 19 +++--- 17 files changed, 156 insertions(+), 202 deletions(-) diff --git a/build/m4/banshee/gstreamer.m4 b/build/m4/banshee/gstreamer.m4 index 6267cce..917cf58 100644 --- a/build/m4/banshee/gstreamer.m4 +++ b/build/m4/banshee/gstreamer.m4 @@ -1,17 +1,18 @@ AC_DEFUN([BANSHEE_CHECK_GSTREAMER], [ - GSTREAMER_REQUIRED_VERSION=0.10.26 + GSTREAMER_REQUIRED_VERSION=0.11.99 AC_SUBST(GSTREAMER_REQUIRED_VERSION) PKG_CHECK_MODULES(GST, - gstreamer-0.10 >= $GSTREAMER_REQUIRED_VERSION - gstreamer-base-0.10 >= $GSTREAMER_REQUIRED_VERSION - gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED_VERSION - gstreamer-controller-0.10 >= $GSTREAMER_REQUIRED_VERSION - gstreamer-dataprotocol-0.10 >= $GSTREAMER_REQUIRED_VERSION - gstreamer-fft-0.10 >= $GSTREAMER_REQUIRED_VERSION) - - GST_LIBS="$GST_LIBS -lgstvideo-0.10 -lgstinterfaces-0.10 -lgstcdda-0.10 -lgstpbutils-0.10 -lgsttag-0.10" + gstreamer-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-base-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-controller-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-plugins-base-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-audio-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-fft-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-pbutils-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-tag-1.0 >= $GSTREAMER_REQUIRED_VERSION + gstreamer-video-1.0 >= $GSTREAMER_REQUIRED_VERSION) AC_SUBST(GST_CFLAGS) AC_SUBST(GST_LIBS) diff --git a/data/audio-profiles/wav.xml.in b/data/audio-profiles/wav.xml.in index 35cd1d2..6dc1bab 100644 --- a/data/audio-profiles/wav.xml.in +++ b/data/audio-profiles/wav.xml.in @@ -14,10 +14,7 @@ "audioresample" "audioconvert" (+ "audio/x-raw-int, " - "endianness=(int)1234, " - "width=(int)16, " - "depth=(int)16, " - "signed=(boolean)true, " + "format=(string)S16LE, " "rate=(int)44100, " "channels=(int)2" ) "wavenc") diff --git a/libbanshee/banshee-bpmdetector.c b/libbanshee/banshee-bpmdetector.c index c06ffcb..68b0419 100644 --- a/libbanshee/banshee-bpmdetector.c +++ b/libbanshee/banshee-bpmdetector.c @@ -30,6 +30,7 @@ # include "config.h" #endif +#include #include #include @@ -50,7 +51,7 @@ struct BansheeBpmDetector { /* * You can run this pipeline on the cmd line with: - * gst-launch -m filesrc location=/path/to/my.mp3 ! decodebin2 ! \ + * gst-launch -m filesrc location=/path/to/my.mp3 ! decodebin ! \ * audioconvert ! bpmdetect ! fakesink */ @@ -168,14 +169,14 @@ bbd_new_decoded_pad(GstElement *decodebin, GstPad *pad, g_return_if_fail(detector != NULL); - audiopad = gst_element_get_pad(detector->audioconvert, "sink"); + audiopad = gst_element_get_static_pad(detector->audioconvert, "sink"); if(GST_PAD_IS_LINKED(audiopad)) { g_object_unref(audiopad); return; } - caps = gst_pad_get_caps(pad); + caps = gst_pad_query_caps(pad, NULL); str = gst_caps_get_structure(caps, 0); if(!g_strrstr(gst_structure_get_name(str), "audio")) { @@ -209,9 +210,9 @@ bbd_pipeline_construct (BansheeBpmDetector *detector) return FALSE; } - detector->decodebin = gst_element_factory_make ("decodebin2", "decodebin2"); + detector->decodebin = gst_element_factory_make ("decodebin", "decodebin"); if (detector->decodebin == NULL) { - bbd_raise_error (detector, _("Could not create decodebin2 plugin"), NULL); + bbd_raise_error (detector, _("Could not create decodebin plugin"), NULL); return FALSE; } diff --git a/libbanshee/banshee-gst.h b/libbanshee/banshee-gst.h index 85662cf..332f356 100644 --- a/libbanshee/banshee-gst.h +++ b/libbanshee/banshee-gst.h @@ -41,9 +41,11 @@ #define BANSHEE_GST_ITERATOR_ITERATE(iter,child_type,child_name,free,block) { \ gboolean iter##_done = FALSE; \ while (!iter##_done) { \ + GValue child_value = {0, }; \ child_type child_name; \ - switch (gst_iterator_next (iter, (gpointer)&child_name)) { \ + switch (gst_iterator_next (iter, &child_value)) { \ case GST_ITERATOR_OK: { \ + child_name = (child_type) g_value_get_object(&child_value); \ { block; } \ break; \ } \ diff --git a/libbanshee/banshee-player-cdda.c b/libbanshee/banshee-player-cdda.c index 8be2bdd..401edf0 100644 --- a/libbanshee/banshee-player-cdda.c +++ b/libbanshee/banshee-player-cdda.c @@ -28,7 +28,8 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#include +#include +#include #include "banshee-player-cdda.h" // --------------------------------------------------------------------------- @@ -46,7 +47,7 @@ bp_cdda_get_cdda_source (GstElement *playbin) g_object_get (playbin, "source", &source, NULL); - if (source == NULL || !GST_IS_CDDA_BASE_SRC (source)) { + if (source == NULL || !GST_IS_AUDIO_CD_SRC (source)) { if (source != NULL) { g_object_unref (source); } diff --git a/libbanshee/banshee-player-dvd.c b/libbanshee/banshee-player-dvd.c index 55d499c..991b506 100644 --- a/libbanshee/banshee-player-dvd.c +++ b/libbanshee/banshee-player-dvd.c @@ -296,7 +296,7 @@ bp_dvd_go_to_next_chapter (BansheePlayer *player) { gint64 index; GstFormat format = gst_format_get_by_nick ("chapter"); - gst_element_query_position (player->playbin, &format, &index); + gst_element_query_position (player->playbin, format, &index); gst_element_seek (player->playbin, 1.0, format, GST_SEEK_FLAG_FLUSH, GST_SEEK_TYPE_SET, index + 1, GST_SEEK_TYPE_NONE, 0); } @@ -306,7 +306,7 @@ bp_dvd_go_to_previous_chapter (BansheePlayer *player) { gint64 index; GstFormat format = gst_format_get_by_nick ("chapter"); - gst_element_query_position (player->playbin, &format, &index); + gst_element_query_position (player->playbin, format, &index); gst_element_seek (player->playbin, 1.0, format, GST_SEEK_FLAG_FLUSH, GST_SEEK_TYPE_SET, index - 1, GST_SEEK_TYPE_NONE, 0); } diff --git a/libbanshee/banshee-player-equalizer.c b/libbanshee/banshee-player-equalizer.c index a496ada..0cbb3b7 100644 --- a/libbanshee/banshee-player-equalizer.c +++ b/libbanshee/banshee-player-equalizer.c @@ -122,7 +122,7 @@ bp_equalizer_set_gain (BansheePlayer *player, guint bandnum, gdouble gain) g_return_if_fail (IS_BANSHEE_PLAYER (player)); if (player->equalizer != NULL) { - GstObject *band; + GObject *band; g_return_if_fail (bandnum < gst_child_proxy_get_children_count (GST_CHILD_PROXY (player->equalizer))); @@ -188,7 +188,7 @@ bp_equalizer_get_frequencies (BansheePlayer *player, gdouble **freq) count = gst_child_proxy_get_children_count (GST_CHILD_PROXY (player->equalizer)); for (i = 0; i < count; i++) { - GstObject *band; + GObject *band; band = gst_child_proxy_get_child_by_index (GST_CHILD_PROXY (player->equalizer), i); g_object_get (G_OBJECT (band), "freq", &(*freq)[i], NULL); diff --git a/libbanshee/banshee-player-missing-elements.c b/libbanshee/banshee-player-missing-elements.c index 20804c4..30118c5 100644 --- a/libbanshee/banshee-player-missing-elements.c +++ b/libbanshee/banshee-player-missing-elements.c @@ -170,7 +170,7 @@ _bp_missing_elements_handle_state_changed (BansheePlayer *player, GstState old, } #endif - install_return = gst_install_plugins_async (details, player->install_plugins_context, + install_return = gst_install_plugins_async ((const gchar * const*) details, player->install_plugins_context, bp_missing_elements_handle_install_result, player); if (install_return != GST_INSTALL_PLUGINS_STARTED_OK) { diff --git a/libbanshee/banshee-player-pipeline.c b/libbanshee/banshee-player-pipeline.c index 4dae104..018bcd2 100644 --- a/libbanshee/banshee-player-pipeline.c +++ b/libbanshee/banshee-player-pipeline.c @@ -76,7 +76,7 @@ playbin_stream_changed_cb (GstElement * element, BansheePlayer *player) GstMessage *msg; // We're being called from the streaming thread, so don't do anything here - msg = gst_message_new_application (GST_OBJECT (player->playbin), gst_structure_new ("stream-changed", NULL)); + msg = gst_message_new_application (GST_OBJECT (player->playbin), gst_structure_new_empty ("stream-changed")); gst_element_post_message (player->playbin, msg); } @@ -218,6 +218,11 @@ bp_pipeline_bus_callback (GstBus *bus, GstMessage *message, gpointer userdata) break; } + case GST_MESSAGE_STREAM_START: { + bp_next_track_starting (player); + break; + } + case GST_MESSAGE_APPLICATION: { const gchar * name; const GstStructure * s = gst_message_get_structure (message); @@ -289,11 +294,11 @@ _bp_pipeline_construct (BansheePlayer *player) // Playbin is the core element that handles autoplugging (finding the right // source and decoder elements) based on source URI and stream content - player->playbin = gst_element_factory_make ("playbin2", "playbin"); + player->playbin = gst_element_factory_make ("playbin", "playbin"); #ifdef ENABLE_GAPLESS // FIXME: Connect a proxy about-to-finish callback that will generate a next-track-starting callback. - // This can be removed once playbin2 generates its own next-track signal. + // This can be removed once playbin generates its own next-track signal. // bgo#584987 - this is included in >= 0.10.26 g_signal_connect (player->playbin, "about-to-finish", G_CALLBACK (bp_about_to_finish_callback), player); #endif //ENABLE_GAPLESS @@ -305,18 +310,13 @@ _bp_pipeline_construct (BansheePlayer *player) g_signal_connect (player->playbin, "audio-changed", G_CALLBACK (playbin_stream_changed_cb), player); g_signal_connect (player->playbin, "text-changed", G_CALLBACK (playbin_stream_changed_cb), player); - // Try to find an audio sink, prefer gconf, which typically is set to auto these days, - // fall back on auto, which should work on windows, and as a last ditch, try alsa - audiosink = gst_element_factory_make ("gconfaudiosink", "audiosink"); - if (audiosink == NULL) { - audiosink = gst_element_factory_make ("directsoundsink", "audiosink"); - if (audiosink != NULL) { - g_object_set (G_OBJECT (audiosink), "volume", 1.0, NULL); - } else { - audiosink = gst_element_factory_make ("autoaudiosink", "audiosink"); - if (audiosink == NULL) { - audiosink = gst_element_factory_make ("alsasink", "audiosink"); - } + audiosink = gst_element_factory_make ("directsoundsink", "audiosink"); + if (audiosink != NULL) { + g_object_set (G_OBJECT (audiosink), "volume", 1.0, NULL); + } else { + audiosink = gst_element_factory_make ("autoaudiosink", "audiosink"); + if (audiosink == NULL) { + audiosink = gst_element_factory_make ("alsasink", "audiosink"); } } @@ -341,7 +341,6 @@ _bp_pipeline_construct (BansheePlayer *player) GstIterator *elem_iter = gst_bin_iterate_recurse (GST_BIN (audiosink)); BANSHEE_GST_ITERATOR_ITERATE (elem_iter, GstElement *, element, TRUE, { player->audiosink_has_volume |= g_object_class_find_property (G_OBJECT_GET_CLASS (element), "volume") != NULL; - gst_object_unref (element); }); } bp_debug ("Audiosink has volume: %s", @@ -386,7 +385,7 @@ _bp_pipeline_construct (BansheePlayer *player) } // Ghost pad the audio bin so audio is passed from the bin into the tee - teepad = gst_element_get_pad (player->audiotee, "sink"); + teepad = gst_element_get_static_pad (player->audiotee, "sink"); gst_element_add_pad (player->audiobin, gst_ghost_pad_new ("sink", teepad)); gst_object_unref (teepad); @@ -414,8 +413,8 @@ _bp_pipeline_construct (BansheePlayer *player) gst_bus_add_watch (bus, bp_pipeline_bus_callback, player); // Link the first tee pad to the primary audio sink queue - GstPad *sinkpad = gst_element_get_pad (audiosinkqueue, "sink"); - pad = gst_element_get_request_pad (player->audiotee, "src%d"); + GstPad *sinkpad = gst_element_get_static_pad (audiosinkqueue, "sink"); + pad = gst_element_get_request_pad (player->audiotee, "src_%u"); g_object_set(player->audiotee, "alloc-pad", pad, NULL); gst_pad_link (pad, sinkpad); gst_object_unref (GST_OBJECT (pad)); diff --git a/libbanshee/banshee-player-private.h b/libbanshee/banshee-player-private.h index 9fed356..9346911 100644 --- a/libbanshee/banshee-player-private.h +++ b/libbanshee/banshee-player-private.h @@ -42,14 +42,14 @@ #include #include #include -#include +#include #if defined(GDK_WINDOWING_X11) # include -# include +# include #elif defined(GDK_WINDOWING_WIN32) # include -# include +# include #endif #include "banshee-gst.h" @@ -155,11 +155,11 @@ struct BansheePlayer { // Video State BpVideoDisplayContextType video_display_context_type; #if defined(GDK_WINDOWING_X11) - GstXOverlay *xoverlay; + GstVideoOverlay *video_overlay; GdkWindow *video_window; XID video_window_xid; #elif defined(GDK_WINDOWING_WIN32) - GstXOverlay *xoverlay; + GstVideoOverlay *video_overlay; GdkWindow *video_window; HWND video_window_xid; #endif @@ -179,6 +179,8 @@ struct BansheePlayer { GstFFTF32 *vis_fft; GstFFTF32Complex *vis_fft_buffer; gfloat *vis_fft_sample_buffer; + GstPad *vis_event_probe_pad; + gulong vis_event_probe_id; // Plugin Installer State GdkWindow *window; @@ -197,6 +199,7 @@ struct BansheePlayer { // http://replaygain.hydrogenaudio.org/player_scale.html gdouble rg_gain_history[10]; gint history_size; + gulong rg_pad_block_id; //dvd navigation GstNavigation *navigation; diff --git a/libbanshee/banshee-player-replaygain.c b/libbanshee/banshee-player-replaygain.c index a479d4a..e42b197 100644 --- a/libbanshee/banshee-player-replaygain.c +++ b/libbanshee/banshee-player-replaygain.c @@ -79,17 +79,13 @@ static void on_target_gain_changed (GstElement *rgvolume, GParamSpec *pspec, Ban _bp_rgvolume_print_volume (player); } -static void -pad_block_cb (GstPad *srcPad, gboolean blocked, gpointer user_data) +static GstPadProbeReturn +pad_block_cb (GstPad *srcPad, GstPadProbeInfo *info, gpointer user_data) { BansheePlayer* player; - if (!blocked) { - return; - } - player = (BansheePlayer*) user_data; - g_return_if_fail (IS_BANSHEE_PLAYER (player)); + g_return_val_if_fail (IS_BANSHEE_PLAYER (player), GST_PAD_PROBE_OK); // The pad_block_cb can get triggered multiple times, on different threads. // Lock around the link/unlink code, so we don't end up going through here @@ -99,11 +95,9 @@ pad_block_cb (GstPad *srcPad, gboolean blocked, gpointer user_data) if ((player->replaygain_enabled && player->rgvolume_in_pipeline) || (!player->replaygain_enabled && !player->rgvolume_in_pipeline)) { // The pipeline is already in the correct state. Unblock the pad, and return. + player->rg_pad_block_id = 0; g_mutex_unlock (player->replaygain_mutex); - if (gst_pad_is_blocked (srcPad)) { - gst_pad_set_blocked_async (srcPad, FALSE, &pad_block_cb, player); - } - return; + return GST_PAD_PROBE_REMOVE; } if (player->rgvolume_in_pipeline) { @@ -139,13 +133,12 @@ pad_block_cb (GstPad *srcPad, gboolean blocked, gpointer user_data) } // Our state is now consistent + player->rg_pad_block_id = 0; g_mutex_unlock (player->replaygain_mutex); - if (gst_pad_is_blocked (srcPad)) { - gst_pad_set_blocked_async (srcPad, FALSE, &pad_block_cb, player); - } - _bp_rgvolume_print_volume (player); + + return GST_PAD_PROBE_REMOVE; } // --------------------------------------------------------------------------- @@ -187,9 +180,9 @@ void _bp_replaygain_pipeline_rebuild (BansheePlayer* player) srcPad = gst_element_get_static_pad (player->before_rgvolume, "src"); if (gst_pad_is_active (srcPad) && !gst_pad_is_blocked (srcPad)) { - gst_pad_set_blocked_async (srcPad, TRUE, &pad_block_cb, player); - } else if (srcPad->block_callback == NULL) { - pad_block_cb (srcPad, TRUE, player); + player->rg_pad_block_id = gst_pad_add_probe (srcPad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM, &pad_block_cb, player, NULL); + } else if (!player->rg_pad_block_id) { + pad_block_cb (srcPad, NULL, player); } } diff --git a/libbanshee/banshee-player-video.c b/libbanshee/banshee-player-video.c index b901354..eb95c3f 100644 --- a/libbanshee/banshee-player-video.c +++ b/libbanshee/banshee-player-video.c @@ -37,54 +37,54 @@ #if defined(GDK_WINDOWING_X11) || defined(GDK_WINDOWING_WIN32) static gboolean -bp_video_find_xoverlay (BansheePlayer *player) +bp_video_find_video_overlay (BansheePlayer *player) { GstElement *video_sink = NULL; - GstElement *xoverlay; - GstXOverlay *previous_xoverlay; - gboolean found_xoverlay; + GstElement *video_overlay; + GstVideoOverlay *previous_video_overlay; + gboolean found_video_overlay; g_object_get (player->playbin, "video-sink", &video_sink, NULL); g_mutex_lock (player->video_mutex); - previous_xoverlay = player->xoverlay; + previous_video_overlay = player->video_overlay; if (video_sink == NULL) { - player->xoverlay = NULL; - if (previous_xoverlay != NULL) { - gst_object_unref (previous_xoverlay); + player->video_overlay = NULL; + if (previous_video_overlay != NULL) { + gst_object_unref (previous_video_overlay); } g_mutex_unlock (player->video_mutex); return FALSE; } - xoverlay = GST_IS_BIN (video_sink) - ? gst_bin_get_by_interface (GST_BIN (video_sink), GST_TYPE_X_OVERLAY) + video_overlay = GST_IS_BIN (video_sink) + ? gst_bin_get_by_interface (GST_BIN (video_sink), GST_TYPE_VIDEO_OVERLAY) : video_sink; - player->xoverlay = GST_IS_X_OVERLAY (xoverlay) ? GST_X_OVERLAY (xoverlay) : NULL; + player->video_overlay = GST_IS_VIDEO_OVERLAY (video_overlay) ? GST_VIDEO_OVERLAY (video_overlay) : NULL; - if (previous_xoverlay != NULL) { - gst_object_unref (previous_xoverlay); + if (previous_video_overlay != NULL) { + gst_object_unref (previous_video_overlay); } #if !defined(GDK_WINDOWING_WIN32) // We can't rely on aspect ratio from dshowvideosink - if (player->xoverlay != NULL && g_object_class_find_property ( - G_OBJECT_GET_CLASS (player->xoverlay), "force-aspect-ratio")) { - g_object_set (G_OBJECT (player->xoverlay), "force-aspect-ratio", TRUE, NULL); + if (player->video_overlay != NULL && g_object_class_find_property ( + G_OBJECT_GET_CLASS (player->video_overlay), "force-aspect-ratio")) { + g_object_set (G_OBJECT (player->video_overlay), "force-aspect-ratio", TRUE, NULL); } #endif - if (player->xoverlay != NULL && g_object_class_find_property ( - G_OBJECT_GET_CLASS (player->xoverlay), "handle-events")) { - g_object_set (G_OBJECT (player->xoverlay), "handle-events", FALSE, NULL); + if (player->video_overlay != NULL && g_object_class_find_property ( + G_OBJECT_GET_CLASS (player->video_overlay), "handle-events")) { + g_object_set (G_OBJECT (player->video_overlay), "handle-events", FALSE, NULL); } gst_object_unref (video_sink); - found_xoverlay = (player->xoverlay != NULL) ? TRUE : FALSE; + found_video_overlay = (player->video_overlay != NULL) ? TRUE : FALSE; g_mutex_unlock (player->video_mutex); - return found_xoverlay; + return found_video_overlay; } #endif /* GDK_WINDOWING_X11 || GDK_WINDOWING_WIN32 */ @@ -130,27 +130,27 @@ bp_video_sink_element_added (GstBin *videosink, GstElement *element, BansheePlay g_return_if_fail (IS_BANSHEE_PLAYER (player)); #if defined(GDK_WINDOWING_X11) || defined(GDK_WINDOWING_WIN32) - bp_video_find_xoverlay (player); + bp_video_find_video_overlay (player); #endif } static void bp_video_bus_element_sync_message (GstBus *bus, GstMessage *message, BansheePlayer *player) { - gboolean found_xoverlay; + gboolean found_video_overlay; g_return_if_fail (IS_BANSHEE_PLAYER (player)); #if defined(GDK_WINDOWING_X11) || defined(GDK_WINDOWING_WIN32) - if (message->structure == NULL || !gst_structure_has_name (message->structure, "prepare-xwindow-id")) { + if (!gst_is_video_overlay_prepare_window_handle_message (message)) { return; } - found_xoverlay = bp_video_find_xoverlay (player); + found_video_overlay = bp_video_find_video_overlay (player); - if (found_xoverlay) { - gst_x_overlay_set_xwindow_id (player->xoverlay, player->video_window_xid); + if (found_video_overlay) { + gst_video_overlay_set_window_handle (player->video_overlay, player->video_window_xid); } #endif @@ -164,7 +164,7 @@ static void cb_caps_set (GObject *obj, GParamSpec *pspec, BansheePlayer *p) { GstStructure * s = NULL; - GstCaps * caps = gst_pad_get_negotiated_caps (GST_PAD (obj)); + GstCaps * caps = gst_pad_get_current_caps (GST_PAD (obj)); if (G_UNLIKELY (!caps)) { return; @@ -219,7 +219,7 @@ _bp_parse_stream_info (BansheePlayer *player) } if (G_LIKELY (vpad)) { - GstCaps *caps = gst_pad_get_negotiated_caps (vpad); + GstCaps *caps = gst_pad_get_current_caps (vpad); if (G_LIKELY (caps)) { cb_caps_set (G_OBJECT (vpad), NULL, player); gst_caps_unref (caps); @@ -249,21 +249,18 @@ _bp_video_pipeline_setup (BansheePlayer *player, GstBus *bus) player->video_display_context_type = BP_VIDEO_DISPLAY_CONTEXT_GDK_WINDOW; - videosink = gst_element_factory_make ("gconfvideosink", "videosink"); + videosink = gst_element_factory_make ("autovideosink", "videosink"); if (videosink == NULL) { - videosink = gst_element_factory_make ("autovideosink", "videosink"); - if (videosink == NULL) { - player->video_display_context_type = BP_VIDEO_DISPLAY_CONTEXT_UNSUPPORTED; - videosink = gst_element_factory_make ("fakesink", "videosink"); - if (videosink != NULL) { - g_object_set (G_OBJECT (videosink), "sync", TRUE, NULL); - } + player->video_display_context_type = BP_VIDEO_DISPLAY_CONTEXT_UNSUPPORTED; + videosink = gst_element_factory_make ("fakesink", "videosink"); + if (videosink != NULL) { + g_object_set (G_OBJECT (videosink), "sync", TRUE, NULL); } } g_object_set (G_OBJECT (player->playbin), "video-sink", videosink, NULL); - gst_bus_set_sync_handler (bus, gst_bus_sync_signal_handler, player); + gst_bus_set_sync_handler (bus, gst_bus_sync_signal_handler, player, NULL); g_signal_connect (bus, "sync-message::element", G_CALLBACK (bp_video_bus_element_sync_message), player); if (GST_IS_BIN (videosink)) { @@ -349,21 +346,21 @@ bp_video_window_expose (BansheePlayer *player, GdkWindow *window, gboolean direc { g_return_if_fail (IS_BANSHEE_PLAYER (player)); - if (direct && player->xoverlay != NULL && GST_IS_X_OVERLAY (player->xoverlay)) { - gst_x_overlay_expose (player->xoverlay); + if (direct && player->video_overlay != NULL && GST_IS_VIDEO_OVERLAY (player->video_overlay)) { + gst_video_overlay_expose (player->video_overlay); return; } - if (player->xoverlay == NULL && !bp_video_find_xoverlay (player)) { + if (player->video_overlay == NULL && !bp_video_find_video_overlay (player)) { return; } - gst_object_ref (player->xoverlay); + gst_object_ref (player->video_overlay); - gst_x_overlay_set_xwindow_id (player->xoverlay, player->video_window_xid); - gst_x_overlay_expose (player->xoverlay); + gst_video_overlay_set_window_handle (player->video_overlay, player->video_window_xid); + gst_video_overlay_expose (player->video_overlay); - gst_object_unref (player->xoverlay); + gst_object_unref (player->video_overlay); } // MUST be called from the GTK main thread; calling it in OnRealized will do the right thing. @@ -379,7 +376,7 @@ bp_video_window_realize (BansheePlayer *player, GdkWindow *window) // //Explicitly create the native window. GDK_WINDOW_XWINDOW will call this // //function anyway, but this way we can raise a more useful message should it fail. // if (!gdk_window_ensure_native (window)) { -// banshee_log (BANSHEE_LOG_TYPE_ERROR, "player-video", "Couldn't create native window needed for GstXOverlay!"); +// banshee_log (BANSHEE_LOG_TYPE_ERROR, "player-video", "Couldn't create native window needed for GstVideoOverlay!"); // } //#endif diff --git a/libbanshee/banshee-player-vis.c b/libbanshee/banshee-player-vis.c index 5787c87..7e7dc78 100644 --- a/libbanshee/banshee-player-vis.c +++ b/libbanshee/banshee-player-vis.c @@ -27,17 +27,17 @@ // #include +#include #include "banshee-player-vis.h" #define SLICE_SIZE 735 static GstStaticCaps vis_data_sink_caps = GST_STATIC_CAPS ( - "audio/x-raw-float, " + "audio/x-raw, " + "format = (string) " GST_AUDIO_NE(F32) ", " "rate = (int) 44100, " - "channels = (int) 2, " - "endianness = (int) BYTE_ORDER, " - "width = (int) 32" + "channels = (int) 2" ); // --------------------------------------------------------------------------- @@ -48,6 +48,7 @@ static void bp_vis_pcm_handoff (GstElement *sink, GstBuffer *buffer, GstPad *pad, gpointer userdata) { BansheePlayer *player = (BansheePlayer*)userdata; + GstCaps *caps; GstStructure *structure; gint channels, wanted_size; gfloat *data; @@ -69,14 +70,16 @@ bp_vis_pcm_handoff (GstElement *sink, GstBuffer *buffer, GstPad *pad, gpointer u player->vis_thawing = FALSE; } - structure = gst_caps_get_structure (gst_buffer_get_caps (buffer), 0); + caps = gst_pad_get_current_caps (pad); + structure = gst_caps_get_structure (caps, 0); gst_structure_get_int (structure, "channels", &channels); + gst_caps_unref (caps); wanted_size = channels * SLICE_SIZE * sizeof (gfloat); - gst_adapter_push (player->vis_buffer, gst_buffer_copy (buffer)); + gst_adapter_push (player->vis_buffer, gst_buffer_ref (buffer)); - while ((data = (gfloat *)gst_adapter_peek (player->vis_buffer, wanted_size)) != NULL) { + while ((data = (gfloat *)gst_adapter_map (player->vis_buffer, wanted_size)) != NULL) { gfloat *deinterlaced = g_malloc (wanted_size); gfloat *specbuf = g_new (gfloat, SLICE_SIZE * 2); @@ -124,6 +127,7 @@ bp_vis_pcm_handoff (GstElement *sink, GstBuffer *buffer, GstPad *pad, gpointer u g_free (deinterlaced); g_free (specbuf); + gst_adapter_unmap (player->vis_buffer); gst_adapter_flush (player->vis_buffer, wanted_size); } } @@ -132,65 +136,28 @@ bp_vis_pcm_handoff (GstElement *sink, GstBuffer *buffer, GstPad *pad, gpointer u // Internal Functions // --------------------------------------------------------------------------- -static void -_bp_vis_pipeline_block_callback (GstPad *pad, gboolean blocked, gpointer data) +static GstPadProbeReturn +_bp_vis_pipeline_event_probe (GstPad *pad, GstPadProbeInfo *info, gpointer data) { BansheePlayer *player = (BansheePlayer *) data; + GstEvent *event; - if (!blocked) { - // Set thawing mode (discards buffers that are too old from the queue). - player->vis_thawing = TRUE; - } -} - -static void -_bp_vis_pipeline_set_blocked (BansheePlayer *player, gboolean blocked) -{ - GstPad *queue_sink; - - if (player->vis_resampler == NULL) - return; - - queue_sink = gst_element_get_static_pad (player->vis_resampler, "src"); - - gst_pad_set_blocked_async (queue_sink, blocked, _bp_vis_pipeline_block_callback, (gpointer) player); - - gst_object_unref (GST_OBJECT (queue_sink)); -} - -static gboolean -_bp_vis_pipeline_event_probe (GstPad *pad, GstEvent *event, gpointer data) -{ - BansheePlayer *player = (BansheePlayer *) data; + if ((info->type & GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM) == 0) + return GST_PAD_PROBE_PASS; + event = GST_EVENT (info->data); switch (GST_EVENT_TYPE (event)) { case GST_EVENT_FLUSH_START: case GST_EVENT_FLUSH_STOP: case GST_EVENT_SEEK: - case GST_EVENT_NEWSEGMENT: + case GST_EVENT_SEGMENT: case GST_EVENT_CUSTOM_DOWNSTREAM: player->vis_thawing = TRUE; default: break; } - if (player->vis_enabled) - return TRUE; - - switch (GST_EVENT_TYPE (event)) { - case GST_EVENT_EOS: - case GST_EVENT_CUSTOM_DOWNSTREAM_OOB: - _bp_vis_pipeline_set_blocked (player, FALSE); - break; - case GST_EVENT_CUSTOM_DOWNSTREAM: - case GST_EVENT_NEWSEGMENT: - _bp_vis_pipeline_set_blocked (player, TRUE); - break; - - default: break; - } - - return TRUE; + return GST_PAD_PROBE_PASS; } void @@ -212,9 +179,8 @@ _bp_vis_pipeline_setup (BansheePlayer *player) // Core elements, if something fails here, it's the end of the world audiosinkqueue = gst_element_factory_make ("queue", "vis-queue"); - pad = gst_element_get_static_pad (audiosinkqueue, "sink"); - gst_pad_add_event_probe (pad, G_CALLBACK (_bp_vis_pipeline_event_probe), player); - gst_object_unref (GST_OBJECT (pad)); + player->vis_event_probe_pad = gst_element_get_static_pad (audiosinkqueue, "sink"); + player->vis_event_probe_id = gst_pad_add_probe (player->vis_event_probe_pad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM, _bp_vis_pipeline_event_probe, player, NULL); resampler = gst_element_factory_make ("audioresample", "vis-resample"); converter = gst_element_factory_make ("audioconvert", "vis-convert"); @@ -255,7 +221,7 @@ _bp_vis_pipeline_setup (BansheePlayer *player) converter, fakesink, NULL); pad = gst_element_get_static_pad (audiosinkqueue, "sink"); - teepad = gst_element_get_request_pad (player->audiotee, "src%d"); + teepad = gst_element_get_request_pad (player->audiotee, "src_%u"); gst_pad_link (teepad, pad); gst_object_unref (GST_OBJECT (teepad)); gst_object_unref (GST_OBJECT (pad)); @@ -270,14 +236,17 @@ _bp_vis_pipeline_setup (BansheePlayer *player) player->vis_resampler = resampler; player->vis_thawing = FALSE; player->vis_enabled = FALSE; - - // Disable the pipeline till we hear otherwise from managed land. - _bp_vis_pipeline_set_blocked (player, TRUE); } void _bp_vis_pipeline_destroy (BansheePlayer *player) { + if (player->vis_event_probe_pad) { + gst_pad_remove_probe (player->vis_event_probe_pad, player->vis_event_probe_id); + gst_object_unref (GST_OBJECT (player->vis_event_probe_pad)); + player->vis_event_probe_pad = NULL; + } + if (player->vis_buffer != NULL) { gst_object_unref (player->vis_buffer); player->vis_buffer = NULL; @@ -315,6 +284,5 @@ bp_set_vis_data_callback (BansheePlayer *player, BansheePlayerVisDataCallback cb player->vis_data_cb = cb; - _bp_vis_pipeline_set_blocked (player, cb == NULL); player->vis_enabled = cb != NULL; } diff --git a/libbanshee/banshee-player.c b/libbanshee/banshee-player.c index c655a72..b8f98b8 100644 --- a/libbanshee/banshee-player.c +++ b/libbanshee/banshee-player.c @@ -250,12 +250,11 @@ bp_set_position (BansheePlayer *player, guint64 time_ms) P_INVOKE guint64 bp_get_position (BansheePlayer *player) { - static GstFormat format = GST_FORMAT_TIME; gint64 position; g_return_val_if_fail (IS_BANSHEE_PLAYER (player), 0); - if (player->playbin != NULL && gst_element_query_position (player->playbin, &format, &position)) { + if (player->playbin != NULL && gst_element_query_position (player->playbin, GST_FORMAT_TIME, &position)) { return position / GST_MSECOND; } @@ -265,12 +264,11 @@ bp_get_position (BansheePlayer *player) P_INVOKE guint64 bp_get_duration (BansheePlayer *player) { - static GstFormat format = GST_FORMAT_TIME; gint64 duration; g_return_val_if_fail (IS_BANSHEE_PLAYER (player), 0); - if (player->playbin != NULL && gst_element_query_duration (player->playbin, &format, &duration)) { + if (player->playbin != NULL && gst_element_query_duration (player->playbin, GST_FORMAT_TIME, &duration)) { return duration / GST_MSECOND; } @@ -446,7 +444,6 @@ bp_set_subtitle_uri (BansheePlayer *player, const gchar *uri) g_return_if_fail (IS_BANSHEE_PLAYER (player)); gint64 pos = -1; GstState state; - GstFormat format = GST_FORMAT_BYTES; gboolean paused = FALSE; // Gstreamer playbin do not support to set suburi during playback @@ -454,7 +451,7 @@ bp_set_subtitle_uri (BansheePlayer *player, const gchar *uri) gst_element_get_state (player->playbin, &state, NULL, 0); paused = (state == GST_STATE_PAUSED); if (state >= GST_STATE_PAUSED) { - gst_element_query_position (player->playbin, &format, &pos); + gst_element_query_position (player->playbin, GST_FORMAT_BYTES, &pos); gst_element_set_state (player->playbin, GST_STATE_READY); // Force to wait asynch operation gst_element_get_state (player->playbin, &state, NULL, -1); @@ -467,7 +464,7 @@ bp_set_subtitle_uri (BansheePlayer *player, const gchar *uri) gst_element_get_state (player->playbin, &state, NULL, -1); if (pos != -1) { - gst_element_seek_simple (player->playbin, format, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT, pos); + gst_element_seek_simple (player->playbin, GST_FORMAT_BYTES, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT, pos); } } diff --git a/libbanshee/banshee-ripper.c b/libbanshee/banshee-ripper.c index e0e8c85..b3f8fed 100644 --- a/libbanshee/banshee-ripper.c +++ b/libbanshee/banshee-ripper.c @@ -85,7 +85,6 @@ br_raise_error (BansheeRipper *ripper, const gchar *error, const gchar *debug) static gboolean br_iterate_timeout (BansheeRipper *ripper) { - GstFormat format = GST_FORMAT_TIME; GstState state; gint64 position; @@ -96,7 +95,7 @@ br_iterate_timeout (BansheeRipper *ripper) return TRUE; } - if (!gst_element_query_position (ripper->cddasrc, &format, &position)) { + if (!gst_element_query_position (ripper->cddasrc, GST_FORMAT_TIME, &position)) { return TRUE; } @@ -142,8 +141,9 @@ br_encoder_probe_mime_type (GstBin *bin) GstIterator *pad_iter = gst_element_iterate_src_pads (element); BANSHEE_GST_ITERATOR_ITERATE (pad_iter, GstPad *, pad, TRUE, { - GstStructure *str = GST_PAD_CAPS (pad) != NULL - ? gst_caps_get_structure (GST_PAD_CAPS (pad), 0) + GstCaps *caps = gst_pad_get_current_caps (pad); + GstStructure *str = caps != NULL + ? gst_caps_get_structure (caps, 0) : NULL; if (str != NULL) { @@ -171,11 +171,8 @@ br_encoder_probe_mime_type (GstBin *bin) preferred_mimetype = mimetype; } } - - gst_object_unref (pad); + gst_caps_unref (caps); }); - - gst_object_unref (element); }); return preferred_mimetype; @@ -271,7 +268,7 @@ br_pipeline_construct (BansheeRipper *ripper) return FALSE; } - ripper->cddasrc = gst_element_make_from_uri (GST_URI_SRC, "cdda://1", "cddasrc"); + ripper->cddasrc = gst_element_make_from_uri (GST_URI_SRC, "cdda://1", "cddasrc", NULL); if (ripper->cddasrc == NULL) { br_raise_error (ripper, _("Could not initialize element from cdda URI"), NULL); return FALSE; @@ -405,7 +402,6 @@ br_rip_track (BansheeRipper *ripper, gint track_number, gchar *output_path, // We'll warn the user in the UI if we can't tag the encoded audio files *tagging_supported = TRUE; - gst_object_unref (element); } }); diff --git a/libbanshee/banshee-tagger.c b/libbanshee/banshee-tagger.c index ca15e8f..762dfa9 100644 --- a/libbanshee/banshee-tagger.c +++ b/libbanshee/banshee-tagger.c @@ -69,7 +69,7 @@ bt_tag_list_foreach (const GstTagList *list, const gchar *tag, gpointer userdata GstTagList * bt_tag_list_new () { - return gst_tag_list_new (); + return gst_tag_list_new_empty (); } void diff --git a/libbanshee/banshee-transcoder.c b/libbanshee/banshee-transcoder.c index 10fc35c..0e241f0 100644 --- a/libbanshee/banshee-transcoder.c +++ b/libbanshee/banshee-transcoder.c @@ -64,14 +64,13 @@ gst_transcoder_raise_error(GstTranscoder *transcoder, const gchar *error, const static gboolean gst_transcoder_iterate_timeout(GstTranscoder *transcoder) { - GstFormat format = GST_FORMAT_TIME; gint64 position; gint64 duration; g_return_val_if_fail(transcoder != NULL, FALSE); - if(!gst_element_query_duration(transcoder->pipeline, &format, &duration) || - !gst_element_query_position(transcoder->sink_bin, &format, &position)) { + if(!gst_element_query_duration(transcoder->pipeline, GST_FORMAT_TIME, &duration) || + !gst_element_query_position(transcoder->sink_bin, GST_FORMAT_TIME, &position)) { return TRUE; } @@ -196,14 +195,14 @@ gst_transcoder_new_decoded_pad(GstElement *decodebin, GstPad *pad, g_return_if_fail(transcoder != NULL); - audiopad = gst_element_get_pad(transcoder->sink_bin, "sink"); + audiopad = gst_element_get_static_pad(transcoder->sink_bin, "sink"); if(GST_PAD_IS_LINKED(audiopad)) { g_object_unref(audiopad); return; } - caps = gst_pad_get_caps(pad); + caps = gst_pad_query_caps(pad, NULL); str = gst_caps_get_structure(caps, 0); if(!g_strrstr(gst_structure_get_name(str), "audio")) { @@ -235,19 +234,19 @@ gst_transcoder_create_pipeline(GstTranscoder *transcoder, transcoder->pipeline = gst_pipeline_new("pipeline"); - source_elem = gst_element_make_from_uri(GST_URI_SRC, input_uri, "source"); + source_elem = gst_element_make_from_uri(GST_URI_SRC, input_uri, "source", NULL); if(source_elem == NULL) { gst_transcoder_raise_error(transcoder, _("Could not create source element"), NULL); return FALSE; } - decoder_elem = gst_element_factory_make("decodebin2", "decodebin2"); + decoder_elem = gst_element_factory_make("decodebin", "decodebin"); if(decoder_elem == NULL) { - gst_transcoder_raise_error(transcoder, _("Could not create decodebin2 plugin"), NULL); + gst_transcoder_raise_error(transcoder, _("Could not create decodebin plugin"), NULL); return FALSE; } - sink_elem = gst_element_make_from_uri(GST_URI_SINK, output_uri, "sink"); + sink_elem = gst_element_make_from_uri(GST_URI_SINK, output_uri, "sink", NULL); if(sink_elem == NULL) { gst_transcoder_raise_error(transcoder, _("Could not create sink element"), NULL); return FALSE; @@ -277,7 +276,7 @@ gst_transcoder_create_pipeline(GstTranscoder *transcoder, return FALSE; } - encoder_pad = gst_element_get_pad(conv_elem, "sink"); + encoder_pad = gst_element_get_static_pad(conv_elem, "sink"); if(encoder_pad == NULL) { gst_transcoder_raise_error(transcoder, _("Could not get sink pad from encoder"), NULL); return FALSE; debian/patches/Change-Amazon-redirect-url.patch0000644000000000000000000000215212314255102016640 0ustar From: Rodney Dawes Date: Mon, 23 Jan 2012 23:05:21 +0800 Subject: Change Amazon redirect url --- .../Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs index d2ee92c..2f009af 100644 --- a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs +++ b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs @@ -45,7 +45,7 @@ namespace Banshee.AmazonMp3.Store // We ask that no one change this redirect URL. ALL (100%) revenue // generated by this Banshee Amazon integration is sent directly to the // non-profit GNOME Foundation. - public const string REDIRECT_URL = "http://integrated-services.banshee.fm/amz/redirect.do/"; + public const string REDIRECT_URL = "https://one.ubuntu.com/music/store/amz/"; private static string [] domains = new [] { "com", debian/patches/Use-dbus-2.patch0000644000000000000000000000576012314255102013467 0ustar From: Chow Loong Jin Date: Mon, 25 Nov 2013 01:18:19 +0800 Subject: Use dbus# 2 --- build/m4/banshee/dbus.m4 | 4 ++-- build/pkg-config/banshee-collection-indexer.pc.in | 2 +- build/pkg-config/banshee-core.pc.in | 2 +- src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs | 5 +---- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/build/m4/banshee/dbus.m4 b/build/m4/banshee/dbus.m4 index 3b8579e..f76ff8c 100644 --- a/build/m4/banshee/dbus.m4 +++ b/build/m4/banshee/dbus.m4 @@ -1,9 +1,9 @@ AC_DEFUN([BANSHEE_CHECK_DBUS_SHARP], [ - PKG_CHECK_MODULES(DBUS_SHARP_GLIB, dbus-sharp-glib-1.0 >= 0.5) + PKG_CHECK_MODULES(DBUS_SHARP_GLIB, dbus-sharp-glib-2.0 >= 0.5) AC_SUBST(DBUS_SHARP_GLIB_LIBS) - PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= 0.7) + PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= 0.7) AC_SUBST(DBUS_SHARP_LIBS) ]) diff --git a/build/pkg-config/banshee-collection-indexer.pc.in b/build/pkg-config/banshee-collection-indexer.pc.in index 40636bb..a12b03c 100644 --- a/build/pkg-config/banshee-collection-indexer.pc.in +++ b/build/pkg-config/banshee-collection-indexer.pc.in @@ -7,6 +7,6 @@ Libraries=${bansheedir}/Banshee.CollectionIndexer.dll Name: Banshee Collection Indexer Helper Description: A library for applications to bundle to easily consume the Banshee Collection Indexer Version: @VERSION@ -Requires: dbus-sharp-1.0 +Requires: dbus-sharp-2.0 Libs: -r:${Libraries} diff --git a/build/pkg-config/banshee-core.pc.in b/build/pkg-config/banshee-core.pc.in index 9d4c3b9..c217dd8 100644 --- a/build/pkg-config/banshee-core.pc.in +++ b/build/pkg-config/banshee-core.pc.in @@ -6,5 +6,5 @@ bansheedir=${libdir}/@PACKAGE@ Name: Banshee Core Description: Core APIs for the Banshee Media Framework Version: @VERSION@ -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 +Requires: taglib-sharp dbus-sharp-2.0 dbus-sharp-glib-2.0 glib-sharp-2.0 mono-addins banshee-hyena banshee-hyena-data-sqlite banshee-musicbrainz Libs: -r:${bansheedir}/Banshee.Core.dll diff --git a/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs b/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs index 698cf02..96e3996 100644 --- a/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs +++ b/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs @@ -135,10 +135,7 @@ namespace Banshee.ServiceStack string bus_name = DBusConnection.MakeBusName (serviceName); Log.DebugFormat ("Registering remote object {0} ({1}) on {2}", path, o.GetType (), bus_name); - - #pragma warning disable 0618 - Bus.Session.Register (bus_name, path, o); - #pragma warning restore 0618 + Bus.Session.Register (path, o); } return path; debian/patches/Remove-irrelevant-media.patch0000644000000000000000000000147312314255102016321 0ustar From: Chow Loong Jin Date: Fri, 20 Jan 2012 23:14:39 +0800 Subject: Remove irrelevant media --- src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs index e67bc7e..ca6e334 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MediaPanelContents.cs @@ -71,7 +71,7 @@ namespace Banshee.MeeGo RedrawOnAllocate = true; AppPaintable = true; - BuildHeader (); + //BuildHeader (); BuildLibrary (); BuildNowPlaying (); ConnectEvents (); debian/patches/Remove-build-time-enable-gapless-playback-option.patch0000644000000000000000000002021512314255102023071 0ustar From: Chow Loong Jin Date: Mon, 26 Nov 2012 00:10:19 +0800 Subject: Remove build-time --enable-gapless-playback option This was previously added to check for a new enough playbin, but since we're now using Gstreamer 1.0, the playbin version should be new enough, and we can drop the conditionals. --- configure.ac | 15 ---------- libbanshee/Makefile.am | 4 --- libbanshee/banshee-player-pipeline.c | 4 --- libbanshee/banshee-player.c | 10 ------- .../Banshee.GStreamer/PlayerEngine.cs | 32 +++++++--------------- src/Backends/Banshee.GStreamer/Makefile.am | 4 --- src/Backends/Banshee.GStreamerSharp/Makefile.am | 4 --- 7 files changed, 10 insertions(+), 63 deletions(-) diff --git a/configure.ac b/configure.ac index e9c34b1..5e272ba 100644 --- a/configure.ac +++ b/configure.ac @@ -172,21 +172,6 @@ BANSHEE_CHECK_SOUNDMENU dnl Ubuntu One Music Store (optional) BANSHEE_CHECK_UBUNTUONE -dnl Gapless, if we have a new-enough playbin2 -ENABLE_GAPLESS="no" -AC_ARG_ENABLE(gapless-playback, - AC_HELP_STRING([--enable-gapless-playback], - [Enable gapless playback engine (requires gst-plugins-base > 0.10.25.2)]), - enable_gapless=$enableval, - enable_gapless=auto) -if test "x$enable_gapless" != "xno" ; then - PKG_CHECK_MODULES([GST_PLUGINS_BASE], [gstreamer-plugins-base-0.10 > 0.10.25.2], ENABLE_GAPLESS=yes, ENABLE_GAPLESS=no) - if test "x$enable_gapless" == "xyes" -a "x$ENABLE_GAPLESS" == "xno" ; then - AC_MSG_ERROR([Gapless playback requires gstreamer-plugins-base > 0.10.25.2]) - fi -fi -AM_CONDITIONAL(ENABLE_GAPLESS, test "x$ENABLE_GAPLESS" = "xyes") - dnl i18n SHAMROCK_CONFIGURE_I18N($PACKAGE) diff --git a/libbanshee/Makefile.am b/libbanshee/Makefile.am index 6ed369a..a05c492 100644 --- a/libbanshee/Makefile.am +++ b/libbanshee/Makefile.am @@ -6,10 +6,6 @@ INCLUDES = \ $(LIBBANSHEE_CFLAGS) \ $(GST_CFLAGS) -if ENABLE_GAPLESS -INCLUDES += -DENABLE_GAPLESS -endif - bansheelibdir = $(pkglibdir) bansheelib_LTLIBRARIES = libbanshee.la diff --git a/libbanshee/banshee-player-pipeline.c b/libbanshee/banshee-player-pipeline.c index 018bcd2..28bae33 100644 --- a/libbanshee/banshee-player-pipeline.c +++ b/libbanshee/banshee-player-pipeline.c @@ -239,7 +239,6 @@ bp_pipeline_bus_callback (GstBus *bus, GstMessage *message, gpointer userdata) return TRUE; } -#ifdef ENABLE_GAPLESS static void bp_about_to_finish_callback (GstElement *playbin, BansheePlayer *player) { g_return_if_fail (IS_BANSHEE_PLAYER (player)); @@ -257,7 +256,6 @@ static void bp_about_to_finish_callback (GstElement *playbin, BansheePlayer *pla player->about_to_finish_cb (player); } } -#endif //ENABLE_GAPLESS static void bp_volume_changed_callback (GstElement *playbin, GParamSpec *spec, BansheePlayer *player) { @@ -296,12 +294,10 @@ _bp_pipeline_construct (BansheePlayer *player) // source and decoder elements) based on source URI and stream content player->playbin = gst_element_factory_make ("playbin", "playbin"); -#ifdef ENABLE_GAPLESS // FIXME: Connect a proxy about-to-finish callback that will generate a next-track-starting callback. // This can be removed once playbin generates its own next-track signal. // bgo#584987 - this is included in >= 0.10.26 g_signal_connect (player->playbin, "about-to-finish", G_CALLBACK (bp_about_to_finish_callback), player); -#endif //ENABLE_GAPLESS g_return_val_if_fail (player->playbin != NULL, FALSE); diff --git a/libbanshee/banshee-player.c b/libbanshee/banshee-player.c index b8f98b8..08c4f94 100644 --- a/libbanshee/banshee-player.c +++ b/libbanshee/banshee-player.c @@ -303,16 +303,6 @@ bp_can_seek (BansheePlayer *player) } P_INVOKE gboolean -bp_supports_gapless (BansheePlayer *player) -{ -#ifdef ENABLE_GAPLESS - return TRUE; -#else - return FALSE; -#endif //ENABLE_GAPLESS -} - -P_INVOKE gboolean bp_audiosink_has_volume (BansheePlayer *player) { g_return_val_if_fail (IS_BANSHEE_PLAYER (player), FALSE); diff --git a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs index 806093a..5181f2b 100644 --- a/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs +++ b/src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs @@ -758,16 +758,11 @@ namespace Banshee.GStreamer get { return gapless_enabled; } set { - if (bp_supports_gapless (handle)) { - gapless_enabled = value; - if (value) { - bp_set_about_to_finish_callback (handle, about_to_finish_callback); - } else { - bp_set_about_to_finish_callback (handle, null); - } + gapless_enabled = value; + if (value) { + bp_set_about_to_finish_callback (handle, about_to_finish_callback); } else { - gapless_enabled = false; - next_track_pending = false; + bp_set_about_to_finish_callback (handle, null); } } } @@ -892,13 +887,11 @@ namespace Banshee.GStreamer Catalog.GetString ("For tracks that have ReplayGain data, automatically scale (normalize) playback volume"), delegate { ReplayGainEnabled = ReplayGainEnabledSchema.Get (); } )); - if (bp_supports_gapless (handle)) { - gapless_preference = service["general"]["misc"].Add (new SchemaPreference (GaplessEnabledSchema, - Catalog.GetString ("Enable _gapless playback"), - Catalog.GetString ("Eliminate the small playback gap on track change. Useful for concept albums and classical music"), - delegate { GaplessEnabled = GaplessEnabledSchema.Get (); } - )); - } + gapless_preference = service["general"]["misc"].Add (new SchemaPreference (GaplessEnabledSchema, + Catalog.GetString ("Enable _gapless playback"), + Catalog.GetString ("Eliminate the small playback gap on track change. Useful for concept albums and classical music"), + delegate { GaplessEnabled = GaplessEnabledSchema.Get (); } + )); } private void UninstallPreferences () @@ -909,9 +902,7 @@ namespace Banshee.GStreamer } service["general"]["misc"].Remove (replaygain_preference); - if (bp_supports_gapless (handle)) { - service["general"]["misc"].Remove (gapless_preference); - } + service["general"]["misc"].Remove (gapless_preference); replaygain_preference = null; gapless_preference = null; } @@ -980,9 +971,6 @@ namespace Banshee.GStreamer BansheePlayerAboutToFinishCallback cb); [DllImport ("libbanshee.dll")] - private static extern bool bp_supports_gapless (HandleRef player); - - [DllImport ("libbanshee.dll")] private static extern bool bp_open (HandleRef player, IntPtr uri, bool maybeVideo); [DllImport ("libbanshee.dll")] diff --git a/src/Backends/Banshee.GStreamer/Makefile.am b/src/Backends/Banshee.GStreamer/Makefile.am index 118e525..321b270 100644 --- a/src/Backends/Banshee.GStreamer/Makefile.am +++ b/src/Backends/Banshee.GStreamer/Makefile.am @@ -16,7 +16,3 @@ include $(top_srcdir)/build/build.mk EXTRA_DIST += Banshee.GStreamer.dll.config module_SCRIPTS += Banshee.GStreamer.dll.config - -if ENABLE_GAPLESS -BUILD_DEFINES="-define:ENABLE_GAPLESS" -endif \ No newline at end of file diff --git a/src/Backends/Banshee.GStreamerSharp/Makefile.am b/src/Backends/Banshee.GStreamerSharp/Makefile.am index 69424d7..769b260 100644 --- a/src/Backends/Banshee.GStreamerSharp/Makefile.am +++ b/src/Backends/Banshee.GStreamerSharp/Makefile.am @@ -23,7 +23,3 @@ else include $(top_srcdir)/build/build.dist.mk EXTRA_DIST += Banshee.GStreamerSharp.dll.config endif - -if ENABLE_GAPLESS -BUILD_DEFINES="-define:ENABLE_GAPLESS" -endif debian/patches/Add-Meego-desktop-file.patch0000644000000000000000000000417012314255102015741 0ustar From: Chow Loong Jin Date: Fri, 20 Jan 2012 23:14:39 +0800 Subject: Add Meego desktop file --- src/Extensions/Banshee.MeeGo/Makefile.am | 10 +++++++--- src/Extensions/Banshee.MeeGo/banshee.desktop.in.in | 11 +++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 src/Extensions/Banshee.MeeGo/banshee.desktop.in.in diff --git a/src/Extensions/Banshee.MeeGo/Makefile.am b/src/Extensions/Banshee.MeeGo/Makefile.am index bb42b94..7c3dd78 100644 --- a/src/Extensions/Banshee.MeeGo/Makefile.am +++ b/src/Extensions/Banshee.MeeGo/Makefile.am @@ -37,7 +37,8 @@ service_DATA = com.meego.UX.Shell.Panels.banshee.service com.meego.UX.Shell.Panels.banshee.service: com.meego.UX.Shell.Panels.banshee.service.in $(top_builddir)/config.log sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ -desktopfiles_in_files = meego-panel-banshee.desktop.in +desktopfiles_in_files = meego-panel-banshee.desktop.in \ + banshee.desktop.in desktopfiles_files = $(desktopfiles_in_files:.desktop.in=.desktop) desktopfilesdir = $(MEEGO_PANELS_DIR) desktopfiles_DATA = $(desktopfiles_files) @@ -52,10 +53,13 @@ endif clean-local: rm -f com.meego.UX.Shell.Panels.banshee.service \ meego-panel-banshee.desktop \ - meego-panel-banshee.desktop.in + meego-panel-banshee.desktop.in \ + banshee.desktop \ + banshee.desktop.in EXTRA_DIST += \ Banshee.MeeGo.dll.config \ meego-panel-banshee \ com.meego.UX.Shell.Panels.banshee.service.in \ - meego-panel-banshee.desktop.in.in + meego-panel-banshee.desktop.in \ + banshee.desktop.in.in diff --git a/src/Extensions/Banshee.MeeGo/banshee.desktop.in.in b/src/Extensions/Banshee.MeeGo/banshee.desktop.in.in new file mode 100644 index 0000000..edff676 --- /dev/null +++ b/src/Extensions/Banshee.MeeGo/banshee.desktop.in.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Banshee Netbook +_GenericName=Netbook Media Player +_X-GNOME-FullName=Netbook Banshee Media Player +_Comment=Play and organize your media collection +Exec=banshee --client=MeeGo +Terminal=false +Type=Application +Icon=media-player-banshee +Categories=GNOME;Audio;Music;Player;AudioVideo; +StartupNotify=true debian/patches/Enable-sound-menu-extension-by-default.patch0000644000000000000000000000146512314255102021161 0ustar From: Chow Loong Jin Date: Mon, 23 Jan 2012 23:05:20 +0800 Subject: Enable sound menu extension by default --- src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml index 0765109..a8f5e82 100644 --- a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml +++ b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml @@ -9,7 +9,7 @@ description="Control Banshee from the Sound Menu." author="Bertrand Lorentz" url="http://banshee-project.org/" - defaultEnabled="false"> + defaultEnabled="true"> debian/patches/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch0000644000000000000000000000472012314255102022672 0ustar From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 May 2013 11:36:04 +0200 Subject: Don't use the new-decoded-pad signal of decodebin It is not available anymore in 1.0 and pad-added should be used. --- libbanshee/banshee-bpmdetector.c | 8 ++++---- libbanshee/banshee-transcoder.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libbanshee/banshee-bpmdetector.c b/libbanshee/banshee-bpmdetector.c index 68b0419..131d2e5 100644 --- a/libbanshee/banshee-bpmdetector.c +++ b/libbanshee/banshee-bpmdetector.c @@ -159,8 +159,8 @@ bbd_pipeline_bus_callback (GstBus *bus, GstMessage *message, gpointer data) } static void -bbd_new_decoded_pad(GstElement *decodebin, GstPad *pad, - gboolean last, gpointer data) +bbd_pad_added(GstElement *decodebin, GstPad *pad, + gpointer data) { GstCaps *caps; GstStructure *str; @@ -244,8 +244,8 @@ bbd_pipeline_construct (BansheeBpmDetector *detector) } // decodebin and audioconvert are linked dynamically when the decodebin creates a new pad - g_signal_connect(detector->decodebin, "new-decoded-pad", - G_CALLBACK(bbd_new_decoded_pad), detector); + g_signal_connect(detector->decodebin, "pad-added", + G_CALLBACK(bbd_pad_added), detector); if (!gst_element_link_many (detector->audioconvert, detector->bpmdetect, detector->fakesink, NULL)) { bbd_raise_error (detector, _("Could not link pipeline elements"), NULL); diff --git a/libbanshee/banshee-transcoder.c b/libbanshee/banshee-transcoder.c index 0e241f0..f678838 100644 --- a/libbanshee/banshee-transcoder.c +++ b/libbanshee/banshee-transcoder.c @@ -185,8 +185,8 @@ gst_transcoder_build_encoder(const gchar *encoder_pipeline) } static void -gst_transcoder_new_decoded_pad(GstElement *decodebin, GstPad *pad, - gboolean last, gpointer data) +gst_transcoder_pad_added(GstElement *decodebin, GstPad *pad, + gpointer data) { GstCaps *caps; GstStructure *str; @@ -293,8 +293,8 @@ gst_transcoder_create_pipeline(GstTranscoder *transcoder, gst_element_link(source_elem, decoder_elem); - g_signal_connect(decoder_elem, "new-decoded-pad", - G_CALLBACK(gst_transcoder_new_decoded_pad), transcoder); + g_signal_connect(decoder_elem, "pad-added", + G_CALLBACK(gst_transcoder_pad_added), transcoder); gst_bus_add_watch(gst_pipeline_get_bus(GST_PIPELINE(transcoder->pipeline)), gst_transcoder_bus_callback, transcoder); debian/patches/Enable-MPRIS-extension-by-default.patch0000644000000000000000000000142712314255102017757 0ustar From: Chow Loong Jin Date: Fri, 20 Jan 2012 23:14:39 +0800 Subject: Enable MPRIS extension by default --- src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml b/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml index a97cfd1..730cbb0 100644 --- a/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml +++ b/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml @@ -8,7 +8,7 @@ description="Control Banshee using the MPRIS D-Bus interface." author="John Millikin, Bertrand Lorentz" category="Utilities" - defaultEnabled="false"> + defaultEnabled="true"> debian/patches/libossifer-Fix-certificate-validation-with-libsoup-2.patch0000644000000000000000000000362112314255102023713 0ustar From: Bertrand Lorentz Date: Tue, 3 Apr 2012 20:49:07 +0200 Subject: libossifer: Fix certificate validation with libsoup 2.38 (bgo#673037) Libsoup 2.38 added a new SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE property, which tells it to use the default system CA database. If we don't set it, all SSL validations fail. Origin: commit:a5c94f2efee425320847d10748410fe9c3ff9311 --- build/m4/banshee/libwebkit.m4 | 7 +++++++ src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/build/m4/banshee/libwebkit.m4 b/build/m4/banshee/libwebkit.m4 index d1f81c8..9a6f7f5 100644 --- a/build/m4/banshee/libwebkit.m4 +++ b/build/m4/banshee/libwebkit.m4 @@ -23,6 +23,13 @@ AC_DEFUN([BANSHEE_CHECK_LIBWEBKIT], AC_DEFINE(HAVE_LIBSOUP_2_38, 1, [libsoup-gnome-2.4 >= 2.38 detected]) fi + PKG_CHECK_MODULES(LIBSOUP_2_38, + libsoup-gnome-2.4 >= 2.38, + have_libsoup_2_28=yes, have_libsoup_2_28=no) + if test x$have_libsoup_2_28 = xyes; then + AC_DEFINE(HAVE_LIBSOUP_2_38, 1, [libsoup-gnome-2.4 >= 2.38 detected]) + fi + have_libsoup_gnome=no PKG_CHECK_MODULES(LIBSOUP_GNOME, libsoup-gnome-2.4 >= $SOUP_GNOME_MIN_VERSION, diff --git a/src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c b/src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c index 64e0215..abf07fb 100644 --- a/src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c +++ b/src/Core/Banshee.WebBrowser/libossifer/ossifer-session.c @@ -56,6 +56,12 @@ ossifer_session_initialize (const gchar *cookie_db_path, NULL); #endif +#ifdef HAVE_LIBSOUP_2_38 + g_object_set (session, + SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE, TRUE, + NULL); +#endif + #ifdef HAVE_LIBSOUP_GNOME path = g_strdup_printf ("%s.sqlite", cookie_db_path); cookie_jar = soup_cookie_jar_sqlite_new (path, FALSE); debian/patches/Enable-switching-between-the-2-interfaces.patch0000644000000000000000000001212412314255102021501 0ustar From: Didier Roche Date: Mon, 5 Jul 2010 13:15:27 +0200 Subject: Enable switching between the 2 interfaces This enables switching between the 2 interfaces, even when the classic interface is started. --- .../Resources/core-ui-actions-layout.xml | 1 + .../Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs | 9 +++++ .../Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs | 42 ++++++++++++++++++++-- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml index 290d330..ac8502c 100644 --- a/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml +++ b/src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml @@ -5,6 +5,7 @@ + diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs index 6fad319..9f16ba7 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs @@ -105,9 +105,18 @@ namespace Banshee.MeeGo public void Hide () { + window_panel.Hide (); if (embedded_panel != null) { embedded_panel.Hide (); } } + + public void Show () + { + window_panel.Show (); + if (embedded_panel != null) { + embedded_panel.Show (); + } + } } } diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs index 5aae94e..d615b4e 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs @@ -26,6 +26,7 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +using Mono.Unix; using System; using Gtk; using MeeGo.Panel; @@ -38,6 +39,7 @@ using Banshee.Sources; using Banshee.ServiceStack; using Banshee.MediaEngine; using Banshee.Gui; +using Banshee.Gui.Widgets; namespace Banshee.MeeGo { @@ -84,6 +86,7 @@ namespace Banshee.MeeGo } Initialize (); + AddSwitchToPrimaryInterface (); ServiceManager.ServiceStarted -= OnServiceStarted; @@ -100,12 +103,12 @@ namespace Banshee.MeeGo panel = MeeGoPanel.Instance; if (panel == null) { - Log.Warning ("Netbook extension initialized without a panel"); + Log.Information ("Netbook extension initialized with hidden panel"); + //AddSwitchToPrimaryInterface (); return; - } else { - elements_service.PrimaryWindow.Hide (); } + elements_service.PrimaryWindow.Hide (); panel.BuildContents (); elements_service.PrimaryWindowClose = () => { @@ -115,8 +118,30 @@ namespace Banshee.MeeGo } + private void AddSwitchToPrimaryInterface () + { + // Add switcher to primary interface: + var app_button = new Button (new Image () { + IconSize = (int)IconSize.LargeToolbar, + IconName = "media-player-banshee" + }) { + TooltipText = Catalog.GetString ("Show the Netbook interface") + }; + app_button.Clicked += (o, e) => { + //ServiceManager.SourceManager.SetActiveSource (ServiceManager.SourceManager.MusicLibrary); + ServiceManager.Get ().PresentNetbookInterface (); + }; + Toolbar header_toolbar; + InterfaceActionService action_service; + action_service = ServiceManager.Get (); + header_toolbar = (Toolbar)action_service.UIManager.GetWidget ("/HeaderToolbar"); + app_button.ShowAll (); + action_service.PopulateToolbarPlaceholder (header_toolbar, "/HeaderToolbar/ExtensionToolBarPlaceHolder", app_button); + } + public void PresentPrimaryInterface () { + Log.Information ("Switch to traditional interface"); elements_service.PrimaryWindow.Maximize (); elements_service.PrimaryWindow.Present (); if (panel != null) { @@ -124,6 +149,17 @@ namespace Banshee.MeeGo } } + public void PresentNetbookInterface () + { + Log.Information ("Switch to Netbook interface"); + if (panel == null) { + panel = new MeeGoPanel (); + Initialize (); + } + panel.Show (); + elements_service.PrimaryWindow.Hide (); + } + public void Dispose () { if (panel != null) { debian/patches/Use-notify-sharp-3.0-to-match-Gtk-3.0.patch0000644000000000000000000000140212314255102020034 0ustar From: Chow Loong Jin Date: Sun, 17 Nov 2013 03:17:27 +0800 Subject: Use notify-sharp-3.0 to match Gtk# 3.0 --- build/m4/banshee/notify-sharp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/m4/banshee/notify-sharp.m4 b/build/m4/banshee/notify-sharp.m4 index 3025b6b..652dfd5 100644 --- a/build/m4/banshee/notify-sharp.m4 +++ b/build/m4/banshee/notify-sharp.m4 @@ -5,7 +5,7 @@ AC_DEFUN([BANSHEE_CHECK_NOTIFY_SHARP], use_system_notifysharp="yes", use_system_notifysharp="no") if test "x$use_system_notifysharp" = "xyes"; then - PKG_CHECK_MODULES(NOTIFY_SHARP, notify-sharp) + PKG_CHECK_MODULES(NOTIFY_SHARP, notify-sharp-3.0) AC_SUBST(NOTIFY_SHARP_LIBS) AM_CONDITIONAL(EXTERNAL_NOTIFY_SHARP, true) else debian/patches/Only-show-panel-on-client-MeeGo-and-don-t-show-when-.patch0000644000000000000000000000236612314255102023265 0ustar From: Didier Roche Date: Mon, 5 Jul 2010 13:12:49 +0200 Subject: Only show panel on --client=MeeGo and don't show when banshee is called Bug: https://bugzilla.gnome.org/show_bug.cgi?id=623588 --- src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs index 4d0ad52..bb7b31a 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs @@ -97,11 +97,13 @@ namespace Banshee.MeeGo // assume we're probably not really running in a MeeGo environment, // so we just create the panel here (which is likely to just be // a separate top-level window for testing). - panel = MeeGoPanel.Instance ?? new MeeGoPanel (); + panel = MeeGoPanel.Instance; if (panel == null) { Log.Warning ("Netbook extension initialized without a panel"); return; + } else { + elements_service.PrimaryWindow.Hide (); } panel.BuildContents (); debian/patches/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch0000644000000000000000000000141212314255102022774 0ustar From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 May 2013 11:49:29 +0200 Subject: Use new-style GStreamer 1.0 raw audio caps in the WAV audio profile --- data/audio-profiles/wav.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/audio-profiles/wav.xml.in b/data/audio-profiles/wav.xml.in index 6dc1bab..1759f3c 100644 --- a/data/audio-profiles/wav.xml.in +++ b/data/audio-profiles/wav.xml.in @@ -13,7 +13,7 @@ (gst-construct-pipeline "audioresample" "audioconvert" - (+ "audio/x-raw-int, " + (+ "audio/x-raw, " "format=(string)S16LE, " "rate=(int)44100, " "channels=(int)2" ) debian/patches/Remove-IDBusExportable-inheritance-from-exported-int.patch0000644000000000000000000001507312314255102023736 0ustar From: Chow Loong Jin Date: Sat, 1 Mar 2014 15:52:39 +0800 Subject: Remove IDBusExportable inheritance from exported interfaces This fixes the crashes when attempting to control an existing instance of Banshee using the command-line interface. Bug-Debian: #731978 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=725446 --- src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs | 2 +- src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs | 2 +- .../Banshee.PlaybackController/IPlaybackControllerService.cs | 2 +- .../Banshee.PlaybackController/PlaybackControllerService.cs | 4 ++-- src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs | 2 +- src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs | 2 +- src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs | 2 +- src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs b/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs index fc935ac..f29cfa5 100644 --- a/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs +++ b/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs @@ -35,7 +35,7 @@ using Banshee.ServiceStack; namespace Banshee.MediaEngine { [Interface("org.bansheeproject.Banshee.PlayerEngine")] - public interface IPlayerEngineService : IDBusExportable + public interface IPlayerEngineService { event DBusPlayerEventHandler EventChanged; event DBusPlayerStateHandler StateChanged; diff --git a/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs b/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs index 793b9cd..83cbe67 100644 --- a/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs +++ b/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs @@ -51,7 +51,7 @@ namespace Banshee.MediaEngine public delegate bool TrackInterceptHandler (TrackInfo track); public class PlayerEngineService : IInitializeService, IDelayedInitializeService, - IRequiredService, IPlayerEngineService, IDisposable + IRequiredService, IPlayerEngineService, IDBusExportable, IDisposable { private List engines = new List (); private PlayerEngine active_engine; diff --git a/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs b/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs index deb1feb..a764272 100644 --- a/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs +++ b/src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerService.cs @@ -36,7 +36,7 @@ namespace Banshee.PlaybackController public delegate void PlaybackControllerStoppedHandler (); [Interface ("org.bansheeproject.Banshee.PlaybackController")] - public interface IPlaybackControllerService : IDBusExportable + public interface IPlaybackControllerService { // FIXME: IPlaybackControllerExportable : IPlaybackController // but DBus-Sharp has a design flaw where it only exports diff --git a/src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs b/src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs index 1b8020f..af700a6 100644 --- a/src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs +++ b/src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs @@ -38,8 +38,8 @@ using Banshee.MediaEngine; namespace Banshee.PlaybackController { - public class PlaybackControllerService : IRequiredService, ICanonicalPlaybackController, - IPlaybackController, IPlaybackControllerService + public class PlaybackControllerService : IDBusExportable, IRequiredService, + ICanonicalPlaybackController, IPlaybackController, IPlaybackControllerService { private enum Direction { diff --git a/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs b/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs index 18203c7..4cfc697 100644 --- a/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs +++ b/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs @@ -36,7 +36,7 @@ using Banshee.ServiceStack; namespace Banshee.Sources { [Interface("org.bansheeproject.Banshee.SourceManager")] - public interface ISourceManager : IDBusExportable + public interface ISourceManager { //event SourceEventHandler SourceUpdated; ISource ActiveSource { get; set; } diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs index 48d10bc..1a33a2b 100644 --- a/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs +++ b/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs @@ -40,7 +40,7 @@ using Banshee.Playlist; namespace Banshee.Gui { - public class GlobalActions : BansheeActionGroup, IGlobalUIActions + public class GlobalActions : BansheeActionGroup, IGlobalUIActions, IDBusExportable { public GlobalActions () : base ("Global") { diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs index 1d693b1..77604f7 100644 --- a/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs +++ b/src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs @@ -34,7 +34,7 @@ using Banshee.ServiceStack; namespace Banshee.Gui { [Interface ("org.bansheeproject.Banshee.ClientWindow")] - public interface IClientWindow : IDBusExportable + public interface IClientWindow { void Present (); void Hide (); diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs b/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs index 34124c5..e9a53d0 100644 --- a/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs +++ b/src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs @@ -32,11 +32,11 @@ using Banshee.ServiceStack; namespace Banshee.Gui { [Interface ("org.bansheeproject.Banshee.GlobalUIActions")] - public interface IGlobalUIActions : IDBusExportable + public interface IGlobalUIActions { void ShowImportDialog (); void ShowAboutDialog (); void ShowOpenLocationDialog (); void ShowPreferencesDialog (); } -} \ No newline at end of file +} debian/patches/Disable-Notification-area-extension-by-default.patch0000644000000000000000000000171512314255102022576 0ustar From: Iain Lane Date: Mon, 23 Jan 2012 23:05:20 +0800 Subject: Disable Notification area extension by default --- .../Banshee.NotificationArea/Banshee.NotificationArea.addin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml index 003afb0..abdcf48 100644 --- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml +++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml @@ -9,7 +9,7 @@ description="Display an icon in the notification area for controlling Banshee." author="Aaron Bockover, Sebastian Dröge, Alexander Hixon, Gabriel Burt, Ruben Vermeersch" url="http://banshee.fm/" - defaultEnabled="true"> + defaultEnabled="false"> debian/patches/Fix-ambiguity-in-DateTime-class.patch0000644000000000000000000000255412314255102017556 0ustar From: Chow Loong Jin Date: Sat, 7 Dec 2013 12:32:54 +0800 Subject: Fix ambiguity in DateTime class In DateButton.cs, unqualified usage of the DateTime class results in an ambiguity between System.DateTime and GLib.DateTime. --- src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs b/src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs index 519a54a..095d2d9 100644 --- a/src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs +++ b/src/Core/Banshee.Widgets/Banshee.Widgets/DateButton.cs @@ -36,7 +36,7 @@ namespace Banshee.Widgets public class DateButton : ToggleButton { private Window popup; - private DateTime date; + private System.DateTime date; private Calendar cal; private string displayFormat; @@ -47,7 +47,7 @@ namespace Banshee.Widgets { Toggled += OnToggled; popup = null; - date = DateTime.Now; + date = System.DateTime.Now; displayFormat = "yyyy/MM/dd"; } @@ -195,7 +195,7 @@ namespace Banshee.Widgets set { displayFormat = value; } } - public DateTime Date { + public System.DateTime Date { get { return date; } } } debian/patches/series0000644000000000000000000000143212314255102012025 0ustar Debrand-the-interface-to-Netbook.patch Only-show-panel-on-client-MeeGo-and-don-t-show-when-.patch Quit-only-on-explicit-shutdown-request.patch Enable-switching-between-the-2-interfaces.patch Add-Meego-desktop-file.patch Enable-MPRIS-extension-by-default.patch Remove-irrelevant-media.patch libossifer-Fix-certificate-validation-with-libsoup-2.patch Add-dllmaps-for-Banshee.NowPlaying.X11.dll.patch Initial-port-to-GStreamer-1.0.patch Remove-build-time-enable-gapless-playback-option.patch Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch Remove-IDBusExportable-inheritance-from-exported-int.patch Disable-Notification-area-extension-by-default.patch Enable-sound-menu-extension-by-default.patch Change-Amazon-redirect-url.patch debian/patches/Debrand-the-interface-to-Netbook.patch0000644000000000000000000000627312314255102017733 0ustar From: Didier Roche Date: Mon, 5 Jul 2010 13:06:51 +0200 Subject: Debrand the interface to "Netbook" Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=623588 --- src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs | 12 ++++++------ src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs index eaad0a3..6fad319 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoPanel.cs @@ -48,7 +48,7 @@ namespace Banshee.MeeGo public MeeGoPanel () { if (Instance != null) { - throw new InvalidOperationException ("Only one MeeGoPanel instance should exist"); + throw new InvalidOperationException ("Only one Netbook Panel (MeegoPanel) instance should exist"); } Instance = this; @@ -56,7 +56,7 @@ namespace Banshee.MeeGo var timer = Log.DebugTimerStart (); try { - Log.Debug ("Attempting to create MeeGo toolbar panel"); + Log.Debug ("Attempting to create Netbook toolbar panel"); embedded_panel = new PanelGtk ("banshee", Catalog.GetString ("media"), null, "media-button", true); embedded_panel.ShowBeginEvent += (o, e) => { @@ -70,12 +70,12 @@ namespace Banshee.MeeGo } } catch (Exception e) { if (!(e is DllNotFoundException)) { - Log.Exception ("Could not bind to MeeGo panel", e); + Log.Exception ("Could not bind to Netbook panel", e); } - window_panel = new Gtk.Window ("MeeGo Media Panel"); + window_panel = new Gtk.Window ("Netbook Media Panel"); } - Log.DebugTimerPrint (timer, "MeeGo panel created: {0}"); + Log.DebugTimerPrint (timer, "Netbook panel created: {0}"); } public void Dispose () @@ -87,7 +87,7 @@ namespace Banshee.MeeGo var timer = Log.DebugTimerStart (); Contents = new MediaPanelContents (); Contents.ShowAll (); - Log.DebugTimerPrint (timer, "MeeGo panel contents created: {0}"); + Log.DebugTimerPrint (timer, "Netbook panel contents created: {0}"); if (embedded_panel != null) { embedded_panel.SetChild (Contents); diff --git a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs index ffac0f1..4d0ad52 100644 --- a/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs +++ b/src/Extensions/Banshee.MeeGo/Banshee.MeeGo/MeeGoService.cs @@ -100,7 +100,7 @@ namespace Banshee.MeeGo panel = MeeGoPanel.Instance ?? new MeeGoPanel (); if (panel == null) { - Log.Warning ("MeeGo extension initialized without a panel"); + Log.Warning ("Netbook extension initialized without a panel"); return; } debian/patches/libbnpx11-Don-t-use-non-existent-macros.patch0000644000000000000000000001047112314255102021120 0ustar From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Sat, 19 Oct 2013 15:51:21 +0200 Subject: libbnpx11: Don't use non-existent macros Origin: commit:f36812ddb62dd812aae24f4f9b8fce8d8dec5054 The GTK_WIDGET_REALIZED and GDK_WINDOW_XWINDOW macros are gone in GTK+ 3.x, so we use their replacement. Also enable gcc warnings when building libbnpx11, so that we get warnings for such situations in the future. Signed-off-by: Bertrand Lorentz --- src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile.am | 2 +- .../Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile.am b/src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile.am index 842ee3f..e28c0b5 100644 --- a/src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile.am +++ b/src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile.am @@ -5,7 +5,7 @@ bnpx11dir = $(pkglibdir)/Backends bnpx11_LTLIBRARIES = libbnpx11.la libbnpx11_la_SOURCES = $(SOURCES) -libbnpx11_la_CFLAGS = $(BNPX_CFLAGS) $(BNPX_GTK_CFLAGS) +libbnpx11_la_CFLAGS = $(BNPX_CFLAGS) $(BNPX_GTK_CFLAGS) -Wall libbnpx11_la_LIBADD = $(BNPX_LIBS) $(BNPX_GTK_LIBS) -lX11 -lXxf86vm -lXrandr libbnpx11_la_LDFLAGS = -avoid-version -module diff --git a/src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c b/src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c index 607b56c..0445ca7 100644 --- a/src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c +++ b/src/Backends/Banshee.NowPlaying.X11/libbnpx11/bacon-resize.c @@ -165,7 +165,7 @@ set_video_widget (BaconResize *resize, GtkWidget *video_widget) int event_basep, error_basep; XRRScreenConfiguration *xr_screen_conf; #endif - g_return_if_fail (GTK_WIDGET_REALIZED (video_widget)); + g_return_if_fail (gtk_widget_get_realized (video_widget)); resize->priv->video_widget = video_widget; @@ -185,7 +185,7 @@ set_video_widget (BaconResize *resize, GtkWidget *video_widget) goto bail; /* We don't use the output here, checking whether XRRGetScreenInfo works */ - xr_screen_conf = XRRGetScreenInfo (GDK_DISPLAY_XDISPLAY (display), GDK_WINDOW_XWINDOW (gdk_screen_get_root_window (screen))); + xr_screen_conf = XRRGetScreenInfo (GDK_DISPLAY_XDISPLAY (display), GDK_WINDOW_XID (gdk_screen_get_root_window (screen))); if (xr_screen_conf == NULL) goto bail; @@ -223,7 +223,7 @@ bacon_resize_resize (BaconResize *resize) Display *Display; g_return_if_fail (GTK_IS_WIDGET (resize->priv->video_widget)); - g_return_if_fail (GTK_WIDGET_REALIZED (resize->priv->video_widget)); + g_return_if_fail (gtk_widget_get_realized (resize->priv->video_widget)); Display = GDK_WINDOW_XDISPLAY (gtk_widget_get_window (resize->priv->video_widget)); if (Display == NULL) @@ -252,7 +252,7 @@ bacon_resize_resize (BaconResize *resize) gdk_error_trap_push (); /* Find the XRandR mode that corresponds to the real size */ - resize->priv->xr_screen_conf = XRRGetScreenInfo (Display, GDK_WINDOW_XWINDOW (root)); + resize->priv->xr_screen_conf = XRRGetScreenInfo (Display, GDK_WINDOW_XID (root)); xr_sizes = XRRConfigSizes (resize->priv->xr_screen_conf, &xr_nsize); resize->priv->xr_original_size = XRRConfigCurrentConfiguration (resize->priv->xr_screen_conf, &(resize->priv->xr_current_rotation)); if (gdk_error_trap_pop ()) { @@ -273,7 +273,7 @@ bacon_resize_resize (BaconResize *resize) gdk_error_trap_push (); XRRSetScreenConfig (Display, resize->priv->xr_screen_conf, - GDK_WINDOW_XWINDOW (root), + GDK_WINDOW_XID (root), (SizeID) i, resize->priv->xr_current_rotation, CurrentTime); @@ -299,7 +299,7 @@ bacon_resize_restore (BaconResize *resize) Display *Display; g_return_if_fail (GTK_IS_WIDGET (resize->priv->video_widget)); - g_return_if_fail (GTK_WIDGET_REALIZED (resize->priv->video_widget)); + g_return_if_fail (gtk_widget_get_realized (resize->priv->video_widget)); /* We haven't called bacon_resize_resize before, or it exited * as we didn't need a resize. */ @@ -328,7 +328,7 @@ bacon_resize_restore (BaconResize *resize) gdk_error_trap_push (); XRRSetScreenConfig (Display, resize->priv->xr_screen_conf, - GDK_WINDOW_XWINDOW (root), + GDK_WINDOW_XID (root), resize->priv->xr_original_size, resize->priv->xr_current_rotation, CurrentTime); debian/patches/Add-dllmaps-for-Banshee.NowPlaying.X11.dll.patch0000644000000000000000000000245112314255102021314 0ustar From: Chow Loong Jin Date: Fri, 1 Jun 2012 16:22:37 +0800 Subject: Add dllmaps for Banshee.NowPlaying.X11.dll --- src/Backends/Banshee.NowPlaying.X11/Banshee.NowPlaying.X11.dll.config | 3 +++ src/Backends/Banshee.NowPlaying.X11/Makefile.am | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/Backends/Banshee.NowPlaying.X11/Banshee.NowPlaying.X11.dll.config diff --git a/src/Backends/Banshee.NowPlaying.X11/Banshee.NowPlaying.X11.dll.config b/src/Backends/Banshee.NowPlaying.X11/Banshee.NowPlaying.X11.dll.config new file mode 100644 index 0000000..83f5efc --- /dev/null +++ b/src/Backends/Banshee.NowPlaying.X11/Banshee.NowPlaying.X11.dll.config @@ -0,0 +1,3 @@ + + + diff --git a/src/Backends/Banshee.NowPlaying.X11/Makefile.am b/src/Backends/Banshee.NowPlaying.X11/Makefile.am index d8e94fd..4e0acbe 100644 --- a/src/Backends/Banshee.NowPlaying.X11/Makefile.am +++ b/src/Backends/Banshee.NowPlaying.X11/Makefile.am @@ -11,6 +11,7 @@ RESOURCES = Banshee.NowPlaying.X11.addin.xml if HAVE_XVIDMODE include $(top_srcdir)/build/build.mk +dist_module_SCRIPTS = Banshee.NowPlaying.X11.dll.config else include $(top_srcdir)/build/build.dist.mk endif debian/monodoc-banshee-manual.install0000644000000000000000000000004312314255102015062 0ustar debian/tmp/usr/lib/monodoc/sources debian/banshee.manpages0000644000000000000000000000002112314255102012274 0ustar debian/banshee.1 debian/banshee-extension-soundmenu.install0000644000000000000000000000006012314255102016177 0ustar /usr/lib/banshee/Extensions/Banshee.SoundMenu.* debian/source_banshee.py0000644000000000000000000000404312314255102012521 0ustar import os import re import apport.packaging import apport.hookutils def mask_string (str): MASK = '##MASKED##' return str.group(1) + MASK def mask_values(gconfinfo): """ strip personal/private information from the GConf entries """ pattrn = re.compile ('((library-location|country|file_pattern|folder_pattern|share_password|share_name|username|password)=)(.*)$', re.IGNORECASE) newReport = "" for line in gconfinfo.splitlines(): line = pattrn.sub (mask_string, line) newReport += line + '\n' return newReport def add_info(report, ui): # Check to see if the stacktrace is a webkit or libubuntuone issue # if it is, then reassign to the Ubuntu One Music Store stacktrace = report.get("Stacktrace", None) if stacktrace: if "ubuntuone" in stacktrace or "webkit" in stacktrace: report.add_package_info("banshee-extension-ubuntuonemusicstore") return response = ui.choice("How would you describe the issue?", ["The Banshee interface is not working correctly", "No sound is being played", "Some audio files are not being played correctly", "The Ubuntu One Music Store is not working correctly"], False) if response == None: # user cancelled raise StopIteration if response[0] == 0: # an issue about banshee interface apport.hookutils.attach_gconf(report, 'banshee-1') report['GConfNonDefault'] = mask_values(report['GConfNonDefault']) if response[0] == 1: # the issue is a sound one os.execlp('apport-bug', 'apport-bug', 'audio') if response[0] == 2: # the issue is a codec one report.add_package_info("libgstreamer0.10-0") return if response[0] == 3: # problem with the music store report.add_package_info("banshee-extension-ubuntuonemusicstore") return report["LogAlsaMixer"] = apport.hookutils.command_output(["/usr/bin/amixer"]) report["GstreamerVersions"] = apport.hookutils.package_versions("gstreamer*") report["XorgLog"] = apport.hookutils.read_file("/var/log/Xorg.0.log") debian/rules0000755000000000000000000000527212314255102010247 0ustar #!/usr/bin/make -f LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed BANSHEE_API_VERSION = $(shell grep API_VERSION= configure | cut -f2 -d=) BANSHEE_ASM_VERSION = $(shell grep ASM_VERSION= configure | cut -f2 -d=) CONFFLAGS = \ --libdir=/usr/lib \ --disable-static \ --disable-tests \ --with-vendor-build-id="`lsb_release -ds`" \ --disable-clutter \ --disable-gst-sharp \ --enable-user-help \ --enable-docs \ --enable-youtube \ --enable-gio \ --enable-gio-hardware \ --disable-moonlight \ --enable-upnp \ --enable-gnome \ --enable-schemas-install \ --enable-mtp \ --enable-appledevice \ --enable-daap \ --disable-remote-audio \ --disable-torrent \ --enable-meego \ --enable-gapless-playback \ --enable-webkit \ --enable-release \ --disable-shave \ MCS=/usr/bin/mono-csc LDFLAGS="$(LDFLAGS)" ifeq ($(shell dpkg-vendor --query vendor), Ubuntu) CONFFLAGS += \ --disable-boo \ --disable-karma \ --enable-soundmenu \ --disable-ubuntuone else CONFFLAGS += \ --enable-boo \ --enable-karma \ --disable-soundmenu \ --disable-ubuntuone endif ifeq ($(shell dpkg-architecture -ilinux-any && echo yes), yes) CONFFLAGS += --enable-gio-hardware else CONFFLAGS += --disable-gio-hardware endif override_dh_auto_configure: dh_auto_configure -- $(CONFFLAGS) # disable tests override_dh_auto_test: # dump debugging symbols in banshee-dbg override_dh_strip: dh_strip --dbg-package=banshee-dbg override_dh_clistrip: dh_clistrip --dbg-package=banshee-dbg # disable dh_makeclilibs for weird signed libraries override_dh_makeclilibs: override_dh_clideps: dh_clideps \ --exclude-moduleref=libmeego-panel \ --exclude-moduleref=winmm \ --exclude-moduleref=libbanshee \ --exclude-moduleref=libbnpx11 override_dh_install: # make sure we don't include a generated MIME database find debian/tmp/usr/share/mime/ -mindepth 1 -maxdepth 1 -not -name packages -print0 | xargs -0 rm -rf # strip la files find debian/tmp -name '*.la' -delete rm -f debian/tmp/usr/share/applications/mimeinfo.cache dh_install # Remove MeeGo stuff from banshee binary package rm -r debian/banshee/usr/share/mutter-meego/ \ debian/banshee/usr/lib/banshee/MeeGo.exe \ debian/banshee/usr/lib/banshee/Extensions/Banshee.MeeGo.dll* \ debian/banshee/usr/share/dbus-1/services/com.meego* ifeq ($(shell dpkg-vendor --query vendor), Ubuntu) # Remove U1MS and Sound Menu stuff from banshee rm -r debian/banshee/usr/lib/banshee/Extensions/Banshee.SoundMenu.* endif override_dh_gencontrol: dh_gencontrol -- \ -V"banshee:API=$(BANSHEE_API_VERSION)" \ -V"banshee:ASM=$(BANSHEE_ASM_VERSION)" override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh -- %: dh $@ --with=cli,autoreconf,translations debian/banshee.10000644000000000000000000001020212314255102010643 0ustar .TH BANSHEE "1" "August 2011" "Banshee 2.1.1 (2.1.1) http://banshee.fm" "User Commands" .SH NAME Banshee \- Media Management and Playback application . .br Muinshee \- Media Management and Playback application .SH SYNOPSIS .B banshee [\fIoptions\fR...] [\fIfiles|URIs\fR...] . .br .B muinshee [\fIoptions\fR...] [\fIfiles|URIs\fR...] .SH DESCRIPTION Banshee is an media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. .SH OPTIONS .TP \fB\-\-next\fR Play the next track, optionally restarting if the \&'restart' value is set .TP \fB\-\-previous\fR Play the previous track, optionally restarting if the 'restart value is set .TP \fB\-\-restart\-or\-previous\fR If the current song has been played longer than 4 seconds then restart it, otherwise the same as \fB\-\-previous\fR .TP \fB\-\-play\-enqueued\fR Automatically start playing any tracks enqueued on the command line .TP \fB\-\-play\fR Start playback .TP \fB\-\-pause\fR Pause playback .TP \fB\-\-toggle\-playing\fR Toggle playback .TP \fB\-\-stop\fR Completely stop playback .TP \fB\-\-stop\-when\-finished\fR Enable or disable playback stopping after the currently playing track (value should be either \&'true' or 'false') .TP \fB\-\-set\-volume\fR=\fILEVEL\fR Set the playback volume (0\-100), prefix with +/\- for relative values .TP \fB\-\-set\-position\fR=\fIPOS\fR Seek to a specific point (seconds, float) .TP \fB\-\-set\-rating\fR=\fIRATING\fR Set the currently played track's rating (0 to 5) .TP \fB\-\-query\-current\-state\fR Current player state .TP \fB\-\-query\-last\-state\fR Last player state .TP \fB\-\-query\-can\-pause\fR Query whether the player can be paused .TP \fB\-\-query\-can\-seek\fR Query whether the player can seek .TP \fB\-\-query\-volume\fR Player volume .TP \fB\-\-query\-position\fR Player position in currently playing track .TP \fB\-\-query\-uri\fR URI .TP \fB\-\-query\-artist\fR Artist Name .TP \fB\-\-query\-album\fR Album Title .TP \fB\-\-query\-title\fR Track Title .TP \fB\-\-query\-duration\fR Duration .TP \fB\-\-query\-track\-number\fR Track Number .TP \fB\-\-query\-track\-count\fR Track Count .TP \fB\-\-query\-disc\fR Disc Number .TP \fB\-\-query\-year\fR Year .TP \fB\-\-query\-rating\fR Rating .TP \fB\-\-query\-score\fR Score .TP \fB\-\-query\-bit\-rate\fR Bit Rate .TP \fB\-\-show\fR|\-\-present Present the user interface on the active workspace .TP \fB\-\-fullscreen\fR Enter the full\-screen mode .TP \fB\-\-hide\fR Hide the user interface .TP \fB\-\-no\-present\fR Do not present the user interface, regardless of any other options .TP \fB\-\-show\-import\-media\fR Present the import media dialog box .TP \fB\-\-show\-about\fR Present the about dialog .TP \fB\-\-show\-open\-location\fR Present the open location dialog .TP \fB\-\-show\-preferences\fR Present the preferences dialog .TP \fB\-\-debug\fR Enable general debugging features .TP \fB\-\-debug\-sql\fR Enable debugging output of SQL queries .TP \fB\-\-debug\-addins\fR Enable debugging output of Mono.Addins .TP \fB\-\-db\fR=\fIFILE\fR Specify an alternate database to use .TP \fB\-\-gconf\-base\-key\fR=\fIKEY\fR Specify an alternate key, default is /apps/banshee\-1/ .TP \fB\-\-uninstalled\fR Optimize instance for running uninstalled; most notably, this will create an alternate Mono.Addins database in the working directory .TP \fB\-\-disable\-dbus\fR Disable DBus support completely .TP \fB\-\-no\-gtkrc\fR Skip loading a custom gtkrc file (~/.config/banshee\-1/gtkrc) if it exists .TP \fB\-\-help\fR Show this help .TP \fB\-\-help\-playback\fR Show options for controlling playback .TP \fB\-\-help\-query\-track\fR Show options for querying the playing track .TP \fB\-\-help\-query\-player\fR Show options for querying the playing engine .TP \fB\-\-help\-ui\fR Show options for the user interface .TP \fB\-\-help\-debug\fR Show options for developers and debugging .TP \fB\-\-help\-all\fR Show all option groups .TP \fB\-\-version\fR Show version information .PP Copyright 2005\-2009 Novell, Inc. and Contributors. debian/banshee.docs0000644000000000000000000000002412314255102011434 0ustar AUTHORS NEWS README debian/watch0000644000000000000000000000020312314255102010205 0ustar version=3 opts=dversionmangle=s/^.*\+really// http://ftp.gnome.org/pub/GNOME/sources/banshee/(\d\.\d)/banshee-(\d\.\d\.\d).tar\.xz debian/banshee.links0000644000000000000000000000014212314255102011625 0ustar usr/bin/banshee usr/bin/muinshee usr/share/man/man1/banshee.1.gz usr/share/man/man1/muinshee.1.gz