Author: megabajt Date: Wed Jun 6 20:16:35 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fixes build with libgpod-sharp 0.8.2 (from upstream)
---- Files affected:
packages/banshee:
banshee-libgpod.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/banshee/banshee-libgpod.patch
diff -u /dev/null packages/banshee/banshee-libgpod.patch:1.1
--- /dev/null Wed Jun 6 22:16:35 2012
+++ packages/banshee/banshee-libgpod.patch Wed Jun 6 22:16:30 2012
@@ -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;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit