================================
banshee:source=0.10-2 (previous: 0.10-1)
cvc rdiff banshee -1 /[EMAIL PROTECTED]:desktop/0.10-2
================================
0.10-2 Ken VanDine ([EMAIL PROTECTED]) Thu Dec  8 16:46:04 2005
    patch to fix multi-session CDs
    
banshee-0.10-AudioCdCore.cs.diff: new
--- src/Banshee.Base/AudioCd/AudioCdCore.cs.orig        2005-12-06 
06:23:04.000000000 -0500
+++ src/Banshee.Base/AudioCd/AudioCdCore.cs     2005-12-08 16:36:13.000000000 
-0500
@@ -116,7 +116,8 @@
             
             if(!volume.GetPropertyBool("volume.disc.has_audio") || 
                 !volume.PropertyExists("block.device") || 
-                !volume.PropertyExists("info.product")) {
+                !volume.GetPropertyBool("block.is_volume") ||
+                volume["volume.disc.type"] != "cd_rom") {
                 return null;
             }
             

banshee.recipe: changed
Index: banshee.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- banshee.recipe /[EMAIL PROTECTED]:desktop/0.10-1
+++ banshee.recipe /[EMAIL PROTECTED]:desktop/0.10-2
@@ -20,6 +20,7 @@
     version = '0.10'
     def setup(r):
        
r.addArchive('http://banshee-project.org/files/%(name)s/%(name)s-%(version)s.tar.gz')
+       r.addPatch('banshee-0.10-AudioCdCore.cs.diff', level=0)
         r.Configure('--disable-helix')
         r.Make()
         r.MakeInstall()



Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to