[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/2.1.3-1-4-g2735b00

Chow Loong Jin hyperair at ubuntu.com
Thu Sep 8 04:02:05 UTC 2011


The following commit has been merged in the experimental branch:
commit 889b2044fbaf57fd1fd0594693d43f17fd96281d
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Thu Sep 8 10:01:39 2011 +0800

    Fix invalid cast causing ftbfs with libgpod

diff --git a/debian/patches/fix-libgpod-wrong-cast-ftbfs.patch b/debian/patches/fix-libgpod-wrong-cast-ftbfs.patch
new file mode 100644
index 0000000..565ca5f
--- /dev/null
+++ b/debian/patches/fix-libgpod-wrong-cast-ftbfs.patch
@@ -0,0 +1,13 @@
+Index: banshee/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs
+===================================================================
+--- banshee.orig/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs	2011-09-08 10:01:03.674380855 +0800
++++ banshee/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs	2011-09-08 10:01:08.834410073 +0800
+@@ -215,7 +215,7 @@
+             track.CDs = DiscCount;
+             track.CDNumber = DiscNumber;
+             track.TrackLength = (int) Duration.TotalMilliseconds;
+-            track.Size = (int)FileSize;
++            track.Size = (uint)FileSize;
+             track.Grouping = Grouping;
+             try {
+                 track.TimePlayed = LastPlayed;
diff --git a/debian/patches/series b/debian/patches/series
index c04e208..ff52a57 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,4 +8,5 @@
 0001-Revert-ArtworkManager-Cache-null-artwork-for-fast-lo.patch
 workaround-clideps-winmm.patch
 workaround-clideps-meego.patch
+fix-libgpod-wrong-cast-ftbfs.patch
 99_ltmain_as-needed.patch

-- 
banshee



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