]> git.pld-linux.org Git - packages/Slune.git/commitdiff
- make the new Slune Sound API work by MichaƂ Lisowski <lisu87 at gmail dot com>
authorshadzik <shadzik@pld-linux.org>
Sun, 24 Sep 2006 10:35:34 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Slune-slune_bin.patch -> 1.1

Slune-slune_bin.patch [new file with mode: 0644]

diff --git a/Slune-slune_bin.patch b/Slune-slune_bin.patch
new file mode 100644 (file)
index 0000000..587422d
--- /dev/null
@@ -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
This page took 0.065333 seconds and 4 git commands to generate.