]> git.pld-linux.org Git - packages/banshee.git/commitdiff
- fixes build with libgpod-sharp 0.8.2 (from upstream)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 6 Jun 2012 20:16:30 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    banshee-libgpod.patch -> 1.1

banshee-libgpod.patch [new file with mode: 0644]

diff --git a/banshee-libgpod.patch b/banshee-libgpod.patch
new file mode 100644 (file)
index 0000000..7224ee0
--- /dev/null
@@ -0,0 +1,11 @@
+--- banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs.orig 2012-06-06 21:14:55.225456207 +0200
++++ banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs      2012-06-06 21:15:08.835382476 +0200
+@@ -215,7 +215,7 @@ namespace Banshee.Dap.AppleDevice
+             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;
This page took 0.091246 seconds and 4 git commands to generate.