File sugar-tamtam-common-52-sugar-tamtam-features.patch of Package sugar-tamtam-common
--- tamtam/common/Config.py.orig 2008-12-20 00:29:09.000000000 +0000
+++ tamtam/common/Config.py 2008-12-20 00:43:24.000000000 +0000
@@ -6,11 +6,11 @@
#QUICKLOAD = os.path.isfile("QUICKLOAD") # skip loading inessential comenents to speed things up
-FEATURES_OGG = True
+FEATURES_OGG = False
FEATURES_MIC = None
-FEATURES_LAB = None
+FEATURES_LAB = True
FEATURES_NEWSOUNDS = None
-FEATURES_GRAB_MOUSE = True
+FEATURES_GRAB_MOUSE = False
if os.path.isfile("DEBUG"):
f = open("DEBUG")
--- tamtam/common/Util/CSoundClient.py.orig 2008-12-20 23:26:10.000000000 +0000
+++ tamtam/common/Util/CSoundClient.py 2008-12-20 23:27:18.000000000 +0000
@@ -10,7 +10,7 @@
import common.Config as Config
from common.Generation.GenerationConstants import GenerationConstants
-from common.Util.Clooper.aclient import *
+from tamtam.aclient import *
from common.Util import NoteDB
import common.Util.InstrumentDB as InstrumentDB