SOURCES: Slune-slune_bin.patch (NEW) - make the new Slune Sound AP...

shadzik shadzik at pld-linux.org
Sun Sep 24 12:35:39 CEST 2006


Author: shadzik                      Date: Sun Sep 24 10:35:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make the new Slune Sound API work by Michał Lisowski <lisu87 at gmail dot com>

---- Files affected:
SOURCES:
   Slune-slune_bin.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/Slune-slune_bin.patch
diff -u /dev/null SOURCES/Slune-slune_bin.patch:1.1
--- /dev/null	Sun Sep 24 12:35:39 2006
+++ SOURCES/Slune-slune_bin.patch	Sun Sep 24 12:35:34 2006
@@ -0,0 +1,14 @@
+--- Slune-1.0.12rc1/slune~	2006-09-23 23:16:32.000000000 +0200
++++ Slune-1.0.12rc1/slune	2006-09-23 23:15:59.000000000 +0200
+@@ -36,10 +36,8 @@
+   sys.path.insert(0, APPDIR)
+ 
+ import slune.globdef as globdef, soya
+-soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN, sound = 1, sound_doppler_factor = 0.005, sound_reference_distance = 3.0)
+-#soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN)
++soya.init(width = globdef.SCREEN_WIDTH, height = globdef.SCREEN_HEIGHT, fullscreen = globdef.FULLSCREEN)
+ soya.set_quality(globdef.QUALITY)
+-soya.set_sound_volume(globdef.SOUND_VOLUME)
+ 
+ LEVEL        = ""
+ PARRAIN_HOST = None
================================================================


More information about the pld-cvs-commit mailing list