[Pkg-sdl-commits] [SCM] Debian packaging of SDL_mixer project branch, master, updated. debian/1.2.11-4-3-gc28e693

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sun Dec 4 12:56:41 UTC 2011


The following commit has been merged in the master branch:
commit 273caf0ca92ae72bed312b212c14bfd90112bbad
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Dec 4 12:52:27 2011 +0000

    debian/rules: Issue disable-*-shared flags for 'configure' again, otherwise SDL_mixer library opens those libraries in a plugin-like way (with SDL_LoadObject), and dpkg-shlibdeps doesn't seem to generate the needed dependencies in the binary library package.

diff --git a/debian/rules b/debian/rules
index 9192491..8c4d522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,12 +30,17 @@ confflags += --enable-music-timidity-midi
 confflags += --disable-music-native-midi
 confflags += --enable-music-native-midi-gpl
 
-# mafm 20111203: remove the "disable shared" support from previous versions, I
+# mafm 20111203: removed the "disable shared" support from previous versions, I
 # couldn't find any reason for it in the changelog
-#confflags += --disable-music-mod-shared
-#confflags += --disable-music-ogg-shared
-#confflags += --disable-music-mp3-shared
-#confflags += --disable-music-flac-shared
+#
+# mafm 20111204: issue "disable-*-shared" flags for 'configure' again, otherwise
+# SDL_mixer library opens those libraries in a plugin-like way (with
+# SDL_LoadObject), and dpkg-shlibdeps doesn't seem to generate the needed
+# dependencies in the binary library package
+confflags += --disable-music-mod-shared
+confflags += --disable-music-ogg-shared
+confflags += --disable-music-mp3-shared
+confflags += --disable-music-flac-shared
 
 
 %:

-- 
Debian packaging of SDL_mixer project



More information about the pkg-sdl-commits mailing list