[Pkg-sdl-commits] [SCM] Debian packaging of SDL_mixer project branch, master, updated. debian/1.2.12-4-6-g7ad1ce9

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Thu Jul 11 15:18:44 UTC 2013


The following commit has been merged in the master branch:
commit 3262229794e57ab0176e66579f1565afb9d519ad
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Jul 11 12:34:06 2013 +0100

    Fix for #715447, link libfluidsynth at compile time instead of dlopen() like a plugin at runtime

diff --git a/debian/changelog b/debian/changelog
index 79654c9..f428710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+sdl-mixer1.2 (1.2.12-6) UNRELEASED; urgency=low
+
+  * MIDI enhancements (Thanks Fabian Greffrath for the reports and the
+    fixes):
+    - Add the "--disable-music-fluidsynth-shared" parameter to ./configure so
+      the library is linked to libfluidsynth instead of loaded through dlopen()
+      at runtime (Closes: #715447).
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Thu, 11 Jul 2013 12:17:15 +0100
+
 sdl-mixer1.2 (1.2.12-5) unstable; urgency=low
 
   * Adding patch (bug-694260-freedink_stack_corruption.patch) backported from
diff --git a/debian/rules b/debian/rules
index 158676d..aed70ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ confflags += --disable-music-mod-shared
 confflags += --disable-music-ogg-shared
 confflags += --disable-music-mp3-shared
 confflags += --disable-music-flac-shared
+confflags += --disable-music-fluidsynth-shared
 
 
 %:

-- 
Debian packaging of SDL_mixer project



More information about the pkg-sdl-commits mailing list