[Pkg-sdl-commits] [SCM] Packaging of SDL_sound branch, master, updated. debian/1.0.3-5

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sun Feb 5 20:46:18 UTC 2012


The following commit has been merged in the master branch:
commit 49f51a96f2163f519a25d089b158657817b1f453
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Feb 5 19:10:14 2012 +0000

    Adding patch to modify timidity path

diff --git a/debian/patches/modify-timidity-path.patch b/debian/patches/modify-timidity-path.patch
new file mode 100644
index 0000000..24d2710
--- /dev/null
+++ b/debian/patches/modify-timidity-path.patch
@@ -0,0 +1,11 @@
+--- a/decoders/timidity/timidity.c
++++ b/decoders/timidity/timidity.c
+@@ -427,7 +427,7 @@
+   add_to_pathlist("\\TIMIDITY");
+ #else
+   add_to_pathlist("/usr/local/lib/timidity");
+-  add_to_pathlist("/etc");
++  add_to_pathlist("/etc/timidity");
+ #endif
+ 
+   Timidity_Init_NoConfig();
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..51b2dc0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+modify-timidity-path.patch

-- 
Packaging of SDL_sound



More information about the pkg-sdl-commits mailing list