[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.5.0-3-18-g8c9f523
Chow Loong Jin
hyperair at gmail.com
Wed Oct 14 05:31:29 UTC 2009
The following commit has been merged in the master branch:
commit 96545b24fdd8cc5550e860ca3484f121a98dd7d0
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Wed Oct 14 12:18:30 2009 +0800
New upstream release and fix FTBFS with new ipod-sharp
* New upstream release
* debian/patches/01_fix-ipod-sharp-ftbfs:
+ Fix FTBFS when ipod-sharp's debug files are missing (Closes: #549725)
diff --git a/debian/changelog b/debian/changelog
index ce58a67..6b95232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,116 +1,21 @@
-banshee (1.5.1~git2260a87-0ubuntu1) karmic; urgency=low
+banshee (1.5.1-1) UNRELEASED; urgency=low
+ * New upstream release
[ 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
+ * debian/patches/01_fix-ipod-sharp-ftbfs:
+ + Fix FTBFS when ipod-sharp's debug files are missing (Closes: #549725)
[ Iain Lane ]
- * Upload upstream snapshot from revision 2260a87. FFe granted on IRC by
- ScottK and sistpoty. Uploading a snapshot as 1.5.1 is almost released,
- which has a lot of improvements over 1.5.0. We have preliminary SRU
- approval to update to 1.5.1 final if it is released after Karmic, subject
- to the usual criteria:
-
- 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
- * Also fixes bugs reported on Launchpad:
- - Podcasts downloading can't be finished (LP: #326827)
- - right click add to playlist locks up computer (LP: #363561)
- - Banshee will crash if attempting to remove "New Preset" from equaliser
- (LP: #365227)
- - Initial collection indexing uses too much CPU (LP: #335147)
- - Banshee album art is blurred in notification bubbles (LP: #338695)
- - Banshee uses 100% CPU when downloading cover art (LP: #340436)
- - Wrong Cursor Icon It's Shown On Last.fm LogIn Dialog (LP: #342463)
- - Podcast files are not deleted from disk (LP: #377912)
- - Podcast description is not fully readable (LP: #380767)
- - shuffle by artist/album always disabled (LP: #381557)
- - i18n breaks Smart Playlists (LP: #382951)
- - Banshee ignores album art in album folder (LP: #384027)
- - iPod cover/album art appears on a slant (LP: #388370)
- - Import from Local Folder should allow you to select more than one folder
- to import from (LP: #340401)
- - Unable to play radio station stream (LP: #250247)
- - Rating Menu Item not Shown Properly on Themes with Dark Menus
- (LP: #342465)
- - Crash in Banshee Indexer client library (LP: #352537)
- - banshee doesn't work through ssh -X (LP: #383989)
* 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.
- -- Iain Lane <laney at ubuntu.com> Sat, 10 Oct 2009 23:08:00 +0100
+ -- Chow Loong Jin <hyperair at ubuntu.com> Wed, 14 Oct 2009 11:58:21 +0800
banshee (1.5.0-3) experimental; urgency=low
diff --git a/debian/patches/01_fix-ipod-sharp-ftbfs b/debian/patches/01_fix-ipod-sharp-ftbfs
new file mode 100644
index 0000000..4f7457f
--- /dev/null
+++ b/debian/patches/01_fix-ipod-sharp-ftbfs
@@ -0,0 +1,28 @@
+Index: banshee/src/Dap/Banshee.Dap.Ipod/Makefile.am
+===================================================================
+--- banshee.orig/src/Dap/Banshee.Dap.Ipod/Makefile.am 2009-10-14 12:09:02.698894628 +0800
++++ banshee/src/Dap/Banshee.Dap.Ipod/Makefile.am 2009-10-14 12:14:32.161393110 +0800
+@@ -20,6 +20,9 @@
+
+ install-data-hook:
+ for ASM in $(IPODSHARP_ASSEMBLIES); do \
++ if echo $(ASM) | grep '.mdb$' >/dev/null && ! test -f $(ASM); then \
++ continue; \
++ fi; \
+ $(INSTALL) -m 0755 $$ASM $(DESTDIR)$(moduledir); \
+ done;
+
+Index: banshee/src/Dap/Banshee.Dap.Ipod/Makefile.in
+===================================================================
+--- banshee.orig/src/Dap/Banshee.Dap.Ipod/Makefile.in 2009-10-14 12:09:02.758892717 +0800
++++ banshee/src/Dap/Banshee.Dap.Ipod/Makefile.in 2009-10-14 12:15:57.798917732 +0800
+@@ -789,6 +789,9 @@
+
+ @ENABLE_IPOD_TRUE at install-data-hook:
+ @ENABLE_IPOD_TRUE@ for ASM in $(IPODSHARP_ASSEMBLIES); do \
++ at ENABLE_IPOD_TRUE@ if echo $(ASM) | grep '.mdb$' >/dev/null && ! test -f $(ASM); then \
++ at ENABLE_IPOD_TRUE@ continue; \
++ at ENABLE_IPOD_TRUE@ fi; \
+ @ENABLE_IPOD_TRUE@ $(INSTALL) -m 0755 $$ASM $(DESTDIR)$(moduledir); \
+ @ENABLE_IPOD_TRUE@ done;
+
diff --git a/debian/patches/series b/debian/patches/series
index 2497acb..1e76233 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+01_fix-ipod-sharp-ftbfs
99_ltmain_as-needed.patch
--
banshee
More information about the Pkg-cli-apps-commits
mailing list