r15914 - packages/trunk/freesynd/debian/patches

Lubos Novak lubos-guest at moszumanska.debian.org
Thu Oct 27 13:42:12 UTC 2016


Author: lubos-guest
Date: 2016-10-27 13:42:12 +0000 (Thu, 27 Oct 2016)
New Revision: 15914

Added:
   packages/trunk/freesynd/debian/patches/use_only_xmi_files_for_music.patch
Modified:
   packages/trunk/freesynd/debian/patches/series
Log:
add patch to load .xmi files instead of .ogg

Modified: packages/trunk/freesynd/debian/patches/series
===================================================================
--- packages/trunk/freesynd/debian/patches/series	2016-10-25 14:00:42 UTC (rev 15913)
+++ packages/trunk/freesynd/debian/patches/series	2016-10-27 13:42:12 UTC (rev 15914)
@@ -1,2 +1,3 @@
 spelling_errors.patch
 install_icon.patch
+use_only_xmi_files_for_music.patch

Added: packages/trunk/freesynd/debian/patches/use_only_xmi_files_for_music.patch
===================================================================
--- packages/trunk/freesynd/debian/patches/use_only_xmi_files_for_music.patch	                        (rev 0)
+++ packages/trunk/freesynd/debian/patches/use_only_xmi_files_for_music.patch	2016-10-27 13:42:12 UTC (rev 15914)
@@ -0,0 +1,17 @@
+Use only XMI files for music
+
+Index: freesynd-0.7.5/src/config.h
+===================================================================
+--- freesynd-0.7.5.orig/src/config.h
++++ freesynd-0.7.5/src/config.h
+@@ -30,8 +30,8 @@
+ //#undef HAVE_SDL_MIXER
+ #define HAVE_SDL_MIXER          1
+ 
+-#define USE_INTRO_OGG           1
+-#define USE_ASSASSINATE_OGG     1
++#define USE_INTRO_OGG           0
++#define USE_ASSASSINATE_OGG     0
+ 
+ // Define this to display frame rate during gameplay
+ //define TRACK_FPS  1




More information about the Pkg-games-commits mailing list